linphone-iphone/buschjaeger-Info.plist
2012-11-18 20:35:58 +01:00

78 lines
2.2 KiB
Text

<?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>Welcome</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>buschjaeger_icon_57.png</string>
<key>CFBundleIconFiles</key>
<array>
<string>buschjaeger_icon_57.png</string>
<string>buschjaeger_icon_114.png</string>
<string>buschjaeger_icon_72.png</string>
<string>buschjaeger_icon_144.png</string>
<string>buschjaeger_icon_57@2x.png</string>
<string>buschjaeger_icon_72@2x.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>buschjaeger_icon_57.png</string>
<string>buschjaeger_icon_114.png</string>
<string>buschjaeger_icon_72.png</string>
<string>buschjaeger_icon_144.png</string>
<string>buschjaeger_icon_57@2x.png</string>
<string>buschjaeger_icon_72@2x.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>de.busch-jaeger.welcome</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<key>NSMainNibFile</key>
<string>BuschJaegerApp</string>
<key>NSMainNibFile~ipad</key>
<string>BuschJaegerApp</string>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIBackgroundModes</key>
<array>
<string>voip</string>
<string>audio</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>wifi</string>
<string>microphone</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UISupportedInterfaceOrientations</key>
<array/>
</dict>
</plist>