feat: add the ability to import/export account data

This commit is contained in:
ny
2025-09-07 13:47:04 -04:00
parent 724e8db980
commit c319524df6
13 changed files with 365 additions and 131 deletions

View File

@@ -2,5 +2,4 @@
// Since AltStoreCore is unsigned or the team is not configured, we re-define the bundle ID here to not have extra '.'
// This bundle ID doesn't need to change since altStoreCore framework lives inside SideStore main app's address space and won't have conflicts with other instances
BUNDLE_ID = $(ORG_PREFIX).SideStore
PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_ID).AltStoreCore
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_IDENTIFIER).SideStore.AltStoreCore