Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.

Commit 56c40b5

Browse files
author
ap4y
committed
Setting -ObjC to the linker flags in example project for iOS.
updates #22
1 parent ee6df0b commit 56c40b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Example/iOS/ORGMEngine Example.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
GCC_PREFIX_HEADER = "ORGMEngine Example/ORGMEngine Example-Prefix.pch";
386386
HEADER_SEARCH_PATHS = "../../OrigamiEngine/**";
387387
INFOPLIST_FILE = "ORGMEngine Example/ORGMEngine Example-Info.plist";
388+
OTHER_LDFLAGS = "-ObjC";
388389
PRODUCT_NAME = "$(TARGET_NAME)";
389390
WRAPPER_EXTENSION = app;
390391
};
@@ -406,6 +407,7 @@
406407
GCC_PREFIX_HEADER = "ORGMEngine Example/ORGMEngine Example-Prefix.pch";
407408
HEADER_SEARCH_PATHS = "../../OrigamiEngine/**";
408409
INFOPLIST_FILE = "ORGMEngine Example/ORGMEngine Example-Info.plist";
410+
OTHER_LDFLAGS = "-ObjC";
409411
PRODUCT_NAME = "$(TARGET_NAME)";
410412
WRAPPER_EXTENSION = app;
411413
};

0 commit comments

Comments
 (0)