Update Convenience for review URL
This commit is contained in:
parent
1359c864d5
commit
1916b88243
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
3
Podfile
3
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
|
||||
|
||||
|
|
26
Podfile.lock
26
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 24cc9f508ae8695c764c7bacf6ab5daa37c90a16
|
||||
Subproject commit 7fabb48cee5189bd3c0d65c3af30cf458f69a1e3
|
Loading…
Reference in New Issue