Info.plist 2.66 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>
曹云霄's avatar
曹云霄 committed
6
	<string>China(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>
曹云霄's avatar
曹云霄 committed
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>1.2.9</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 51
	<key>CFBundleVersion</key>
	<string></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 72 73 74
	<key>NSCameraUsageDescription</key>
	<string>App需要您的同意,才能访问相机</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>App需要您的同意,才能访问相册</string>
曹云霄's avatar
曹云霄 committed
75 76 77
	<key>UILaunchStoryboardName</key>
	<string>LaunchScreen</string>
	<key>UIMainStoryboardFile</key>
曹云霄's avatar
曹云霄 committed
78
	<string>StoryboardwithCYX</string>
曹云霄's avatar
曹云霄 committed
79
	<key>UIMainStoryboardFile~ipad</key>
曹云霄's avatar
曹云霄 committed
80
	<string>StoryboardwithCYX</string>
曹云霄's avatar
曹云霄 committed
81 82 83 84
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
85 86
	<key>UIRequiresFullScreen</key>
	<true/>
曹云霄's avatar
曹云霄 committed
87 88
	<key>UIStatusBarHidden</key>
	<true/>
89 90 91 92
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
曹云霄's avatar
曹云霄 committed
93 94 95 96 97 98 99 100 101
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
	<key>UIViewControllerBasedStatusBarAppearance</key>
	<false/>
</dict>
</plist>