diff options
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/macos-notarize.json | 4 | ||||
| -rw-r--r-- | extras/macos-sign.json | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/extras/macos-notarize.json b/extras/macos-notarize.json index 676275695..ee369a0ac 100644 --- a/extras/macos-notarize.json +++ b/extras/macos-notarize.json @@ -1,8 +1,4 @@ { - "apple_id": { - "username" : "yongh@outlook.com", - "password": "@env:AC_PASSWORD" - }, "notarize" :{ "path": "slang-macos-dist.zip", "bundle_id": "shader-slang.slang", diff --git a/extras/macos-sign.json b/extras/macos-sign.json index db2bd8979..fbe511bf3 100644 --- a/extras/macos-sign.json +++ b/extras/macos-sign.json @@ -5,10 +5,6 @@ "./bin/macosx-*/release/slangd" ], "bundle_id" : "shader-slang.slang", - "apple_id": { - "username" : "yongh@outlook.com", - "password": "@env:AC_PASSWORD" - }, "sign" :{ "application_identity" : "d6ada82a113e4204aaad914e1013e9548ffd30d0" } |
