Magesh K
94e41498a2
- Multiple fixes and CI setup
2025-02-08 11:36:55 +05:30
Magesh K
6151681be9
[BuildInfo]: Added bundleInfo inspection to create version tag in Settings screen
2025-01-22 01:47:21 +05:30
Magesh K
43941b96d0
[ErrorProcessing]: Make toast show underlying errors (if there are any)
2025-01-20 23:02:06 +05:30
Magesh K
9eeb0d195e
[Settings]: Fix: DisableAppLimit switch reverting back to off state even if on iOS where sparseRestore is not patched yet
2025-01-19 18:51:49 +05:30
Magesh K
320bcc6f24
[diagnostics]: Added switches for OperationLogging to use them for debugging/diagnostics on device
2025-01-14 07:23:23 +05:30
Magesh K
a652ce863c
[removeExtensions]: Refactored AppManager and moved out removeAppExtensions to fix subtle logic bugs
2025-01-13 02:30:38 +05:30
Magesh K
3a088e3d5c
[Widgets]: Enhanced to isolate operations from multiple views of same widget type
2025-01-11 03:25:25 +05:30
Magesh K
976ec5962e
[Widgets]: Use AppIntentConfiguration instead of StaticConfiguration and cleanup
2025-01-10 08:11:35 +05:30
Magesh K
672eda65c5
[Widgets]: (complete) Fixed previous pagination issues for ActiveAppsWidget
2025-01-09 18:51:45 +05:30
Magesh K
33cdcd6373
[Widgets]: [WIP]: Implement Pagination in ActiveAppWidget based on user interaction
2025-01-09 05:07:13 +05:30
Magesh K
98f93fa646
[AltBackup]: added clean target to makefile to copy fresh from the build dir
2025-01-08 06:33:21 +05:30
Magesh K
e5ef0575e8
[Feature]: Import external backup, Restore n-1 backup if current backup is corrupted by importing wrong directory
2025-01-07 18:24:25 +05:30
Magesh K
c7762df65e
[refactor]: renamed package Util.debug to Util.diagnostics
2025-01-02 20:22:42 +05:30
Magesh K
73d18c3a59
[diagnostics]: Added exporting of the coredata sqlite for debugging
2025-01-02 20:05:16 +05:30
Magesh K
fe0b264eb0
[Console-Log]: Added raw console logging in ErrorLog section (ladybug icon)
2024-12-29 03:12:59 +05:30
Magesh K
576788afbe
[Pods-fix]: using "Folders" feature of xcode to organize files bumped the project objectVersion from 60 to 71(Xcode 16) which is still unsupported by latest cocoapods
2024-12-28 00:54:04 +05:30
Magesh K
66be67e85d
[cleanup]: declutter by moving the xcconfig into their own directory
2024-12-27 23:36:21 +05:30
Magesh K
351704f62b
[AltSign]: updated to use latest AltSign from SideStore/AltSign master
2024-12-27 22:52:30 +05:30
Magesh K
09561e83c8
[debug]: restore debug information format to "dwarf-with-dsym"
2024-12-26 21:15:29 +05:30
Magesh K
a9efbb837c
[bundleID]: use BUNDLE_ID_SUFFIX for both debug/release builds and separate unsigned-altStoreCore from signed bundleID
2024-12-26 21:15:29 +05:30
Magesh K
2e82680033
[deployment]: Updated minimum target to iOS15
2024-12-26 21:15:29 +05:30
Magesh K
6711da7da3
[assets-cleanup]: removed unused references to image assets or icon assets
2024-12-26 21:15:29 +05:30
Magesh K
819f2897d7
[icons]: Added more icons for sidestore
2024-12-26 21:15:29 +05:30
Magesh K
26070fb5ba
[App-Space-Optimization]: remove "Include All Assets" override causing increase in Assets.car and overall app size
2024-12-26 21:15:29 +05:30
Magesh K
34b84134e3
[cleanup]: deleted unused spm package file from xcodeproj since we use xcworkspace now
2024-12-26 21:15:29 +05:30
Magesh K
c5f92f5638
[App-Size-Optimization]: use DWARF for debug mode and strip linked product when possible
2024-12-26 21:15:29 +05:30
Magesh K
2bef458a13
[App-Size-Optimization]: updated xcconfig to override Pods config when required
2024-12-26 21:15:29 +05:30
Magesh K
cf97d518db
[xcode]: Do not embed pods framework since static linking is enabled
2024-12-26 21:15:29 +05:30
Magesh K
2480ed6de7
[Pods-config]: split our debug and release configs to include respective pod configs
2024-12-26 21:15:29 +05:30
Magesh K
7f6072de52
[App-Size-Optimization]: Updated base configurations to use our custom xcconfigs over cocoa pods xcconfigs to set the proper inheritance precedence
...
- This makes the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES use the main app target config instead of the one set in cocoa pods xcconfig properly.
- Not embedding SWIFT libraries reduces size since swift runtime is not baked into the app
- Swift runtime is already part of iOS since 12.0 and our current app min deployment target is 14.0
2024-12-26 21:15:29 +05:30
Stern
966ea46262
UI: Change more UI/UX reflect SideStore branding.
...
Signed-off-by: Stern <stern@sidestore.io >
2024-12-26 21:15:29 +05:30
Magesh K
318389024d
[TAG]: Sync CURRENT_PROJECT_VERSION with main app and widget
2024-12-26 21:15:29 +05:30
Magesh K
dfd5559f32
[Makefile]: Make AltBackup.ipa generation more robust
2024-12-26 21:15:29 +05:30
Magesh K
54375b5149
[CI]: diagnostics: print files and dirs in xcode derived-data upto depth 7
2024-12-26 21:15:29 +05:30
Magesh K
88fdc97b5d
[xcode-scheme]: Create and check-in xcscheme for AltBackup
2024-12-26 21:15:29 +05:30
Magesh K
d3dffd4549
[xcode-scheme]: disabled verbose concurrency logging temporarily
2024-12-26 21:15:29 +05:30
Magesh K
baceccae56
[AltBackup]: updated makefile to directly copy over the AltBackup.app
2024-12-26 21:15:29 +05:30
Magesh K
cf5ad0c6e4
[xcode-scheme]: disabled verbose concurrency logging temporarily
2024-12-26 21:15:29 +05:30
Magesh K
60cf724615
[cleanup]: removed unused references from framework and sources
2024-12-26 21:15:29 +05:30
Magesh K
26f50b814e
[AltBackup]: Included as target dependency of SideStore build and add run script to make build AltBackup.ipa as part of build
2024-12-26 21:15:29 +05:30
Magesh K
fb7ed33b18
[xcode-console]: mute warnings about duplicate classes in AuthKit and AuthUIKit
2024-12-26 21:15:29 +05:30
Magesh K
972fde9b21
[Pods]: fixes for cocoapods integration - use $(inherited) for OTHER_LDFLAGS
2024-12-26 21:15:29 +05:30
Magesh K
e405fd82b3
[CI]: setup CI for rebase-2.0-wip branch
2024-12-26 21:15:29 +05:30
Magesh K
5551f619ba
[altsign]: revert altsign from altstore-marketplace to sidestore-master temporarily
2024-12-26 21:15:29 +05:30
Magesh K
6adfcf983e
[dependencies]: reverted back from apple's appcenter.xcframework to microsoft public apple-sdk-appcenter
2024-12-26 21:15:29 +05:30
Stern
69ec9ccf48
UI: Change UI elements to SideStore branding
...
Signed-off-by: Stern <stern@sidestore.io >
2024-12-26 21:15:29 +05:30
Magesh K
2090aca8ea
- roxas inclusion for AltStoreCore
2024-12-26 21:15:29 +05:30
Magesh K
db73f96824
- Added launch arguments for coredata debugging
2024-12-26 21:15:29 +05:30
Magesh K
c42fa445de
- remove added explicit xcscheme declaration, let autocreate do its thing
2024-12-26 21:15:29 +05:30
Magesh K
5ad520621c
- remove useless schemes for SideStore client
2024-12-26 21:15:29 +05:30