Revert "[cleanup]: remove left overs from last cleanup"

This reverts commit 6c5cf2ef06.
This commit is contained in:
Magesh K
2024-12-28 00:44:06 +05:30
committed by June
parent 853de98326
commit eb06d05d63
2 changed files with 9 additions and 0 deletions

3
AltStore.xcconfig Normal file
View File

@@ -0,0 +1,3 @@
#include "Build.xcconfig"
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)

6
AltStoreCore.xcconfig Normal file
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