Skip to content

Commit

Permalink
moved the weak_framework flags into the target
Browse files Browse the repository at this point in the history
  • Loading branch information
doronpr authored Jul 30, 2016
1 parent cc84002 commit 634bec5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions detox/ios/EarlGrey/EarlGrey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,8 @@
"-ObjC",
"-framework",
IOKit,
"-weak_framework",
XCTest,
);
PRODUCT_BUNDLE_IDENTIFIER = com.google.earlgrey.EarlGrey;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1046,6 +1048,8 @@
"-ObjC",
"-framework",
IOKit,
"-weak_framework",
XCTest,
);
PRODUCT_BUNDLE_IDENTIFIER = com.google.earlgrey.EarlGrey;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1087,10 +1091,7 @@
MODULEMAP_FILE = "";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-weak_framework",
XCTest,
);
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.google.earlgrey.EarlGrey;
PRODUCT_MODULE_NAME = EarlGrey;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1137,10 +1138,7 @@
MODULEMAP_FILE = "";
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-weak_framework",
XCTest,
);
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.google.earlgrey.EarlGrey;
PRODUCT_MODULE_NAME = EarlGrey;
SDKROOT = iphoneos;
Expand Down

0 comments on commit 634bec5

Please sign in to comment.