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

Commit 7eebe08

Browse files
committed
Set WordPressKit minimum version to 7.0
1 parent e98a2d3 commit 7eebe08

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def wordpress_authenticator_pods
2828
##
2929
pod 'Gridicons', '~> 1.0-beta' # Don't change this until we hit 2.0 in Gridicons
3030
pod 'WordPressUI', '~> 1.7-beta' # Don't change this until we hit 2.0 in WordPressUI
31-
# pod 'WordPressKit', '~> 7.0-beta' # Don't change this until we hit 8.0 in WPKit
32-
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'add/media-videopress-token'
31+
pod 'WordPressKit', '~> 7.0-beta' # Don't change this until we hit 8.0 in WPKit
3332
pod 'WordPressShared', '~> 2.1-beta'
3433

3534
third_party_pods

Podfile.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DEPENDENCIES:
5050
- SVProgressHUD (= 2.2.5)
5151
- SwiftLint (~> 0.49)
5252
- WordPressAuthenticator (from `.`)
53-
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, branch `add/media-videopress-token`)
53+
- WordPressKit (~> 7.0-beta)
5454
- WordPressShared (~> 2.1-beta)
5555
- WordPressUI (~> 1.7-beta)
5656

@@ -70,21 +70,14 @@ SPEC REPOS:
7070
- SVProgressHUD
7171
- SwiftLint
7272
- UIDeviceIdentifier
73+
- WordPressKit
7374
- WordPressShared
7475
- WordPressUI
7576
- wpxmlrpc
7677

7778
EXTERNAL SOURCES:
7879
WordPressAuthenticator:
7980
:path: "."
80-
WordPressKit:
81-
:branch: add/media-videopress-token
82-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
83-
84-
CHECKOUT OPTIONS:
85-
WordPressKit:
86-
:commit: 7946aa5616737c2fac6be14d843419a2f01afba8
87-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
8881

8982
SPEC CHECKSUMS:
9083
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
@@ -107,6 +100,6 @@ SPEC CHECKSUMS:
107100
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
108101
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
109102

110-
PODFILE CHECKSUM: 713d21ace7d1e7464704514af139dd8d76f3fcf0
103+
PODFILE CHECKSUM: 7c35f7d30c7c7864a85d92a354a22ddcb8f087df
111104

112105
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)