Skip to content

Commit

Permalink
add executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutzifer committed Oct 15, 2024
1 parent 86e28da commit 21d6bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
.DS_Store
/.swiftpm
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import PackageDescription
let package = Package(
name: "ConvertStringCatalogToAndroidXML",
platforms: [.macOS(.v13)],
products: [
.executable(name: "ConvertStringCatalogToAndroidXML", targets: ["ConvertStringCatalogToAndroidXML"])
],
dependencies: [
.package(url: "https://github.com/liamnichols/xcstrings-tool", exact: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
Expand Down

0 comments on commit 21d6bb4

Please sign in to comment.