fix(Entitlements.plist): not yet support apple associated domains (#11799)

This commit is contained in:
Igor Sirotin 2023-08-04 15:14:04 +03:00 committed by GitHub
parent eb65e8899f
commit 44a59f6740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
<dict> <dict>
<key>com.apple.security.device.camera</key> <key>com.apple.security.device.camera</key>
<true/> <true/>
<key>com.apple.developer.associated-domains</key> <!-- <key>com.apple.developer.associated-domains</key>
<array> <array>
<string>applinks:status.app</string> <string>applinks:status.app</string>
</array> </array> -->
</dict> </dict>
</plist> </plist>