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