Added (first version of) sample Hummingbird app. #4

Merged
javier merged 24 commits from middleware/sample into main 2025-09-30 15:38:13 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 2c4083c0e3 - Show all commits
+1
View File
@@ -20,3 +20,4 @@ DOCC_XCODE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive
# -- SWIFT PACKAGE MANAGER ---
SPM_LIBRARY_TARGET=HummingbirdDocC
SPM_SAMPLE_TARGET=HummingbirdDocCSample
+4
View File
@@ -28,6 +28,10 @@ lib-release: ## Releases the library
--target $(SPM_LIBRARY_TARGET) \
--configuration release
lib-sample: ## Runs the sample app of the library
@swift run \
--configuration release \
--disable-sandbox
lib-test: ## Runs the unit tests for the library
@swift test \