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:
Fedor Korotkov 2023-03-06 12:46:09 -05:00 committed by GitHub
parent 6409d53814
commit 97c63bcc5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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 }}"