diff options
| author | Yong He <yonghe@outlook.com> | 2022-06-15 21:57:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 21:57:30 -0700 |
| commit | f5c81d869b48f8fa22a4c9b028a7d694d70b7291 (patch) | |
| tree | 4122cb5625760be6f6a260e3ac5bdcc41db7354e /extras/macos-sign.json | |
| parent | c8dc01436473ff2eb4ab4f219804d474720b02fe (diff) | |
Add signing to Macos release workflow. (#2285)
* Update macos workflow
* Fetch submodule
* fix
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'extras/macos-sign.json')
| -rw-r--r-- | extras/macos-sign.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extras/macos-sign.json b/extras/macos-sign.json new file mode 100644 index 000000000..32fe6d24f --- /dev/null +++ b/extras/macos-sign.json @@ -0,0 +1,17 @@ +{ + "source" : [ + "./bin/macosx-x64/release/libslang.dylib", + "./bin/macosx-x64/release/slangc", + "./bin/macosx-x64/release/slangd", + "./bin/macosx-x64/release/libslang-llvm.dylib", + "./bin/macosx-x64/release/libslang-glslang.dylib" + ], + "bundle_id" : "shader-slang.slang", + "apple_id": { + "username" : "yongh@outlook.com", + "password": "@env:AC_PASSWORD" + }, + "sign" :{ + "application_identity" : "d6ada82a113e4204aaad914e1013e9548ffd30d0" + } +}
\ No newline at end of file |
