From 8cfbe309ef894185d2215dc938db3fa4bc110a08 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:33:11 +0530 Subject: [PATCH] [App-Space-Optimization]: remove "Include All Assets" override causing increase in Assets.car and overall app size --- AltStore.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index c0d2fc73..da2161aa 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -3544,7 +3544,6 @@ baseConfigurationReference = B3C3960B284F4C9800DA9E2F /* AltStore.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = AltStore/AltStore.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -3589,7 +3588,6 @@ baseConfigurationReference = A8570F912D104EA100929D17 /* AltStore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = AltStore/AltStore.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer";