Skip to content

Commit 8bf7543

Browse files
committed
Fix OSX-test in xcodeproj.
1 parent a150c12 commit 8bf7543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SwiftState.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@
607607
INFOPLIST_FILE = SwiftStateTests/Info.plist;
608608
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
609609
PRODUCT_NAME = "$(TARGET_NAME)";
610+
SDKROOT = macosx;
610611
};
611612
name = Debug;
612613
};
@@ -621,6 +622,7 @@
621622
INFOPLIST_FILE = SwiftStateTests/Info.plist;
622623
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
623624
PRODUCT_NAME = "$(TARGET_NAME)";
625+
SDKROOT = macosx;
624626
};
625627
name = Release;
626628
};

0 commit comments

Comments
 (0)