[App-Size-Optimization]: updated xcconfig to override Pods config when required

This commit is contained in:
Magesh K
2024-12-16 22:20:03 +05:30
parent 21ab603756
commit 5b69eb7bef
4 changed files with 8 additions and 1 deletions

View File

@@ -4,3 +4,6 @@ PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
// include cocoa pods config // include cocoa pods config
#include? "Pods/Target Support Files/Pods-SideStore/Pods-SideStore.debug.xcconfig" #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

View File

@@ -4,3 +4,6 @@ PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER)
// include cocoa pods config // include cocoa pods config
#include? "Pods/Target Support Files/Pods-SideStore/Pods-SideStore.release.xcconfig" #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

View File

@@ -3523,6 +3523,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6000; CURRENT_PROJECT_VERSION = 6000;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)"; DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
ENABLE_DEBUG_DYLIB = NO; ENABLE_DEBUG_DYLIB = NO;

View File

@@ -28,6 +28,6 @@ SPEC CHECKSUMS:
Nuke: 279f17a599fd1c83cf51de5e0e1f2db143a287b0 Nuke: 279f17a599fd1c83cf51de5e0e1f2db143a287b0
Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9 Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
PODFILE CHECKSUM: f9c1f336d322c38e4782b131346715aabba44837 PODFILE CHECKSUM: ac64c7324664bacf718819caa8c777ec8cc4db18
COCOAPODS: 1.16.2 COCOAPODS: 1.16.2