Skip to content

Commit

Permalink
adds mac 13 to package swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
EstevanBR committed Jul 28, 2024
1 parent e6d2490 commit 51aa4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/CreateProject/DataFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ enum DataFactory {
let package = Package(
name: "\(projectName)",
platforms: [.macOS(.v13)],
products: [
.executable(
name: "\(projectName)Game",
Expand Down

0 comments on commit 51aa4cc

Please sign in to comment.