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:
@@ -3,7 +3,7 @@
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 60;
|
||||
objectVersion = 71;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
@@ -996,6 +996,10 @@
|
||||
D5FD4ECA2A9532960097BEE8 /* DatabaseManager+Async.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DatabaseManager+Async.swift"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||
A85D2D272D1F228A00A9CFC1 /* xcconfigs */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = xcconfigs; sourceTree = "<group>"; };
|
||||
/* End PBXFileSystemSynchronizedRootGroup section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
19104DAF2909C06C00C49C7B /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
@@ -1144,6 +1148,19 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A8B325D52D1F23130039A9E1 /* Recovered References */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B3C3960F284F53E900DA9E2F /* AltBackup.xcconfig */,
|
||||
B3C3960E284F4F9100DA9E2F /* AltStoreCore.debug.xcconfig */,
|
||||
A8570F922D104F2C00929D17 /* AltStoreCore.release.xcconfig */,
|
||||
B3C3960D284F4E4B00DA9E2F /* AltWidgetExtension.xcconfig */,
|
||||
B3C3960B284F4C9800DA9E2F /* AltStore.debug.xcconfig */,
|
||||
A8570F912D104EA100929D17 /* AltStore.release.xcconfig */,
|
||||
);
|
||||
name = "Recovered References";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A8F66C072D04C025009689E6 /* SideStore */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -1695,15 +1712,11 @@
|
||||
BFD247852284BB3300981D42 /* Frameworks */,
|
||||
BFD2476B2284B9A500981D42 /* Products */,
|
||||
C2B79346E83FCBDE76D501CB /* Pods */,
|
||||
A85D2D272D1F228A00A9CFC1 /* xcconfigs */,
|
||||
B3C39607284F4C8400DA9E2F /* Build.xcconfig */,
|
||||
B3C39606284F4C8400DA9E2F /* CodeSigning.xcconfig */,
|
||||
B3C39608284F4C8400DA9E2F /* CodeSigning.xcconfig.sample */,
|
||||
B3C3960B284F4C9800DA9E2F /* AltStore.debug.xcconfig */,
|
||||
A8570F912D104EA100929D17 /* AltStore.release.xcconfig */,
|
||||
B3C3960F284F53E900DA9E2F /* AltBackup.xcconfig */,
|
||||
B3C3960D284F4E4B00DA9E2F /* AltWidgetExtension.xcconfig */,
|
||||
B3C3960E284F4F9100DA9E2F /* AltStoreCore.debug.xcconfig */,
|
||||
A8570F922D104F2C00929D17 /* AltStoreCore.release.xcconfig */,
|
||||
A8B325D52D1F23130039A9E1 /* Recovered References */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -3226,7 +3239,8 @@
|
||||
};
|
||||
BF58048C246A28F9008AE704 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = B3C3960F284F53E900DA9E2F /* AltBackup.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltBackup.xcconfig;
|
||||
buildSettings = {
|
||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = AltBackup/AltBackup.entitlements;
|
||||
@@ -3251,7 +3265,8 @@
|
||||
};
|
||||
BF58048D246A28F9008AE704 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = B3C3960F284F53E900DA9E2F /* AltBackup.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltBackup.xcconfig;
|
||||
buildSettings = {
|
||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = AltBackup/AltBackup.entitlements;
|
||||
@@ -3276,7 +3291,8 @@
|
||||
};
|
||||
BF66EE872501AE50007EE018 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = B3C3960E284F4F9100DA9E2F /* AltStoreCore.debug.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltStoreCore.debug.xcconfig;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = YES;
|
||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||
@@ -3316,7 +3332,8 @@
|
||||
};
|
||||
BF66EE882501AE50007EE018 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = A8570F922D104F2C00929D17 /* AltStoreCore.release.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltStoreCore.release.xcconfig;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = YES;
|
||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||
@@ -3356,7 +3373,8 @@
|
||||
};
|
||||
BF989179250AABF4002ACF50 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = B3C3960D284F4E4B00DA9E2F /* AltWidgetExtension.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltWidgetExtension.xcconfig;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
@@ -3391,7 +3409,8 @@
|
||||
};
|
||||
BF98917A250AABF4002ACF50 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = B3C3960D284F4E4B00DA9E2F /* AltWidgetExtension.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltWidgetExtension.xcconfig;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
@@ -3562,7 +3581,8 @@
|
||||
};
|
||||
BFD2477F2284B9A700981D42 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = B3C3960B284F4C9800DA9E2F /* AltStore.debug.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltStore.debug.xcconfig;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
||||
@@ -3608,7 +3628,8 @@
|
||||
};
|
||||
BFD247802284B9A700981D42 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = A8570F912D104EA100929D17 /* AltStore.release.xcconfig */;
|
||||
baseConfigurationReferenceAnchor = A85D2D272D1F228A00A9CFC1 /* xcconfigs */;
|
||||
baseConfigurationReferenceRelativePath = AltStore.release.xcconfig;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
||||
|
||||
Reference in New Issue
Block a user