1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Add an Xcode project.

This commit is contained in:
C.W. Betts 2014-06-26 17:27:44 -06:00
parent 6b82ea86be
commit b38051cd41
3 changed files with 3552 additions and 0 deletions

4
.gitignore vendored
View file

@ -23,3 +23,7 @@ bin/*
*.diff
!.gitignore
xcuserdata
project.xcworkspace
*.xccheckout

File diff suppressed because it is too large Load diff

28
MacOSX/Info.plist Normal file
View file

@ -0,0 +1,28 @@
<?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>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>aquaria</string>
<key>CFBundleIdentifier</key>
<string>com.bit-blot.aquaria</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Aquaria</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.4</string>
<key>CFBundleSignature</key>
<string>Aqra</string>
<key>CFBundleVersion</key>
<string>1.1.4</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>