Info.plist 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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> <dict>
  30. <key>CFBundleTypeRole</key>
  31. <string>Editor</string>
  32. <key>CFBundleURLName</key>
  33. <string>uitgaanskrant.com</string>
  34. <key>CFBundleURLSchemes</key>
  35. <array>
  36. <string>uitgaanskrant</string>
  37. </array>
  38. </dict>
  39. </array>
  40. <key>FlutterDeepLinkingEnabled</key>
  41. <true/>
  42. <key>CFBundleVersion</key>
  43. <string>$(FLUTTER_BUILD_NUMBER)</string>
  44. <key>LSRequiresIPhoneOS</key>
  45. <true/>
  46. <key>UILaunchStoryboardName</key>
  47. <string>LaunchScreen</string>
  48. <key>UIMainStoryboardFile</key>
  49. <string>Main</string>
  50. <key>UISupportedInterfaceOrientations</key>
  51. <array>
  52. <string>UIInterfaceOrientationPortrait</string>
  53. <string>UIInterfaceOrientationLandscapeLeft</string>
  54. <string>UIInterfaceOrientationLandscapeRight</string>
  55. </array>
  56. <key>UISupportedInterfaceOrientations~ipad</key>
  57. <array>
  58. <string>UIInterfaceOrientationPortrait</string>
  59. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  60. <string>UIInterfaceOrientationLandscapeLeft</string>
  61. <string>UIInterfaceOrientationLandscapeRight</string>
  62. </array>
  63. <key>UIViewControllerBasedStatusBarAppearance</key>
  64. <false/>
  65. <key>GADApplicationIdentifier</key>
  66. <string>ca-app-pub-2431417692812232~6937163535</string>
  67. <key>SKAdNetworkItems</key>
  68. <array>
  69. <dict>
  70. <key>SKAdNetworkIdentifier</key>
  71. <string>cstr6suwn9.skadnetwork</string>
  72. </dict>
  73. </array>
  74. <key>io.flutter.embedded_views_preview</key>
  75. <true/>
  76. </dict>
  77. </plist>