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

This reverts commit 68470b61c5.
This commit is contained in:
Magesh K
2024-12-28 01:01:06 +05:30
parent 198fb45c9d
commit d1be3f1914
2 changed files with 0 additions and 9 deletions

View File

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

View File

@@ -1,6 +0,0 @@
#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