Files
youle_app_ios/msext/Info.plist
2026-02-12 21:52:27 +08:00

140 lines
4.2 KiB
Plaintext
Executable File

<?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>进贤聚友棋牌</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>进贤聚友棋牌</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>weixin</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx586a9b321e56efb7</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>alipay</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx53b7b1be084f3e56</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>xianliao</string>
<key>CFBundleURLSchemes</key>
<array>
<string>xianliaoU1jJq3wgWluyB660</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.skyapp.ylgamehall</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ylgame</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>tencent</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tencent102793577</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>msext.qq.callback</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msext</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.7</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>xianliao</string>
<string>alipayqr</string>
<string>alipay</string>
<string>alipayshare</string>
<string>alipays</string>
<string>wechat</string>
<string>weixin</string>
<string>mqqapi</string>
<string>mqq</string>
<string>mqqOpensdkSSoLogin</string>
<string>mqqopensdkapiV2</string>
<string>mqqopensdkapiV3</string>
<string>mqqopensdkapiV4</string>
<string>wtloginmqq2</string>
<string>mqzone</string>
<string>snssdk1128</string>
<string>snssdk1233</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>需要您的同意</string>
<key>NSLocationUsageDescription</key>
<string>应用需要获得您的位置,显示在游戏中,这样就可以看到玩家所在的区域!</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>应用需要获得您的位置,显示在游戏中,这样就可以看到玩家所在的区域!</string>
<key>NSMicrophoneUsageDescription</key>
<string>需要您的同意</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>需要您的同意</string>
<key>UIBackgroundModes</key>
<array/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</dict>
</plist>