Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 1261617

Browse files
authored
Merge pull request #42 from gwleuverink/next
V1.1 🎉
2 parents c9c1a86 + 51f2ebe commit 1261617

21 files changed

Lines changed: 4677 additions & 8980 deletions

build/embedded.provisionprofile

12 KB
Binary file not shown.

build/entitlements.mac.inherit.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<dict>
55
<key>com.apple.security.cs.allow-jit</key>
66
<true/>
7-
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
7+
<key>com.apple.security.cs.debugger</key>
88
<true/>
9+
<!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10+
<true/> -->
911
<key>com.apple.security.network.client</key>
1012
<true/>
1113
</dict>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.cs.allow-jit</key>
6+
<true/>
7+
<key>com.apple.security.cs.debugger</key>
8+
<true/>
9+
<!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10+
<true/> -->
11+
<!-- <key>com.apple.security.cs.disable-library-validation</key>
12+
<true/> -->
13+
<key>com.apple.security.network.client</key>
14+
<true/>
15+
<key>com.apple.security.app-sandbox</key>
16+
<true/>
17+
<key>com.apple.security.inherit</key>
18+
<true/>
19+
</dict>
20+
</plist>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
</dict>
8+
</plist>

build/entitlements.mas.plist

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.cs.allow-jit</key>
6+
<true/>
7+
<key>com.apple.security.cs.debugger</key>
8+
<true/>
9+
<!-- <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10+
<true/> -->
11+
<!-- <key>com.apple.security.cs.disable-library-validation</key>
12+
<true/> -->
13+
<key>com.apple.security.network.client</key>
14+
<true/>
15+
<key>com.apple.security.app-sandbox</key>
16+
<true/>
17+
<key>com.apple.security.application-groups</key>
18+
<array>
19+
<string>4EARZWE9TU.nl.gwleuverink.clickup-time-tracker</string>
20+
</array>
21+
</dict>
22+
</plist>

env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
APPLE_ID=
33
APPLE_ID_PASSWORD=
44

5+
# Apple env vars used for MAS build locally
6+
APPLE_TEAM_ID=
7+
8+
# Error reporting
59
VUE_APP_SENTRY_DSN=

0 commit comments

Comments
 (0)