Info.plist 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>Uitgaanskrant.com</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>Uitgaanskrant</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleLocalizations</key>
  20. <array>
  21. <string>nl</string>
  22. <string>en</string>
  23. </array>
  24. <key>CFBundleShortVersionString</key>
  25. <string>$(FLUTTER_BUILD_NAME)</string>
  26. <key>CFBundleSignature</key>
  27. <string>????</string>
  28. <key>CFBundleURLTypes</key>
  29. <array>
  30. <dict>
  31. <key>CFBundleTypeRole</key>
  32. <string>Editor</string>
  33. <key>CFBundleURLSchemes</key>
  34. <array>
  35. <!--FF_REVERSED_CLIENT_ID-->
  36. </array>
  37. </dict>
  38. <dict>
  39. <key>CFBundleTypeRole</key>
  40. <string>Editor</string>
  41. <key>CFBundleURLName</key>
  42. <string>uitgaanskrant.com</string>
  43. <key>CFBundleURLSchemes</key>
  44. <array>
  45. <string>uitgaanskrant</string>
  46. </array>
  47. </dict>
  48. </array>
  49. <key>FlutterDeepLinkingEnabled</key>
  50. <true/>
  51. <key>CFBundleVersion</key>
  52. <string>$(FLUTTER_BUILD_NUMBER)</string>
  53. <key>LSRequiresIPhoneOS</key>
  54. <true/>
  55. <key>NSCameraUsageDescription</key>
  56. <string>In order to take a picture or video, this app requires permission to access the camera.</string>
  57. <key>NSPhotoLibraryUsageDescription</key>
  58. <string>In order to upload data, this app requires permission to access the photo library.</string>
  59. <key>UILaunchStoryboardName</key>
  60. <string>LaunchScreen</string>
  61. <key>UIMainStoryboardFile</key>
  62. <string>Main</string>
  63. <key>UISupportedInterfaceOrientations</key>
  64. <array>
  65. <string>UIInterfaceOrientationPortrait</string>
  66. <string>UIInterfaceOrientationLandscapeLeft</string>
  67. <string>UIInterfaceOrientationLandscapeRight</string>
  68. </array>
  69. <key>UISupportedInterfaceOrientations~ipad</key>
  70. <array>
  71. <string>UIInterfaceOrientationPortrait</string>
  72. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  73. <string>UIInterfaceOrientationLandscapeLeft</string>
  74. <string>UIInterfaceOrientationLandscapeRight</string>
  75. </array>
  76. <key>UIViewControllerBasedStatusBarAppearance</key>
  77. <false/>
  78. <key>GADApplicationIdentifier</key>
  79. <string>ca-app-pub-2431417692812232~6937163535</string>
  80. <key>SKAdNetworkItems</key>
  81. <array>
  82. <dict>
  83. <key>SKAdNetworkIdentifier</key>
  84. <string>cstr6suwn9.skadnetwork</string>
  85. </dict>
  86. </array>
  87. <key>io.flutter.embedded_views_preview</key>
  88. <true/>
  89. </dict>
  90. </plist>