Info.plist 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleURLName</key>
  25. <string>org.joinmastodon.app</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>mastodon</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>$(CURRENT_PROJECT_VERSION)</string>
  34. <key>ITSAppUsesNonExemptEncryption</key>
  35. <false/>
  36. <key>LSApplicationQueriesSchemes</key>
  37. <array>
  38. <string>sparrow</string>
  39. <string>googlegmail</string>
  40. <string>x-dispatch</string>
  41. <string>readdle-spark</string>
  42. <string>airmail</string>
  43. <string>ms-outlook</string>
  44. <string>ymail</string>
  45. <string>fastmail</string>
  46. </array>
  47. <key>LSRequiresIPhoneOS</key>
  48. <true/>
  49. <key>NSAppTransportSecurity</key>
  50. <dict>
  51. <key>NSExceptionDomains</key>
  52. <dict>
  53. <key>onion</key>
  54. <dict>
  55. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  56. <true/>
  57. <key>NSIncludesSubdomains</key>
  58. <true/>
  59. </dict>
  60. </dict>
  61. </dict>
  62. <key>NSUserActivityTypes</key>
  63. <array>
  64. <string>SendPostIntent</string>
  65. </array>
  66. <key>UIApplicationSceneManifest</key>
  67. <dict>
  68. <key>UIApplicationSupportsMultipleScenes</key>
  69. <false/>
  70. <key>UISceneConfigurations</key>
  71. <dict>
  72. <key>UIWindowSceneSessionRoleApplication</key>
  73. <array>
  74. <dict>
  75. <key>UISceneConfigurationName</key>
  76. <string>Default Configuration</string>
  77. <key>UISceneDelegateClassName</key>
  78. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  79. <key>UISceneStoryboardFile</key>
  80. <string>Main</string>
  81. </dict>
  82. </array>
  83. </dict>
  84. </dict>
  85. <key>UIApplicationShortcutItems</key>
  86. <array>
  87. <dict>
  88. <key>UIApplicationShortcutItemIconSymbolName</key>
  89. <string>square.and.pencil</string>
  90. <key>UIApplicationShortcutItemTitle</key>
  91. <string>NewPostShortcutItemTitle</string>
  92. <key>UIApplicationShortcutItemType</key>
  93. <string>org.joinmastodon.app.new-post</string>
  94. </dict>
  95. <dict>
  96. <key>UIApplicationShortcutItemIconSymbolName</key>
  97. <string>magnifyingglass</string>
  98. <key>UIApplicationShortcutItemTitle</key>
  99. <string>SearchShortcutItemTitle</string>
  100. <key>UIApplicationShortcutItemType</key>
  101. <string>org.joinmastodon.app.search</string>
  102. </dict>
  103. </array>
  104. <key>UIApplicationSupportsIndirectInputEvents</key>
  105. <true/>
  106. <key>UIBackgroundModes</key>
  107. <array>
  108. <string>remote-notification</string>
  109. </array>
  110. <key>UILaunchStoryboardName</key>
  111. <string>Main</string>
  112. <key>UIMainStoryboardFile</key>
  113. <string>Main</string>
  114. <key>UIRequiredDeviceCapabilities</key>
  115. <array>
  116. <string>armv7</string>
  117. </array>
  118. <key>UISupportedInterfaceOrientations</key>
  119. <array>
  120. <string>UIInterfaceOrientationPortrait</string>
  121. <string>UIInterfaceOrientationLandscapeLeft</string>
  122. <string>UIInterfaceOrientationLandscapeRight</string>
  123. </array>
  124. <key>UISupportedInterfaceOrientations~ipad</key>
  125. <array>
  126. <string>UIInterfaceOrientationPortrait</string>
  127. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  128. <string>UIInterfaceOrientationLandscapeLeft</string>
  129. <string>UIInterfaceOrientationLandscapeRight</string>
  130. </array>
  131. <key>UIViewControllerBasedStatusBarAppearance</key>
  132. <true/>
  133. </dict>
  134. </plist>