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.

108 lines
3.0 KiB

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. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>GME Remittance</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>1.2.3</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>fb1129818613815224</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>27</string>
  34. <key>Fabric</key>
  35. <dict>
  36. <key>APIKey</key>
  37. <string>5a34aa29cd7c0bafa306fa502e404500492f3f01</string>
  38. <key>Kits</key>
  39. <array>
  40. <dict>
  41. <key>KitInfo</key>
  42. <dict/>
  43. <key>KitName</key>
  44. <string>Crashlytics</string>
  45. </dict>
  46. </array>
  47. </dict>
  48. <key>FacebookAppID</key>
  49. <string>331163960743784</string>
  50. <key>FacebookDisplayName</key>
  51. <string>GME</string>
  52. <key>LSApplicationCategoryType</key>
  53. <string></string>
  54. <key>LSApplicationQueriesSchemes</key>
  55. <array>
  56. <string>fbapi</string>
  57. <string>fb-messenger-share-api</string>
  58. <string>fbauth2</string>
  59. <string>fbshareextension</string>
  60. </array>
  61. <key>LSRequiresIPhoneOS</key>
  62. <true/>
  63. <key>LSSupportsOpeningDocumentsInPlace</key>
  64. <true/>
  65. <key>NSAppTransportSecurity</key>
  66. <dict>
  67. <key>NSAllowsArbitraryLoads</key>
  68. <true/>
  69. </dict>
  70. <key>NSCameraUsageDescription</key>
  71. <string>This permission allows the app to access camera for taking photos</string>
  72. <key>NSContactsUsageDescription</key>
  73. <string>This permission allows the app to access your contact list</string>
  74. <key>NSPhotoLibraryAddUsageDescription</key>
  75. <string>This permission allows the app to save images to your device</string>
  76. <key>NSPhotoLibraryUsageDescription</key>
  77. <string>This permission allows the app to access your photos</string>
  78. <key>UIAppFonts</key>
  79. <array>
  80. <string>SanFranciscoDisplay-Heavy.otf</string>
  81. </array>
  82. <key>UIBackgroundModes</key>
  83. <array>
  84. <string>remote-notification</string>
  85. </array>
  86. <key>UIFileSharingEnabled</key>
  87. <true/>
  88. <key>UILaunchStoryboardName</key>
  89. <string>LaunchScreen</string>
  90. <key>UIMainStoryboardFile</key>
  91. <string>Main</string>
  92. <key>UIRequiredDeviceCapabilities</key>
  93. <array>
  94. <string>armv7</string>
  95. </array>
  96. <key>UISupportedInterfaceOrientations</key>
  97. <array>
  98. <string>UIInterfaceOrientationPortrait</string>
  99. </array>
  100. <key>UISupportedInterfaceOrientations~ipad</key>
  101. <array>
  102. <string>UIInterfaceOrientationPortrait</string>
  103. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  104. <string>UIInterfaceOrientationLandscapeLeft</string>
  105. <string>UIInterfaceOrientationLandscapeRight</string>
  106. </array>
  107. </dict>
  108. </plist>