Skip to content

Commit

Permalink
update readme (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad authored Jun 28, 2023
1 parent c91b5d5 commit bd0aa1a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Repository for hosting Swift package for Couchbase Lite Swift Enterprise Edition

## Requirements
- Xcode 12+

## Case 1. Including Couchbase Lite to an existing swift package
Adding CouchbaseLiteSwift dependency to your Parent swift package.

Expand All @@ -13,7 +10,7 @@ Adding CouchbaseLiteSwift dependency to your Parent swift package.
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
from: "3.0.2"),
from: "3.0.12"),
],
```

Expand Down Expand Up @@ -53,7 +50,7 @@ let package = Package(
],
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git", from: "3.0.2"),
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git", from: "3.0.12"),
],
targets: [
.target(
Expand Down

0 comments on commit bd0aa1a

Please sign in to comment.