Skip to content

Commit

Permalink
Merge pull request #1 from luizdubas/master
Browse files Browse the repository at this point in the history
Change linker flags
  • Loading branch information
Luiz Dubas authored Jan 3, 2020
2 parents c3bb2da + e64a904 commit af58f4c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SwiftCheck.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,12 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/usr/lib";
OTHER_LDFLAGS = (
"-weak_framework",
XCTest,
"-weak-lXCTestSwiftSupport",
);
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.codafi.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SwiftCheck;
Expand Down Expand Up @@ -1199,6 +1205,12 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/usr/lib";
OTHER_LDFLAGS = (
"-weak_framework",
XCTest,
"-weak-lXCTestSwiftSupport",
);
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.codafi.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SwiftCheck;
Expand Down

0 comments on commit af58f4c

Please sign in to comment.