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

Commit 042ba79

Browse files
committed
Bump wpxmlrpc to version 0.10.0
This version has iOS 11 deployment target, making it compliant with Xcode 14. Notice it was not necessary to update the value in the `podspec` file because `~> 0.9` would have picked it already. I did that for consistency with what defined in `Podfile`.
1 parent be9e7ec commit 042ba79

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def wordpresskit_pods
1111
pod 'Alamofire', '~> 4.8.0'
1212
pod 'WordPressShared', '~> 2.0.0-beta.2'
1313
pod 'NSObject-SafeExpectations', '~> 0.0.4'
14-
pod 'wpxmlrpc', '~> 0.9.0'
14+
pod 'wpxmlrpc', '~> 0.10.0'
1515
pod 'UIDeviceIdentifier', '~> 2.0'
1616
end
1717

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PODS:
1919
- OHHTTPStubs/Default
2020
- UIDeviceIdentifier (2.2.0)
2121
- WordPressShared (2.0.0-beta.2)
22-
- wpxmlrpc (0.9.0)
22+
- wpxmlrpc (0.10.0)
2323

2424
DEPENDENCIES:
2525
- Alamofire (~> 4.8.0)
@@ -29,7 +29,7 @@ DEPENDENCIES:
2929
- OHHTTPStubs/Swift (~> 9.0)
3030
- UIDeviceIdentifier (~> 2.0)
3131
- WordPressShared (~> 2.0.0-beta.2)
32-
- wpxmlrpc (~> 0.9.0)
32+
- wpxmlrpc (~> 0.10.0)
3333

3434
SPEC REPOS:
3535
trunk:
@@ -48,8 +48,8 @@ SPEC CHECKSUMS:
4848
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
4949
UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67
5050
WordPressShared: 04403b43f821c4ed2b84a2112ef9f64f1e7cdceb
51-
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
51+
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
5252

53-
PODFILE CHECKSUM: 1ef97fe2f82b603af51c77b68405a14d8e07063f
53+
PODFILE CHECKSUM: 5e4ba02626e43d8ae1cdc02077e9086e8861cd77
5454

5555
COCOAPODS: 1.11.3

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424

2525
s.dependency 'Alamofire', '~> 4.8.0'
2626
s.dependency 'NSObject-SafeExpectations', '~> 0.0.4'
27-
s.dependency 'wpxmlrpc', '~> 0.9'
27+
s.dependency 'wpxmlrpc', '~> 0.10'
2828
s.dependency 'UIDeviceIdentifier', '~> 2.0'
2929

3030
# Use a loose restriction that allows both production and beta versions, up to the next major version.

0 commit comments

Comments
 (0)