File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import PackageDescription
55let package = Package (
66 name: " StorageKit " ,
77 platforms: [
8- . iOS( . v13 ) ,
9- . macOS( . v11 ) ,
10- . macCatalyst( . v13 ) ,
8+ . iOS( . v16 ) ,
9+ . macOS( . v14 ) ,
10+ . macCatalyst( . v16 ) ,
1111 . visionOS( . v1) ,
12- . tvOS( . v13 ) ,
13- . watchOS( . v6 )
12+ . tvOS( . v16 ) ,
13+ . watchOS( . v9 )
1414 ] ,
1515 products: [
1616 . library( name: " StorageKit " , targets: [ " StorageKit " ] )
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import PackageDescription
55let package = Package (
66 name: " StorageKit " ,
77 platforms: [
8- . iOS( . v13 ) ,
9- . macOS( . v11 ) ,
10- . macCatalyst( . v13 ) ,
8+ . iOS( . v16 ) ,
9+ . macOS( . v14 ) ,
10+ . macCatalyst( . v16 ) ,
1111 . visionOS( . v1) ,
12- . tvOS( . v13 ) ,
13- . watchOS( . v6 )
12+ . tvOS( . v16 ) ,
13+ . watchOS( . v9 )
1414 ] ,
1515 products: [
1616 . library( name: " StorageKit " , targets: [ " StorageKit " ] )
You can’t perform that action at this time.
0 commit comments