Skip to content

Commit

Permalink
bump swift-tools-version to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 16, 2023
1 parent af2aa16 commit 00ae84d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DemoApp/MockUserDefaultsDemoLib/Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "MockUserDefaultsDemoLib",
defaultLocalization: "ja",
platforms: [.macOS(.v11), .iOS(.v15)],
platforms: [.macOS(.v12), .iOS(.v15), .tvOS(.v15), .watchOS(.v8)],
products: [
.library(
name: "MockUserDefaultsDemoLib",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
import PackageDescription

let package = Package(
Expand Down

0 comments on commit 00ae84d

Please sign in to comment.