HMLG Scan Order-Info.plist 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>${PRODUCT_NAME}</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>$(MARKETING_VERSION)</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>To scan QR-Code</string>
  55. <key>NSPhotoLibraryUsageDescription</key>
  56. <string>To select business card photo</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>UIBackgroundModes</key>
  65. <array>
  66. <string>remote-notification</string>
  67. </array>
  68. <key>UILaunchStoryboardName</key>
  69. <string>Launch Screen</string>
  70. <key>UIMainStoryboardFile</key>
  71. <string>Main</string>
  72. <key>UIRequiredDeviceCapabilities</key>
  73. <array>
  74. <string>armv7</string>
  75. </array>
  76. <key>UIRequiresFullScreen</key>
  77. <true/>
  78. <key>UISupportedInterfaceOrientations~ipad</key>
  79. <array>
  80. <string>UIInterfaceOrientationPortrait</string>
  81. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  82. <string>UIInterfaceOrientationLandscapeLeft</string>
  83. <string>UIInterfaceOrientationLandscapeRight</string>
  84. </array>
  85. <key>UIUserInterfaceStyle</key>
  86. <string>Light</string>
  87. </dict>
  88. </plist>