-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPklProject
More file actions
21 lines (20 loc) · 722 Bytes
/
Copy pathPklProject
File metadata and controls
21 lines (20 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
amends "pkl:Project"
package {
name = "PrivacyManifest"
baseUri = "package://pkg.pkl-lang.org/github.com/fumito-ito/PrivacyManifest"
version = "0.1.0"
packageZipUrl = "https://github.com/fumito-ito/PrivacyManifest/releases/download/\(name)%40\(version)/\(name)@\(version).zip"
description = "PrivacyManifest is the pkl file that provides the benefits of static typing to generate Apple's xcprivacy file."
authors {
"Fumito Ito <weathercook@gmail.com>"
}
license = "Apache-2.0"
sourceCode = "https://github.com/fumito-ito/PrivacyManifest"
exclude {
"Examples/**"
"PklProject"
"PklProject.deps.json"
".**"
}
issueTracker = "https://github.com/fumito-ito/PrivacyManifest/issues"
}