From 60411cabb4093624cc3540b3e1e08ebc2e9a01dd Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Fri, 27 Dec 2024 23:36:21 +0530 Subject: [PATCH] [cleanup]: declutter by moving the xcconfig into their own directory --- AltStore.xcodeproj/project.pbxproj | 51 +++++++++++++------ .../AltBackup.xcconfig | 0 .../AltStore.debug.xcconfig | 0 .../AltStore.release.xcconfig | 0 .../AltStoreCore.debug.xcconfig | 0 .../AltStoreCore.release.xcconfig | 0 .../AltWidgetExtension.xcconfig | 0 7 files changed, 36 insertions(+), 15 deletions(-) rename AltBackup.xcconfig => xcconfigs/AltBackup.xcconfig (100%) rename AltStore.debug.xcconfig => xcconfigs/AltStore.debug.xcconfig (100%) rename AltStore.release.xcconfig => xcconfigs/AltStore.release.xcconfig (100%) rename AltStoreCore.debug.xcconfig => xcconfigs/AltStoreCore.debug.xcconfig (100%) rename AltStoreCore.release.xcconfig => xcconfigs/AltStoreCore.release.xcconfig (100%) rename AltWidgetExtension.xcconfig => xcconfigs/AltWidgetExtension.xcconfig (100%) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 519683ed..ba06c8ae 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -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 = ""; }; /* End PBXFileReference section */ +/* Begin PBXFileSystemSynchronizedRootGroup section */ + A85D2D272D1F228A00A9CFC1 /* xcconfigs */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = xcconfigs; sourceTree = ""; }; +/* End PBXFileSystemSynchronizedRootGroup section */ + /* Begin PBXFrameworksBuildPhase section */ 19104DAF2909C06C00C49C7B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; @@ -1144,6 +1148,19 @@ name = Products; sourceTree = ""; }; + 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 = ""; + }; 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 = ""; }; @@ -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; diff --git a/AltBackup.xcconfig b/xcconfigs/AltBackup.xcconfig similarity index 100% rename from AltBackup.xcconfig rename to xcconfigs/AltBackup.xcconfig diff --git a/AltStore.debug.xcconfig b/xcconfigs/AltStore.debug.xcconfig similarity index 100% rename from AltStore.debug.xcconfig rename to xcconfigs/AltStore.debug.xcconfig diff --git a/AltStore.release.xcconfig b/xcconfigs/AltStore.release.xcconfig similarity index 100% rename from AltStore.release.xcconfig rename to xcconfigs/AltStore.release.xcconfig diff --git a/AltStoreCore.debug.xcconfig b/xcconfigs/AltStoreCore.debug.xcconfig similarity index 100% rename from AltStoreCore.debug.xcconfig rename to xcconfigs/AltStoreCore.debug.xcconfig diff --git a/AltStoreCore.release.xcconfig b/xcconfigs/AltStoreCore.release.xcconfig similarity index 100% rename from AltStoreCore.release.xcconfig rename to xcconfigs/AltStoreCore.release.xcconfig diff --git a/AltWidgetExtension.xcconfig b/xcconfigs/AltWidgetExtension.xcconfig similarity index 100% rename from AltWidgetExtension.xcconfig rename to xcconfigs/AltWidgetExtension.xcconfig