mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[xcconfig]: refactor AltStore xcconfig to extract out common configs
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#include "Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||
#include "AltStore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-SideStore/Pods-SideStore.debug.xcconfig"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#include "Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
|
||||
#include "AltStore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#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