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

Commit 5f0b6a4

Browse files
committed
Merge pull request #25 from ParsePlatform/nlutsenko.bitcode
Enable bitcode for all versions of iphoneos SDK.
2 parents d90b167 + 7410202 commit 5f0b6a4

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
@@ -23,4 +23,4 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) $(SRCROOT)/Vendor
2323
LIBRARY_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
2424
HEADER_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
2525

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

0 commit comments

Comments
 (0)