mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[xcconfigs]: Move the missed configs and fix path for pods directory
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Build.xcconfig"
|
||||
#include "../Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).AltBackup
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "AltStore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-SideStore/Pods-SideStore.debug.xcconfig"
|
||||
#include? "../Pods/Target Support Files/Pods-SideStore/Pods-SideStore.debug.xcconfig"
|
||||
|
||||
// for ios14 and above swift runtime is included
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "AltStore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-SideStore/Pods-SideStore.release.xcconfig"
|
||||
#include? "../Pods/Target Support Files/Pods-SideStore/Pods-SideStore.release.xcconfig"
|
||||
|
||||
// for ios14 and above swift runtime is included
|
||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||
|
||||
3
xcconfigs/AltStore.xcconfig
Normal file
3
xcconfigs/AltStore.xcconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "../Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "AltStoreCore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.debug.xcconfig"
|
||||
#include? "../Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.debug.xcconfig"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "AltStoreCore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.release.xcconfig"
|
||||
#include? "../Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.release.xcconfig"
|
||||
|
||||
6
xcconfigs/AltStoreCore.xcconfig
Normal file
6
xcconfigs/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
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Build.xcconfig"
|
||||
#include "../Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).AltWidget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user