mirror of
https://github.com/id-Software/DOOM-iOS.git
synced 2026-03-19 16:39:48 +01:00
65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
<?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>CFBundleDisplayName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>DOOM_57.png</string>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>DOOM_57.png</string>
|
|
<string>DOOM_114.png</string>
|
|
<string>DOOM_72.png</string>
|
|
</array>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.idsoftware.${PRODUCT_NAME:identifier}</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>2.1</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSMainNibFile</key>
|
|
<string>MainWindow</string>
|
|
<key>NSMainNibFile~ipad</key>
|
|
<string>MainWindow-iPad</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>idGinzaNar-Md2.otf</string>
|
|
</array>
|
|
<key>UIInterfaceOrientation</key>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
<key>UIRequiresPersistentWiFi</key>
|
|
<true/>
|
|
<key>UIStatusBarHidden</key>
|
|
<true/>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|