From bef5a996872b26f33c1980999e7a674dcd1383d7 Mon Sep 17 00:00:00 2001 From: Guille Gonzalez Date: Thu, 17 Dec 2020 23:58:00 +0200 Subject: [PATCH] Remove watchOS support --- .../xcschemes/AttributedText_watchOS.xcscheme | 67 ------------------- Makefile | 8 --- Package.swift | 1 - 3 files changed, 76 deletions(-) delete mode 100644 .swiftpm/xcode/xcshareddata/xcschemes/AttributedText_watchOS.xcscheme diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/AttributedText_watchOS.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/AttributedText_watchOS.xcscheme deleted file mode 100644 index 839c1c1..0000000 --- a/.swiftpm/xcode/xcshareddata/xcschemes/AttributedText_watchOS.xcscheme +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Makefile b/Makefile index 907567d..ced9d9f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ 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 @@ -10,18 +8,12 @@ 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 . diff --git a/Package.swift b/Package.swift index 352e78e..921c139 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,6 @@ let package = Package( .macOS(.v10_12), .iOS(.v11), .tvOS(.v11), - .watchOS(.v3), ], products: [ .library(