Info.plist 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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.3</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.com.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>LSApplicationQueriesSchemes</key>
  48. <array>
  49. <string>whatsapp</string>
  50. </array>
  51. <key>LSRequiresIPhoneOS</key>
  52. <true/>
  53. <key>NSAppTransportSecurity</key>
  54. <dict>
  55. <key>NSExceptionDomains</key>
  56. <dict>
  57. <key>exp.direct</key>
  58. <dict>
  59. <key>NSIncludesSubdomains</key>
  60. <true/>
  61. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  62. <true/>
  63. </dict>
  64. </dict>
  65. </dict>
  66. <key>NSCameraUsageDescription</key>
  67. <string>我們需要相機權限來掃描機器上的二維碼,以便識別並啟動充電機器。我們不會儲存或共享任何掃描到的資訊。</string>
  68. <key>NSFaceIDUsageDescription</key>
  69. <string>Allow $(PRODUCT_NAME) to access your Face ID biometric data.</string>
  70. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  71. <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
  72. <key>NSLocationAlwaysUsageDescription</key>
  73. <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
  74. <key>NSLocationWhenInUseUsageDescription</key>
  75. <string>我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊</string>
  76. <key>NSMicrophoneUsageDescription</key>
  77. <string>我們需要麥克風權限來允許語音輸入,以便提供更好的充電體驗。我們不會儲存或共享任何錄製到的資訊。</string>
  78. <key>NSPhotoLibraryUsageDescription</key>
  79. <string>Allow $(PRODUCT_NAME) to access your photos</string>
  80. <key>NSUserActivityTypes</key>
  81. <array>
  82. <string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
  83. </array>
  84. <key>UIBackgroundModes</key>
  85. <array>
  86. <string>remote-notification</string>
  87. </array>
  88. <key>UILaunchStoryboardName</key>
  89. <string>SplashScreen</string>
  90. <key>UIRequiredDeviceCapabilities</key>
  91. <array>
  92. <string>arm64</string>
  93. </array>
  94. <key>UIRequiresFullScreen</key>
  95. <false/>
  96. <key>UIStatusBarStyle</key>
  97. <string>UIStatusBarStyleDefault</string>
  98. <key>UISupportedInterfaceOrientations</key>
  99. <array>
  100. <string>UIInterfaceOrientationPortrait</string>
  101. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  102. </array>
  103. <key>UISupportedInterfaceOrientations~ipad</key>
  104. <array>
  105. <string>UIInterfaceOrientationPortrait</string>
  106. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  107. <string>UIInterfaceOrientationLandscapeLeft</string>
  108. <string>UIInterfaceOrientationLandscapeRight</string>
  109. </array>
  110. <key>UIUserInterfaceStyle</key>
  111. <string>Light</string>
  112. <key>UIViewControllerBasedStatusBarAppearance</key>
  113. <false/>
  114. </dict>
  115. </plist>