Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Dec 14, 2024
1 parent 105c55c commit c34a50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import PackageDescription
// Define the package with a name and a list of products and dependencies
let package = Package(
name: "FileSugar", // The name of the package
platforms: [.iOS(.v17), .macOS(.v14)], // Platforms the package supports
products: [
.library( // Define a library product
name: "FileSugar", // The name of the library product
Expand Down

0 comments on commit c34a50f

Please sign in to comment.