From 6c86e664cf9b12191fd8261d7b24574bc911f429 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 4 Mar 2024 16:32:15 +1100 Subject: [PATCH 1/3] Depend on WordPressKit 14.0.0 --- Podfile | 2 +- Podfile.lock | 16 ++++++---------- WordPressAuthenticator.podspec | 2 +- WordPressAuthenticator.xcodeproj/project.pbxproj | 2 -- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/Podfile b/Podfile index 680f25c13..c4322e739 100644 --- a/Podfile +++ b/Podfile @@ -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', '~> 13.0' + pod 'WordPressKit', '~> 14.0' pod 'WordPressShared', '~> 2.1-beta' third_party_pods diff --git a/Podfile.lock b/Podfile.lock index f516e4265..f37001130 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,4 @@ PODS: - - Alamofire (4.8.2) - Expecta (1.0.6) - Gridicons (1.2.0) - NSObject-SafeExpectations (0.0.6) @@ -13,11 +12,10 @@ PODS: - Gridicons (~> 1.0) - "NSURL+IDN (= 0.4)" - SVProgressHUD (~> 2.2.5) - - WordPressKit (~> 13.0) + - WordPressKit (~> 14.0) - WordPressShared (~> 2.1-beta) - WordPressUI (~> 1.7-beta) - - WordPressKit (13.0.0): - - Alamofire (~> 4.8.0) + - WordPressKit (14.0.0): - NSObject-SafeExpectations (~> 0.0.4) - UIDeviceIdentifier (~> 2.0) - WordPressShared (~> 2.0-beta) @@ -35,7 +33,7 @@ DEPENDENCIES: - SVProgressHUD (= 2.2.5) - SwiftLint (= 0.54.0) - WordPressAuthenticator (from `.`) - - WordPressKit (~> 13.0) + - WordPressKit (~> 14.0) - WordPressShared (~> 2.1-beta) - WordPressUI (~> 1.7-beta) @@ -43,7 +41,6 @@ SPEC REPOS: https://github.com/wordpress-mobile/cocoapods-specs.git: - WordPressKit trunk: - - Alamofire - Expecta - Gridicons - NSObject-SafeExpectations @@ -62,7 +59,6 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3 Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5 Gridicons: 4455b9f366960121430e45997e32112ae49ffe1d NSObject-SafeExpectations: c01c8881cbd97efad6f668286b913cd0b7d62ab5 @@ -72,12 +68,12 @@ SPEC CHECKSUMS: SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17 - WordPressAuthenticator: ba69878bfa1368636e92d29fcfb5bd1e0a11a3ef - WordPressKit: 5eb7d27d27f84e875266a72281d0a4b80c825b74 + WordPressAuthenticator: 1c443a174ceaa74664f4d8920956291c82cd7dea + WordPressKit: 6fbe0528c43df471a73de17909413a1e42f862b1 WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2 WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06 wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd -PODFILE CHECKSUM: 7a63d2e16ee1b72e07e52ac84a3695578b714447 +PODFILE CHECKSUM: d7dd88d5316c6df1fdd7e05964da727e51783ba1 COCOAPODS: 1.14.3 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index fae755ea3..56b9d2b41 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -40,6 +40,6 @@ Pod::Spec.new do |s| # Use a loose restriction that allows both production and beta versions, up to the next major version. # If you want to update which of these is used, specify it in the host app. s.dependency 'WordPressUI', '~> 1.7-beta' - s.dependency 'WordPressKit', '~> 13.0' + s.dependency 'WordPressKit', '~> 14.0' s.dependency 'WordPressShared', '~> 2.1-beta' end diff --git a/WordPressAuthenticator.xcodeproj/project.pbxproj b/WordPressAuthenticator.xcodeproj/project.pbxproj index d5ce397a7..841105e30 100644 --- a/WordPressAuthenticator.xcodeproj/project.pbxproj +++ b/WordPressAuthenticator.xcodeproj/project.pbxproj @@ -1370,7 +1370,6 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-WordPressAuthenticatorTests/Pods-WordPressAuthenticatorTests-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", "${BUILT_PRODUCTS_DIR}/Gridicons/Gridicons.framework", "${BUILT_PRODUCTS_DIR}/NSObject-SafeExpectations/NSObject_SafeExpectations.framework", "${BUILT_PRODUCTS_DIR}/NSURL+IDN/NSURL_IDN.framework", @@ -1386,7 +1385,6 @@ ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Gridicons.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NSObject_SafeExpectations.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NSURL_IDN.framework", From f50b18317c7dd60f6c9a80d22ddf81c0e444366d Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 4 Mar 2024 16:33:00 +1100 Subject: [PATCH 2/3] Bump version to 9.0.2 --- Podfile.lock | 4 ++-- WordPressAuthenticator.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index f37001130..94fdfe723 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,7 +8,7 @@ PODS: - SVProgressHUD (2.2.5) - SwiftLint (0.54.0) - UIDeviceIdentifier (2.3.0) - - WordPressAuthenticator (9.0.1): + - WordPressAuthenticator (9.0.2): - Gridicons (~> 1.0) - "NSURL+IDN (= 0.4)" - SVProgressHUD (~> 2.2.5) @@ -68,7 +68,7 @@ SPEC CHECKSUMS: SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17 - WordPressAuthenticator: 1c443a174ceaa74664f4d8920956291c82cd7dea + WordPressAuthenticator: c86057e67ca76074f54c87213086b202210c82c6 WordPressKit: 6fbe0528c43df471a73de17909413a1e42f862b1 WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2 WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 56b9d2b41..a355c84ef 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressAuthenticator' - s.version = '9.0.1' + s.version = '9.0.2' s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.' s.description = <<-DESC From b45f529f08c7bab05c3128b59b56f9df1f0b0e8b Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 4 Mar 2024 16:38:13 +1100 Subject: [PATCH 3/3] Add changelog entry for new version 9.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 137fa52b6..c080e8244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,12 @@ _None._ _None._ +## 9.0.2 + +### Internal Changes + +- Depend on WordPressKit 14.0. [#840] + ## 9.0.1 ### Internal Changes