Blame view

ios/GameSDKDemo/letsgameDemo/letsgameDemo-Info.plist 2 KB
23a302b86   alexYang   GameSDK 的iOS分支提交,...
1
2
3
4
  <?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>
524f88220   alexYang   Activity 增加
5
6
7
8
9
  	<key>NSAppTransportSecurity</key>
  	<dict>
  		<key>NSAllowsArbitraryLoads</key>
  		<true/>
  	</dict>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
10
11
12
  	<key>CFBundleDevelopmentRegion</key>
  	<string>en</string>
  	<key>CFBundleDisplayName</key>
524f88220   alexYang   Activity 增加
13
14
  	<string>${PRODUCT_NAME}
  ${PRODUCT_NAME}</string>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
15
16
17
18
19
20
21
22
23
24
25
  	<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>
635b66127   alexYang   1、自动登录部分修改,将自动登录部...
26
  	<string>1.0.1</string>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  	<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>
e8af75741   alexYang   wechat login add
45
46
47
48
49
  		<dict>
  			<key>CFBundleTypeRole</key>
  			<string>Editor</string>
  			<key>CFBundleURLSchemes</key>
  			<array>
90c605a64   alexYang   WeChat 调试成功
50
  				<string>wxf9b6d466612e8aee</string>
e8af75741   alexYang   wechat login add
51
52
  			</array>
  		</dict>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
53
54
  	</array>
  	<key>CFBundleVersion</key>
635b66127   alexYang   1、自动登录部分修改,将自动登录部...
55
  	<string>1.1.1</string>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
56
57
58
59
  	<key>FacebookAppID</key>
  	<string>1401636950118536</string>
  	<key>FacebookDisplayName</key>
  	<string>letsgameDemo</string>
e8af75741   alexYang   wechat login add
60
61
62
63
64
  	<key>LSApplicationQueriesSchemes</key>
  	<array>
  		<string>weixin</string>
  		<string>wechat</string>
  	</array>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
65
66
  	<key>LSRequiresIPhoneOS</key>
  	<true/>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
67
68
69
70
71
72
73
74
  	<key>UIRequiredDeviceCapabilities</key>
  	<array>
  		<string>armv7</string>
  	</array>
  	<key>UIStatusBarHidden</key>
  	<true/>
  	<key>UISupportedInterfaceOrientations</key>
  	<array>
524f88220   alexYang   Activity 增加
75
  		<string>UIInterfaceOrientationPortrait</string>
3ee5c0ed2   alexYang   back button backI...
76
  		<string>UIInterfaceOrientationLandscapeLeft</string>
f659551a8   alexYang   竖屏登录错误提示位置错误bug修改...
77
  		<string>UIInterfaceOrientationLandscapeRight</string>
23a302b86   alexYang   GameSDK 的iOS分支提交,...
78
79
80
  	</array>
  </dict>
  </plist>