iSales-UWAVER-Info.plist 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>UIApplicationSceneManifest</key>
  6. <dict>
  7. <key>UIApplicationSupportsMultipleScenes</key>
  8. <false/>
  9. <key>UISceneConfigurations</key>
  10. <dict>
  11. <key>UIWindowSceneSessionRoleApplication</key>
  12. <array>
  13. <dict>
  14. <key>UISceneConfigurationName</key>
  15. <string>Default Configuration</string>
  16. <key>UISceneDelegateClassName</key>
  17. <string>SceneDelegate</string>
  18. <key>UISceneStoryboardFile</key>
  19. <string>Main</string>
  20. </dict>
  21. </array>
  22. </dict>
  23. </dict>
  24. <key>CFBundleDevelopmentRegion</key>
  25. <string>en</string>
  26. <key>CFBundleDisplayName</key>
  27. <string>UWA</string>
  28. <key>CFBundleExecutable</key>
  29. <string>${EXECUTABLE_NAME}</string>
  30. <key>CFBundleIdentifier</key>
  31. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  32. <key>CFBundleInfoDictionaryVersion</key>
  33. <string>6.0</string>
  34. <key>CFBundleName</key>
  35. <string>${PRODUCT_NAME}</string>
  36. <key>CFBundlePackageType</key>
  37. <string>APPL</string>
  38. <key>CFBundleShortVersionString</key>
  39. <string>1.96</string>
  40. <key>CFBundleSignature</key>
  41. <string>????</string>
  42. <key>CFBundleVersion</key>
  43. <string>$(CURRENT_PROJECT_VERSION)</string>
  44. <key>ITSAppUsesNonExemptEncryption</key>
  45. <false/>
  46. <key>LSRequiresIPhoneOS</key>
  47. <true/>
  48. <key>NSAppTransportSecurity</key>
  49. <dict>
  50. <key>NSAllowsArbitraryLoads</key>
  51. <true/>
  52. </dict>
  53. <key>NSCameraUsageDescription</key>
  54. <string>Try to use camera</string>
  55. <key>NSPhotoLibraryUsageDescription</key>
  56. <string>Try to visit Photo Library</string>
  57. <key>UIAppFonts</key>
  58. <array>
  59. <string>KALINGA.TTF</string>
  60. <string>KALINGAB.TTF</string>
  61. <string>DejaVuSans.ttf</string>
  62. <string>DejaVuSans-Bold.ttf</string>
  63. </array>
  64. <key>UILaunchStoryboardName</key>
  65. <string>Launch Screen</string>
  66. <key>UIMainStoryboardFile</key>
  67. <string>Main</string>
  68. <key>UIRequiredDeviceCapabilities</key>
  69. <array>
  70. <string>armv7</string>
  71. </array>
  72. <key>UIRequiresFullScreen</key>
  73. <true/>
  74. <key>UISupportedInterfaceOrientations~ipad</key>
  75. <array>
  76. <string>UIInterfaceOrientationPortrait</string>
  77. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  78. <string>UIInterfaceOrientationLandscapeLeft</string>
  79. <string>UIInterfaceOrientationLandscapeRight</string>
  80. </array>
  81. <key>UIUserInterfaceStyle</key>
  82. <string>Light</string>
  83. </dict>
  84. </plist>