Skip to content

Commit

Permalink
Try Aztec version
Browse files Browse the repository at this point in the history
  • Loading branch information
geriux committed May 21, 2024
1 parent 283284b commit 0b14f88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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 => '75317479fc203f96fa1f033dee23510e59631503'

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

puts "[Gutenberg] Installing pods with Hermes #{HERMES_ENABLED ? 'enabled' : 'disabled'}"
Expand Down
12 changes: 9 additions & 3 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,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 `75317479fc203f96fa1f033dee23510e59631503`)
- Yoga (from `../gutenberg/node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand All @@ -1194,7 +1195,6 @@ SPEC REPOS:
- SDWebImage
- SDWebImageWebPCoder
- SocketRocket
- WordPress-Aztec-iOS

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

CHECKOUT OPTIONS:
RNReanimated:
:commit: 370beae83df674476e6917fe8ac4cea6b0179ad3
:git: https://github.com/wordpress-mobile/react-native-reanimated
WordPress-Aztec-iOS:
:commit: 75317479fc203f96fa1f033dee23510e59631503
:git: https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
Expand Down Expand Up @@ -1403,9 +1409,9 @@ SPEC CHECKSUMS:
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
WordPress-Aztec-iOS: 47311b8a342f2b12babb5b8a705ab20b281a83ae
WordPress-Aztec-iOS: a1fa47c2bfe692547b539ede532674be798680a2
Yoga: ff0382b894475dba0b4d2a5fda860bfee5a9afad

PODFILE CHECKSUM: fbfd4d8f52bfcf86e5e1fab197d349d6d2b8e72f
PODFILE CHECKSUM: 7af939686a11c1c1fbc5465696d10f7d80cd7145

COCOAPODS: 1.13.0

0 comments on commit 0b14f88

Please sign in to comment.