Application Android et IOS pour l'amicale des élèves
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.

Info.plist 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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>Campus</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>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>campus-insat</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>$(CURRENT_PROJECT_VERSION)</string>
  34. <key>FacebookAdvertiserIDCollectionEnabled</key>
  35. <false/>
  36. <key>FacebookAutoInitEnabled</key>
  37. <false/>
  38. <key>FacebookAutoLogAppEventsEnabled</key>
  39. <false/>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>NSAppTransportSecurity</key>
  43. <dict>
  44. <key>NSAllowsArbitraryLoads</key>
  45. <false/>
  46. <key>NSExceptionDomains</key>
  47. <dict>
  48. <key>localhost</key>
  49. <dict>
  50. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  51. <true/>
  52. </dict>
  53. </dict>
  54. </dict>
  55. <key>NSCameraUsageDescription</key>
  56. <string>Allow Campus to use the camera</string>
  57. <key>UILaunchStoryboardName</key>
  58. <string>LaunchScreen</string>
  59. <key>UIRequiredDeviceCapabilities</key>
  60. <array>
  61. <string>armv7</string>
  62. </array>
  63. <key>UIRequiresFullScreen</key>
  64. <true/>
  65. <key>UISupportedInterfaceOrientations</key>
  66. <array>
  67. <string>UIInterfaceOrientationPortrait</string>
  68. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  69. </array>
  70. <key>UIUserInterfaceStyle</key>
  71. <string>Automatic</string>
  72. <key>UIViewControllerBasedStatusBarAppearance</key>
  73. <false/>
  74. </dict>
  75. </plist>