Skip to content

Commit

Permalink
Merge pull request #3 from taji-taji/fix-platform
Browse files Browse the repository at this point in the history
fix platform version
  • Loading branch information
taji-taji authored Aug 25, 2024
2 parents b8b8dc9 + 78db4d5 commit e7c8526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "AppFeature",
platforms: [
.iOS(.v16),
.macOS(.v12),
.macOS(.v13),
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
name: "Navigator",
platforms: [
.iOS(.v16),
.macOS(.v12),
.macOS(.v13),
],
products: [
.library(
Expand Down

0 comments on commit e7c8526

Please sign in to comment.