From e759b1e388c3adc34bd90c087d76036d73d8b2a8 Mon Sep 17 00:00:00 2001 From: Eric Internicola Date: Thu, 7 Mar 2019 06:13:55 -0700 Subject: [PATCH 1/2] Changed the version to 1.1.0 --- ARCL.podspec | 2 +- Podfile.lock | 4 ++-- Pods/Local Podspecs/ARCL.podspec.json | 4 ++-- Pods/Manifest.lock | 4 ++-- Pods/Target Support Files/ARCL/Info.plist | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ARCL.podspec b/ARCL.podspec index fd2691c6..3bee78e1 100644 --- a/ARCL.podspec +++ b/ARCL.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ARCL" - s.version = "1.0.4" + s.version = "1.1.0" s.summary = "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data." s.homepage = "https://github.com/ProjectDent/arkit-corelocation" s.author = { "Andrew Hart" => "Andrew@ProjectDent.com" } diff --git a/Podfile.lock b/Podfile.lock index 9cc28368..9c295609 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ARCL (1.0.4) + - ARCL (1.1.0) DEPENDENCIES: - ARCL (from `.`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: . SPEC CHECKSUMS: - ARCL: f759ad05cd3aef4ff81ea69b0774ed96c49aa544 + ARCL: de572e728e225494df56183b23e5203581915ffd PODFILE CHECKSUM: 0253a6a9d478bb7f0d71292e3283c52bdad2bd40 diff --git a/Pods/Local Podspecs/ARCL.podspec.json b/Pods/Local Podspecs/ARCL.podspec.json index 8e5c70b0..569ee049 100644 --- a/Pods/Local Podspecs/ARCL.podspec.json +++ b/Pods/Local Podspecs/ARCL.podspec.json @@ -1,6 +1,6 @@ { "name": "ARCL", - "version": "1.0.4", + "version": "1.1.0", "summary": "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data.", "homepage": "https://github.com/ProjectDent/arkit-corelocation", "authors": { @@ -12,7 +12,7 @@ }, "source": { "git": "https://ProjectDent@github.com/ProjectDent/ARKit-CoreLocation.git", - "tag": "1.0.4", + "tag": "1.1.0", "submodules": false }, "platforms": { diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 9cc28368..9c295609 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - ARCL (1.0.4) + - ARCL (1.1.0) DEPENDENCIES: - ARCL (from `.`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: . SPEC CHECKSUMS: - ARCL: f759ad05cd3aef4ff81ea69b0774ed96c49aa544 + ARCL: de572e728e225494df56183b23e5203581915ffd PODFILE CHECKSUM: 0253a6a9d478bb7f0d71292e3283c52bdad2bd40 diff --git a/Pods/Target Support Files/ARCL/Info.plist b/Pods/Target Support Files/ARCL/Info.plist index 2660a939..21a30b4a 100644 --- a/Pods/Target Support Files/ARCL/Info.plist +++ b/Pods/Target Support Files/ARCL/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.4 + 1.1.0 CFBundleSignature ???? CFBundleVersion From 71cbec087f696f21a18e177c1f52ba9eb6fd47d8 Mon Sep 17 00:00:00 2001 From: Eric Internicola Date: Thu, 7 Mar 2019 06:21:27 -0700 Subject: [PATCH 2/2] Updated the changelog. --- changelog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index b2587472..1ef844eb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Changelog -- [PR #59 - Routing / Polylines](https://github.com/ProjectDent/ARKit-CoreLocation/pull/159) - - Adds the ability to take an array of `MKRoute` objects and render it as a route in AR (similar to the demo gif on the README) - - Updates the demo app to allow you to demonstrate this capability +- 1.1.0 + - [PR #59 - Routing / Polylines](https://github.com/ProjectDent/ARKit-CoreLocation/pull/159) + - Adds the ability to take an array of `MKRoute` objects and render it as a route in AR (similar to the demo gif on the README) + - Updates the demo app to allow you to demonstrate this capability