diff --git a/CHANGELOG.md b/CHANGELOG.md
index 692f549..7f197c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,33 @@
# Change Log
+## [v3.4.0](https://github.com/danielgindi/ChartsRealm/tree/v3.4.0) (2019-10-09)
+[Full Changelog](https://github.com/danielgindi/ChartsRealm/compare/v3.2.2...v3.4.0)
+
+**Closed issues:**
+
+- Crash on iOS13 ! need to update RealmSwift [\#33](https://github.com/danielgindi/ChartsRealm/issues/33)
+- How to use this with Swift Realm ? Can't init DataSet [\#32](https://github.com/danielgindi/ChartsRealm/issues/32)
+
+**Merged pull requests:**
+
+- Update RealmSwift version to 3.18 [\#34](https://github.com/danielgindi/ChartsRealm/pull/34) ([neetrath](https://github.com/neetrath))
+
+## [v3.2.2](https://github.com/danielgindi/ChartsRealm/tree/v3.2.2) (2019-05-28)
+[Full Changelog](https://github.com/danielgindi/ChartsRealm/compare/3.2.1...v3.2.2)
+
+**Closed issues:**
+
+- Would you update to Swift 5.0 ? Or have a schedule? [\#30](https://github.com/danielgindi/ChartsRealm/issues/30)
+- Xcode 10.1 / Swift 4.2 [\#29](https://github.com/danielgindi/ChartsRealm/issues/29)
+- Build fail 3.2.1 [\#27](https://github.com/danielgindi/ChartsRealm/issues/27)
+- I can't use pod [\#25](https://github.com/danielgindi/ChartsRealm/issues/25)
+- Throwing errors on XCode 10 / iOS12 [\#23](https://github.com/danielgindi/ChartsRealm/issues/23)
+
+**Merged pull requests:**
+
+- Support Swift 5.0, dependency update to Charts 3.3.0 and Realm 3.15.0 [\#31](https://github.com/danielgindi/ChartsRealm/pull/31) ([liuxuan30](https://github.com/liuxuan30))
+- \(doc\) Fix typo in README.md [\#26](https://github.com/danielgindi/ChartsRealm/pull/26) ([wlim33](https://github.com/wlim33))
+
## [3.2.1](https://github.com/danielgindi/ChartsRealm/tree/3.2.1) (2018-11-01)
[Full Changelog](https://github.com/danielgindi/ChartsRealm/compare/v3.1.1...3.2.1)
diff --git a/ChartsRealm.podspec b/ChartsRealm.podspec
index dbf2914..f0990aa 100644
--- a/ChartsRealm.podspec
+++ b/ChartsRealm.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChartsRealm"
- s.version = "3.2.2"
+ s.version = "3.4.0"
s.summary = "A Realm.io module for Charts"
s.homepage = "https://github.com/danielgindi/ChartsRealm"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.11"
s.source = { :git => "https://github.com/danielgindi/ChartsRealm.git", :tag => "v#{s.version}" }
s.source_files = "ChartsRealm/Classes/**/*.swift", "ChartsRealm/Supporting Files/RLMSupport.swift"
- s.dependency "Charts", "~> 3.3.0"
- s.dependency "RealmSwift", "~> 3.15.0"
+ s.dependency "Charts", "~> 3.4.0"
+ s.dependency "RealmSwift", "~> 5.0.3"
end
diff --git a/ChartsRealm.xcodeproj/project.pbxproj b/ChartsRealm.xcodeproj/project.pbxproj
index 38b28b5..45f9aa0 100644
--- a/ChartsRealm.xcodeproj/project.pbxproj
+++ b/ChartsRealm.xcodeproj/project.pbxproj
@@ -369,6 +369,7 @@
INFOPLIST_FILE = "$(SRCROOT)/ChartsRealm/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
+ MARKETING_VERSION = 3.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.ChartsRealm;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
@@ -390,6 +391,7 @@
INFOPLIST_FILE = "$(SRCROOT)/ChartsRealm/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
+ MARKETING_VERSION = 3.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.ChartsRealm;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
diff --git a/ChartsRealm/Supporting Files/Info.plist b/ChartsRealm/Supporting Files/Info.plist
index a3d4952..454e6a7 100644
--- a/ChartsRealm/Supporting Files/Info.plist
+++ b/ChartsRealm/Supporting Files/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.2.2
+ $(MARKETING_VERSION)
CFBundleSignature
????
CFBundleVersion
diff --git a/Gemfile.lock b/Gemfile.lock
index 7b57187..5f0952b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,57 +1,62 @@
GEM
remote: https://rubygems.org/
specs:
- CFPropertyList (3.0.0)
- activesupport (4.2.10)
+ CFPropertyList (3.0.1)
+ activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
- addressable (2.5.2)
- public_suffix (>= 2.0.2, < 4.0)
- atomos (0.1.2)
- claide (1.0.2)
- cocoapods (1.5.3)
+ addressable (2.8.1)
+ public_suffix (>= 2.0.2, < 6.0)
+ algoliasearch (1.27.1)
+ httpclient (~> 2.8, >= 2.8.3)
+ json (>= 1.5.1)
+ atomos (0.1.3)
+ claide (1.0.3)
+ cocoapods (1.8.3)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
- cocoapods-core (= 1.5.3)
- cocoapods-deintegrate (>= 1.0.2, < 2.0)
- cocoapods-downloader (>= 1.2.0, < 2.0)
+ cocoapods-core (= 1.8.3)
+ cocoapods-deintegrate (>= 1.0.3, < 2.0)
+ cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
- cocoapods-trunk (>= 1.3.0, < 2.0)
+ cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
- fourflusher (~> 2.0.1)
+ fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
- molinillo (~> 0.6.5)
+ molinillo (~> 0.6.6)
nap (~> 1.0)
- ruby-macho (~> 1.1)
- xcodeproj (>= 1.5.7, < 2.0)
- cocoapods-core (1.5.3)
+ ruby-macho (~> 1.4)
+ xcodeproj (>= 1.11.1, < 2.0)
+ cocoapods-core (1.8.3)
activesupport (>= 4.0.2, < 6)
+ algoliasearch (~> 1.0)
+ concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
- cocoapods-deintegrate (1.0.2)
- cocoapods-downloader (1.2.1)
+ cocoapods-deintegrate (1.0.4)
+ cocoapods-downloader (1.6.3)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
- cocoapods-stats (1.0.0)
- cocoapods-trunk (1.3.0)
+ cocoapods-stats (1.1.0)
+ cocoapods-trunk (1.4.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored2 (3.1.2)
- concurrent-ruby (1.0.5)
+ concurrent-ruby (1.1.5)
escape (0.0.4)
- faraday (0.15.2)
+ faraday (0.17.0)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
- fourflusher (2.0.1)
+ fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
github_changelog_generator (1.14.3)
@@ -62,36 +67,38 @@ GEM
rainbow (>= 2.1)
rake (>= 10.0)
retriable (~> 2.1)
+ httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
- minitest (5.11.3)
- molinillo (0.6.5)
+ json (2.3.1)
+ minitest (5.12.2)
+ molinillo (0.6.6)
multi_json (1.13.1)
- multipart-post (2.0.0)
- nanaimo (0.2.5)
+ multipart-post (2.1.1)
+ nanaimo (0.2.6)
nap (1.1.0)
netrc (0.11.0)
- octokit (4.9.0)
+ octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
- public_suffix (3.0.2)
+ public_suffix (5.0.0)
rainbow (3.0.0)
- rake (12.3.1)
+ rake (13.0.0)
retriable (2.1.0)
rouge (2.0.7)
- ruby-macho (1.2.0)
- sawyer (0.8.1)
- addressable (>= 2.3.5, < 2.6)
- faraday (~> 0.8, < 1.0)
+ ruby-macho (1.4.0)
+ sawyer (0.8.2)
+ addressable (>= 2.3.5)
+ faraday (> 0.8, < 2.0)
thread_safe (0.3.6)
- tzinfo (1.2.5)
+ tzinfo (1.2.11)
thread_safe (~> 0.1)
- xcodeproj (1.5.9)
+ xcodeproj (1.12.0)
CFPropertyList (>= 2.3.3, < 4.0)
- atomos (~> 0.1.2)
+ atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
- nanaimo (~> 0.2.5)
- xcpretty (0.2.8)
+ nanaimo (~> 0.2.6)
+ xcpretty (0.3.0)
rouge (~> 2.0.7)
PLATFORMS
@@ -104,4 +111,4 @@ DEPENDENCIES
xcpretty
BUNDLED WITH
- 1.16.1
+ 1.16.6
diff --git a/README.md b/README.md
index 56fe6d4..0a9d7dc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**Version 3.2.2**
+**Version 3.4.0**
![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png)
![Supported Platforms](https://img.shields.io/cocoapods/p/ChartsRealm.svg) [![Releases](https://img.shields.io/github/release/danielgindi/ChartsRealm.svg)](https://github.com/danielgindi/ChartsRealm/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/ChartsRealm.svg)](http://cocoapods.org/pods/chartsrealm) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/ChartsRealm.svg?branch=master)](https://travis-ci.org/danielgindi/ChartsRealm) [![codecov](https://codecov.io/gh/danielgindi/ChartsRealm/branch/master/graph/badge.svg)](https://codecov.io/gh/danielgindi/ChartsRealm)
@@ -7,7 +7,7 @@
### We've separated ChartsRealm from the main repository, for easier handling of dependencies.
### Please avoid duplicate issues. Post on this repo for Charts+Realm specific problems, and other stuff in the issues section of the core Charts repo.
-* Xcode 10 / Swift 5.0
+* Xcode 11 / Swift 5
* iOS >= 8.0 (Use as an **Embedded** Framework)
* tvOS >= 9.0
* macOS >= 10.11
@@ -68,7 +68,7 @@ Add both `pod 'Charts'` and `pod 'ChartsRealm'` to your Podfile.
Charts now include Carthage prebuilt binaries.
```carthage
-github "danielgindi/ChartsRealm" ~> 3.2.2
+github "danielgindi/ChartsRealm" ~> 3.4.0
```
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive ChartsRealm`.