Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f337b3

Browse files
committed
Set CADisableMinimumFrameDurationOnPhone and CFBundleURLTypes in Info.plist
1 parent a7410f0 commit 9f337b3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ios/Runner/Info.plist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,18 @@
4343
</array>
4444
<key>UIViewControllerBasedStatusBarAppearance</key>
4545
<false/>
46+
<key>CADisableMinimumFrameDurationOnPhone</key>
47+
<true/>
48+
<key>CFBundleURLTypes</key>
49+
<array>
50+
<dict>
51+
<key>CFBundleTypeRole</key>
52+
<string>Editor</string>
53+
<key>CFBundleURLSchemes</key>
54+
<array>
55+
<string>com.googleusercontent.apps.758124052811-bsgc75rn2qng5vfsqhdi6hq3vpagtcu7</string>
56+
</array>
57+
</dict>
58+
</array>
4659
</dict>
4760
</plist>

0 commit comments

Comments
 (0)