Advertisement
Guest User

proj

a guest
Oct 18th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // swift-tools-version: 5.9
  2. // The swift-tools-version declares the minimum version of Swift required to build this package.
  3.  
  4. import PackageDescription
  5.  
  6. let package = Package(
  7. name: "new tt",
  8. targets: [
  9. // Targets are the basic building blocks of a package, defining a module or a test suite.
  10. // Targets can depend on other targets in this package and products from dependencies.
  11. .executableTarget(
  12. name: "new tt"),
  13. ]
  14. )
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement