Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
ControlCenter
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
<?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>MozDevelopmentTeam</key>
<string>$(DEVELOPMENT_TEAM)</string>
<key>LeanplumAppId</key>
<string></string>
<key>LeanplumProductionKey</key>
<string></string>
<key>LeanplumDevelopmentKey</key>
<string></string>
<key>AppIdentifierPrefix</key>
<string>$(APP_IDENTIFIER_PREFIX)</string>
<key>PocketEnvironmentAPIKey</key>
<string>$(POCKET_API_KEY)</string>
<key>MozWhatsNewTopic</key>
<string>whats-new-ios-9</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>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>org.mozilla.Client</string>
<key>CFBundleURLSchemes</key>
<array>
<string>firefox</string>
<string>$(MOZ_INTERNAL_URL_SCHEME)</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</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>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Websites you visit may request your location.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This lets you save and upload photos.</string>
<key>NSCameraUsageDescription</key>
<string>This lets you take and upload photos.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This lets you take and upload videos.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This lets you save photos.</string>
<key>NSFaceIDUsageDescription</key>
<string>Firefox requires Face ID to access your saved logins.</string>
<key>NSUserActivityTypes</key>
<array>
<string>org.mozilla.ios.firefox.browsing</string>
</array>
<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_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_private_tab</string>
<key>UIApplicationShortcutItemTitle</key>
<string>ShortcutItemTitleNewPrivateTab</string>
<key>UIApplicationShortcutItemType</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).NewPrivateTab</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>menu-ScanQRCode</string>
<key>UIApplicationShortcutItemTitle</key>
<string>ShortcutItemTitleQRCode</string>
<key>UIApplicationShortcutItemType</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).QRCode</string>
</dict>
</array>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<string>CliqzLaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<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>SentryDSN</key>
<string>$(SENTRY_DSN)</string>
<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>