Skip to content

Commit

Permalink
Test an XCFramework build with RN 0.71 and the Hermes engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jul 3, 2023
1 parent c2c46cc commit b8fd2c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions Gutenberg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
#
# LOCAL_GUTENBERG=../my-gutenberg-fork bundle exec pod install
GUTENBERG_CONFIG = {
# commit: ''
tag: 'v1.98.1'
# This is a version of Gutenberg built with RN 0.71
#
# See:
# - https://github.com/wordpress-mobile/gutenberg-mobile/pull/5912
commit: 'f2d1b716bcf0ec89c637dd0f035c0188dcce6f38'
# tag: 'v1.98.1'
}

GITHUB_ORG = 'wordpress-mobile'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PODS:
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 3.0, >= 1.5)
- GTMSessionFetcher/Core (1.7.2)
- Gutenberg (1.98.1)
- Gutenberg (1.97.0)
- JTAppleCalendar (8.0.3)
- Kanvas (1.4.4)
- MediaEditor (1.2.2):
Expand Down Expand Up @@ -150,7 +150,7 @@ DEPENDENCIES:
- FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`)
- Gifu (= 3.2.0)
- Gridicons (~> 1.1.0)
- Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.98.1.podspec`)
- Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-f2d1b716bcf0ec89c637dd0f035c0188dcce6f38.podspec`)
- JTAppleCalendar (~> 8.0.2)
- Kanvas (~> 1.4.4)
- MediaEditor (>= 1.2.2, ~> 1.2)
Expand Down Expand Up @@ -227,7 +227,7 @@ EXTERNAL SOURCES:
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
:tag: 0.2.0
Gutenberg:
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.98.1.podspec
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-f2d1b716bcf0ec89c637dd0f035c0188dcce6f38.podspec

CHECKOUT OPTIONS:
FSInteractiveMap:
Expand All @@ -254,7 +254,7 @@ SPEC CHECKSUMS:
Gridicons: 17d660b97ce4231d582101b02f8280628b141c9a
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
Gutenberg: cf0107fac4110a45ec3c643dde69b29f647148bb
Gutenberg: eaea419f38054958bf66086e7dce7fe9f8d54bea
JTAppleCalendar: 932cadea40b1051beab10f67843451d48ba16c99
Kanvas: f932eaed3d3f47aae8aafb6c2d27c968bdd49030
MediaEditor: d08314cfcbfac74361071a306b4bc3a39b3356ae
Expand Down

0 comments on commit b8fd2c1

Please sign in to comment.