Skip to content

Commit

Permalink
Add Xcode project
Browse files Browse the repository at this point in the history
Add dynamic lib paths

Generate resources scripts

Fix after rebase

tweak targets

Set min deployment target
  • Loading branch information
dcvz committed Jul 21, 2022
1 parent 235cef6 commit dee4b47
Show file tree
Hide file tree
Showing 5 changed files with 8,220 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,9 @@ tags
oot.otr
*.sav
shipofharkinian.ini
shipofharkinian.json
shipofharkinian.json

# Xcode
xcuserdata/
xcshareddata/
/soh/soh.xcconfig
36 changes: 36 additions & 0 deletions soh/macosx/Xcode-Info.plist
Original file line number Diff line number Diff line change
@@ -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>CFBundleDisplayName</key>
<string></string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleGetInfoString</key>
<string>2.0.0</string>
<key>CFBundleIconFile</key>
<string>soh</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Ship of Harkinian</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>RACHAEL ALFA</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2022 HarbourMasters.</string>
</dict>
</plist>
Loading

0 comments on commit dee4b47

Please sign in to comment.