Skip to content

Commit

Permalink
Merge pull request #2322 from wordpress-mobile/issue/update_aztec_to_…
Browse files Browse the repository at this point in the history
…1.19.2

Update to official version of Aztec 1.19.2
  • Loading branch information
SergioEstevao committed May 26, 2020
1 parent d4e4c9b commit 522570d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion RNTAztecView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
s.dependency 'React-Core'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.1'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.2'

end
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target 'gutenberg' do
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
pod 'RNTAztecView', :path => '../RNTAztecView.podspec'
#Use for testing non official versions of Aztec
pod 'WordPress-Aztec-iOS', :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :commit => '23e40905d673673d12b61976f1212f6d97cb47cd'
#pod 'WordPress-Aztec-iOS', :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :commit => '23e40905d673673d12b61976f1212f6d97cb47cd'
pod 'Gutenberg', :path => '../Gutenberg.podspec'

target 'gutenbergTests' do
Expand Down
16 changes: 4 additions & 12 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ PODS:
- React
- RNTAztecView (1.28.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.1)
- WordPress-Aztec-iOS (~> 1.19.2)
- WordPress-Aztec-iOS (1.19.2)
- Yoga (1.14.0)

Expand Down Expand Up @@ -282,12 +282,12 @@ DEPENDENCIES:
- ReactNativeDarkMode (from `../node_modules/react-native-dark-mode`)
- RNSVG (from `../node_modules/react-native-svg`)
- RNTAztecView (from `../RNTAztecView.podspec`)
- WordPress-Aztec-iOS (from `https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git`, commit `23e40905d673673d12b61976f1212f6d97cb47cd`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
- boost-for-react-native
- WordPress-Aztec-iOS

EXTERNAL SOURCES:
BVLinearGradient:
Expand Down Expand Up @@ -356,17 +356,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-svg"
RNTAztecView:
:path: "../RNTAztecView.podspec"
WordPress-Aztec-iOS:
:commit: 23e40905d673673d12b61976f1212f6d97cb47cd
:git: https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

CHECKOUT OPTIONS:
WordPress-Aztec-iOS:
:commit: 23e40905d673673d12b61976f1212f6d97cb47cd
:git: https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git

SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BVLinearGradient: 60a475b2edfe7707deda00278cb8ce9bfe70e669
Expand Down Expand Up @@ -401,10 +393,10 @@ SPEC CHECKSUMS:
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
ReactNativeDarkMode: f61376360c5d983907e5c316e8e1c853a8c2f348
RNSVG: 68a534a5db06dcbdaebfd5079349191598caef7b
RNTAztecView: 5cdf80ba01a7f92a456e17b6f8ba0529b1941baa
RNTAztecView: bdbd8112013c9f9719e8501fe42134cd3b225ca6
WordPress-Aztec-iOS: d01bf0c5e150ae6a046f06ba63b7cc2762061c0b
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

PODFILE CHECKSUM: a0e14ed675a052ac29f1a39f4dce50f2436eaec0
PODFILE CHECKSUM: 09209784e513c841038a9679c77beb957d40fda9

COCOAPODS: 1.8.4

0 comments on commit 522570d

Please sign in to comment.