Skip to content

Commit

Permalink
Mint support (#11)
Browse files Browse the repository at this point in the history
* Add Mint support

* Add missing comma
  • Loading branch information
timbaev authored Aug 8, 2021
1 parent a39a262 commit 7ef6218
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREFIX?=/usr/local

PRODUCT_NAME=AnalyticsGen
PRODUCT_NAME=analyticsgen
PRODUCT_VERSION=0.1.0
TEMPLATES_NAME=Templates
README_NAME=README.md
Expand Down
1 change: 1 addition & 0 deletions Package.resources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Templates
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ let package = Package(
platforms: [
.macOS(.v10_12)
],
products: [
.executable(name: "analyticsgen", targets: ["AnalyticsGen"]),
.library(name: "AnalyticsGenTools", targets: ["AnalyticsGenTools"])
],
dependencies: [
.package(url: "https://github.com/jakeheis/SwiftCLI", from: "6.0.0"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.0"),
Expand Down

0 comments on commit 7ef6218

Please sign in to comment.