|
66 | 66 | <string>$(FLUTTER_BUILD_NAME)</string>
|
67 | 67 | <key>CFBundleSignature</key>
|
68 | 68 | <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> |
69 | 90 | <key>CFBundleVersion</key>
|
70 | 91 | <string>$(FLUTTER_BUILD_NUMBER)</string>
|
71 | 92 | <key>FlutterDeepLinkingEnabled</key>
|
|
124 | 145 | <string>Would you allow Moonchain Wallet to use the Speech Recognition?</string>
|
125 | 146 | <key>PermissionGroupNotification</key>
|
126 | 147 | <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 --> |
141 | 148 | <key>UIApplicationSupportsIndirectInputEvents</key>
|
142 | 149 | <true/>
|
143 | 150 | <key>UIBackgroundModes</key>
|
|
0 commit comments