Skip to content

Commit

Permalink
Use production versions of internal pods for release 22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 29, 2023
1 parent 9885117 commit a5b673a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def wordpress_ui
end

def wordpress_kit
pod 'WordPressKit', '~> 8.2.0-beta.1'
pod 'WordPressKit', '~> 8.2-beta'
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: ''
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: ''
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''
Expand Down Expand Up @@ -141,7 +141,7 @@ abstract_target 'Apps' do

pod 'NSURL+IDN', '~> 0.4'

pod 'WPMediaPicker', '~> 1.8.8-beta.1'
pod 'WPMediaPicker', '~> 1.8-beta'
## while PR is in review:
# pod 'WPMediaPicker', git: 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', branch: ''
# pod 'WPMediaPicker', path: '../MediaPicker-iOS'
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,10 @@ DEPENDENCIES:
- SwiftLint (~> 0.50)
- WordPress-Editor-iOS (~> 1.19.8)
- WordPressAuthenticator (~> 6.1-beta)
- WordPressKit (~> 8.2.0-beta.1)
- WordPressKit (~> 8.2-beta)
- WordPressShared (from `https://github.com/wordpress-mobile/WordPress-iOS-Shared.git`, branch `trunk`)
- WordPressUI (~> 1.12.5)
- WPMediaPicker (~> 1.8.8-beta.1)
- WPMediaPicker (~> 1.8-beta)
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.96.0/third-party-podspecs/Yoga.podspec.json`)
- ZendeskSupportSDK (= 5.3.0)
- ZIPFoundation (~> 0.9.8)
Expand Down Expand Up @@ -900,6 +900,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37

PODFILE CHECKSUM: 6a75813f75f63e26b524f5df1c763147e269d7f8
PODFILE CHECKSUM: 8f3801df87501615cc7418c5a128cd9136848813

COCOAPODS: 1.11.3

0 comments on commit a5b673a

Please sign in to comment.