mahee96
7eb0da332d
updated roxas submodule ref to SideStore's
2026-06-14 05:06:48 +05:30
mahee96
710dea8b28
roxas was out of sync
2026-06-14 05:01:55 +05:30
mahee96
51233911cc
roxas was otut of sync
2026-06-14 03:59:59 +05:30
mahee96
b13d0abca9
- xcode 27 support (bumped ios, tvOS minSDK to 15)
2026-06-14 03:52:39 +05:30
mahee96
239fc7c2b7
0.6.4 tag marker
alpha
2026-05-05 13:09:20 +05:30
mahee96
b06bed49c2
- Fix: corrected device IP in vpn configuration screen + corrected altsign package to use master-branch
2026-05-05 12:15:45 +05:30
mahee96
96ae7f6048
Merge branch 'develop'
2026-05-05 12:02:25 +05:30
nythepegasus
34b7ed859b
chore: bump to 0.6.4 [noci]
...
Signed-off-by: nythepegasus <mobile@nythepegas.us >
2026-05-05 00:49:16 -04:00
Huge_Black
dbaa4292ec
fix: fix crash in source detail view
2026-04-12 14:24:25 +08:00
Huge_Black
a7cd3f7608
fix: fix widget issue once again. PLEASE INCLUDE ViewApp.intentdefinition OTHERWISE WIDGET WILL NOT WORK
2026-04-12 14:24:11 +08:00
CelloSerenity
525ea84138
feat: LC Source Update ( #1253 )
...
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com >
2026-04-10 23:31:21 -04:00
nythepegasus
87a48897d0
feat: extend range of exploit check
...
this is a huge hack but for now and what this is used for elsewhere
Signed-off-by: nythepegasus <mobile@nythepegas.us >
2026-04-09 20:35:59 -04:00
mahee96
8cb2d96833
change build to use .xcodeproj instead of workspace
2026-04-04 01:43:15 -07:00
mahee96
7028ed928d
remove xcworkspace - obsolete now
2026-04-04 01:37:20 -07:00
Huge_Black
acb7e99329
update minimuxer to fix build issue
2026-04-04 11:56:32 +08:00
Huge_Black
d255650855
Fix build issue by upgrading xcode?
2026-04-04 11:43:37 +08:00
Huge_Black
ba12e99d8c
Update minimuxer to support RPPairing & add back NSAttributedString again
2026-04-04 11:27:05 +08:00
mahee96
0e16450f2f
updated em_proxy submodule
2026-04-01 15:56:41 -07:00
mahee96
12c4357114
cleanup: removed Jailbreak stuff, PatchAppOperation etc. since no longer relevant
2026-04-01 15:44:34 -07:00
mahee96
08d5363f89
SendAppOperation: added missing import
2026-04-01 14:24:19 -07:00
mahee96
ab03ef68e7
Merge branch 'develop' into merges
...
# Conflicts:
# AltStore.xcodeproj/project.pbxproj
# AltStore/Operations/InstallAppOperation.swift
# AltStore/Operations/SendAppOperation.swift
# Dependencies/minimuxer
# SideStore/MinimuxerWrapper.swift
2026-04-01 14:21:38 -07:00
Huge_Black
700defef21
Fix AltBackup.ipa is not included
...
Added a symlink in AltSotore/Resources/AltBackup.ipa that points to build/AltBackup.ipa
It seems Xcode reads all contents in AltSotore/Resources before ipa-altbackup runs, so AltBackup.ipa is missing in the first build. Adding a symlink will cause Xcode to always include that file
2026-03-21 15:30:49 +08:00
Huge_Black
f0ef0b0db4
Merge pull request #1218 from LiveContainer/develop-lc
...
Fix widget not working & Only run turn off data shortcut when minimuxer is not ready and below 26.4
2026-03-21 12:08:32 +08:00
Huge_Black
8c635989cb
Only run turn off data shortcut when minimuxer is not ready and below 26.4
2026-03-21 12:01:16 +08:00
Huge_Black
2ee430d758
Fix widget not working
2026-03-21 11:58:20 +08:00
suprstarrd
095269f765
feat: add Mona to Trusted Sources ( #1210 )
...
* feat: add Mona to Trusted Sources
Signed-off-by: suprstarrd <business@suprstarrd.com >
2026-03-17 12:28:56 -04:00
mahee96
444a25c087
vpn-configuration: fix - properly report active status
2026-03-03 13:24:48 +05:30
mahee96
32b3210247
vpn-configuration: fix typo in sentence
2026-03-03 12:29:22 +05:30
mahee96
5cce14a4c3
vpn-configuration: updated to reflect actual implementation
2026-03-03 12:27:12 +05:30
mahee96
47779499db
minimuxer: gutted discovery mechanism for finding the fake deviceIP from uTun routes coz it is impossible to walk subnet and kernel route table doesn't tell active associations but just possible routes attempted
2026-03-03 12:20:47 +05:30
mahee96
5e437fe04e
vpn-configuration: removed UI updating state despite bindTunnelConfig() driving it just behind
2026-03-03 10:57:12 +05:30
mahee96
7ecca56166
minimuxer: fix some stale state issues during VPN up/down cycles or changing config
2026-03-03 10:49:36 +05:30
mahee96
61ae14dc4a
minimuxer: added back file headers info about authors
2026-03-03 09:59:48 +05:30
mahee96
24feb2055a
DeviceEndpoint: fix all minimuxer woes by properly handling usbmuxd signals for listdevices and listen
2026-03-03 09:20:39 +05:30
mahee96
3ed4cf5eb5
MinimuxerWrapper: remove spam logs
2026-03-03 04:33:07 +05:30
mahee96
eee34304c6
Heartbeat: improved logging intent
2026-03-03 04:32:46 +05:30
mahee96
1a199f7c54
IfaceScanner: fix some state update issues
2026-03-03 04:02:07 +05:30
mahee96
b1cbb5203e
IfaceScanner: used the user specified IP to directly test if device is available there instead of assuming it to be under the subnet of tunnel coz it is fake endpoint interceptable by the tunnel's included routes
2026-03-03 03:23:00 +05:30
mahee96
e6a2a540f4
minimuxer: added binding for the cached tunnel config values so that application layer can provide and listen to updates.
2026-03-03 02:57:39 +05:30
mahee96
5144f9894b
vpn-configuration: added new swiftUI view to settings to view discovered vpn settings and provide an override for deviceIP (if required) by user.
2026-03-03 02:54:58 +05:30
mahee96
a9ca0c4ce7
minimuxer: fix usbmuxd socket error handling - restart on first error and dont wait for 5 lol
2026-03-02 17:05:38 +05:30
mahee96
515bf2ef43
minimuxer: match API name
2026-03-02 16:57:56 +05:30
mahee96
c3d4d895d7
minimuxer: usbmuxer was not handling socket kill or death properly when app was backgrounded and came into foreground
2026-03-02 16:57:37 +05:30
mahee96
b1aa7d03a8
minimuxer: IfaceScanner - updated to skim thru kernel routing tables and find the included routes of our uTun
2026-03-02 14:59:08 +05:30
mahee96
150fe32d41
minimuxer: gut checks for allowRange/whitelist since we control it on the VPN side
2026-03-02 10:14:21 +05:30
mahee96
81cbbb058c
pbxproj - switch to sidestore repos for minimuxer
2026-03-02 08:56:45 +05:30
mahee96
2bdf59da21
minimuxer: added empty header dirs required by xcframework
2026-03-02 08:28:25 +05:30
mahee96
23fc3ce51e
minimuxer: removed target dir from exlcudes since it is in .gitignore
2026-03-02 08:25:37 +05:30
mahee96
92908e5092
minimuxer: added the xcframework libs which was missed before
2026-03-02 08:22:49 +05:30
mahee96
2e7a566598
pbxproj - removed local references and used github references for altsign and minimuxer spm packages
2026-03-02 08:11:36 +05:30