diff --git a/.gitignore b/.gitignore index ccc5801..c37769b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ *.bak *.xxd *.exe -*.app *.bmp *.lproj diff --git a/OneShot.app/Contents/Frameworks/libSDL2-2.0.0.dylib b/OneShot.app/Contents/Frameworks/libSDL2-2.0.0.dylib deleted file mode 100755 index d2336c1..0000000 Binary files a/OneShot.app/Contents/Frameworks/libSDL2-2.0.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libSDL2_image-2.0.0.dylib b/OneShot.app/Contents/Frameworks/libSDL2_image-2.0.0.dylib deleted file mode 100755 index ea28b5b..0000000 Binary files a/OneShot.app/Contents/Frameworks/libSDL2_image-2.0.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libSDL2_ttf-2.0.0.dylib b/OneShot.app/Contents/Frameworks/libSDL2_ttf-2.0.0.dylib deleted file mode 100755 index 23e8d59..0000000 Binary files a/OneShot.app/Contents/Frameworks/libSDL2_ttf-2.0.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libSDL_sound-1.0.1.dylib b/OneShot.app/Contents/Frameworks/libSDL_sound-1.0.1.dylib deleted file mode 100755 index fdac979..0000000 Binary files a/OneShot.app/Contents/Frameworks/libSDL_sound-1.0.1.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libboost_program_options-mt.dylib b/OneShot.app/Contents/Frameworks/libboost_program_options-mt.dylib deleted file mode 100755 index 92a0e63..0000000 Binary files a/OneShot.app/Contents/Frameworks/libboost_program_options-mt.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libfreetype.6.dylib b/OneShot.app/Contents/Frameworks/libfreetype.6.dylib deleted file mode 100755 index 43fe827..0000000 Binary files a/OneShot.app/Contents/Frameworks/libfreetype.6.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libogg.0.dylib b/OneShot.app/Contents/Frameworks/libogg.0.dylib deleted file mode 100755 index 1ebd92e..0000000 Binary files a/OneShot.app/Contents/Frameworks/libogg.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libphysfs.1.dylib b/OneShot.app/Contents/Frameworks/libphysfs.1.dylib deleted file mode 100755 index 9e42def..0000000 Binary files a/OneShot.app/Contents/Frameworks/libphysfs.1.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libpixman-1.0.dylib b/OneShot.app/Contents/Frameworks/libpixman-1.0.dylib deleted file mode 100755 index b8e45f5..0000000 Binary files a/OneShot.app/Contents/Frameworks/libpixman-1.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libpng.dylib b/OneShot.app/Contents/Frameworks/libpng.dylib deleted file mode 100755 index be28cfa..0000000 Binary files a/OneShot.app/Contents/Frameworks/libpng.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libruby.2.2.0.dylib b/OneShot.app/Contents/Frameworks/libruby.2.2.0.dylib deleted file mode 100755 index da25e58..0000000 Binary files a/OneShot.app/Contents/Frameworks/libruby.2.2.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libsigc-2.0.0.dylib b/OneShot.app/Contents/Frameworks/libsigc-2.0.0.dylib deleted file mode 100755 index a4c77ee..0000000 Binary files a/OneShot.app/Contents/Frameworks/libsigc-2.0.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libsteam_api.dylib b/OneShot.app/Contents/Frameworks/libsteam_api.dylib deleted file mode 100755 index e72def6..0000000 Binary files a/OneShot.app/Contents/Frameworks/libsteam_api.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libvorbis.0.dylib b/OneShot.app/Contents/Frameworks/libvorbis.0.dylib deleted file mode 100755 index c81b3ce..0000000 Binary files a/OneShot.app/Contents/Frameworks/libvorbis.0.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Frameworks/libvorbisfile.3.dylib b/OneShot.app/Contents/Frameworks/libvorbisfile.3.dylib deleted file mode 100755 index 5d12c84..0000000 Binary files a/OneShot.app/Contents/Frameworks/libvorbisfile.3.dylib and /dev/null differ diff --git a/OneShot.app/Contents/Info.plist b/OneShot.app/Contents/Info.plist deleted file mode 100755 index 7e91af9..0000000 --- a/OneShot.app/Contents/Info.plist +++ /dev/null @@ -1,28 +0,0 @@ - - - - - CFBundleExecutable - oneshot.sh - CFBundleIconFile - icon.icns - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - OneShot - CFBundlePackageType - APPL - CFBundleVersion - 1.0 - CFBundleShortVersionString - 1.0 - LSApplicationCategoryType - public.app-category.games - LSMinimumSystemVersion - 10.7 - NSPrincipalClass - NSApplication - NSHighResolutionCapable - True - - diff --git a/OneShot.app/Contents/MacOS/oneshot.sh b/OneShot.app/Contents/MacOS/oneshot.sh deleted file mode 100755 index 4939986..0000000 --- a/OneShot.app/Contents/MacOS/oneshot.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -[[ $# -eq 1 && "$1" == -psn_* ]] && shift -cd "${0%/*}/../Resources" -DATA="$(cd "../../.." && echo "$PWD")" -export DYLD_FALLBACK_LIBRARY_PATH="$PWD/../Frameworks:$DYLD_FALLBACK_LIBRARY_PATH" -exec ./steamshim --gameFolder="$DATA" "$@" diff --git a/OneShot.app/Contents/PkgInfo b/OneShot.app/Contents/PkgInfo deleted file mode 100644 index 6f749b0..0000000 --- a/OneShot.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? diff --git a/OneShot.app/Contents/Resources/icon.icns b/OneShot.app/Contents/Resources/icon.icns deleted file mode 100755 index 40b8b36..0000000 Binary files a/OneShot.app/Contents/Resources/icon.icns and /dev/null differ diff --git a/OneShot.app/Contents/Resources/oneshot b/OneShot.app/Contents/Resources/oneshot deleted file mode 100755 index 8f5d28a..0000000 Binary files a/OneShot.app/Contents/Resources/oneshot and /dev/null differ diff --git a/OneShot.app/Contents/Resources/steam_appid.txt b/OneShot.app/Contents/Resources/steam_appid.txt deleted file mode 100644 index 2682cdc..0000000 --- a/OneShot.app/Contents/Resources/steam_appid.txt +++ /dev/null @@ -1 +0,0 @@ -420530 \ No newline at end of file diff --git a/OneShot.app/Contents/Resources/steamshim b/OneShot.app/Contents/Resources/steamshim deleted file mode 100755 index 37c699b..0000000 Binary files a/OneShot.app/Contents/Resources/steamshim and /dev/null differ