Joshua Laymon
1192bac4e6
Merge pull request #387 from bogotesr/develop
...
Fix up patreon screen and add socials
2023-06-21 21:58:04 -07:00
Spidy123222
66d12e5902
Replace old servers with macley v3 ansiette
2023-06-14 13:56:12 -07:00
bogotesr
9c3dc1c745
Change Patreon screen again
...
Refresh to "support us" and include social media.
2023-06-13 23:14:01 -07:00
Stern
f50ce575eb
Update pr.yml
...
Signed-off-by: Stern <xsternent@gmail.com >
2023-06-13 20:31:37 -04:00
Stern
7922442426
Update pr.yml
...
Signed-off-by: Stern <xsternent@gmail.com >
2023-06-13 20:30:41 -04:00
Spidy123222
91c13db9e4
Add EmuPalace Source
2023-06-12 20:35:36 -07:00
Spidy123222
69ddb00ae2
Upload config ( #383 )
...
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2023-06-12 09:39:20 -07:00
Spidy123222
e93bf77d4f
Change label to 0.4.0
...
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2023-05-29 19:33:38 -07:00
Spidy123222
24daa141ce
Change default anisette to v3 anisette server ( #367 )
2023-05-29 19:15:15 -07:00
Joelle Stickney
2d51c26b60
Merge pull request #365 from lonkelle/develop
...
Co-authored-by: Joe Mattiello <mail@joemattiello.com >
2023-05-24 23:11:22 -04:00
Joelle Stickney
f7e6177628
Co-authoring all the things
...
Co-authored-by: Joe Mattiello <mail@joemattiello.com >
2023-05-24 23:08:33 -04:00
Joelle Stickney
494ce9b997
Update README.md
...
Co-authored-by: Joe Mattiello <mail@joemattiello.com >
2023-05-24 23:04:45 -04:00
Joelle Stickney
200bfdaa5a
Update README.md
...
Co-authored-by: Joe Mattiello <mail@joemattiello.com >
Signed-off-by: Joelle Stickney <joellestickney+commit@gmail.com >
2023-05-24 03:56:58 -04:00
Joelle Stickney
4530b5ab80
Update README.md
...
Co-authored-by: JoeMatt <mail@joemattiello.com >
Signed-off-by: Joelle Stickney <joellestickney+commit@gmail.com >
2023-05-24 03:55:28 -04:00
Joelle Stickney
4629f9a886
Update README.md
...
Signed-off-by: Joelle Stickney <joellestickney+commit@gmail.com >
2023-05-24 03:53:51 -04:00
naturecodevoid
c05a28d867
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
13d14352b1
Fix 'The name for this app is invalid' error( #361 )
...
Fix 'The name for this app is invalid' error when sideloading with non-ascii name ipa
2023-05-15 12:38:26 +08:00
SoY0ung
4d707e8b88
Optimizing function calls
...
Thanks for @ktprograms advice
2023-05-14 19:06:22 +08:00
SoY0ung
9d176c1fae
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
1d5c2a6105
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
b0a24b7dc7
fix: ensure minimuxer is started when refreshing in the background
2023-04-16 10:07:04 -07:00
naturecodevoid
387fce527a
fix: use a notification instead of an alert for force close
2023-04-16 09:29:12 -07:00
naturecodevoid
f90179eaa0
fix: removing _CodeSignature folder before resigning
2023-04-13 21:21:51 -07:00
naturecodevoid
8190198d14
[skip ci] ci: fully rename SideStore.ipa, even after extracting the artifact zip
2023-04-13 07:30:20 -07:00
naturecodevoid
d588667b26
fix: force close SideStore after 3 seconds if still reinstalling
2023-04-13 07:20:36 -07:00
naturecodevoid
0bdd3fe06a
fix: hopefully reduce ApplicationVerificationFailed errors by removing _CodeSignature folders since those may cause a problem
2023-04-12 19:53:27 -07:00
naturecodevoid
1bd275779f
fix: add .AltWidget to app group ID when modifying for SideStore
2023-04-12 07:46:14 -07:00
naturecodevoid
b88c00bef6
fix: always reinstall when refreshing ourselves
2023-04-11 21:50:15 -07:00
naturecodevoid
c23ddb697e
Revert "Don't reinstall on first SideStore refresh"
...
This reverts commit b825d469a9 .
2023-04-11 21:12:01 -07:00
naturecodevoid
a7dcfaa1bb
[skip ci] chore: rename tempEnt.plist to ReleaseEntitlements.plist to reduce future confusion
2023-04-11 21:09:32 -07:00
naturecodevoid
c03afe50bd
chore: Remove old apps.json/app.json files
2023-04-11 21:05:53 -07:00
naturecodevoid
67646df29f
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
b31288a6fb
Use XYZ0123456 team ID for tempEnt.plist
...
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-04-06 20:45:18 -07:00
naturecodevoid
c363ea64c7
Update tempEnt.plist
2023-04-06 12:42:37 -07:00
f1shy-dev
c2c560aacc
Update tempEnt.plist to change AltStore to SideStore
...
Signed-off-by: f1shy-dev <56125930+f1shy-dev@users.noreply.github.com >
2023-04-06 20:23:27 +01:00
naturecodevoid
ab82e45c32
[skip ci] Include commit SHA in nightly version
2023-04-02 15:08:48 -07:00
naturecodevoid
508bb2bdd5
[skip ci] Add version to artifact name
...
we can't do this for releases because some download URLs might rely on it being named SideStore.ipa
Build Info will also have version anyways
2023-04-02 08:01:57 -07:00
naturecodevoid
c278cb4f0c
[skip ci] Log version
2023-04-02 08:00:11 -07:00
naturecodevoid
b206d2fe98
[skip ci] Fix PR commit suffix
2023-04-02 07:58:38 -07:00
naturecodevoid
78ce338939
[skip ci] Rename and move the first application groups log
2023-04-02 07:34:48 -07:00
naturecodevoid
7aef2cf2b5
Remove app groups that contain AltStore
2023-04-01 20:03:15 -07:00
naturecodevoid
a2e873e1e1
Revert Joelle's fix
2023-04-01 16:15:04 -07:00
naturecodevoid
4fa3ee12ae
Log provisioning profile application groups
2023-04-01 16:10:40 -07:00
naturecodevoid
2d0d967136
Reduce duplicate consts
2023-04-01 16:10:05 -07:00
naturecodevoid
b825d469a9
Don't reinstall on first SideStore refresh
2023-04-01 16:09:28 -07:00
naturecodevoid
5b96e3297a
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
Joelle Stickney
c2b7b079d7
Fixes widget refreshing and is more thorough matching store ID
2023-03-28 23:48:24 -04:00
Joelle Stickney
78eb2ed5c6
Update store check to check for AltServer or SideServer installation
2023-03-28 01:33:55 -04:00
naturecodevoid
d6073f874c
[skip ci] include commit SHA in PR builds
...
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-03-24 08:56:30 -07:00
Riley Testut
93b6a0f984
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