Skip to content

Commit bcc105f

Browse files
committed
Print checksum after building XCFramework
1 parent 32e3bf1 commit bcc105f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ test-android: ## Run Android tests
152152
build-xcframework: build ## Build XCFramework for iOS
153153
@echo "--- :package: Building XCFramework"
154154
@SWIFT_OPTIMIZATION_LEVEL="${SWIFT_OPTIMIZATION_LEVEL:--O}" ./build_xcframework.sh GutenbergKit
155+
@echo "+++ :swift: XCFramework checksum"
156+
@swift package compute-checksum ./build/GutenbergKit.xcframework.zip
155157

156158
.PHONY: build-xcframework-debug
157159
build-xcframework-debug: build ## Build XCFramework for iOS with no optimizations (for testing)

0 commit comments

Comments
 (0)