Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 7410202

Browse files
committed
Enable bitcode for all versions of iphoneos SDK.
1 parent 0656359 commit 7410202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configurations/ParseFacebookUtilsV4-iOS.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) $(SRCROOT)/Vendor
2222
LIBRARY_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
2323
HEADER_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
2424

25-
OTHER_CFLAGS[sdk=iphoneos9.0] = $(inherited) -fembed-bitcode
25+
OTHER_CFLAGS[sdk=iphoneos9.*] = $(inherited) -fembed-bitcode

0 commit comments

Comments
 (0)