You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
4.1 KiB

6 years ago
5 years ago
6 years ago
4 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
6 years ago
6 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  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. <array>
  7. <string>en_US</string>
  8. <string>ko_KR</string>
  9. </array>
  10. <key>CFBundleDisplayName</key>
  11. <string>$(PRODUCT_NAME)</string>
  12. <key>CFBundleExecutable</key>
  13. <string>$(EXECUTABLE_NAME)</string>
  14. <key>CFBundleIdentifier</key>
  15. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  16. <key>CFBundleInfoDictionaryVersion</key>
  17. <string>6.0</string>
  18. <key>CFBundleName</key>
  19. <string>GME Remit</string>
  20. <key>CFBundlePackageType</key>
  21. <string>APPL</string>
  22. <key>CFBundleShortVersionString</key>
  23. <string>$(MARKETING_VERSION)</string>
  24. <key>CFBundleURLTypes</key>
  25. <array>
  26. <dict>
  27. <key>CFBundleTypeRole</key>
  28. <string>Editor</string>
  29. <key>CFBundleURLSchemes</key>
  30. <array>
  31. <string>fb1129818613815224</string>
  32. </array>
  33. </dict>
  34. <dict>
  35. <key>CFBundleTypeRole</key>
  36. <string>Editor</string>
  37. <key>CFBundleURLName</key>
  38. <string>com.gme.gmeremit</string>
  39. <key>CFBundleURLSchemes</key>
  40. <array>
  41. <string>GMERemit</string>
  42. </array>
  43. </dict>
  44. </array>
  45. <key>CFBundleVersion</key>
  46. <string>$(CURRENT_PROJECT_VERSION)</string>
  47. <key>FacebookAppID</key>
  48. <string>331163960743784</string>
  49. <key>FacebookDisplayName</key>
  50. <string>GME</string>
  51. <key>LSApplicationCategoryType</key>
  52. <string></string>
  53. <key>LSApplicationQueriesSchemes</key>
  54. <array>
  55. <string>fbapi</string>
  56. <string>fb-messenger-share-api</string>
  57. <string>fbauth2</string>
  58. <string>fbshareextension</string>
  59. </array>
  60. <key>LSRequiresIPhoneOS</key>
  61. <true/>
  62. <key>LSSupportsOpeningDocumentsInPlace</key>
  63. <true/>
  64. <key>NSAppTransportSecurity</key>
  65. <dict>
  66. <key>NSAllowsArbitraryLoads</key>
  67. <true/>
  68. </dict>
  69. <key>NSCameraUsageDescription</key>
  70. <string>Allow "JME Remittance" to use your camera to capture Identification documents, Deposit slips</string>
  71. <key>NSContactsUsageDescription</key>
  72. <string>Allow "JME Remittance" to use your contacts to get users contact</string>
  73. <key>NSFaceIDUsageDescription</key>
  74. <string>Allow "JME Remittance" to use your biometrics to simplify and secure your app usage</string>
  75. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  76. <string>Allow "JME Remittance" to use your location?
  77. Turning on location service allows us to show you nearby JME's branches.</string>
  78. <key>NSLocationAlwaysUsageDescription</key>
  79. <string>Allow "JME Remittance" to use your location?
  80. Turning on location service allows us to show you nearby JME's branches.</string>
  81. <key>NSLocationWhenInUseUsageDescription</key>
  82. <string>Allow "JME Remittance" to use your location?
  83. Turning on location service allows us to show you nearby JME's branches.</string>
  84. <key>NSMicrophoneUsageDescription</key>
  85. <string>Allow "JME Remittance" to use your microphone for access to your recorded voice </string>
  86. <key>NSPhotoLibraryAddUsageDescription</key>
  87. <string>Allow "JME Remittance" to use your gallery to use images of documents and depositslips</string>
  88. <key>NSPhotoLibraryUsageDescription</key>
  89. <string>Allow "JME Remittance" to use your gallery to use images of documents and depositslips</string>
  90. <key>UIAppFonts</key>
  91. <array>
  92. <string>SanFranciscoDisplay-Heavy.otf</string>
  93. </array>
  94. <key>UIBackgroundModes</key>
  95. <array>
  96. <string>fetch</string>
  97. <string>remote-notification</string>
  98. </array>
  99. <key>UIFileSharingEnabled</key>
  100. <true/>
  101. <key>UILaunchStoryboardName</key>
  102. <string>LaunchScreen</string>
  103. <key>UIMainStoryboardFile</key>
  104. <string>Main</string>
  105. <key>UIRequiredDeviceCapabilities</key>
  106. <array>
  107. <string>armv7</string>
  108. </array>
  109. <key>UIStatusBarStyle</key>
  110. <string>UIStatusBarStyleDarkContent</string>
  111. <key>UISupportedInterfaceOrientations</key>
  112. <array>
  113. <string>UIInterfaceOrientationPortrait</string>
  114. </array>
  115. <key>UISupportedInterfaceOrientations~ipad</key>
  116. <array>
  117. <string>UIInterfaceOrientationPortrait</string>
  118. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  119. <string>UIInterfaceOrientationLandscapeLeft</string>
  120. <string>UIInterfaceOrientationLandscapeRight</string>
  121. </array>
  122. <key>UIViewControllerBasedStatusBarAppearance</key>
  123. <true/>
  124. </dict>
  125. </plist>