Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
LPS-94461 Update to use latest mobile-sdk version and add flag for ne…
Browse files Browse the repository at this point in the history
…w version
  • Loading branch information
victorg1991 committed Apr 29, 2019
1 parent caca62a commit 7dce9cd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LiferayScreens.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Pod::Spec.new do |s|
}

# Core
s.dependency 'Liferay-iOS-SDK', '~> 7.1'
s.dependency 'Liferay-iOS-SDK', '~> 7.2'
s.dependency 'MBProgressHUD', '~> 0.9.1'
s.dependency 'SMXMLDocument', '~> 1.1'
s.dependency 'YapDatabase/SQLCipher', '2.9.2'
Expand Down
3 changes: 2 additions & 1 deletion ios/Framework/Core/Context/LiferayServerContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import Foundation
case v62 = 62
case v70 = 70
case v71 = 71
case v72 = 72

}

Expand Down Expand Up @@ -191,7 +192,7 @@ open class LiferayServerContext: NSObject {
switch self.serverVersion {
case .v62:
return Liferay62ConnectorFactory()
case .v70, .v71:
case .v70, .v71, .v72:
return Liferay70ConnectorFactory()
}
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Framework/Core/Context/SessionContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ open class SessionContext: NSObject {

_ = try? srv.getCurrentUser()

case .v70, .v71:
case .v70, .v71, .v72:
let srv = LRUserService_v7(session: session)

_ = try? srv.getCurrentUser()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension DDMField {
return DDMFieldDate_v62(
attributes: attributes,
locale: locale)
case .v70, .v71:
case .v70, .v71, .v72:
return DDMFieldDate_v70(
attributes: attributes,
locale: locale)
Expand Down
10 changes: 5 additions & 5 deletions ios/Framework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ PODS:
- Cordova (4.5.4)
- DTPickerPresenter (0.2.0)
- KeychainAccess (3.2.0)
- Kingfisher (5.3.1)
- Liferay-iOS-SDK (7.1.0):
- Kingfisher (5.4.0)
- Liferay-iOS-SDK (7.2.0):
- AFNetworking (~> 3.0)
- AppAuth (= 0.92)
- MBProgressHUD (0.9.2)
Expand Down Expand Up @@ -94,7 +94,7 @@ DEPENDENCIES:
- DTPickerPresenter (~> 0.2.0)
- KeychainAccess (~> 3.0)
- Kingfisher (~> 5.2)
- Liferay-iOS-SDK (~> 7.1)
- Liferay-iOS-SDK (~> 7.2)
- MBProgressHUD (~> 0.9.1)
- MDRadialProgress (~> 1.3.2)
- Nocilla
Expand Down Expand Up @@ -128,8 +128,8 @@ SPEC CHECKSUMS:
Cordova: 90a337977b8667a80483f559268c82062b1183da
DTPickerPresenter: 1976573e3475534559b6ec1dad64b2ece16c966d
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
Kingfisher: d9e7e0b209b59b8f9873aa2f37654e81a7beea51
Liferay-iOS-SDK: cb3c1ffa9b211fd95c5ff77bd5b2cd8036bdc5b0
Kingfisher: 9c8f2cc6710334e06f32ba2b45e77707d5e2f0c9
Liferay-iOS-SDK: e9765fb85535ad86253414f7db8d2031e5d98f96
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MDRadialProgress: 1068574b9b4b870f64b605b07f734385bde5104d
Nocilla: 7af7a386071150cc8aa5da4da97d060f049dd61c
Expand Down
14 changes: 7 additions & 7 deletions ios/Samples/Showcase-swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ PODS:
- Cordova (4.5.4)
- DTPickerPresenter (0.2.0)
- KeychainAccess (3.2.0)
- Kingfisher (5.3.1)
- Liferay-iOS-SDK (7.1.0):
- Kingfisher (5.4.0)
- Liferay-iOS-SDK (7.2.0):
- AFNetworking (~> 3.0)
- AppAuth (= 0.92)
- LiferayScreens (4.0.1):
- LiferayScreens (5.0.0):
- Cordova (~> 4.0)
- DTPickerPresenter (~> 0.2.0)
- KeychainAccess (~> 3.0)
- Kingfisher (~> 5.2)
- Liferay-iOS-SDK (~> 7.1)
- Liferay-iOS-SDK (~> 7.2)
- MBProgressHUD (~> 0.9.1)
- MDRadialProgress (~> 1.3.2)
- SMXMLDocument (~> 1.1)
Expand Down Expand Up @@ -131,9 +131,9 @@ SPEC CHECKSUMS:
Cordova: 90a337977b8667a80483f559268c82062b1183da
DTPickerPresenter: 1976573e3475534559b6ec1dad64b2ece16c966d
KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
Kingfisher: d9e7e0b209b59b8f9873aa2f37654e81a7beea51
Liferay-iOS-SDK: cb3c1ffa9b211fd95c5ff77bd5b2cd8036bdc5b0
LiferayScreens: 46535003375d84df6dd2e8943164087fa7923588
Kingfisher: 9c8f2cc6710334e06f32ba2b45e77707d5e2f0c9
Liferay-iOS-SDK: e9765fb85535ad86253414f7db8d2031e5d98f96
LiferayScreens: 1035834fdb3e2b54afb30315a4cd86a1322f8430
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MDRadialProgress: 1068574b9b4b870f64b605b07f734385bde5104d
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
Expand Down

0 comments on commit 7dce9cd

Please sign in to comment.