From eb06d05d638d712317ec48d4bb81ad9f48dc47d7 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:44:06 +0530 Subject: [PATCH] Revert "[cleanup]: remove left overs from last cleanup" This reverts commit 6c5cf2ef06dd9e07889411c9bee2174c1dc6c5bf. --- AltStore.xcconfig | 3 +++ AltStoreCore.xcconfig | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 AltStore.xcconfig create mode 100644 AltStoreCore.xcconfig diff --git a/AltStore.xcconfig b/AltStore.xcconfig new file mode 100644 index 00000000..3366003e --- /dev/null +++ b/AltStore.xcconfig @@ -0,0 +1,3 @@ +#include "Build.xcconfig" + +PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER) diff --git a/AltStoreCore.xcconfig b/AltStoreCore.xcconfig new file mode 100644 index 00000000..7bbddb2e --- /dev/null +++ b/AltStoreCore.xcconfig @@ -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