This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
185 lines (185 sloc)
5.91 KB
| <?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>AdjustAppToken</key> | |
| <string>$(ADJUST_APP_TOKEN)</string> | |
| <key>AdjustEnvironment</key> | |
| <string>$(ADJUST_ENVIRONMENT)</string> | |
| <key>AppIdentifierPrefix</key> | |
| <string>$(APP_IDENTIFIER_PREFIX)</string> | |
| <key>CFBundleDevelopmentRegion</key> | |
| <string>en</string> | |
| <key>CFBundleDisplayName</key> | |
| <string>$(MOZ_BUNDLE_DISPLAY_NAME)</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>$(MOZ_PRODUCT_NAME)</string> | |
| <key>CFBundlePackageType</key> | |
| <string>APPL</string> | |
| <key>CFBundleShortVersionString</key> | |
| <string>2.0.1</string> | |
| <key>CFBundleSignature</key> | |
| <string>????</string> | |
| <key>CFBundleURLTypes</key> | |
| <array> | |
| <dict> | |
| <key>CFBundleTypeRole</key> | |
| <string>Editor</string> | |
| <key>CFBundleURLName</key> | |
| <string>com.cliqz.ios.newCliqz</string> | |
| <key>CFBundleURLSchemes</key> | |
| <array> | |
| <string>ghostery</string> | |
| <string>$(MOZ_INTERNAL_URL_SCHEME)</string> | |
| </array> | |
| </dict> | |
| </array> | |
| <key>CFBundleVersion</key> | |
| <string>2</string> | |
| <key>ITSAppUsesNonExemptEncryption</key> | |
| <false/> | |
| <key>LSApplicationQueriesSchemes</key> | |
| <array> | |
| <string>pocket</string> | |
| <string>firefox-focus</string> | |
| <string>firefox-klar</string> | |
| <string>ymail</string> | |
| <string>ms-outlook</string> | |
| <string>airmail</string> | |
| <string>italiaonline-mailto</string> | |
| <string>mailru-mailto</string> | |
| <string>mymail-mailto</string> | |
| <string>readdle-spark</string> | |
| <string>itms-books</string> | |
| <string>org-appextension-feature-password-management</string> | |
| <string>googlegmail</string> | |
| <string>inbox-gmail</string> | |
| </array> | |
| <key>LSRequiresIPhoneOS</key> | |
| <true/> | |
| <key>LSSupportsOpeningDocumentsInPlace</key> | |
| <true/> | |
| <key>LeanplumAppId</key> | |
| <string></string> | |
| <key>LeanplumDevelopmentKey</key> | |
| <string></string> | |
| <key>LeanplumProductionKey</key> | |
| <string></string> | |
| <key>MozDevelopmentTeam</key> | |
| <string>$(DEVELOPMENT_TEAM)</string> | |
| <key>MozWhatsNewTopic</key> | |
| <string>whats-new-ios-12</string> | |
| <key>NSAppTransportSecurity</key> | |
| <dict> | |
| <key>NSAllowsArbitraryLoads</key> | |
| <true/> | |
| </dict> | |
| <key>NSCameraUsageDescription</key> | |
| <string>This lets you scan, take and upload videos or photos.</string> | |
| <key>NSFaceIDUsageDescription</key> | |
| <string>Ghostery requires Face ID to access your saved logins.</string> | |
| <key>NSLocationWhenInUseUsageDescription</key> | |
| <string>Your location is used to provide better search results.</string> | |
| <key>NSMicrophoneUsageDescription</key> | |
| <string>Ghostery will only use the microphone when you choose to record videos inside the browser.</string> | |
| <key>NSPhotoLibraryAddUsageDescription</key> | |
| <string>Ghostery will only use this access to download videos and pictures to your device.</string> | |
| <key>NSPhotoLibraryUsageDescription</key> | |
| <string>Ghostery will only use this access to download videos and pictures to your device.</string> | |
| <key>NSUserActivityTypes</key> | |
| <array> | |
| <string>org.mozilla.ios.firefox.browsing</string> | |
| </array> | |
| <key>PocketEnvironmentAPIKey</key> | |
| <string>$(POCKET_API_KEY)</string> | |
| <key>SentryDSN</key> | |
| <string>$(SENTRY_DSN)</string> | |
| <key>UIAppFonts</key> | |
| <array> | |
| <string>CharisSILB.ttf</string> | |
| <string>CharisSILBI.ttf</string> | |
| <string>CharisSILI.ttf</string> | |
| <string>CharisSILR.ttf</string> | |
| <string>FiraSans-Bold.ttf</string> | |
| <string>FiraSans-BoldItalic.ttf</string> | |
| <string>FiraSans-Book.ttf</string> | |
| <string>FiraSans-Italic.ttf</string> | |
| <string>FiraSans-Light.ttf</string> | |
| <string>FiraSans-Medium.ttf</string> | |
| <string>FiraSans-Regular.ttf</string> | |
| <string>FiraSans-SemiBold.ttf</string> | |
| <string>FiraSans-UltraLight.ttf</string> | |
| </array> | |
| <key>UIApplicationShortcutItems</key> | |
| <array> | |
| <dict> | |
| <key>UIApplicationShortcutItemIconFile</key> | |
| <string>quick_action_new_cliqz_tab</string> | |
| <key>UIApplicationShortcutItemTitle</key> | |
| <string>ShortcutItemTitleNewTab</string> | |
| <key>UIApplicationShortcutItemType</key> | |
| <string>$(PRODUCT_BUNDLE_IDENTIFIER).NewTab</string> | |
| </dict> | |
| <dict> | |
| <key>UIApplicationShortcutItemIconFile</key> | |
| <string>quick_action_new_ghost_tab</string> | |
| <key>UIApplicationShortcutItemTitle</key> | |
| <string>ShortcutItemTitleNewPrivateTab</string> | |
| <key>UIApplicationShortcutItemType</key> | |
| <string>$(PRODUCT_BUNDLE_IDENTIFIER).NewPrivateTab</string> | |
| </dict> | |
| </array> | |
| <key>UIBackgroundModes</key> | |
| <array> | |
| <string>audio</string> | |
| <string>remote-notification</string> | |
| </array> | |
| <key>UIFileSharingEnabled</key> | |
| <false/> | |
| <key>UILaunchStoryboardName</key> | |
| <string>GhosteryLaunchScreen</string> | |
| <key>UIRequiredDeviceCapabilities</key> | |
| <array> | |
| <string>armv7</string> | |
| </array> | |
| <key>UIStatusBarStyle</key> | |
| <string>UIStatusBarStyleLightContent</string> | |
| <key>UISupportedInterfaceOrientations</key> | |
| <array> | |
| <string>UIInterfaceOrientationPortrait</string> | |
| <string>UIInterfaceOrientationPortraitUpsideDown</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> | |
| <key>UIViewControllerBasedStatusBarAppearance</key> | |
| <true/> | |
| <key>UTImportedTypeDeclarations</key> | |
| <array> | |
| <dict> | |
| <key>UTTypeConformsTo</key> | |
| <array> | |
| <string>public.url</string> | |
| </array> | |
| <key>UTTypeDescription</key> | |
| <string>1Password Fill Browser Action</string> | |
| <key>UTTypeIdentifier</key> | |
| <string>org.appextension.fill-browser-action</string> | |
| <key>UTTypeSize64IconFile</key> | |
| <string></string> | |
| </dict> | |
| </array> | |
| </dict> | |
| </plist> |