From 02e6c6b52d79c1da22d73f56762a550b45f90935 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 26 Oct 2023 15:04:25 -0700 Subject: Update to Bearer/tap/gon for macos notarization. (#3292) Co-authored-by: Yong He --- extras/macos-notarize.json | 4 ---- extras/macos-sign.json | 4 ---- 2 files changed, 8 deletions(-) (limited to 'extras') 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" } -- cgit v1.2.3