Info.plist 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>ComPDFKit_RN</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>$(CURRENT_PROJECT_VERSION)</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <true/>
  27. <key>NSAppTransportSecurity</key>
  28. <dict>
  29. <key>NSAllowsArbitraryLoads</key>
  30. <true/>
  31. <key>NSAllowsLocalNetworking</key>
  32. <true/>
  33. </dict>
  34. <key>NSLocationWhenInUseUsageDescription</key>
  35. <string></string>
  36. <key>UILaunchStoryboardName</key>
  37. <string>LaunchScreen</string>
  38. <key>NSCameraUsageDescription</key>
  39. <string>Your consent is required before you could access the function.</string>
  40. <key>NSMicrophoneUsageDescription</key>
  41. <string>Your consent is required before you could access the function.</string>
  42. <key>NSPhotoLibraryAddUsageDescription</key>
  43. <string>Your consent is required before you could access the function.</string>
  44. <key>NSPhotoLibraryUsageDescription</key>
  45. <string>Your consent is required before you could access the function.</string>
  46. <key>NSAppTransportSecurity</key>
  47. <dict>
  48. <key>NSAllowsArbitraryLoads</key>
  49. <true/>
  50. </dict>
  51. <key>UIRequiredDeviceCapabilities</key>
  52. <array>
  53. <string>arm64</string>
  54. </array>
  55. <key>UISupportedInterfaceOrientations</key>
  56. <array>
  57. <string>UIInterfaceOrientationPortrait</string>
  58. <string>UIInterfaceOrientationLandscapeLeft</string>
  59. <string>UIInterfaceOrientationLandscapeRight</string>
  60. </array>
  61. <key>UIViewControllerBasedStatusBarAppearance</key>
  62. <false/>
  63. </dict>
  64. </plist>