sgl
annotate isimple/isimple-Info.plist @ 41:f4ea3a88b05a
macos build fixes. Patch by Andrew Woods
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 25 Jan 2025 22:26:40 +0200 |
parents | |
children |
rev | line source |
---|---|
nuclear@40 | 1 <?xml version="1.0" encoding="UTF-8"?> |
nuclear@40 | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
nuclear@40 | 3 <plist version="1.0"> |
nuclear@40 | 4 <dict> |
nuclear@40 | 5 <key>CFBundleDevelopmentRegion</key> |
nuclear@40 | 6 <string>en</string> |
nuclear@40 | 7 <key>CFBundleDisplayName</key> |
nuclear@40 | 8 <string>${PRODUCT_NAME}</string> |
nuclear@40 | 9 <key>CFBundleExecutable</key> |
nuclear@40 | 10 <string>${EXECUTABLE_NAME}</string> |
nuclear@40 | 11 <key>CFBundleIdentifier</key> |
nuclear@40 | 12 <string>Mutant-Stargoat.${PRODUCT_NAME:rfc1034identifier}</string> |
nuclear@40 | 13 <key>CFBundleInfoDictionaryVersion</key> |
nuclear@40 | 14 <string>6.0</string> |
nuclear@40 | 15 <key>CFBundleName</key> |
nuclear@40 | 16 <string>${PRODUCT_NAME}</string> |
nuclear@40 | 17 <key>CFBundlePackageType</key> |
nuclear@40 | 18 <string>APPL</string> |
nuclear@40 | 19 <key>CFBundleShortVersionString</key> |
nuclear@40 | 20 <string>1.0</string> |
nuclear@40 | 21 <key>CFBundleSignature</key> |
nuclear@40 | 22 <string>????</string> |
nuclear@40 | 23 <key>CFBundleVersion</key> |
nuclear@40 | 24 <string>1.0</string> |
nuclear@40 | 25 <key>LSRequiresIPhoneOS</key> |
nuclear@40 | 26 <true/> |
nuclear@40 | 27 <key>UIRequiredDeviceCapabilities</key> |
nuclear@40 | 28 <array> |
nuclear@40 | 29 <string>armv7</string> |
nuclear@40 | 30 </array> |
nuclear@40 | 31 <key>UIStatusBarHidden</key> |
nuclear@40 | 32 <true/> |
nuclear@40 | 33 <key>UISupportedInterfaceOrientations</key> |
nuclear@40 | 34 <array> |
nuclear@40 | 35 <string>UIInterfaceOrientationPortrait</string> |
nuclear@40 | 36 <string>UIInterfaceOrientationLandscapeLeft</string> |
nuclear@40 | 37 <string>UIInterfaceOrientationLandscapeRight</string> |
nuclear@40 | 38 </array> |
nuclear@40 | 39 <key>UISupportedInterfaceOrientations~ipad</key> |
nuclear@40 | 40 <array> |
nuclear@40 | 41 <string>UIInterfaceOrientationPortrait</string> |
nuclear@40 | 42 <string>UIInterfaceOrientationPortraitUpsideDown</string> |
nuclear@40 | 43 <string>UIInterfaceOrientationLandscapeLeft</string> |
nuclear@40 | 44 <string>UIInterfaceOrientationLandscapeRight</string> |
nuclear@40 | 45 </array> |
nuclear@40 | 46 </dict> |
nuclear@40 | 47 </plist> |