This commit is contained in:
Stephen Celis 2022-09-13 00:53:54 -04:00 committed by GitHub
parent c3aff0f948
commit b137013389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7,16 +7,16 @@ default: test
test:
xcodebuild test \
-scheme SwiftUINavigation \
-scheme swiftui-navigation \
-destination platform="$(PLATFORM_IOS)"
xcodebuild test \
-scheme SwiftUINavigation \
-scheme swiftui-navigation \
-destination platform="$(PLATFORM_MACOS)"
xcodebuild test \
-scheme SwiftUINavigation \
-scheme swiftui-navigation \
-destination platform="$(PLATFORM_TVOS)"
xcodebuild \
-scheme SwiftUINavigation_watchOS \
-scheme swiftui-navigation \
-destination platform="$(PLATFORM_WATCHOS)"
DOC_WARNINGS := $(shell xcodebuild clean docbuild \