Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

70 Zeilen
2.1 KiB

  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>CADisableMinimumFrameDurationOnPhone</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>Mizban</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>qadirneyriz</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>2.0.0</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>1</string>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>NSAppTransportSecurity</key>
  30. <dict>
  31. <key>NSAllowsLocalNetworking</key>
  32. <true/>
  33. </dict>
  34. <key>NSPhotoLibraryUsageDescription</key>
  35. <string>We need access to your photos to allow you to upload images.</string>
  36. <key>UIApplicationSupportsIndirectInputEvents</key>
  37. <true/>
  38. <key>UIBackgroundModes</key>
  39. <array>
  40. <string>remote-notification</string>
  41. <string>processing</string>
  42. <string>fetch</string>
  43. </array>
  44. <key>BGTaskSchedulerPermittedIdentifiers</key>
  45. <array>
  46. <string>com.nghsco.mizban.refresh</string>
  47. <string>com.nghsco.mizban.processing</string>
  48. </array>
  49. <key>UILaunchStoryboardName</key>
  50. <string>LaunchScreen</string>
  51. <key>UIMainStoryboardFile</key>
  52. <string>Main</string>
  53. <key>UISupportedInterfaceOrientations</key>
  54. <array>
  55. <string>UIInterfaceOrientationPortrait</string>
  56. <string>UIInterfaceOrientationLandscapeLeft</string>
  57. <string>UIInterfaceOrientationLandscapeRight</string>
  58. </array>
  59. <key>UISupportedInterfaceOrientations~ipad</key>
  60. <array>
  61. <string>UIInterfaceOrientationPortrait</string>
  62. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  63. <string>UIInterfaceOrientationLandscapeLeft</string>
  64. <string>UIInterfaceOrientationLandscapeRight</string>
  65. </array>
  66. <key>FirebaseMessagingAutoInitEnabled</key>
  67. <string>NO</string>
  68. </dict>
  69. </plist>