Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
ios: wordpress-mobile/ios@0.0.31
ios: wordpress-mobile/ios@0.0.35

workflows:
test_and_validate:
Expand All @@ -23,6 +23,7 @@ workflows:
name: Publish to Trunk
xcode-version: "11.0"
podspec-path: WordPressAuthenticator.podspec
post-to-slack: true
filters:
tags:
only: /.*/
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def wordpress_authenticator_pods
##
pod 'Gridicons', '~> 0.15'
pod 'WordPressUI', '~> 1.3'
pod 'WordPressKit', '~> 4.5.1-beta.1'
pod 'WordPressKit', '~> 4.5.1'
pod 'WordPressShared', '~> 1.8'

## Third party libraries
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PODS:
- Specta (1.0.7)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (1.1.4)
- WordPressKit (4.5.1-beta.1):
- WordPressKit (4.5.1):
- Alamofire (~> 4.7.3)
- CocoaLumberjack (~> 3.4)
- NSObject-SafeExpectations (= 0.0.3)
Expand All @@ -71,7 +71,7 @@ DEPENDENCIES:
- OHHTTPStubs/Swift (= 8.0.0)
- Specta (= 1.0.7)
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 4.5.1-beta.1)
- WordPressKit (~> 4.5.1)
- WordPressShared (~> 1.8)
- WordPressUI (~> 1.3)

Expand Down Expand Up @@ -117,11 +117,11 @@ SPEC CHECKSUMS:
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
WordPressKit: bab738886bfd6efe52e1d9d0d82d7fb46e30fa58
WordPressKit: c35230114bbd380d63250b6d9a43337c29266c9b
WordPressShared: 34f7a1386d28d7e4650c1a225c554ee024401ca3
WordPressUI: 0ea6df25bf6e63f0619376fa23870177cb37646f
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2

PODFILE CHECKSUM: 54eac1537fd4ae3b816f763cc2d73e9d3189bf05
PODFILE CHECKSUM: 66289be542d590608e356c5ec95a46fd253a65ce

COCOAPODS: 1.7.5
4 changes: 2 additions & 2 deletions WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressAuthenticator"
s.version = "1.10.0-beta.6"
s.version = "1.10.0"
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."

s.description = <<-DESC
Expand Down Expand Up @@ -39,6 +39,6 @@ Pod::Spec.new do |s|
s.dependency 'Gridicons', '~> 0.15'
s.dependency 'GoogleSignIn', '~> 4.4'
s.dependency 'WordPressUI', '~> 1.3'
s.dependency 'WordPressKit', '~> 4.5.1-beta.1'
s.dependency 'WordPressKit', '~> 4.5.1'
s.dependency 'WordPressShared', '~> 1.8'
end