Info.plist 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CADisableMinimumFrameDurationOnPhone</key>
  6. <true/>
  7. <key>CFBundleAllowMixedLocalizations</key>
  8. <true/>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>$(DEVELOPMENT_LANGUAGE)</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>Crazycharge</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>$(PRODUCT_NAME)</string>
  21. <key>CFBundlePackageType</key>
  22. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>1.3.5</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleURLTypes</key>
  28. <array>
  29. <dict>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>ccscheme</string>
  33. <string>hk.ayf.crazycharge</string>
  34. </array>
  35. </dict>
  36. <dict>
  37. <key>CFBundleURLSchemes</key>
  38. <array>
  39. <string>exp+template</string>
  40. </array>
  41. </dict>
  42. </array>
  43. <key>CFBundleVersion</key>
  44. <string>1</string>
  45. <key>GMSApiKey</key>
  46. <string>AIzaSyAkfen-gfGOQyA9ui0_OjOS6TrA5-viBMI</string>
  47. <key>ITSAppUsesNonExemptEncryption</key>
  48. <false/>
  49. <key>LSApplicationQueriesSchemes</key>
  50. <array>
  51. <string>whatsapp</string>
  52. <string>whatsapp</string>
  53. </array>
  54. <key>LSMinimumSystemVersion</key>
  55. <string>12.0</string>
  56. <key>LSRequiresIPhoneOS</key>
  57. <true/>
  58. <key>NSAppTransportSecurity</key>
  59. <dict>
  60. <key>NSAllowsArbitraryLoads</key>
  61. <true/>
  62. </dict>
  63. <key>NSCameraUsageDescription</key>
  64. <string>我們需要相機權限來掃描機器上的二維碼,以便識別並啟動充電機器。我們不會儲存或共享任何掃描到的資訊。</string>
  65. <key>NSFaceIDUsageDescription</key>
  66. <string>Allow $(PRODUCT_NAME) to access your Face ID biometric data.</string>
  67. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  68. <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
  69. <key>NSLocationAlwaysUsageDescription</key>
  70. <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
  71. <key>NSLocationWhenInUseUsageDescription</key>
  72. <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
  73. <key>NSMicrophoneUsageDescription</key>
  74. <string>我們需要麥克風權限來允許語音輸入,以便提供更好的充電體驗。我們不會儲存或共享任何錄製到的資訊。</string>
  75. <key>NSUserActivityTypes</key>
  76. <array>
  77. <string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
  78. </array>
  79. <key>UIBackgroundModes</key>
  80. <array>
  81. <string>remote-notification</string>
  82. <string>remote-notification</string>
  83. </array>
  84. <key>UILaunchStoryboardName</key>
  85. <string>SplashScreen</string>
  86. <key>UIRequiredDeviceCapabilities</key>
  87. <array>
  88. <string>arm64</string>
  89. </array>
  90. <key>UIRequiresFullScreen</key>
  91. <false/>
  92. <key>UIStatusBarStyle</key>
  93. <string>UIStatusBarStyleDefault</string>
  94. <key>UISupportedInterfaceOrientations</key>
  95. <array>
  96. <string>UIInterfaceOrientationPortrait</string>
  97. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  98. </array>
  99. <key>UIUserInterfaceStyle</key>
  100. <string>Light</string>
  101. <key>UIViewControllerBasedStatusBarAppearance</key>
  102. <false/>
  103. </dict>
  104. </plist>