mirror of https://github.com/cirruslabs/tart.git
Remove binary attributes (#439)
* Remove all binary attributes To fix "code has no resources but signature indicates they must be present" which is caused by attributes * Also verify signature for testing * Do everything at once
This commit is contained in:
parent
6409d53814
commit
97c63bcc5b
|
|
@ -4,7 +4,10 @@ before:
|
|||
hooks:
|
||||
- .ci/set-version.sh
|
||||
- swift build -c debug --product tart
|
||||
- xattr -cr .build/arm64-apple-macosx/debug/tart
|
||||
- gon gon.hcl
|
||||
- codesign --verify --deep --strict .build/arm64-apple-macosx/debug/tart
|
||||
- ./.ci/create-pkg.sh
|
||||
|
||||
builds:
|
||||
- builder: prebuilt
|
||||
|
|
@ -13,10 +16,7 @@ builds:
|
|||
goarch:
|
||||
- arm64
|
||||
prebuilt:
|
||||
path: .build/arm64-apple-macosx/debug/tart
|
||||
hooks:
|
||||
post:
|
||||
- ./.ci/create-pkg.sh
|
||||
path: .build/arm64-apple-macosx/debug/tart
|
||||
|
||||
archives:
|
||||
- name_template: "{{ .ProjectName }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue