summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/macos-notarize.json11
-rw-r--r--extras/macos-sign.json17
2 files changed, 28 insertions, 0 deletions
diff --git a/extras/macos-notarize.json b/extras/macos-notarize.json
new file mode 100644
index 000000000..1fa26dd75
--- /dev/null
+++ b/extras/macos-notarize.json
@@ -0,0 +1,11 @@
+{
+ "apple_id": {
+ "username" : "yongh@outlook.com",
+ "password": "@env:AC_PASSWORD"
+ },
+ "notarize" :{
+ "path": "@env:BINARY_PATH",
+ "bundle_id": "shader-slang.slang",
+ "staple": false
+ }
+} \ No newline at end of file
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