Skip to content

Commit

Permalink
Merge pull request #42 from gwleuverink/next
Browse files Browse the repository at this point in the history
V1.1 🎉
  • Loading branch information
gwleuverink authored Nov 3, 2022
2 parents c9c1a86 + 51f2ebe commit 1261617
Show file tree
Hide file tree
Showing 21 changed files with 4,677 additions and 8,980 deletions.
Binary file added build/embedded.provisionprofile
Binary file not shown.
4 changes: 3 additions & 1 deletion build/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<key>com.apple.security.cs.debugger</key>
<true/>
<!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/> -->
<key>com.apple.security.network.client</key>
<true/>
</dict>
Expand Down
20 changes: 20 additions & 0 deletions build/entitlements.mas.inherit.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.debugger</key>
<true/>
<!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/> -->
<!-- <key>com.apple.security.cs.disable-library-validation</key>
<true/> -->
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>
</dict>
</plist>
8 changes: 8 additions & 0 deletions build/entitlements.mas.loginhelper.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
</plist>
22 changes: 22 additions & 0 deletions build/entitlements.mas.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.debugger</key>
<true/>
<!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/> -->
<!-- <key>com.apple.security.cs.disable-library-validation</key>
<true/> -->
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>4EARZWE9TU.nl.gwleuverink.clickup-time-tracker</string>
</array>
</dict>
</plist>
4 changes: 4 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
APPLE_ID=
APPLE_ID_PASSWORD=

# Apple env vars used for MAS build locally
APPLE_TEAM_ID=

# Error reporting
VUE_APP_SENTRY_DSN=
Loading

0 comments on commit 1261617

Please sign in to comment.