Magesh K
|
76b47bc0d3
|
[CI]: Ported step to create alpha (pre-release) artifacts for github releases
|
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
|
7afde3d62d
|
[TAG]: bump release version to next minor 0.6.0
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
b2611ba71c
|
Revert "[CI]: diagnostics: disabled xcpretty to print full error logs"
This reverts commit 01a3b8ba9d9cc8bd24e974aa0116bc9c3e0e38ac.
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
eb8ec29508
|
[migrations]: disabled strict checking to test new installs for now
|
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
|
6eb6d92362
|
[CI]: updated to use $CODESIGNING_FOLDER_PATH or $CONFIGURATION_BUILD_DIR whichever is available
|
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
|
65721fa9ab
|
[anisette-servers]: Fix: List was not updated since data was published from a non UI thread
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
bfba242a02
|
[CI]: diagnostics: disabled xcpretty to print full error logs
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
398b26b580
|
[TODO]: Added TODO for cleanup of Error Logging during AppOperation
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
d5bd473811
|
[Auth-Screen]: Fix: Anisette servers list wasn't ready before signin attempt causing "No valid Servers Found"
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
1e29e3e713
|
[AltBackup+Schemes]: Fixes for URL schemes throughout both AltBackup and SideStore apps
|
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
|
01744183b6
|
[cleanup]: updated .gitignore to exclude AltBackup.ipa which will be generated by build
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
356289b0be
|
[AltBackup]: Fixes for swift compile errors
|
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
|
b7b9e56366
|
[diagnostics]: added logging for all operation types and their invocations
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
74cecb4c59
|
[AppManager]: Fix: Added bac missing removeAppExtensionsOperation in run operations group and improved erorr handling
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
3d45c136ea
|
[op-download]: Fixed a bug where downloaded temp file was deleted before it was used
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
f38b74cdb7
|
[error-handling]: Improved Error handling for all OperationTypes in AppManager
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
6bcf82bf60
|
[cleanup]: Added TODOs in the comments
|
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
|
ebf148dfb9
|
[cleanup]: renamed identifiers from io.altstore.xxxx to io.sidestore.xxxx
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
9e600b76a7
|
[cleanup]: remove unused code and renamed AltStore to SideStore in sources section
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
3aa510d30a
|
[cleanup]: removed unused code which was replaced by UI input text field in sources tab
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
cff1d83c6c
|
[trusted-sources]: Fix: updated trustedsources.json to match that of altstore 2.0 format
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
20ac9edaeb
|
[trusted-sources]: restore back trusted source fetch URL to sidestore
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
30c7b7e31c
|
[Podfile]: updated KeyChainAccess to 4.2.2
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
0fb24f724e
|
[cleanup]: removed unused import Roxas
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
904c23fd95
|
[altsign]: commented out code which requires release from altsign-marketplace branch
|
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
|
07a011c3a4
|
[dependencies]: deinit altsign and remove altSign ref from submodules and .gitmodules
|
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 |
|
Magesh K
|
10c5d03ec9
|
[settings]: refined style for last row in REFRESHING APPS section
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
078d24bcab
|
[settings]: Fix: siri shortcut missing from settings
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
42e73ceaf3
|
[.gitmodules]: updated info regarding submodule updates
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
a53fea6128
|
[settings]: adjust tableView start offset for screen header
|
2024-12-26 21:15:29 +05:30 |
|
Magesh K
|
77aee9d857
|
[settings]: restore missing rows (anisette etc) from rebase under "debug" section
|
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
|
9634cf585a
|
-[dependencies]: updated submodules tracker with latest remote
|
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 |
|