mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-24 09:38:30 +02:00
version bump
This commit is contained in:
@@ -1160,7 +1160,9 @@
|
|||||||
2F03A53C19C5C6DA005002A5 /* CoreStoreTests */,
|
2F03A53C19C5C6DA005002A5 /* CoreStoreTests */,
|
||||||
2F03A53119C5C6DA005002A5 /* Products */,
|
2F03A53119C5C6DA005002A5 /* Products */,
|
||||||
);
|
);
|
||||||
|
indentWidth = 4;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
tabWidth = 4;
|
||||||
};
|
};
|
||||||
2F03A53119C5C6DA005002A5 /* Products */ = {
|
2F03A53119C5C6DA005002A5 /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
|
|||||||
@@ -242,7 +242,9 @@
|
|||||||
B5A3911A24E5429200E7E8BD /* Products */,
|
B5A3911A24E5429200E7E8BD /* Products */,
|
||||||
B5A3916624E698F900E7E8BD /* Frameworks */,
|
B5A3916624E698F900E7E8BD /* Frameworks */,
|
||||||
);
|
);
|
||||||
|
indentWidth = 4;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
tabWidth = 4;
|
||||||
};
|
};
|
||||||
B5A3911A24E5429200E7E8BD /* Products */ = {
|
B5A3911A24E5429200E7E8BD /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
|
|||||||
@@ -2449,7 +2449,7 @@ var body: some View {
|
|||||||
### Install with CocoaPods
|
### Install with CocoaPods
|
||||||
In your `Podfile`, add
|
In your `Podfile`, add
|
||||||
```
|
```
|
||||||
pod 'CoreStore', '~> 8.0'
|
pod 'CoreStore', '~> 9.0'
|
||||||
```
|
```
|
||||||
and run
|
and run
|
||||||
```
|
```
|
||||||
@@ -2460,7 +2460,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift
|
|||||||
### Install with Carthage
|
### Install with Carthage
|
||||||
In your `Cartfile`, add
|
In your `Cartfile`, add
|
||||||
```
|
```
|
||||||
github "JohnEstropia/CoreStore" >= 8.0.0
|
github "JohnEstropia/CoreStore" >= 9.0.0
|
||||||
```
|
```
|
||||||
and run
|
and run
|
||||||
```
|
```
|
||||||
@@ -2471,7 +2471,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift
|
|||||||
#### Install with Swift Package Manager:
|
#### Install with Swift Package Manager:
|
||||||
```swift
|
```swift
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "8.0.1"))
|
.package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "9.0.0"))
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
Declare `import CoreStore` in your swift file to use the library.
|
Declare `import CoreStore` in your swift file to use the library.
|
||||||
|
|||||||
Reference in New Issue
Block a user