| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>CADisableMinimumFrameDurationOnPhone</key>
- <true/>
- <key>CFBundleAllowMixedLocalizations</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>Crazycharge</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
- <key>CFBundleShortVersionString</key>
- <string>1.3.5</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>ccscheme</string>
- <string>hk.ayf.crazycharge</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>exp+template</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>GMSApiKey</key>
- <string>AIzaSyAkfen-gfGOQyA9ui0_OjOS6TrA5-viBMI</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>whatsapp</string>
- <string>whatsapp</string>
- </array>
- <key>LSMinimumSystemVersion</key>
- <string>12.0</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>我們需要相機權限來掃描機器上的二維碼,以便識別並啟動充電機器。我們不會儲存或共享任何掃描到的資訊。</string>
- <key>NSFaceIDUsageDescription</key>
- <string>Allow $(PRODUCT_NAME) to access your Face ID biometric data.</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>我們需要麥克風權限來允許語音輸入,以便提供更好的充電體驗。我們不會儲存或共享任何錄製到的資訊。</string>
- <key>NSUserActivityTypes</key>
- <array>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
- </array>
- <key>UIBackgroundModes</key>
- <array>
- <string>remote-notification</string>
- <string>remote-notification</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>SplashScreen</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>arm64</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <false/>
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleDefault</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>UIUserInterfaceStyle</key>
- <string>Light</string>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|