Skip to content

Commit

Permalink
Point WordPressKit to trunk commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Nov 20, 2024
1 parent 75b4296 commit 2159a39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'magic-link-create-account'
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: 'a005f59565e5d12dbd8f13ed31061ff8dd2c43ff'
pod 'WordPressShared', '~> 2.1-beta'

third_party_pods
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DEPENDENCIES:
- SVProgressHUD (= 2.2.5)
- SwiftLint (= 0.54.0)
- WordPressAuthenticator (from `.`)
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, branch `magic-link-create-account`)
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `a005f59565e5d12dbd8f13ed31061ff8dd2c43ff`)
- WordPressShared (~> 2.1-beta)
- WordPressUI (~> 1.7-beta)

Expand All @@ -56,12 +56,12 @@ EXTERNAL SOURCES:
WordPressAuthenticator:
:path: "."
WordPressKit:
:branch: magic-link-create-account
:commit: a005f59565e5d12dbd8f13ed31061ff8dd2c43ff
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git

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

SPEC CHECKSUMS:
Expand All @@ -80,6 +80,6 @@ SPEC CHECKSUMS:
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd

PODFILE CHECKSUM: d8b7855d6992f09af642898ba31d030f8b8b8a2b
PODFILE CHECKSUM: 5f9339b1c70a28569504b553d7dde7d2f4b285bc

COCOAPODS: 1.14.3

0 comments on commit 2159a39

Please sign in to comment.