Skip to content

Commit e682792

Browse files
committed
config: Add deep linking IOS
1 parent 7b7db89 commit e682792

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

ios/Runner/Info.plist

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,27 @@
6666
<string>$(FLUTTER_BUILD_NAME)</string>
6767
<key>CFBundleSignature</key>
6868
<string>????</string>
69+
<key>CFBundleURLTypes</key>
70+
<array>
71+
<dict>
72+
<key>CFBundleTypeRole</key>
73+
<string>Editor</string>
74+
<key>CFBundleURLSchemes</key>
75+
<array>
76+
<string>com.googleusercontent.apps.810578982053-p196bn8p9ipg3709v4ftk2a28fcvi6ka</string>
77+
</array>
78+
</dict>
79+
<dict>
80+
<key>CFBundleTypeRole</key>
81+
<string>Editor</string>
82+
<key>CFBundleURLName</key>
83+
<string>com.moonchain.mxc</string>
84+
<key>CFBundleURLSchemes</key>
85+
<array>
86+
<string>moonbase</string>
87+
</array>
88+
</dict>
89+
</array>
6990
<key>CFBundleVersion</key>
7091
<string>$(FLUTTER_BUILD_NUMBER)</string>
7192
<key>FlutterDeepLinkingEnabled</key>
@@ -124,20 +145,6 @@
124145
<string>Would you allow Moonchain Wallet to use the Speech Recognition?</string>
125146
<key>PermissionGroupNotification</key>
126147
<string>Would you allow Moonchain Wallet to use the Notification?</string>
127-
<!-- Google Sign-in Section -->
128-
<key>CFBundleURLTypes</key>
129-
<array>
130-
<dict>
131-
<key>CFBundleTypeRole</key>
132-
<string>Editor</string>
133-
<key>CFBundleURLSchemes</key>
134-
<array>
135-
<!-- Copied from GoogleService-Info.plist key REVERSED_CLIENT_ID -->
136-
<string>com.googleusercontent.apps.810578982053-p196bn8p9ipg3709v4ftk2a28fcvi6ka</string>
137-
</array>
138-
</dict>
139-
</array>
140-
<!-- End of the Google Sign-in Section -->
141148
<key>UIApplicationSupportsIndirectInputEvents</key>
142149
<true/>
143150
<key>UIBackgroundModes</key>

0 commit comments

Comments
 (0)