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 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. <true/>
  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>NSCalendarsUsageDescription</key>
  56. <string>Allow Campus to access your calendar</string>
  57. <key>NSCameraUsageDescription</key>
  58. <string>Allow Campus to use the camera</string>
  59. <key>NSContactsUsageDescription</key>
  60. <string>Allow Campus experiences to access your contacts</string>
  61. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  62. <string>Allow Campus to use your location</string>
  63. <key>NSLocationAlwaysUsageDescription</key>
  64. <string>Allow Campus to use your location</string>
  65. <key>NSLocationWhenInUseUsageDescription</key>
  66. <string>Allow Campus to use your location</string>
  67. <key>NSMicrophoneUsageDescription</key>
  68. <string>Allow Campus to access your microphone</string>
  69. <key>NSMotionUsageDescription</key>
  70. <string>Allow Campus to access your device's accelerometer</string>
  71. <key>NSPhotoLibraryAddUsageDescription</key>
  72. <string>Give Campus periences permission to save photos</string>
  73. <key>NSPhotoLibraryUsageDescription</key>
  74. <string>Give Campus periences permission to access your photos</string>
  75. <key>NSRemindersUsageDescription</key>
  76. <string>Allow Campus to access your reminders</string>
  77. <key>UILaunchStoryboardName</key>
  78. <string>LaunchScreen</string>
  79. <key>UIRequiredDeviceCapabilities</key>
  80. <array>
  81. <string>armv7</string>
  82. </array>
  83. <key>UIRequiresFullScreen</key>
  84. <true/>
  85. <key>UISupportedInterfaceOrientations</key>
  86. <array>
  87. <string>UIInterfaceOrientationPortrait</string>
  88. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  89. </array>
  90. <key>UIUserInterfaceStyle</key>
  91. <string>Automatic</string>
  92. <key>UIViewControllerBasedStatusBarAppearance</key>
  93. <false/>
  94. </dict>
  95. </plist>