Skip to content

Commit e7e85d8

Browse files
committed
Do not add BUILD_LIBRARY_FOR_DISTRIBUTION for test target
1 parent 55a99b0 commit e7e85d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SDWebImageSwiftUI.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@
820820
3211F84C23DE984D00FC757F /* Debug */ = {
821821
isa = XCBuildConfiguration;
822822
buildSettings = {
823+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
823824
CODE_SIGN_STYLE = Automatic;
824825
FRAMEWORK_SEARCH_PATHS = (
825826
"$(inherited)",
@@ -841,6 +842,7 @@
841842
3211F84D23DE984D00FC757F /* Release */ = {
842843
isa = XCBuildConfiguration;
843844
buildSettings = {
845+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
844846
CODE_SIGN_STYLE = Automatic;
845847
FRAMEWORK_SEARCH_PATHS = (
846848
"$(inherited)",
@@ -862,6 +864,7 @@
862864
321C1D4423DEC17D009CF62A /* Debug */ = {
863865
isa = XCBuildConfiguration;
864866
buildSettings = {
867+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
865868
CODE_SIGN_STYLE = Automatic;
866869
COMBINE_HIDPI_IMAGES = YES;
867870
FRAMEWORK_SEARCH_PATHS = (
@@ -884,6 +887,7 @@
884887
321C1D4523DEC17D009CF62A /* Release */ = {
885888
isa = XCBuildConfiguration;
886889
buildSettings = {
890+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
887891
CODE_SIGN_STYLE = Automatic;
888892
COMBINE_HIDPI_IMAGES = YES;
889893
FRAMEWORK_SEARCH_PATHS = (
@@ -906,6 +910,7 @@
906910
321C1D5323DEC185009CF62A /* Debug */ = {
907911
isa = XCBuildConfiguration;
908912
buildSettings = {
913+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
909914
CODE_SIGN_STYLE = Automatic;
910915
FRAMEWORK_SEARCH_PATHS = (
911916
"$(inherited)",
@@ -928,6 +933,7 @@
928933
321C1D5423DEC185009CF62A /* Release */ = {
929934
isa = XCBuildConfiguration;
930935
buildSettings = {
936+
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
931937
CODE_SIGN_STYLE = Automatic;
932938
FRAMEWORK_SEARCH_PATHS = (
933939
"$(inherited)",

0 commit comments

Comments
 (0)