Skip to content

Commit

Permalink
Update Aztec
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Jan 8, 2024
1 parent 103f376 commit d41dc3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ios-xcframework/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ GUTENBERG_PATH = '../gutenberg'
REACT_NATIVE_PATH = File.join(GUTENBERG_PATH, 'node_modules', 'react-native')
require_relative File.join(REACT_NATIVE_PATH, 'scripts', 'react_native_pods')

pod 'WordPress-Aztec-iOS', :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :commit => 'fadc31252f74cd0d8e131e17266794bce964f373'

HERMES_ENABLED = ENV.fetch('HERMES_ENABLED', true)

puts "[Gutenberg] Installing pods with Hermes #{HERMES_ENABLED ? 'enabled' : 'disabled'}"
Expand Down
10 changes: 8 additions & 2 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ DEPENDENCIES:
- RNScreens (from `../third-party-podspecs/RNScreens.podspec.json`)
- RNSVG (from `../third-party-podspecs/RNSVG.podspec.json`)
- RNTAztecView (from `../gutenberg/packages/react-native-aztec`)
- WordPress-Aztec-iOS (from `https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git`, commit `fadc31252f74cd0d8e131e17266794bce964f373`)
- Yoga (from `../gutenberg/node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand All @@ -497,7 +498,6 @@ SPEC REPOS:
- libwebp
- SDWebImage
- SDWebImageWebPCoder
- WordPress-Aztec-iOS

EXTERNAL SOURCES:
boost:
Expand Down Expand Up @@ -599,13 +599,19 @@ EXTERNAL SOURCES:
:podspec: "../third-party-podspecs/RNSVG.podspec.json"
RNTAztecView:
:path: "../gutenberg/packages/react-native-aztec"
WordPress-Aztec-iOS:
:commit: fadc31252f74cd0d8e131e17266794bce964f373
:git: https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git
Yoga:
:path: "../gutenberg/node_modules/react-native/ReactCommon/yoga"

CHECKOUT OPTIONS:
RNReanimated:
:commit: 310ff71ea469f7cf8458d1dd7c3b1988a3d2e802
:git: https://github.com/wordpress-mobile/react-native-reanimated
WordPress-Aztec-iOS:
:commit: fadc31252f74cd0d8e131e17266794bce964f373
:git: https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
Expand Down Expand Up @@ -665,6 +671,6 @@ SPEC CHECKSUMS:
WordPress-Aztec-iOS: fbebd569c61baa252b3f5058c0a2a9a6ada686bb
Yoga: f7decafdc5e8c125e6fa0da38a687e35238420fa

PODFILE CHECKSUM: e9562063718a2c990efeba80fc1f8ab6b8e008ac
PODFILE CHECKSUM: 4f53a060c0720ac6da98a2f6b7646742d7f8f66b

COCOAPODS: 1.13.0

0 comments on commit d41dc3d

Please sign in to comment.