mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Include OneShot_template.app
This commit is contained in:
parent
6b5eff715b
commit
640ecd46f9
21 changed files with 45 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,7 +4,8 @@
|
||||||
*.bak
|
*.bak
|
||||||
*.xxd
|
*.xxd
|
||||||
*.exe
|
*.exe
|
||||||
*.app
|
OneShot.app
|
||||||
|
_______.app
|
||||||
*.bmp
|
*.bmp
|
||||||
*.lproj
|
*.lproj
|
||||||
|
|
||||||
|
|
|
||||||
36
patches/mac/OneShot_template.app/Contents/Info.plist
Normal file
36
patches/mac/OneShot_template.app/Contents/Info.plist
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>OneShot</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>OneShot</string>
|
||||||
|
<key>CFBundleGetInfoString</key>
|
||||||
|
<string>You only have one shot.</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>queengooborg.oneshot-game.osx</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>oneshot.sh</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>icon.icns</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>macOS Port v.0.3.1 (OneShot Solstice Update)</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>0.3.1</string>
|
||||||
|
<key>LSApplicationCategoryType</key>
|
||||||
|
<string>public.app-category.games</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>10.7</string>
|
||||||
|
<key>LSBackgroundOnly</key>
|
||||||
|
<string>0</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string>Copyright © 2017, OneShot team, all rights reserved. View CREDITS.txt for more. Ported for macOS by Vinyl Darkscratch.</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<string>False</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
6
patches/mac/OneShot_template.app/Contents/MacOS/oneshot.sh
Executable file
6
patches/mac/OneShot_template.app/Contents/MacOS/oneshot.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
[[ $# -eq 1 && "$1" == -psn_* ]] && shift
|
||||||
|
cd "${0%/*}/../Resources"
|
||||||
|
DATA="$(cd "../../.." && echo "$PWD")"
|
||||||
|
export DYLD_FALLBACK_LIBRARY_PATH="$PWD:$DYLD_FALLBACK_LIBRARY_PATH"
|
||||||
|
exec ./steamshim --gameFolder="$DATA" "$@"
|
||||||
BIN
patches/mac/OneShot_template.app/Contents/Resources/icon.icns
Normal file
BIN
patches/mac/OneShot_template.app/Contents/Resources/icon.icns
Normal file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL2-2.0.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL2-2.0.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL2_image-2.0.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL2_image-2.0.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL2_ttf-2.0.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL2_ttf-2.0.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL_sound-1.0.1.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libSDL_sound-1.0.1.dylib
Executable file
Binary file not shown.
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libfreetype.6.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libfreetype.6.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libogg.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libogg.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libphysfs.1.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libphysfs.1.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libpixman-1.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libpixman-1.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libpng.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libpng.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libruby.2.2.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libruby.2.2.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libsigc-2.0.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libsigc-2.0.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libsteam_api.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libsteam_api.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libvorbis.0.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libvorbis.0.dylib
Executable file
Binary file not shown.
BIN
patches/mac/OneShot_template.app/Contents/Resources/libvorbisfile.3.dylib
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/libvorbisfile.3.dylib
Executable file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
||||||
|
420530
|
||||||
BIN
patches/mac/OneShot_template.app/Contents/Resources/steamshim
Executable file
BIN
patches/mac/OneShot_template.app/Contents/Resources/steamshim
Executable file
Binary file not shown.
Loading…
Reference in a new issue