mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[cleanup]: declutter by moving the xcconfig into their own directory
This commit is contained in:
6
xcconfigs/AltBackup.xcconfig
Normal file
6
xcconfigs/AltBackup.xcconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).AltBackup
|
||||
|
||||
// retain the non-suffixed bundleID set in $GROUP_ID for APP_GROUP_IDENTIFIER
|
||||
APP_GROUP_IDENTIFIER = $(GROUP_ID)
|
||||
7
xcconfigs/AltStore.debug.xcconfig
Normal file
7
xcconfigs/AltStore.debug.xcconfig
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "AltStore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#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
|
||||
7
xcconfigs/AltStore.release.xcconfig
Normal file
7
xcconfigs/AltStore.release.xcconfig
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "AltStore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#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
|
||||
4
xcconfigs/AltStoreCore.debug.xcconfig
Normal file
4
xcconfigs/AltStoreCore.debug.xcconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "AltStoreCore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.debug.xcconfig"
|
||||
4
xcconfigs/AltStoreCore.release.xcconfig
Normal file
4
xcconfigs/AltStoreCore.release.xcconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "AltStoreCore.xcconfig"
|
||||
|
||||
// include cocoa pods config
|
||||
#include? "Pods/Target Support Files/Pods-AltStoreCore/Pods-AltStoreCore.release.xcconfig"
|
||||
6
xcconfigs/AltWidgetExtension.xcconfig
Normal file
6
xcconfigs/AltWidgetExtension.xcconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Build.xcconfig"
|
||||
|
||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).AltWidget
|
||||
|
||||
// retain the non-suffixed bundleID set in $GROUP_ID for APP_GROUP_IDENTIFIER
|
||||
APP_GROUP_IDENTIFIER = $(GROUP_ID)
|
||||
Reference in New Issue
Block a user