From 1916b88243c44d73cb4b841adbae828dda985f71 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 11 Oct 2019 18:09:46 +0200 Subject: [PATCH] Update Convenience for review URL --- .../Organizer/OrganizerViewController.swift | 2 +- Podfile | 3 ++- Podfile.lock | 26 +++++++++---------- Submodules/Core | 2 +- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift b/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift index 1dbdcd7a..e97defa0 100644 --- a/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift +++ b/Passepartout-iOS/Scenes/Organizer/OrganizerViewController.swift @@ -320,7 +320,7 @@ class OrganizerViewController: UITableViewController, StrongTableHost { } private func writeReview() { - let url = AppConstants.URLs.review(withId: AppConstants.App.appStoreId) + let url = Reviewer.urlForReview(withAppId: AppConstants.App.appStoreId) UIApplication.shared.open(url, options: [:], completionHandler: nil) } diff --git a/Podfile b/Podfile index b06b64ee..de01b584 100644 --- a/Podfile +++ b/Podfile @@ -14,7 +14,8 @@ def shared_pods pod 'SSZipArchive' for spec in ['About', 'Alerts', 'Dialogs', 'InApp', 'Misc', 'Options', 'Persistence', 'Reviewer', 'Tables'] do - pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => '9689317' + pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => 'b990a8c' + #pod "Convenience/#{spec}", :path => '../../personal/convenience' end end diff --git a/Podfile.lock b/Podfile.lock index 035eb923..a2dd822c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -26,15 +26,15 @@ PODS: - TunnelKit/Core DEPENDENCIES: - - Convenience/About (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Alerts (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Dialogs (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/InApp (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Misc (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Options (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Persistence (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Reviewer (from `https://github.com/keeshux/convenience`, commit `9689317`) - - Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `9689317`) + - Convenience/About (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Alerts (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Dialogs (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/InApp (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Misc (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Options (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Persistence (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Reviewer (from `https://github.com/keeshux/convenience`, commit `b990a8c`) + - Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `b990a8c`) - MBProgressHUD - SSZipArchive - TunnelKit/Extra/LZO (~> 2.0.5) @@ -50,22 +50,22 @@ SPEC REPOS: EXTERNAL SOURCES: Convenience: - :commit: '9689317' + :commit: b990a8c :git: https://github.com/keeshux/convenience CHECKOUT OPTIONS: Convenience: - :commit: '9689317' + :commit: b990a8c :git: https://github.com/keeshux/convenience SPEC CHECKSUMS: - Convenience: c4240c936b2119752ffa0841d40a4bc6a0ba8a5d + Convenience: c2bc96be4ca77c7018f85b2c63b95c2a44c05c5a MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800 SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23 SwiftyBeaver: f5c4c5f3e01b8fcb7dfcf13d23644eb886bf415d TunnelKit: f33216415cd9d5e37b6acf02edb0c79350598b36 -PODFILE CHECKSUM: 65c460fe8176330831a8af90b6d6e4652d19aeab +PODFILE CHECKSUM: a88f2c0e0a4c7e4ea4d890ef66e724b23c2ed591 COCOAPODS: 1.8.1 diff --git a/Submodules/Core b/Submodules/Core index 24cc9f50..7fabb48c 160000 --- a/Submodules/Core +++ b/Submodules/Core @@ -1 +1 @@ -Subproject commit 24cc9f508ae8695c764c7bacf6ab5daa37c90a16 +Subproject commit 7fabb48cee5189bd3c0d65c3af30cf458f69a1e3