mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Revert "[cleanup]: remove left overs from last cleanup"
This reverts commit 6c5cf2ef06.
This commit is contained in:
3
AltStore.xcconfig
Normal file
3
AltStore.xcconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#include "Build.xcconfig"
|
||||||
|
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||||
6
AltStoreCore.xcconfig
Normal file
6
AltStoreCore.xcconfig
Normal 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
|
||||||
Reference in New Issue
Block a user