Info.plist 1.42 KB
Newer Older
mei's avatar
mei committed
1 2 3 4 5 6 7 8 9
<?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>en</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIdentifier</key>
陈俊俊's avatar
陈俊俊 committed
10
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
mei's avatar
mei committed
11 12 13
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
freecui's avatar
freecui committed
14
	<string>鲜丰平台</string>
mei's avatar
mei committed
15 16
	<key>CFBundlePackageType</key>
	<string>APPL</string>
陈俊俊's avatar
陈俊俊 committed
17
	<key>CFBundleShortVersionString</key>
AvatarC's avatar
AvatarC committed
18
	<string>1.1.0</string>
mei's avatar
mei committed
19 20 21
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
AvatarC's avatar
AvatarC committed
22
	<string>1.1.0</string>
zhu's avatar
zhu committed
23 24 25 26 27
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
mei's avatar
mei committed
28 29
	<key>NSLocationWhenInUseUsageDescription</key>
	<string></string>
mei's avatar
mei committed
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
	<key>UILaunchStoryboardName</key>
	<string>LaunchScreen</string>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
</dict>
</plist>