| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?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>zh_CN</string>
- <key>CFBundleDisplayName</key>
- <string>O2OA</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>5.0.2</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>net.o2oa</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>o2oa</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>62</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- <key>NSAllowsArbitraryLoadsInWebContent</key>
- <true/>
- <key>NSExceptionDomains</key>
- <dict>
- <key>12366.com</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>casil.com</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <true/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>o2oa.net</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>o2server.io</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>tuling123.com</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>umengcloud.com</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>xplatform.tech</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- <key>zoneland.net</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- <key>NSIncludesSubdomains</key>
- <true/>
- </dict>
- </dict>
- </dict>
- <key>NSCalendarsUsageDescription</key>
- <string>使用日历资源</string>
- <key>NSCameraUsageDescription</key>
- <string>使用照相机资源</string>
- <key>NSContactsUsageDescription</key>
- <string>使用联系人资源</string>
- <key>NSFaceIDUsageDescription</key>
- <string>应用需要人脸识别来进行登录</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>应用需要使用的地理位置信息</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>应用需要使用的地理位置信息</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>应用需要使用的麦克风</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>使用图片资料库</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>应用会识别您的语音来了解您的命令</string>
- <key>UIMainStoryboardFile</key>
- <string>login</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleLightContent</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
- <key>o2 server</key>
- <dict>
- <key>centerContext</key>
- <string>/x_program_center</string>
- <key>centerHost</key>
- <string>dev.o2oa.net</string>
- <key>centerPort</key>
- <integer>20030</integer>
- <key>httpProtocol</key>
- <string>http</string>
- <key>id</key>
- <string>o2CenterServer</string>
- <key>name</key>
- <string>dev</string>
- </dict>
- <key>o2oa connect to collect</key>
- <true/>
- </dict>
- </plist>
|