Skip to content

Commit 8931b64

Browse files
committed
Update support version
1 parent 5d9f5c9 commit 8931b64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ setup:
22
bundle check || bundle install
33

44
lint: setup
5-
bundle exec pod lib lint --allow-warnings --verbose
5+
bundle exec pod lib lint --allow-warnings
66

77
release: lint
88
bundle exec pod trunk push

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import PackageDescription
66
let package = Package(
77
name: "swift-user-defaults",
88
platforms: [
9-
.macOS(.v10_13),
10-
.iOS(.v12),
9+
.macOS(.v14_5),
10+
.iOS(.v15),
1111
.watchOS(.v7),
12-
.tvOS(.v12)
12+
.tvOS(.v15)
1313
],
1414
products: [
1515
.library(name: "SwiftUserDefaults", targets: ["SwiftUserDefaults"]),

swift-user-defaults.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.swift_version = "5.3"
1313

1414
s.ios.deployment_target = '12.0'
15-
s.osx.deployment_target = '10.13'
15+
s.osx.deployment_target = '14.5'
1616

1717
# Run Unit Tests
1818
s.test_spec 'Tests' do |test_spec|

0 commit comments

Comments
 (0)