Skip to content

Commit

Permalink
update linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dwright-adobe committed Mar 13, 2019
1 parent fc75f98 commit 63a007b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Objective-C/BusBookingObjectiveC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// !$*UTF8*$!
{
{
archiveVersion = 1;
classes = {
};
Expand Down Expand Up @@ -391,7 +391,10 @@
"$(PROJECT_DIR)/BusBookingObjectiveC/AdobeTarget",
"$(PROJECT_DIR)/BusBookingObjectiveC/AdobeTarget",
);
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = com.adobetarget.BusBookingObjectiveC;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -432,7 +435,10 @@
"$(PROJECT_DIR)/BusBookingObjectiveC/AdobeTarget",
"$(PROJECT_DIR)/BusBookingObjectiveC/AdobeTarget",
);
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = com.adobetarget.BusBookingObjectiveC;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 63a007b

Please sign in to comment.