mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
And CI parameter to override the default entitlements. Signed-off-by: Jakub Sokołowski <jakub@status.im>
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.device.camera</key>
|
|
<true/>
|
|
<!--
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>applinks:status.app</string>
|
|
</array>
|
|
-->
|
|
</dict>
|
|
</plist>
|