mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-18 02:34:57 +00:00
Add an Xcode project.
This commit is contained in:
parent
6b82ea86be
commit
b38051cd41
3 changed files with 3552 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -23,3 +23,7 @@ bin/*
|
||||||
*.diff
|
*.diff
|
||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
|
xcuserdata
|
||||||
|
project.xcworkspace
|
||||||
|
*.xccheckout
|
||||||
|
|
3520
Aquaria.xcodeproj/project.pbxproj
Normal file
3520
Aquaria.xcodeproj/project.pbxproj
Normal file
File diff suppressed because it is too large
Load diff
28
MacOSX/Info.plist
Normal file
28
MacOSX/Info.plist
Normal 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>
|
Loading…
Add table
Reference in a new issue