Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

## Features
- On-device debugging/Just-In-Time (JIT) compilation for supported apps via [`idevice`](https://github.com/jkcoxson/idevice).
- Seamless integration with our custom built loopback vpn.
- Seamless integration with our custom-built loopback vpn.
- Native UI for managing debugging/JIT-enabling.
- No data collection—ensuring full privacy.

Expand Down
7 changes: 7 additions & 0 deletions StikJIT/Views/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,13 @@ struct SettingsView: View {
if !newValue {
useDefaultScript = false
enablePiP = false
enableAdvancedBetaOptions = false
enableTesting = false
}
}
.onChange(of: enableAdvancedBetaOptions) { _, newValue in
if !newValue {
enableTesting = false
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Privacy Policy for StikDebug & StikDev
StikDebug & StikDev do not collect, store, or share any personal data. All processing happens entirely on your device.
# Privacy Policy for StikDebug
StikDebug do not collect, store, or share any personal data. All processing happens entirely on your device.

# Support for StikDebug & StikDev
# Support for StikDebug
To get support join our [Discord Server](https://discord.gg/mACqxMxP3X)