Skip to content

Commit 0be9cf6

Browse files
committed
Update hardcoded ref
1 parent 59b7e8c commit 0be9cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import Foundation
88
let useLocalResources = ProcessInfo.processInfo.environment["GUTENBERGKIT_SWIFT_USE_LOCAL_RESOURCES"] != nil
99

1010
// TODO: This has been manually uploaded, we'll need automation to both upload and update the URL and checksum
11-
let revision = "7d5c1c830d802511616fc3dbd990683f52e7c956"
11+
let revision = "e0c9c4d8df3d6fc607e5011f1fbdf1791159c5b3"
1212
let xcframeworkURL = "https://cdn.a8c-ci.services/gutenbergkit/GutenbergKitResources-\(revision).xcframework.zip"
1313

14-
let xcframeworkChecksum = "a1a8b07d0f47cafc49883ae1273ca5912986723018b0dc2dc8979bbea0ac9ffd"
14+
let xcframeworkChecksum = "270fb3f8a4b1db7be8a29f5c7a28dd5ce2127a2072c0e1bf95b7ddae7e8d7f9c"
1515

1616
// Only expose GutenbergKitResources as a product when building from source (needed for XCFramework generation)
1717
let resourcesProducts: [Product] = useLocalResources

0 commit comments

Comments
 (0)