<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>org.joinmastodon.app</string> <key>CFBundleURLSchemes</key> <array> <string>mastodon</string> </array> </dict> </array> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationQueriesSchemes</key> <array> <string>sparrow</string> <string>googlegmail</string> <string>x-dispatch</string> <string>readdle-spark</string> <string>airmail</string> <string>ms-outlook</string> <string>ymail</string> <string>fastmail</string> </array> <key>LSRequiresIPhoneOS</key> <true/> <key>NSUserActivityTypes</key> <array> <string>SendPostIntent</string> </array> <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> <false/> <key>UISceneConfigurations</key> <dict> <key>UIWindowSceneSessionRoleApplication</key> <array> <dict> <key>UISceneConfigurationName</key> <string>Default Configuration</string> <key>UISceneDelegateClassName</key> <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string> <key>UISceneStoryboardFile</key> <string>Main</string> </dict> </array> </dict> </dict> <key>UIApplicationShortcutItems</key> <array> <dict> <key>UIApplicationShortcutItemIconSymbolName</key> <string>square.and.pencil</string> <key>UIApplicationShortcutItemTitle</key> <string>NewPostShortcutItemTitle</string> <key>UIApplicationShortcutItemType</key> <string>org.joinmastodon.app.new-post</string> </dict> <dict> <key>UIApplicationShortcutItemIconSymbolName</key> <string>magnifyingglass</string> <key>UIApplicationShortcutItemTitle</key> <string>SearchShortcutItemTitle</string> <key>UIApplicationShortcutItemType</key> <string>org.joinmastodon.app.search</string> </dict> </array> <key>UIApplicationSupportsIndirectInputEvents</key> <true/> <key>UILaunchStoryboardName</key> <string>Main</string> <key>UIMainStoryboardFile</key> <string>Main</string> <key>UIRequiredDeviceCapabilities</key> <array> <string>armv7</string> </array> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> </dict> </plist>