Blame view

ios/GameSDKDemo/letsgameDemo/letsgameDemo-Info.plist 1.65 KB
23a302b86   alexYang   GameSDK 的iOS分支提交,...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  <?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>CFBundleDisplayName</key>
  	<string>${PRODUCT_NAME}</string>
  	<key>CFBundleExecutable</key>
  	<string>${EXECUTABLE_NAME}</string>
  	<key>CFBundleIdentifier</key>
  	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  	<key>CFBundleInfoDictionaryVersion</key>
  	<string>6.0</string>
  	<key>CFBundleName</key>
  	<string>${PRODUCT_NAME}</string>
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
  	<key>CFBundleShortVersionString</key>
  	<string>1.0</string>
  	<key>CFBundleSignature</key>
  	<string>????</string>
  	<key>CFBundleURLTypes</key>
  	<array>
  		<dict>
  			<key>CFBundleURLSchemes</key>
  			<array>
  				<string>fb1401636950118536</string>
  			</array>
  		</dict>
  		<dict>
  			<key>CFBundleURLName</key>
  			<string>vk5029792</string>
  			<key>CFBundleURLSchemes</key>
  			<array>
  				<string>vk5029792</string>
  			</array>
  		</dict>
  	</array>
  	<key>CFBundleVersion</key>
2ef9eacc0   alexYang   v3.3.9版本
41
  	<string>1</string>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
42
43
44
45
46
47
  	<key>FacebookAppID</key>
  	<string>1401636950118536</string>
  	<key>FacebookDisplayName</key>
  	<string>letsgameDemo</string>
  	<key>LSRequiresIPhoneOS</key>
  	<true/>
0a6d22fa0   alexYang   FB自动登录返回问题
48
49
50
  	<key>NSAppTransportSecurity</key>
  	<dict>
  		<key>NSAllowsArbitraryLoads</key>
d8e4ec717   alexYang   IOS 设置ATS,适用HTTPS
51
  		<false/>
0a6d22fa0   alexYang   FB自动登录返回问题
52
  	</dict>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
53
54
55
56
57
58
59
60
  	<key>UIRequiredDeviceCapabilities</key>
  	<array>
  		<string>armv7</string>
  	</array>
  	<key>UIStatusBarHidden</key>
  	<true/>
  	<key>UISupportedInterfaceOrientations</key>
  	<array>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
61
  		<string>UIInterfaceOrientationLandscapeLeft</string>
0a6d22fa0   alexYang   FB自动登录返回问题
62
  		<string>UIInterfaceOrientationLandscapeRight</string>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
63
64
65
  	</array>
  </dict>
  </plist>