Skip to content

Commit 0a47aff

Browse files
author
Clément Le Provost
committed
Merge pull request #50 from algolia/feat/carthage
Add Carthage support (back)
2 parents 86b6bd3 + e256a2d commit 0a47aff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AlgoliaSearch.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@
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;

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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`.
8284
2. Add `import AlgoliaSearch` to your source files.
8385
3. 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

0 commit comments

Comments
 (0)