Info.plist 2.81 KB
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3 4 5
<?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>
6
	<string>zh_CN</string>
7 8
	<key>CFBundleDisplayName</key>
	<string>欧立方</string>
曹云霄's avatar
曹云霄 committed
9 10 11
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIdentifier</key>
12
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
曹云霄's avatar
曹云霄 committed
13 14 15
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
勾芒's avatar
勾芒 committed
16
	<string>欧立方</string>
曹云霄's avatar
曹云霄 committed
17
	<key>CFBundleShortVersionString</key>
18
	<string>2.1.2</string>
zhu's avatar
zhu committed
19 20 21 22 23 24 25
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLName</key>
			<string>weixin</string>
26 27 28 29 30 31 32 33 34 35 36 37 38 39
			<key>CFBundleURLSchemes</key>
			<array>
				<string>wxab385878d9441f23</string>
			</array>
		</dict>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLName</key>
			<string>weibo</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>wb1111393286</string>
			</array>
zhu's avatar
zhu committed
40
		</dict>
曹云霄's avatar
曹云霄 committed
41 42 43 44 45 46 47 48
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>prefs</string>
			</array>
		</dict>
zhu's avatar
zhu committed
49
	</array>
曹云霄's avatar
曹云霄 committed
50
	<key>CFBundleVersion</key>
51
	<string>2.1.2</string>
52 53 54 55 56 57 58 59 60 61
	<key>LSApplicationQueriesSchemes</key>
	<array>
		<string>wechat</string>
		<string>weixin</string>
		<string>sinaweibohd</string>
		<string>sinaweibo</string>
		<string>sinaweibosso</string>
		<string>weibosdk</string>
		<string>weibosdk2.5</string>
	</array>
曹云霄's avatar
曹云霄 committed
62 63
	<key>LSRequiresIPhoneOS</key>
	<true/>
zhu's avatar
zhu committed
64 65 66
	<key>NSAllowsArbitraryLoads</key>
	<true/>
	<key>NSAppTransportSecurity</key>
67 68 69 70
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
曹云霄's avatar
曹云霄 committed
71
	<key>NSCameraUsageDescription</key>
曹云霄's avatar
曹云霄 committed
72 73 74
	<string>欧立方需要您的同意,才能访问相机</string>
	<key>NSLocationWhenInUseUsageDescription</key>
	<string>欧立方需要您的同意,才能访问数据</string>
曹云霄's avatar
曹云霄 committed
75 76
	<key>NSPhotoLibraryUsageDescription</key>
	<string>欧立方需要您的同意,才能访问相册</string>
77 78 79 80 81
	<key>UIBackgroundModes</key>
	<array>
		<string>fetch</string>
		<string>remote-notification</string>
	</array>
曹云霄's avatar
曹云霄 committed
82
	<key>UIMainStoryboardFile</key>
曹云霄's avatar
曹云霄 committed
83
	<string>OppleMain</string>
曹云霄's avatar
曹云霄 committed
84
	<key>UIMainStoryboardFile~ipad</key>
曹云霄's avatar
曹云霄 committed
85
	<string>OppleMain</string>
曹云霄's avatar
曹云霄 committed
86 87 88 89
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
90 91
	<key>UIRequiresFullScreen</key>
	<true/>
曹云霄's avatar
曹云霄 committed
92 93
	<key>UIStatusBarHidden</key>
	<true/>
94 95 96 97
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
曹云霄's avatar
曹云霄 committed
98 99 100 101 102 103 104 105 106
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>
</dict>
</plist>