Skip to content

Commit

Permalink
Fix typo in XCFramework downloads folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 2, 2023
1 parent bd136d2 commit 2d5bed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gutenberg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
# This path should be ignored by Git.
GUTENBERG_WORKING_DIRECTORY = File.join(__dir__, '.build')
# Where to download the XCFramework archives
GUTENBERG_DOWNLOADS_DIRECTORY = File.join(GUTENBERG_WORKING_DIRECTORY, 'donwloads')
GUTENBERG_DOWNLOADS_DIRECTORY = File.join(GUTENBERG_WORKING_DIRECTORY, 'downloads')
# Where to extract the XCFramework archive version to use for the build.
GUTENBERG_ARCHIVE_DIRECTORY = File.join(GUTENBERG_WORKING_DIRECTORY, 'archive')
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ SPEC CHECKSUMS:
Gridicons: 17d660b97ce4231d582101b02f8280628b141c9a
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
Gutenberg: 0bac636dfd7c307c3c7f622b58092a7e56e7d525
Gutenberg: 288b6bead2d6bdc78b95f1a00f6bdc901578927e
JTAppleCalendar: 932cadea40b1051beab10f67843451d48ba16c99
Kanvas: f932eaed3d3f47aae8aafb6c2d27c968bdd49030
MediaEditor: 20cdeb46bdecd040b8bc94467ac85a52b53b193a
Expand Down

0 comments on commit 2d5bed0

Please sign in to comment.