Skip to content

Commit 78fe940

Browse files
author
k9ert
authored
remove SpecterUri (#2358)
1 parent ecf614f commit 78fe940

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyinstaller/electron/build/entitlements.mac.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<true/>
77
<key>com.apple.security.device.camera</key>
88
<true/>
9+
<!--
10+
this has been introduced with #2344
11+
However it needs MAC provisioning profiles to be set up
12+
And those trigger a App Review by Apple which we
13+
currently want to avoid. Maybe later.
914
<key>CFBundleURLTypes</key>
1015
<array>
1116
<dict>
@@ -17,5 +22,6 @@
1722
</array>
1823
</dict>
1924
</array>
25+
-->
2026
</dict>
2127
</plist>

0 commit comments

Comments
 (0)