Skip to content

Commit

Permalink
Merge branch 'master' into mm/fix-jade-multisig-address-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
moneymanolis authored Aug 18, 2023
2 parents cb25fcf + 72fed92 commit dccc684
Show file tree
Hide file tree
Showing 10 changed files with 1,717 additions and 2,062 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>
56 changes: 18 additions & 38 deletions pyinstaller/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dccc684

Please sign in to comment.