Skip to content

Commit

Permalink
Add XCTest framework to iOS target's Other Linker Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jendrusch committed Aug 19, 2015
1 parent 81f58ae commit 1d06126
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dobby.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@
INFOPLIST_FILE = Dobby/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = (
"-framework",
XCTest,
);
PRODUCT_BUNDLE_IDENTIFIER = "de.rheinfabrik.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(inherited)";
SKIP_INSTALL = YES;
Expand All @@ -599,6 +603,10 @@
INFOPLIST_FILE = Dobby/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = (
"-framework",
XCTest,
);
PRODUCT_BUNDLE_IDENTIFIER = "de.rheinfabrik.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(inherited)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 1d06126

Please sign in to comment.