Skip to content

Commit 72007fa

Browse files
committed
Point podfile to latest Authenticator release
1 parent 23dae89 commit 72007fa

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ target 'WooCommerce' do
3131

3232
pod 'Gridicons', '~> 1.0'
3333

34-
# pod 'WordPressAuthenticator', '~> 1.13.0-beta.4'
34+
pod 'WordPressAuthenticator', '~> 1.13.0-beta.4'
3535
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
36-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'issue/241-remove-showSelfHostedLogin'
37-
#pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
36+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
37+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
3838

3939
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''
4040
pod 'WordPressShared', '~> 1.8.16'

Podfile.lock

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DEPENDENCIES:
101101
- KeychainAccess (~> 3.2)
102102
- Kingfisher (~> 5.11.0)
103103
- WordPress-Editor-iOS (~> 1.11.0)
104-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `issue/241-remove-showSelfHostedLogin`)
104+
- WordPressAuthenticator (~> 1.13.0-beta.4)
105105
- WordPressShared (~> 1.8.16)
106106
- WordPressUI (~> 1.5.2)
107107
- Wormholy (~> 1.5.2)
@@ -133,6 +133,7 @@ SPEC REPOS:
133133
- UIDeviceIdentifier
134134
- WordPress-Aztec-iOS
135135
- WordPress-Editor-iOS
136+
- WordPressAuthenticator
136137
- WordPressKit
137138
- WordPressShared
138139
- WordPressUI
@@ -148,16 +149,6 @@ SPEC REPOS:
148149
- ZendeskSupportProvidersSDK
149150
- ZendeskSupportSDK
150151

151-
EXTERNAL SOURCES:
152-
WordPressAuthenticator:
153-
:branch: issue/241-remove-showSelfHostedLogin
154-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
155-
156-
CHECKOUT OPTIONS:
157-
WordPressAuthenticator:
158-
:commit: 76b7c675cceea0d584926c36e76d52fbfbcac35d
159-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
160-
161152
SPEC CHECKSUMS:
162153
1PasswordExtension: f97cc80ae58053c331b2b6dc8843ba7103b33794
163154
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
@@ -197,6 +188,6 @@ SPEC CHECKSUMS:
197188
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
198189
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741
199190

200-
PODFILE CHECKSUM: 3cd7da385ef63b986759bc25969b70a51ecd1e5d
191+
PODFILE CHECKSUM: 1fdc82d9f06d4aef1372b814f6a800315cf8d526
201192

202193
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)