Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit fde4a97

Browse files
Point WordPressKit to branch version
1 parent f591b6e commit fde4a97

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def wordpress_authenticator_pods
3131
## These should match the version requirement from the podspec.
3232
pod 'Gridicons', '~> 1.0'
3333
pod 'WordPressUI', '~> 1.7-beta'
34-
pod 'WordPressKit', '~> 17.0'
34+
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'magic-link-create-account'
3535
pod 'WordPressShared', '~> 2.1-beta'
3636

3737
third_party_pods

Podfile.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PODS:
1515
- WordPressKit (~> 17.0)
1616
- WordPressShared (~> 2.1-beta)
1717
- WordPressUI (~> 1.7-beta)
18-
- WordPressKit (17.0.0):
18+
- WordPressKit (17.2.0):
1919
- NSObject-SafeExpectations (~> 0.0.4)
2020
- UIDeviceIdentifier (~> 2.0)
2121
- WordPressShared (~> 2.0-beta)
@@ -33,7 +33,7 @@ DEPENDENCIES:
3333
- SVProgressHUD (= 2.2.5)
3434
- SwiftLint (= 0.54.0)
3535
- WordPressAuthenticator (from `.`)
36-
- WordPressKit (~> 17.0)
36+
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, branch `magic-link-create-account`)
3737
- WordPressShared (~> 2.1-beta)
3838
- WordPressUI (~> 1.7-beta)
3939

@@ -48,14 +48,21 @@ SPEC REPOS:
4848
- SVProgressHUD
4949
- SwiftLint
5050
- UIDeviceIdentifier
51-
- WordPressKit
5251
- WordPressShared
5352
- WordPressUI
5453
- wpxmlrpc
5554

5655
EXTERNAL SOURCES:
5756
WordPressAuthenticator:
5857
:path: "."
58+
WordPressKit:
59+
:branch: magic-link-create-account
60+
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
61+
62+
CHECKOUT OPTIONS:
63+
WordPressKit:
64+
:commit: f731cfaf2ccdb26604c9ac251d1a87d488910f4c
65+
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
5966

6067
SPEC CHECKSUMS:
6168
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
@@ -68,11 +75,11 @@ SPEC CHECKSUMS:
6875
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
6976
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
7077
WordPressAuthenticator: d151cc7ebc1cfcbf5c28bb2c9afe760a75b49ba6
71-
WordPressKit: a71cc550f4b525ab5eef057984c8de071462edd5
78+
WordPressKit: 98809cdb460bacc6634b49079335a5ccace34e59
7279
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
7380
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
7481
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
7582

76-
PODFILE CHECKSUM: 98c48a8558a07d876e1720351adcb835bc40ce14
83+
PODFILE CHECKSUM: d8b7855d6992f09af642898ba31d030f8b8b8a2b
7784

7885
COCOAPODS: 1.14.3

0 commit comments

Comments
 (0)