100 lines
3.0 KiB
Plaintext
100 lines
3.0 KiB
Plaintext
<?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>testloginwithgoogle</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIMainStoryboardFile</key>
|
|
<string>Main</string>
|
|
<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>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
<!-- Put me in the [my_project]/ios/Runner/Info.plist file -->
|
|
|
|
<!-- Google Sign-in Section -->
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>1051330489903-on15f3rmq3a1830f2cb3d7ber0duueqh.apps.googleusercontent.com</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<!-- End of the Google Sign-in Section -->
|
|
|
|
<!-- Start key facebook -->
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<!--
|
|
<dict>
|
|
... Some other CFBundleURLTypes definition.
|
|
</dict>
|
|
-->
|
|
<dict>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<!--
|
|
Replace "000000000000" with your Facebook App ID here.
|
|
**NOTE**: The scheme needs to start with `fb` and then your ID.
|
|
-->
|
|
<string>fb2553407474960753</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
|
|
<key>FacebookAppID</key>
|
|
|
|
<!-- Replace "000000000000" with your Facebook App ID here. -->
|
|
<string>2553407474960753</string>
|
|
<key>FacebookDisplayName</key>
|
|
|
|
<!-- Replace "YOUR_APP_NAME" with your Facebook App name. -->
|
|
<string>YOUR_APP_NAME</string>
|
|
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>fbapi</string>
|
|
<string>fb-messenger-share-api</string>
|
|
<string>fbauth2</string>
|
|
<string>fbshareextension</string>
|
|
</array>
|
|
<!-- End key facebook -->
|
|
|
|
</dict>
|
|
</plist>
|