Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Remove watchOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Dec 17, 2020
1 parent 0449b49 commit bef5a99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
DESTINATION_MAC = platform=macOS
DESTINATION_CATALYST = platform=macOS,variant=Mac Catalyst
DESTINATION_IOS = platform=iOS Simulator,name=iPhone 8
DESTINATION_TVOS = platform=tvOS Simulator,name=Apple TV
DESTINATION_WATCHOS = generic/platform=watchOS

default: test

test:
xcodebuild test \
-scheme AttributedText \
-destination '$(DESTINATION_MAC)'
xcodebuild test \
-scheme AttributedText \
-destination '$(DESTINATION_CATALYST)'
xcodebuild test \
-scheme AttributedText \
-destination '$(DESTINATION_IOS)'
xcodebuild test \
-scheme AttributedText \
-destination '$(DESTINATION_TVOS)'
xcodebuild \
-scheme AttributedText_watchOS \
-destination '$(DESTINATION_WATCHOS)'

format:
swiftformat .
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ let package = Package(
.macOS(.v10_12),
.iOS(.v11),
.tvOS(.v11),
.watchOS(.v3),
],
products: [
.library(
Expand Down

0 comments on commit bef5a99

Please sign in to comment.