1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE plist PUBLIC
"-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDevelopmentRegion
</key>
7 <key>CFBundleExecutable
</key>
8 <string>$(EXECUTABLE_NAME)
</string>
9 <key>CFBundleIdentifier
</key>
10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
11 <key>CFBundleInfoDictionaryVersion
</key>
13 <key>CFBundleName
</key>
14 <string>$(PRODUCT_NAME)
</string>
15 <key>CFBundlePackageType
</key>
17 <key>CFBundleShortVersionString
</key>
19 <key>CFBundleVersion
</key>
21 <key>LSRequiresIPhoneOS
</key>
23 <key>UILaunchStoryboardName
</key>
24 <string>LaunchScreen
</string>
25 <key>UIMainStoryboardFile
</key>
27 <key>UIRequiredDeviceCapabilities
</key>
29 <string>armv7
</string>
31 <key>UISupportedInterfaceOrientations
</key>
33 <string>UIInterfaceOrientationPortrait
</string>
34 <string>UIInterfaceOrientationLandscapeLeft
</string>
35 <string>UIInterfaceOrientationLandscapeRight
</string>
37 <key>UISupportedInterfaceOrientations~ipad
</key>
39 <string>UIInterfaceOrientationPortrait
</string>
40 <string>UIInterfaceOrientationPortraitUpsideDown
</string>
41 <string>UIInterfaceOrientationLandscapeLeft
</string>
42 <string>UIInterfaceOrientationLandscapeRight
</string>