Skip to content

Commit 9e1b510

Browse files
Point WordPressAuthenticator pod to a commit instead of branch.
1 parent 520af77 commit 9e1b510

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ target 'WooCommerce' do
4343

4444
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
4545
# pod 'WordPressAuthenticator', '~> 2.3.0'
46-
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
47-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'wcios/pass-flow-and-step-via-delegate'
46+
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'bce1cffedfa49ae30acb3995c0c4e75cac2aa21c'
47+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4848
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
4949

5050
pod 'WordPressShared', '~> 1.15'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ DEPENDENCIES:
9292
- Sourcery (~> 1.0.3)
9393
- StripeTerminal (~> 2.7)
9494
- WordPress-Editor-iOS (~> 1.11.0)
95-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `wcios/pass-flow-and-step-via-delegate`)
95+
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `bce1cffedfa49ae30acb3995c0c4e75cac2aa21c`)
9696
- WordPressKit (~> 4.49.0)
9797
- WordPressShared (~> 1.15)
9898
- WordPressUI (~> 1.12.5)
@@ -141,12 +141,12 @@ SPEC REPOS:
141141

142142
EXTERNAL SOURCES:
143143
WordPressAuthenticator:
144-
:branch: wcios/pass-flow-and-step-via-delegate
144+
:commit: bce1cffedfa49ae30acb3995c0c4e75cac2aa21c
145145
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
146146

147147
CHECKOUT OPTIONS:
148148
WordPressAuthenticator:
149-
:commit: 26c17366cf3b0649dc8ff3844a159017e568a8c7
149+
:commit: bce1cffedfa49ae30acb3995c0c4e75cac2aa21c
150150
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
151151

152152
SPEC CHECKSUMS:
@@ -187,6 +187,6 @@ SPEC CHECKSUMS:
187187
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
188188
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
189189

190-
PODFILE CHECKSUM: 85df40c14dbef7f2a853eddf3149a800960d2d32
190+
PODFILE CHECKSUM: ec2baf493675445a530714627de276ee17e01a49
191191

192192
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)