stossy11
68be615057
Add SideJITServer Support for Enabling JIT on iOS 17+ in app ( #630 )
2024-06-16 16:43:25 -07:00
nythepegasus
50a85be872
Actually fix embedded pairing file issue
2024-04-23 03:20:40 -04:00
June Park
d277754ae5
Merge branch 'develop' into NoIdle
...
Signed-off-by: June Park <rjp2030@outlook.com >
2023-11-28 00:46:48 +09:00
junepark678
2ef2e2f26b
bugfix: make it able to be toggled, fix bug in crash on installation
2023-11-28 00:44:47 +09:00
junepark678
5f0015fad0
chore(Clear Cache): do proper error handling
2023-11-27 09:31:36 -05:00
Spidy123222
580db6530e
fix the mighty error
2023-11-27 09:31:36 -05:00
Spidy123222
9c67c237ee
get rest of batcherror
2023-11-27 09:31:36 -05:00
Spidy123222
357d85a72e
please o riley build
2023-11-27 09:31:36 -05:00
Spidy123222
88ad828ce0
hopefully fix error code build error
2023-11-27 09:31:36 -05:00
Riley Testut
95e00d81f5
Adds “Clear Cache” button to remove temporary files and uninstalled app backups
...
(cherry picked from commit 3adfc9db6d )
2023-11-27 09:31:36 -05:00
junepark678
88ab8fa8d7
feat: remove reliance on Info.plist for getting udid
2023-11-27 09:21:54 -05:00
junepark678
ebe78932bf
feat(Operations): don't idle timeout during installations
2023-11-26 10:51:33 +09:00
nythepegasus
78f12e45f9
Add iOS 17 JIT error notice with other errors
2023-10-20 21:51:24 -04:00
nythepegasus
e5061acc20
Hardcode SideStore's URL scheme for now
2023-10-20 21:51:24 -04:00
Bogdan Seniuc
551c004476
Use provisioning profile details instead of guessing active app limit
2023-10-20 21:50:50 -04:00
nythepegasus
c5b8cb4459
Remove buggy retry code finally
2023-10-17 17:37:29 -04:00
naturecodevoid
6e297e1278
Update Swift Packages and submodules ( #469 )
...
* Update Swift Packages
* Update submodules
* make sure it builds
---------
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-09-17 10:45:55 -07:00
naturecodevoid
e3bb9b425f
[skip ci] Add more information to staging errors ( #468 )
...
* Point to my forks and attempt to add more information to staging errors
* Improve error message a bit
* Revert fetch-prebuilt.sh changes
* Undo some whitespace changes
* missed one
* oops
* [skip ci]
* [skip ci]
* [skip ci] remove staging directory from install app error
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
---------
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
Co-authored-by: Dadoum <dadoum@protonmail.com >
2023-09-17 10:37:49 -07:00
Spidy123222
571d27c814
Fix message and put in proper spot.
...
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2023-07-27 23:42:32 -07:00
Spidy123222
dde6bd4fe3
Make Notification explanation smaller for refresh
...
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2023-07-27 23:17:58 -07:00
Nythepegasus
9ae49977fb
Fix going to the home screen
2023-07-27 06:23:26 -04:00
Nythepegasus
d61c54fa60
Reintroduce notification/pop-up
2023-07-27 06:23:26 -04:00
Nythepegasus
980699af6f
Remove extra returns and make sure to decrement
2023-07-27 06:23:26 -04:00
Nythepegasus
cc5c280882
Finally fix retries for minimuxer calls
2023-07-27 06:23:26 -04:00
Riley Testut
36913b425c
Fixes “variable mutated after capture by sendable closure” warning
2023-07-27 04:47:44 -04:00
Nythepegasus
77dc695ba1
Revert the retries here as these seem buggier
2023-07-24 09:22:34 -04:00
Riley Testut
b4b4ceab0b
Fixes updating apps with manually-removed app extensions (e.g. uYou+)
2023-07-17 12:15:04 -04:00
Nythepegasus
ed10ddb1cb
Go to home screen instead of Safari/notif combo
2023-07-11 01:45:14 -04:00
Nythepegasus
dbdb4b0f32
Add various retries to the minimuxer calls
2023-07-11 01:44:11 -04:00
naturecodevoid
ed2270ff46
Anisette V3 ( #324 )
...
* initial anisette V3 implementation
* update V3 urls and log version
* fix crash where FetchAnisetteDataOperation.clientInfo would be nil when getting anisette V3 without provisioning first
* move adi.pb reset to its own button instead of doing it on sign out
* fallback to V1 if client_info fails
* make sure to unwrap optional strings
* feat(anisette): update v3 usage, improve error messages and names, report v3 errors to the user
* refactor(anisette): reduce duplicate JSON to anisette code
* fixes(anisette v3): improve errors, fix v3 server check, fix some edge cases where SideStore could crash and instead return an error, retry on -45061
2023-05-18 01:30:18 -07:00
SoY0ung
84e2284f56
Optimizing function calls
...
Thanks for @ktprograms advice
2023-05-14 19:06:22 +08:00
SoY0ung
1c0d0be622
Fix 'The name for this app is invalid' error
...
This error is related to App ID creation failure.
App ID name must be an ascii text. It is not allowed to create an App ID with non-ascii text like Chinese, Japanese.
If the name is NOT an ascii text, using bundleID instead.
2023-05-14 02:55:36 +08:00
naturecodevoid
a9ce0f487d
fix: open Safari instead of force closing and provide a fallback for users with notifications disabled
2023-05-06 19:25:37 -07:00
naturecodevoid
07533e0365
fix: ensure minimuxer is started when refreshing in the background
2023-04-16 10:07:04 -07:00
naturecodevoid
ee5ddd4264
fix: use a notification instead of an alert for force close
2023-04-16 09:29:12 -07:00
naturecodevoid
f519d22d81
fix: removing _CodeSignature folder before resigning
2023-04-13 21:21:51 -07:00
naturecodevoid
1ca3aa3cdb
fix: force close SideStore after 3 seconds if still reinstalling
2023-04-13 07:20:36 -07:00
naturecodevoid
0178c63f6a
fix: hopefully reduce ApplicationVerificationFailed errors by removing _CodeSignature folders since those may cause a problem
2023-04-12 19:53:27 -07:00
naturecodevoid
8a97c409fa
fix: add .AltWidget to app group ID when modifying for SideStore
2023-04-12 07:46:14 -07:00
naturecodevoid
b3d827f56a
refactor: remove minimuxerToOperationError in favor of extending MinimuxerError to be a LocalizedError and remove unused cases from OperationError
2023-04-11 21:04:07 -07:00
naturecodevoid
20cf54bfcd
[skip ci] Rename and move the first application groups log
2023-04-02 07:34:48 -07:00
naturecodevoid
2ce639e750
Remove app groups that contain AltStore
2023-04-01 20:03:15 -07:00
naturecodevoid
b8c3060037
Log provisioning profile application groups
2023-04-01 16:10:40 -07:00
naturecodevoid
0c171122b2
refactor minimuxer to use swift-bridge ( #321 )
...
also add team ID to the end of the bundle ID for Debug builds to mirror SideServer
2023-04-01 16:02:12 -07:00
Riley Testut
ca7d8277f7
Fixes “no provisioning profile with the requested identifier…” error
...
As of March 20, 2023, deleting an app’s auto-generated free provisioning profile is no longer supported. However, fetching the provisioning profile now re-generates is every time, so there’s no need to delete it first.
As a workaround, we now simply use the first profile we fetched if we receive an error when deleting it. This approach should continue to work even if Apple later reverses this change.
2023-03-21 18:52:56 -04:00
naturecodevoid
c02cf2c284
Update error codes to match minimuxer error codes (this is why people got Unknown error instead of an actual error message)
...
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-03-04 08:08:35 -08:00
Joseph Mattello
312fa6fe76
final classes marked as final
...
Signed-off-by: Joseph Mattello <mail@joemattiello.com >
2023-01-04 09:52:12 -05:00
Joseph Mattello
13f306742e
Revert "Merge pull request #189 from Nythepegasus/feature/retries"
...
This reverts commit 50841f5e24 , reversing
changes made to d797ddd668 .
2023-01-04 08:48:33 -05:00
Nythepegasus
4c441077c7
Add a bunch more "logging" throughout signing
2022-12-30 17:09:44 -05:00
Riley Testut
d2b419c42e
Adds Error Log screen
...
Allows users to view a history of all errors that occured when performing app operations.
2022-12-30 17:08:49 -05:00