Commit Graph

675 Commits

Author SHA1 Message Date
naturecodevoid
af2cdd48d6 feat: add debug logging toggle 2023-04-09 13:34:57 -07:00
naturecodevoid
92a9650c0c Apply DevModeView suggestion 2023-04-06 20:49:49 -07:00
naturecodevoid
df94e79472 Merge branch 'fabianthdev/feature/SwiftUI' into naturecodevoid/swiftui-improvements 2023-04-06 20:48:52 -07:00
naturecodevoid
cd2c5ad7b4 Merge remote-tracking branch 'origin/develop' into fabianthdev/feature/SwiftUI 2023-04-06 20:43:10 -07:00
naturecodevoid
6146f1bdaa Update tempEnt.plist 2023-04-06 12:42:37 -07:00
f1shy-dev
f5d82d9ef0 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
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
40e1225b87 Don't reinstall on first SideStore refresh 2023-04-01 16:09:28 -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
ae457f07c4 add https for ani.sidestore.io to Settings.bundle 2023-03-07 07:27:36 -08:00
Nythepegasus
bcb5a90f5e Add SSL encryption to ani.sidestore.io
Signed-off-by: Nythepegasus <nythepegasus84@gmail.com>
2023-03-06 14:09:16 -05:00
Spidy123222
020a1a3149 Replace sideloady to use sidestore ani
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
2023-03-05 19:27:25 -08:00
Spidy123222
c4d649ec58 Remove jkcoxson anisette servers.
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
2023-03-05 13:45:10 -08: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
naturecodevoid
17640fe6cf Cherry pick app ID logging fix from duplicate profiles PR 2023-02-25 14:36:37 -08:00
naturecodevoid
d3cfc4bab9 FileExplorer: Replace file when inserting 2023-02-22 13:05:11 -08:00
naturecodevoid
df62461d4a Settings: Add Export Logs and commit xcodeproj changes 2023-02-22 13:04:52 -08:00
naturecodevoid
817d2de5e0 Rename View+SideStore 2023-02-22 12:19:07 -08:00
naturecodevoid
3ea478ad05 DevMode: Add password 2023-02-22 12:18:42 -08:00
naturecodevoid
13f9a9d1bf AdvancedSettingsView: improve anisette URL by using a label instead of a placeholder 2023-02-22 11:43:13 -08:00
naturecodevoid
3e8d7da0c3 AdvancedSettingsView: Remove autocomplete from anisette URL text field 2023-02-19 13:49:22 -08:00
naturecodevoid
a42c1a705f SettingsView: Adjust ordering a little bit and remove accent color 2023-02-19 13:25:59 -08:00
naturecodevoid
30efc6f210 LaunchViewController: Revert changes 2023-02-19 13:19:26 -08:00
naturecodevoid
cba00a3b9d Add Advanced Settings in-app 2023-02-19 12:03:22 -08:00
naturecodevoid
2aa880d10e Fix build errors after merge 2023-02-19 10:56:01 -08:00
naturecodevoid
47848ddd18 Merge branch 'fabianthdev/feature/SwiftUI' into naturecodevoid/swiftui-improvements
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
2023-02-19 09:56:21 -08:00
naturecodevoid
deac960e10 Revert OutputCapturer changes since Fabian already added the fix 2023-02-19 09:54:56 -08:00
naturecodevoid
9f05123e42 AppIconView: Make isSideStore required 2023-02-19 09:16:49 -08:00
naturecodevoid
d9a4b07095 Fix changing SideStore app icon not displaying My Apps 2023-02-19 09:16:07 -08:00
naturecodevoid
839699ee03 Icons: add Vista by Swifticul 2023-02-19 09:00:19 -08:00
naturecodevoid
81409227d6 Add developer mode 2023-02-19 08:06:33 -08:00
naturecodevoid
49b9be160f AppRowView: Disable ratings if there aren't any ratings 2023-02-19 07:57:29 -08:00
Fabian Thies
3466870d8f [ADD] UI for writing an app review and submit an app rating 2023-02-19 14:31:01 +01:00
Fabian Thies
ffe8a92a4e [CHANGE] UI fixes and SwiftUI previews for easier development 2023-02-19 14:30:21 +01:00
Fabian Thies
bc2cae46a8 [ADD] Refresh all apps functionality in MyAppsView 2023-02-19 14:25:13 +01:00
Fabian Thies
a95d8a502c [FIX] STDOUT output not visible in Xcode console 2023-02-19 11:40:26 +01:00
naturecodevoid
a01aa299d8 SourcesViewController: Fix 1 trusted source causing an error making all trusted sources fail to load 2023-02-18 20:33:44 -08:00
naturecodevoid
19e66112dd SourcesView: Fix 1 trusted source causing an error making all trusted sources fail to load 2023-02-18 20:27:06 -08:00
naturecodevoid
0d3cb843ea SourcesViewController: Fix 1 trusted source causing an error making all trusted sources fail to load 2023-02-18 20:26:32 -08:00
naturecodevoid
df1a662acc FetchTrustedSourcesOperation: Remove redundant if statement 2023-02-18 20:25:58 -08:00
naturecodevoid
684c9e08eb Fix HMR 2023-02-18 10:48:05 -08:00
naturecodevoid
c585c57965 Revert fixes since it didn't actually fix the problem 2023-02-17 18:51:06 -08:00
naturecodevoid
3605ca6422 Fix HMR again 2023-02-17 18:20:56 -08:00
naturecodevoid
40f4c94f4d Fix HMR crashing the app 2023-02-17 18:11:25 -08:00
naturecodevoid
986465d8f4 Project: Add HMR
https://github.com/krzysztofzablocki/Inject#individual-developer-setup-once-per-machine
2023-02-17 17:44:56 -08:00
naturecodevoid
09db1ba9fc SettingsView: Move App Icon to a new, general settings section 2023-02-16 18:13:32 -08:00
naturecodevoid
8874480b8c Icons: invert Sky 2023-02-16 17:57:51 -08:00