This commit is contained in:
J. A. Messias 2024-10-08 17:56:46 -03:00
parent 3c0eae88e7
commit c8a11e52ee
1 changed files with 24 additions and 13 deletions

View File

@ -27,19 +27,30 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>fre.com.br</string>
<key>CFBundleURLSchemes</key>
<array>
<string>freaccess-hub</string>
</array>
</dict>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>freaccess.com.br</string>
<key>CFBundleURLSchemes</key>
<array>
<string>https</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>freaccess</string>
<key>CFBundleURLSchemes</key>
<array>
<string>freaccess</string>
</array>
</dict>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>FirebaseAppDelegateProxyEnabled</key>