Skip to content

Commit

Permalink
Point WordPressKit to branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Nov 14, 2024
1 parent f591b6e commit fde4a97
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def wordpress_authenticator_pods
## These should match the version requirement from the podspec.
pod 'Gridicons', '~> 1.0'
pod 'WordPressUI', '~> 1.7-beta'
pod 'WordPressKit', '~> 17.0'
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'magic-link-create-account'
pod 'WordPressShared', '~> 2.1-beta'

third_party_pods
Expand Down
17 changes: 12 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PODS:
- WordPressKit (~> 17.0)
- WordPressShared (~> 2.1-beta)
- WordPressUI (~> 1.7-beta)
- WordPressKit (17.0.0):
- WordPressKit (17.2.0):
- NSObject-SafeExpectations (~> 0.0.4)
- UIDeviceIdentifier (~> 2.0)
- WordPressShared (~> 2.0-beta)
Expand All @@ -33,7 +33,7 @@ DEPENDENCIES:
- SVProgressHUD (= 2.2.5)
- SwiftLint (= 0.54.0)
- WordPressAuthenticator (from `.`)
- WordPressKit (~> 17.0)
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, branch `magic-link-create-account`)
- WordPressShared (~> 2.1-beta)
- WordPressUI (~> 1.7-beta)

Expand All @@ -48,14 +48,21 @@ SPEC REPOS:
- SVProgressHUD
- SwiftLint
- UIDeviceIdentifier
- WordPressKit
- WordPressShared
- WordPressUI
- wpxmlrpc

EXTERNAL SOURCES:
WordPressAuthenticator:
:path: "."
WordPressKit:
:branch: magic-link-create-account
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git

CHECKOUT OPTIONS:
WordPressKit:
:commit: f731cfaf2ccdb26604c9ac251d1a87d488910f4c
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git

SPEC CHECKSUMS:
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
Expand All @@ -68,11 +75,11 @@ SPEC CHECKSUMS:
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
WordPressAuthenticator: d151cc7ebc1cfcbf5c28bb2c9afe760a75b49ba6
WordPressKit: a71cc550f4b525ab5eef057984c8de071462edd5
WordPressKit: 98809cdb460bacc6634b49079335a5ccace34e59
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd

PODFILE CHECKSUM: 98c48a8558a07d876e1720351adcb835bc40ce14
PODFILE CHECKSUM: d8b7855d6992f09af642898ba31d030f8b8b8a2b

COCOAPODS: 1.14.3

0 comments on commit fde4a97

Please sign in to comment.