diff --git a/Color Picker.xcodeproj/project.pbxproj b/Color Picker.xcodeproj/project.pbxproj index 01b2079..b583c24 100644 --- a/Color Picker.xcodeproj/project.pbxproj +++ b/Color Picker.xcodeproj/project.pbxproj @@ -233,8 +233,9 @@ E3A3B11125904E7B001B4D0C /* Project object */ = { isa = PBXProject; attributes = { + BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 1420; - LastUpgradeCheck = 1400; + LastUpgradeCheck = 1430; TargetAttributes = { E34BFA932988F3AF002AB421 = { CreatedOnToolsVersion = 14.2; @@ -456,7 +457,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 13.1; + MACOSX_DEPLOYMENT_TARGET = 13.3; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -514,7 +515,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 13.1; + MACOSX_DEPLOYMENT_TARGET = 13.3; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = macosx; diff --git a/Color Picker.xcodeproj/xcshareddata/xcschemes/Color Picker.xcscheme b/Color Picker.xcodeproj/xcshareddata/xcschemes/Color Picker.xcscheme index 4e68840..4dc1324 100644 --- a/Color Picker.xcodeproj/xcshareddata/xcschemes/Color Picker.xcscheme +++ b/Color Picker.xcodeproj/xcshareddata/xcschemes/Color Picker.xcscheme @@ -1,6 +1,6 @@ (_ element: T) -> Binding where T == Value.Element { + func contains(_ element: Value.Element) -> Binding { .init( get: { wrappedValue.contains(element) }, set: { diff --git a/Config.xcconfig b/Config.xcconfig index 56cb4fc..7cb373a 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -1,2 +1,2 @@ -MARKETING_VERSION = 1.12.1 -CURRENT_PROJECT_VERSION = 34 +MARKETING_VERSION = 1.13.0 +CURRENT_PROJECT_VERSION = 36 diff --git a/readme.md b/readme.md index 69f7ccc..f24c420 100644 --- a/readme.md +++ b/readme.md @@ -17,11 +17,18 @@ The macOS color picker as an app with lots of extra features. [![](https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&releaseDate=1615852800)](https://apps.apple.com/app/id1545870783) -Requires macOS 12 or later. +Requires macOS 13 or later. **Older versions** -- [Last macOS 11 compatible version](https://github.com/sindresorhus/System-Color-Picker/releases/download/v1.9.6/Color.Picker.1.9.6.-.macOS.11.zip) *(1.9.6)* +- [1.12.1](https://github.com/sindresorhus/System-Color-Picker/releases/download/v1.12.1/Color.Picker.1.12.1.-.macOS.12.zip) for macOS 12+ +- [1.9.6](https://github.com/sindresorhus/System-Color-Picker/releases/download/v1.9.6/Color.Picker.1.9.6.-.macOS.11.zip) for macOS 11+ + +**Non-App Store version** + +A special version for users that cannot access the App Store. It won't receive updates. + +[Download](https://dsc.cloud/sindresorhus/Color-Picker-1.13.0-1679983870.zip) *(1.13.0 ยท macOS 13+)* ## Features