[xcconfigs]: Move the missed configs and fix path for pods directory

This commit is contained in:
Magesh K
2024-12-28 00:46:02 +05:30
committed by June
parent eb06d05d63
commit 7fd9639351
8 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#include "../Build.xcconfig"
// 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