Skip to content

Commit 9b33309

Browse files
authored
Merge pull request #28 from brunolemos/patch-1
Enable bitcode (Fix #20)
2 parents 4162e53 + b034c61 commit 9b33309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ios/OAuthManager.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
276276
COPY_PHASE_STRIP = NO;
277277
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
278-
ENABLE_BITCODE = NO;
278+
ENABLE_BITCODE = YES;
279279
ENABLE_STRICT_OBJC_MSGSEND = YES;
280280
ENABLE_TESTABILITY = YES;
281281
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -328,7 +328,7 @@
328328
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
329329
COPY_PHASE_STRIP = YES;
330330
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO;
331-
ENABLE_BITCODE = NO;
331+
ENABLE_BITCODE = YES;
332332
ENABLE_NS_ASSERTIONS = NO;
333333
ENABLE_STRICT_OBJC_MSGSEND = YES;
334334
GCC_C_LANGUAGE_STANDARD = gnu99;

0 commit comments

Comments
 (0)