Skip to content

Commit

Permalink
Add bundle target, add script to fixup all dependencies using otool a…
Browse files Browse the repository at this point in the history
…nd install_name_tool
  • Loading branch information
codereader committed Feb 26, 2017
1 parent 5322119 commit a54734a
Show file tree
Hide file tree
Showing 3 changed files with 1,098 additions and 1 deletion.
26 changes: 26 additions & 0 deletions tools/xcode/DarkRadiant App/Info.plist
@@ -0,0 +1,26 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>DarkRadiant</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

0 comments on commit a54734a

Please sign in to comment.