Skip to content

Commit 6a6411a

Browse files
committed
2.3.6
1 parent d0c86c4 commit 6a6411a

20 files changed

Lines changed: 245 additions & 1095 deletions

DebugWidgetExtension.entitlements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>com.apple.security.application-groups</key>
66
<array>
7-
<string>group.com.stik.sj</string>
7+
<string>group.com.stik.stikdebug</string>
88
</array>
99
</dict>
1010
</plist>

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@
4949

5050
## Features
5151
- On-device debugging/Just-In-Time (JIT) compilation for supported apps via [`idevice`](https://github.com/jkcoxson/idevice).
52-
- Seamless integration with our custom-built loopback vpn.
52+
- No special VPN/Network Extension entitlements required.
5353
- Native UI for managing debugging/JIT-enabling.
5454
- No data collection—ensuring full privacy.
5555

5656
## License
5757
StikDebug is licensed under **AGPL-3.0**. See [`LICENSE`](LICENSE) for details.
58-

StikDebug.xcodeproj/project.pbxproj

Lines changed: 10 additions & 164 deletions
Large diffs are not rendered by default.

StikDebug.xcodeproj/xcshareddata/xcschemes/TunnelProv.xcscheme

Lines changed: 0 additions & 121 deletions
This file was deleted.

StikJIT/StikJIT.entitlements

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.developer.networking.networkextension</key>
6-
<array>
7-
<string>packet-tunnel-provider</string>
8-
</array>
9-
<key>com.apple.developer.networking.vpn.api</key>
10-
<string>allow-vpn</string>
115
<key>com.apple.security.app-sandbox</key>
126
<true/>
137
<key>com.apple.security.application-groups</key>
148
<array>
15-
<string>group.com.stik.sj</string>
9+
<string>group.com.stik.stikdebug</string>
1610
</array>
1711
<key>com.apple.security.files.user-selected.read-only</key>
1812
<true/>

0 commit comments

Comments
 (0)