File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 689689 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
690690 ENABLE_NS_ASSERTIONS = NO;
691691 ENABLE_STRICT_OBJC_MSGSEND = YES;
692+ ENABLE_TESTABILITY = YES;
692693 GCC_C_LANGUAGE_STANDARD = gnu99;
693694 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
694695 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ To setup your project, follow these steps:
7878
7979
8080
81- 1 . Add ` pod 'AlgoliaSearch-Client-Swift', '~> 3.0' ` to your Podfile. (We only support Cocoapods so far.)
81+ 1 . Add a dependency on AlgoliaSearch-Client-Swift:
82+ - Cocoapods: add ` pod 'AlgoliaSearch-Client-Swift', '~> 3.0' ` to your ` Podfile ` .
83+ - Carthage: add ` github "algolia/algoliasearch-client-swift" ` to your ` Cartfile ` .
82842 . Add ` import AlgoliaSearch ` to your source files.
83853 . Initialize the client with your application ID and API key (you can find them on [ your Algolia Dashboard] ( https://www.algolia.com/api-keys ) ):
8486
You can’t perform that action at this time.
0 commit comments