Skip to content

Commit

Permalink
Point to beta pods.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jan 18, 2022
1 parent c4edc52 commit 9706eeb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def wordpress_ui
end

def wordpress_kit
# pod 'WordPressKit', '~> 4.45.0'
pod 'WordPressKit', '~> 4.46.0-beta.1'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :tag => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => '0bd4dc8d4905b4f7130b380e82dbc7d175a70020'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
# pod 'WordPressKit', :path => '../WordPressKit-iOS'
end

Expand Down Expand Up @@ -218,9 +218,9 @@ abstract_target 'Apps' do

pod 'Gridicons', '~> 1.1.0'

# pod 'WordPressAuthenticator', '~> 1.42.2'
pod 'WordPressAuthenticator', '~> 1.43.0-beta.2'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => '86290bba58d784e9962a05c1a2133a2d2ee1f4af'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

pod 'MediaEditor', '~> 1.2.1'
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ PODS:
- WordPress-Aztec-iOS (1.19.7)
- WordPress-Editor-iOS (1.19.7):
- WordPress-Aztec-iOS (= 1.19.7)
- WordPressAuthenticator (1.42.2):
- WordPressAuthenticator (1.43.0-beta.2):
- Alamofire (~> 4.8)
- CocoaLumberjack (~> 3.5)
- GoogleSignIn (~> 6.0.1)
Expand All @@ -465,7 +465,7 @@ PODS:
- WordPressKit (~> 4.18-beta)
- WordPressShared (~> 1.12-beta)
- WordPressUI (~> 1.7-beta)
- WordPressKit (4.45.0):
- WordPressKit (4.46.0-beta.1):
- Alamofire (~> 4.8.0)
- CocoaLumberjack (~> 3.4)
- NSObject-SafeExpectations (= 0.0.4)
Expand Down Expand Up @@ -568,8 +568,8 @@ DEPENDENCIES:
- Starscream (= 3.0.6)
- SVProgressHUD (= 2.2.5)
- WordPress-Editor-iOS (~> 1.19.7)
- WordPressAuthenticator (~> 1.42.2)
- WordPressKit (~> 4.45.0)
- WordPressAuthenticator (~> 1.43.0-beta.2)
- WordPressKit (~> 4.46.0-beta.1)
- WordPressMocks (~> 0.0.15)
- WordPressShared (~> 1.17.0)
- WordPressUI (~> 1.12.3)
Expand Down Expand Up @@ -832,8 +832,8 @@ SPEC CHECKSUMS:
UIDeviceIdentifier: d0fee204f467dacf8808b7ac14ce43affeb271a5
WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e
WordPress-Editor-iOS: 20551d5a5e51f29832064f08faaaae8e1da7e1e2
WordPressAuthenticator: 93f704305a3ad13703f9f2e6375a2bcf8fb7c137
WordPressKit: 7d4ecdcb62b3826b491dad9fb9b6fb02ac9702b5
WordPressAuthenticator: 0b3423546d92a976e3ce627d2e5a0350716b1f5b
WordPressKit: 52329b519bd0da6533cd4c79070424d0672ed7ee
WordPressMocks: 6b52b0764d9939408151367dd9c6e8a910877f4d
WordPressShared: a4b0308a6345d4dda20c8f7ad9317df4246b4a00
WordPressUI: 45591178e843ecb82e65e868ec766148befe9f9f
Expand All @@ -849,6 +849,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: e27423c004a5a1410c15933407747374e7c6cb6e

PODFILE CHECKSUM: 1a8c4d354b3b437de71517e270897820e3efc7c0
PODFILE CHECKSUM: f18b631a6b25713184495ced4e4387f59388c803

COCOAPODS: 1.11.2

0 comments on commit 9706eeb

Please sign in to comment.