mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 17:53:31 +01:00
[xcconfig]: refactor AltStore xcconfig to extract out common configs
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
#include "Build.xcconfig"
|
#include "AltStore.xcconfig"
|
||||||
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
|
||||||
|
|
||||||
// include cocoa pods config
|
// 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"
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#include "Build.xcconfig"
|
#include "AltStore.xcconfig"
|
||||||
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
|
||||||
|
|
||||||
// include cocoa pods config
|
// 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"
|
||||||
|
|||||||
3
AltStore.xcconfig
Normal file
3
AltStore.xcconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#include "Build.xcconfig"
|
||||||
|
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||||
Reference in New Issue
Block a user