Skip to content

Commit

Permalink
Update Gutenberg tar.gz URL after changes in gutenberg-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 11, 2023
1 parent 2176277 commit cd62360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gutenberg/cocoapods_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def gutenberg_pod(config: GUTENBERG_CONFIG)

gutenberg_dependencies(options: options)
elsif options[:commit]
pod 'Gutenberg', podspec: "https://d2twmm2nzpx3bg.cloudfront.net/Gutenberg-#{options[:commit]}.podspec"
pod 'Gutenberg', podspec: "https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-#{options[:commit]}.podspec"
end
end
# rubocop:enable Metrics/AbcSize
Expand Down

0 comments on commit cd62360

Please sign in to comment.