mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[App-Size-Optimization]: updated xcconfig to override Pods config when required
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user