2018-08-16 02:27:48 +00:00
|
|
|
<?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>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-03-01 23:23:10 +00:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2018-08-19 20:14:04 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>net.shadowfacts.Tusker</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>tusker</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2018-08-16 02:27:48 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2020-03-01 23:23:10 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2020-08-15 21:36:23 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.social-networking</string>
|
2021-05-07 02:28:34 +00:00
|
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>gopher</string>
|
|
|
|
<string>gemini</string>
|
|
|
|
</array>
|
2018-08-16 02:27:48 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2020-01-07 23:39:19 +00:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2018-09-23 16:01:05 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
2020-01-04 21:25:15 +00:00
|
|
|
<string>Post photos and videos from the camera.</string>
|
2020-01-07 23:39:19 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>Post videos from the camera.</string>
|
2018-09-23 16:01:05 +00:00
|
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
2022-02-17 03:10:55 +00:00
|
|
|
<string>Save photos directly from other people's posts.</string>
|
2018-09-23 16:01:05 +00:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Post photos from the photo library.</string>
|
2020-01-07 23:39:19 +00:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
2020-12-14 03:37:37 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.show-conversation</string>
|
2020-01-07 23:39:19 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.show-timeline</string>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.check-notifications</string>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.new-post</string>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.search</string>
|
2020-12-14 03:37:37 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.bookmarks</string>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.my-profile</string>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.show-profile</string>
|
2021-06-06 18:55:04 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).activity.main-scene</string>
|
2020-01-07 23:39:19 +00:00
|
|
|
</array>
|
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
<dict>
|
2020-02-08 22:54:04 +00:00
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
2020-12-14 03:37:37 +00:00
|
|
|
<true/>
|
2020-01-07 23:39:19 +00:00
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIWindowSceneSessionRoleApplication</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UISceneClassName</key>
|
|
|
|
<string>UIWindowScene</string>
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
<string>main-scene</string>
|
2020-02-08 22:54:04 +00:00
|
|
|
<key>UISceneDelegateClassName</key>
|
2020-12-14 03:37:37 +00:00
|
|
|
<string>$(PRODUCT_MODULE_NAME).MainSceneDelegate</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>UISceneClassName</key>
|
|
|
|
<string>UIWindowScene</string>
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
<string>auxiliary</string>
|
2020-12-31 16:13:47 +00:00
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).AuxiliarySceneDelegate</string>
|
2020-12-14 03:37:37 +00:00
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>UISceneClassName</key>
|
|
|
|
<string>UIWindowScene</string>
|
|
|
|
<key>UISceneConfigurationName</key>
|
|
|
|
<string>compose</string>
|
2020-12-31 16:13:47 +00:00
|
|
|
<key>UISceneDelegateClassName</key>
|
|
|
|
<string>$(PRODUCT_MODULE_NAME).ComposeSceneDelegate</string>
|
2020-01-07 23:39:19 +00:00
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2020-10-17 16:56:13 +00:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio</string>
|
|
|
|
</array>
|
2018-08-16 02:27:48 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
2020-01-08 03:19:38 +00:00
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
2018-08-16 02:27:48 +00:00
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2020-03-18 01:58:14 +00:00
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
<array/>
|
|
|
|
<key>UTTypeIdentifier</key>
|
|
|
|
<string>space.vaccor.Tusker.composition-attachment</string>
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
<dict/>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2018-08-16 02:27:48 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|