Include OneShot_template.app

This commit is contained in:
Vinyl Darkscratch 2017-04-04 01:45:25 -07:00
parent 6b5eff715b
commit 640ecd46f9
21 changed files with 45 additions and 1 deletions

3
.gitignore vendored
View file

@ -4,7 +4,8 @@
*.bak
*.xxd
*.exe
*.app
OneShot.app
_______.app
*.bmp
*.lproj

View 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>

View 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" "$@"

View file

@ -0,0 +1 @@
420530