Skip to content

Commit

Permalink
remove SpecterUri (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert authored Jul 21, 2023
1 parent ecf614f commit 78fe940
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyinstaller/electron/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<!--
this has been introduced with #2344
However it needs MAC provisioning profiles to be set up
And those trigger a App Review by Apple which we
currently want to avoid. Maybe later.
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -17,5 +22,6 @@
</array>
</dict>
</array>
-->
</dict>
</plist>

0 comments on commit 78fe940

Please sign in to comment.