summaryrefslogtreecommitdiffstats
path: root/extras/macos-notarize.json
diff options
context:
space:
mode:
Diffstat (limited to 'extras/macos-notarize.json')
-rw-r--r--extras/macos-notarize.json11
1 files changed, 11 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