Initial Xcode workspace & project support (4.6.3).
Updated .gitignore and ioquake3fe Xcode project. Added Retina-enabled QUAKE III logo icon files. Details in misc/xcode/xcode-readme.txt
This commit is contained in:
parent
690b281e4d
commit
0f9eca6546
28 changed files with 5303 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>ioquake3.icns</string>
|
||||
<string>quake3_flat</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.icculus.quake3</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
@ -16,6 +16,8 @@
|
|||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue