|
@@ -1,4 +1,4 @@
|
|
-**Version 3.2.2**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
|
|
|
|
|
|
+**Version 3.3**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
|
|
|
|
|
|

|
|

|
|
 [](https://github.com/danielgindi/Charts/releases) [](http://cocoapods.org/pods/charts) [](https://github.com/Carthage/Carthage) [](https://travis-ci.org/danielgindi/Charts) [](https://codecov.io/gh/danielgindi/Charts)
|
|
 [](https://github.com/danielgindi/Charts/releases) [](http://cocoapods.org/pods/charts) [](https://github.com/Carthage/Carthage) [](https://travis-ci.org/danielgindi/Charts) [](https://codecov.io/gh/danielgindi/Charts)
|
|
@@ -8,7 +8,7 @@
|
|
### Another heads up: ChartsRealm is now in a [separate repo](https://github.com/danielgindi/ChartsRealm). Pods is also now `Charts` and `ChartsRealm`, instead of ~`Charts/Core`~ and ~`Charts/Realm`~
|
|
### Another heads up: ChartsRealm is now in a [separate repo](https://github.com/danielgindi/ChartsRealm). Pods is also now `Charts` and `ChartsRealm`, instead of ~`Charts/Core`~ and ~`Charts/Realm`~
|
|
### One more heads up: As Swift evolves, if you are not using the latest Swift compiler, you shouldn't check out the master branch. Instead, you should go to the release page and pick up whatever suits you.
|
|
### One more heads up: As Swift evolves, if you are not using the latest Swift compiler, you shouldn't check out the master branch. Instead, you should go to the release page and pick up whatever suits you.
|
|
|
|
|
|
-* Xcode 10.0 / Swift 4.2 (master branch)
|
|
|
|
|
|
+* Xcode 10.2 / Swift 5.0 (master branch)
|
|
* iOS >= 8.0 (Use as an **Embedded** Framework)
|
|
* iOS >= 8.0 (Use as an **Embedded** Framework)
|
|
* tvOS >= 9.0
|
|
* tvOS >= 9.0
|
|
* macOS >= 10.11
|
|
* macOS >= 10.11
|
|
@@ -26,7 +26,7 @@ I've chosen to write it in `Swift` as it can be highly optimized by the compiler
|
|
* Make sure you are running a supported version of Xcode.
|
|
* Make sure you are running a supported version of Xcode.
|
|
* Usually it is specified here a few lines above.
|
|
* Usually it is specified here a few lines above.
|
|
* In most cases it will be the latest Xcode version.
|
|
* In most cases it will be the latest Xcode version.
|
|
-* Make sure that your project supports Swift 3.0
|
|
|
|
|
|
+* Make sure that your project supports Swift 5.0
|
|
* Optional: Run `carthage checkout` in the project folder, to fetch dependencies (i.e testing dependencies).
|
|
* Optional: Run `carthage checkout` in the project folder, to fetch dependencies (i.e testing dependencies).
|
|
* If you don't have Carthage - you can get it [here](https://github.com/Carthage/Carthage/releases).
|
|
* If you don't have Carthage - you can get it [here](https://github.com/Carthage/Carthage/releases).
|
|
|
|
|
|
@@ -79,8 +79,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
|
|
Charts now include Carthage prebuilt binaries.
|
|
Charts now include Carthage prebuilt binaries.
|
|
|
|
|
|
```carthage
|
|
```carthage
|
|
-github "danielgindi/Charts" == 3.2.2
|
|
|
|
-github "danielgindi/Charts" ~> 3.2.2
|
|
|
|
|
|
+github "danielgindi/Charts" == 3.3
|
|
|
|
+github "danielgindi/Charts" ~> 3.3
|
|
```
|
|
```
|
|
|
|
|
|
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.
|
|
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.
|