app links for Android and iOS

This commit is contained in:
wgh19
2024-05-14 13:50:22 +08:00
parent 842a52f53d
commit 0ec700c835
2 changed files with 18 additions and 0 deletions

View File

@@ -45,5 +45,16 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>pixiv</string>
</array>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</dict>
</array>
</dict>
</plist>