We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39eb98 commit 7275048Copy full SHA for 7275048
.gitignore
@@ -2,3 +2,4 @@
2
build/
3
*.pkg
4
*.zip
5
+/.build
Package.swift
@@ -0,0 +1,17 @@
1
+// swift-tools-version: 5.8
+
+import PackageDescription
+let package = Package(
6
+ name: "desktoppr",
7
+ targets: [
8
+ .executableTarget(
9
10
+ path: "desktoppr",
11
+ exclude: [
12
+ "Info.plist",
13
+ "ToDo.markdown"
14
+ ]
15
+ ),
16
17
+)
0 commit comments