Skip to content

Commit

Permalink
Remove more entitlements, so application would run, even after succes…
Browse files Browse the repository at this point in the history
…s notarizing
  • Loading branch information
MayGo committed Jul 16, 2021
1 parent e2b6ae2 commit 95c41a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

| Operating System | Download |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.4/tockler-3.19.4-windows.exe'><img alt='Get it on Windows' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.4/Tockler-3.19.4.dmg'><img alt='Get it on macOS' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.4/Tockler-3.19.4.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |
| Windows (32 and 64-bit) | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.5/tockler-3.19.5-windows.exe'><img alt='Get it on Windows' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.5/Tockler-3.19.5.dmg'><img alt='Get it on macOS' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/MayGo/tockler/releases/download/v3.19.5/Tockler-3.19.5.AppImage'><img alt='Get it on Linux' width="134px" src='https://github.com/MayGo/tockler/raw/master/badges/BadgeLinux.png'/></a> |

# Feedback

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.19.4",
"version": "3.19.5",
"private": true,
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
Expand Down
6 changes: 0 additions & 6 deletions electron/build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- https://github.com/electron/electron-notarize#prerequisites -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion electron/package-lock.json

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

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.19.4",
"version": "3.19.5",
"description": "Automatically track applications usage and working time",
"author": "Maigo Erit <[email protected]>",
"license": "GPL-2.0",
Expand Down

0 comments on commit 95c41a5

Please sign in to comment.