This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
123 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,3 +265,6 @@ __pycache__/ | |
|
||
# Release package files go here: | ||
release/ | ||
|
||
# Apple please go. | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleName</key> | ||
<string>SS14</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Space Station 14</string> | ||
<key>CFBundleExecutable</key> | ||
<string>SS14</string> | ||
<!-- | ||
Just a note about this icon. | ||
MacOS seems REALLY iffy about this and even when the file is correct, | ||
it can take forever before it decides to actually update it and display it. | ||
TL;DR Apple is stupid. | ||
--> | ||
<key>CFBundleIconFile</key> | ||
<string>ss14</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env -i bash | ||
|
||
# cd to file containing script or something? | ||
BASEDIR=$(dirname "$0") | ||
echo "$BASEDIR" | ||
cd "$BASEDIR" | ||
|
||
# TODO: unhardcode this, probably ship Mono with SS14. | ||
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono ./SS14.Client.exe |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters