Skip to content

Commit a46dd80

Browse files
committed
Bumped to 2.2.2
1 parent 3f3f5b2 commit a46dd80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 2.2.0**, synced to [MPAndroidChart #d1839b4](https://github.com/PhilJay/MPAndroidChart/commit/d1839b4)
1+
**Version 2.2.2**, synced to [MPAndroidChart #9615cc2](https://github.com/PhilJay/MPAndroidChart/commit/9615cc2)
22

33
![alt tag](https://raw.github.com/danielgindi/ios-charts/master/Assets/feature_graphic.png)
44
![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/ios-charts.svg)](https://github.com/danielgindi/ios-charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts)
@@ -32,14 +32,14 @@ If you want to compile for iOS 7:
3232

3333
1. Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
3434
2. Make sure that the files are added to the Target membership.
35-
3. If you do not need/want support for *Realm.io*, you can make the `Realm.framework` *optional* in your Build Phases, or avoid copying the `Realm` folder, the `Utils/RealmChartUtils.swift` and the `Realm.framework`.
3635

3736
## Troubleshooting
3837

3938
#### Can't compile?
4039

4140
* Please note the difference between installing a compiled framework from Cocoapods or Carthage, and copying the source code.
42-
* If you are compiling the source code and not using Realm, please *delete* the folder `Charts/Classes/Data/Implementation/Realm` and `Charts/Classes/Utils/RealmChartUtils.swift` to remove Realm.io support.
41+
* If you are using Realm, please also `#import <ChartsRealm/ChartsRealm.h>`
42+
* If you are compiling the source code and want to use Realm, please make sure to include the code from `ChartsRealm` project.
4343
* Please read the **Usage** section again.
4444
* Search in the issues
4545
* Try to politely ask in the issues section
@@ -65,11 +65,11 @@ pod 'Charts/Realm'
6565
Charts now include Carthage prebuilt binaries.
6666

6767
```carthage
68-
github "danielgindi/ios-charts" == 2.2.0
69-
github "danielgindi/ios-charts" ~> 2.2.0
68+
github "danielgindi/ios-charts" == 2.2.2
69+
github "danielgindi/ios-charts" ~> 2.2.2
7070
```
7171

72-
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.
72+
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts && carthage archive ChartsRealm`.
7373

7474
## Help
7575

0 commit comments

Comments
 (0)