Skip to content

Commit 6c10a8c

Browse files
author
Clément Le Provost
committed
Enable testability in Release configuration
This should help Carthage support, as Carthage builds the Release configuration.
1 parent cdec68c commit 6c10a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AlgoliaSearch.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@
538538
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
539539
ENABLE_NS_ASSERTIONS = NO;
540540
ENABLE_STRICT_OBJC_MSGSEND = YES;
541+
ENABLE_TESTABILITY = YES;
541542
GCC_C_LANGUAGE_STANDARD = gnu99;
542543
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
543544
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;

0 commit comments

Comments
 (0)