From 2a10f62c2154f64a6695307787d54528e0b46ecd Mon Sep 17 00:00:00 2001 From: Ruttanachai Auitragool Date: Wed, 25 Sep 2019 13:35:45 +0700 Subject: [PATCH 1/9] Update RealmSwift version to 3.18 --- ChartsRealm.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChartsRealm.podspec b/ChartsRealm.podspec index dbf2914..2c694df 100644 --- a/ChartsRealm.podspec +++ b/ChartsRealm.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| 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 "RealmSwift", "~> 3.18.0" end From 133e77e8d00ea4f623f54c320ae3a5f5ae6a8b00 Mon Sep 17 00:00:00 2001 From: liuxuan30 Date: Wed, 9 Oct 2019 11:01:45 +0800 Subject: [PATCH 2/9] bump version --- ChartsRealm.podspec | 4 ++-- ChartsRealm.xcodeproj/project.pbxproj | 2 ++ ChartsRealm/Supporting Files/Info.plist | 2 +- README.md | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChartsRealm.podspec b/ChartsRealm.podspec index 2c694df..dc3c9ea 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 "Charts", "~> 3.4.0" s.dependency "RealmSwift", "~> 3.18.0" 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/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`. From 69c593391096d53820ae8ed02bf38ac5100bcd22 Mon Sep 17 00:00:00 2001 From: liuxuan30 Date: Wed, 9 Oct 2019 11:04:20 +0800 Subject: [PATCH 3/9] update change log --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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) From e410381d47d0f565a046bcdfbcf0d5858c0d5f17 Mon Sep 17 00:00:00 2001 From: liuxuan30 Date: Wed, 9 Oct 2019 12:43:19 +0800 Subject: [PATCH 4/9] fix pod and update gem --- Gemfile.lock | 85 ++++++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 39 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b57187..05be1bc 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.7.0) + public_suffix (>= 2.0.2, < 5.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.2.2) 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.2.0) + 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 (3.1.1) 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) 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 From 1ba0ec8a34d3057eb5736c09d79dcf1a4d5a0223 Mon Sep 17 00:00:00 2001 From: Cory Imdieke Date: Wed, 17 Jun 2020 14:09:31 -0500 Subject: [PATCH 5/9] Updated RealmSwift dep to 5.0.3 --- ChartsRealm.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChartsRealm.podspec b/ChartsRealm.podspec index dc3c9ea..f0990aa 100644 --- a/ChartsRealm.podspec +++ b/ChartsRealm.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| 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.4.0" - s.dependency "RealmSwift", "~> 3.18.0" + s.dependency "RealmSwift", "~> 5.0.3" end From e92c805292654e8805e1a3d435a60d0bfde2e807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 21:06:53 +0000 Subject: [PATCH 6/9] Bump json from 2.2.0 to 2.3.1 Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.2.0...v2.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 05be1bc..24f7345 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM httpclient (2.8.3) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.2.0) + json (2.3.1) minitest (5.12.2) molinillo (0.6.6) multi_json (1.13.1) From c9bc3c445af8cb8e26fe3a7ce971e4fac9975ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:21:13 +0000 Subject: [PATCH 7/9] Bump cocoapods-downloader from 1.2.2 to 1.6.3 Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. - [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases) - [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md) - [Commits](https://github.com/CocoaPods/cocoapods-downloader/compare/1.2.2...1.6.3) --- updated-dependencies: - dependency-name: cocoapods-downloader dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24f7345..bb9c806 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM fuzzy_match (~> 2.0.4) nap (~> 1.0) cocoapods-deintegrate (1.0.4) - cocoapods-downloader (1.2.2) + cocoapods-downloader (1.6.3) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.0) From 9c0a6bcc19109e34057094be5705b8dc3d81e82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 22:47:18 +0000 Subject: [PATCH 8/9] Bump addressable from 2.7.0 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bb9c806..faf37d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + 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) @@ -80,7 +80,7 @@ GEM netrc (0.11.0) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) - public_suffix (3.1.1) + public_suffix (5.0.0) rainbow (3.0.0) rake (13.0.0) retriable (2.1.0) From adcd1e567191088ac6424c294e47490cd12ac383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 01:51:56 +0000 Subject: [PATCH 9/9] Bump tzinfo from 1.2.5 to 1.2.11 Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.11. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.5...v1.2.11) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index faf37d1..5f0952b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM 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.12.0) CFPropertyList (>= 2.3.3, < 4.0)