1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-12 16:38:36 +01:00

feat: iOS URL scheme config

This commit is contained in:
Rongjian Zhang 2019-02-08 17:31:00 +08:00
parent 7a229d0797
commit ef03caa135

View File

@ -18,6 +18,17 @@
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>gittouch</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>