digitalfabrik/integreat-app

View on GitHub
native/ios/Integreat/Info.plist

Summary

Maintainability
Test Coverage
<?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>en</string>
    <key>CFBundleDisplayName</key>
    <string>$(BUILD_CONFIG_APP_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>$(PRODUCT_NAME)</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>$(MARKETING_VERSION)</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleURLTypes</key>
    <array>
        <dict>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>integreat</string>
            </array>
        </dict>
    </array>
    <key>CFBundleVersion</key>
    <string>$(CURRENT_PROJECT_VERSION)</string>
    <key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
    <true/>
    <key>FirebaseScreenReportingEnabled</key>
    <false/>
    <key>ITSAppUsesNonExemptEncryption</key>
    <false/>
    <key>LSApplicationQueriesSchemes</key>
    <array>
        <string>https</string>
        <string>mailto</string>
        <string>tel</string>
    </array>
    <key>LSRequiresIPhoneOS</key>
    <true/>
    <key>NSAppTransportSecurity</key>
    <dict>
        <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
        <key>NSAllowsArbitraryLoads</key>
        <false/>
        <key>NSAllowsLocalNetworking</key>
        <true/>
    </dict>
    <key>NSCalendarsUsageDescription</key>
    <string>Integreat wants to access the calendar to add an event.</string>
    <key>NSCalendarsFullAccessUsageDescription</key>
    <string>Integreat wants to access the calendar to add an event.</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>Integreat wants to use your location to find nearby cities.</string>
    <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
    <string>Integreat wants to use your location to find nearby cities.</string>
    <key>UIAppFonts</key>
    <array>
        <string>NotoSansArabic-Regular.ttf</string>
        <string>NotoSansArabic-Bold.ttf</string>
        <string>NotoSans-Bold.ttf</string>
        <string>NotoSans.ttf</string>
        <string>Raleway-Bold.ttf</string>
        <string>Raleway-Regular.ttf</string>
        <string>VarelaRound-Regular.ttf</string>
        <string>MaterialCommunityIcons.ttf</string>
        <string>MaterialIcons.ttf</string>
    </array>
    <key>UILaunchStoryboardName</key>
    <string>$(BUILD_CONFIG_LAUNCH_SCREEN)</string>
    <key>UIRequiredDeviceCapabilities</key>
    <array>
        <string>arm64</string>
    </array>
    <key>UIRequiresFullScreen</key>
    <false/>
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
        <string>UIInterfaceOrientationLandscapeLeft</string>
        <string>UIInterfaceOrientationLandscapeRight</string>
        <string>UIInterfaceOrientationPortraitUpsideDown</string>
    </array>
    <key>UIUserInterfaceStyle</key>
    <string>Light</string>
    <key>UIViewControllerBasedStatusBarAppearance</key>
    <false/>
</dict>
</plist>