Skip to content

Commit 0ca693b

Browse files
committed
Merge pull request #643 from ParsePlatform/nlutsenko.watchos.bitcode
Explicitly enable bitcode for watchOS SDK.
2 parents f74105f + 916fa9e commit 0ca693b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Configurations/Bolts-watchOS.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
//
99

1010
SDKROOT = watchos
11+
12+
ENABLE_BITCODE = YES

Configurations/Parse-watchOS.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.parse.watchos
1616
MACH_O_TYPE = staticlib
1717
APPLICATION_EXTENSION_API_ONLY = YES
1818
DEFINES_MODULE = YES
19+
ENABLE_BITCODE = YES
1920

2021
OTHER_LDFLAGS = $(inherited) -ObjC
2122

0 commit comments

Comments
 (0)