This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
forked from cloudant/swift-cloudant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add linux support * Add Linux support for changes * call finish for operations on linux * Convert headers to String:String for all platforms * Changed the downcasting from [String:NSObject] to [String:Any] * Issue-285 [BulkDocsTests failure Changed casting from NSDictionary to [String: Any] * Update linux build to Swift 3.1 * Update .swift-version to 3.1 * Use KVO APIs for Operations * Update Xcode version for macOS Travis builds * Workaround lack of Bundle(for:) on Linux (cloudant#155) * Workaround lack of Bundle(for:) on Linux * Specify version number instead of using Unknown * Specify 3.1.1 in .swift-version (cloudant#156) * Specify 3.1.1 in .swift-version * Update Travis build to Swift 3.1.1 * Import Dispatch explicitly * Avoid bridging between Foundation and stdlib types * Remove InterceptorTests * Crash in Cloudant tests due to httpAdditionalHeaders [382] * Update default bundleVersionString to 0.7.0 * Whitespace
- Loading branch information
1 parent
997ee68
commit 5d28657
Showing
28 changed files
with
345 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0 | ||
3.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.