We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3bf1 commit bcc105fCopy full SHA for bcc105f
Makefile
@@ -152,6 +152,8 @@ test-android: ## Run Android tests
152
build-xcframework: build ## Build XCFramework for iOS
153
@echo "--- :package: Building XCFramework"
154
@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
157
158
.PHONY: build-xcframework-debug
159
build-xcframework-debug: build ## Build XCFramework for iOS with no optimizations (for testing)
0 commit comments