Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requests-2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert authored Jul 21, 2023
2 parents 7d223c9 + f8383ac commit 4b3dd82
Show file tree
Hide file tree
Showing 22 changed files with 2,212 additions and 2,452 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pyinstaller/version.txt
pyinstaller/electron/version-data.json
pyinstaller/electron/downloadloc.js
pyinstaller/electron/node_modules
pyinstaller/electron/package-lock.json
pyinstaller/electron/dist
pyinstaller/electron/fonts
pyinstaller/electron/typography.css
Expand Down
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.

5 changes: 5 additions & 0 deletions pyinstaller/electron/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"printWidth": 125
}
17 changes: 17 additions & 0 deletions pyinstaller/electron/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,22 @@
<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>
<key>CFBundleURLName</key>
<string>solutions.specter</string>
<key>CFBundleURLSchemes</key>
<array>
<string>specter</string>
</array>
</dict>
</array>
-->
</dict>
</plist>
Loading

0 comments on commit 4b3dd82

Please sign in to comment.