Blame view
ios/GameSDKDemo/letsgameDemo/letsgameDemo-Info.plist
1.62 KB
23a302b86
![]() |
1 2 3 4 5 6 7 |
<?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> |
524f88220
![]() |
8 9 |
<string>${PRODUCT_NAME} ${PRODUCT_NAME}</string> |
23a302b86
![]() |
10 11 12 13 14 15 16 17 18 19 20 |
<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
![]() |
21 |
<string>1.0.1</string> |
23a302b86
![]() |
22 23 24 25 26 27 28 29 30 31 |
<key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLSchemes</key> <array> <string>fb1401636950118536</string> </array> </dict> |
23a302b86
![]() |
32 33 |
</array> <key>CFBundleVersion</key> |
635b66127
![]() |
34 |
<string>1.1.1</string> |
23a302b86
![]() |
35 36 37 38 |
<key>FacebookAppID</key> <string>1401636950118536</string> <key>FacebookDisplayName</key> <string>letsgameDemo</string> |
e8af75741
![]() |
39 40 41 42 43 |
<key>LSApplicationQueriesSchemes</key> <array> <string>weixin</string> <string>wechat</string> </array> |
23a302b86
![]() |
44 45 |
<key>LSRequiresIPhoneOS</key> <true/> |
d7e540e1e
![]() |
46 47 48 49 50 |
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> |
23a302b86
![]() |
51 52 53 54 55 56 57 58 |
<key>UIRequiredDeviceCapabilities</key> <array> <string>armv7</string> </array> <key>UIStatusBarHidden</key> <true/> <key>UISupportedInterfaceOrientations</key> <array> |
3ee5c0ed2
![]() |
59 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
f659551a8
![]() |
60 |
<string>UIInterfaceOrientationLandscapeRight</string> |
23a302b86
![]() |
61 62 63 |
</array> </dict> </plist> |