Info.plist 1.49 KB
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9 10 11 12
<?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>
	<string>com.gomore.redstar</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
AvatarC's avatar
AvatarC committed
13 14 15 16 17
	<key>CFBundleLocalizations</key>
	<array>
		<string>en</string>
		<string>zh_CN</string>
	</array>
admin's avatar
admin committed
18
	<key>CFBundleName</key>
admin's avatar
admin committed
19
	<string>红星管理在线</string>
admin's avatar
admin committed
20 21 22
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
Sandy's avatar
Sandy committed
23
	<string>1.1.3</string>
admin's avatar
admin committed
24 25 26
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
Sandy's avatar
Sandy committed
27
	<string>2</string>
admin's avatar
admin committed
28 29
	<key>LSRequiresIPhoneOS</key>
	<true/>
30 31 32 33 34
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
admin's avatar
admin committed
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
	<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>