add url scheme

This commit is contained in:
Amir Mohammadi
2024-01-17 04:51:30 +03:30
parent a164c7121d
commit cc1d4aaf07

View File

@@ -24,6 +24,19 @@
<string>$(FLUTTER_BUILD_NAME)</string> <string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.hiddify.ios</string>
<key>CFBundleURLSchemes</key>
<array>
<string>hiddify</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string> <string>$(FLUTTER_BUILD_NUMBER)</string>
<key>EXAppExtensionAttributes</key> <key>EXAppExtensionAttributes</key>