Info.plist 4.1 KB

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