mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-08 06:59:49 +00:00
Gitlab CI Testing
This commit is contained in:
parent
e12e6807d6
commit
976f13f10a
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ module.exports = {
|
||||||
"identity": process.env.FCAST_APPLE_SIGN_ID
|
"identity": process.env.FCAST_APPLE_SIGN_ID
|
||||||
},
|
},
|
||||||
osxNotarize: {
|
osxNotarize: {
|
||||||
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
keychainProfile: "codesign"
|
||||||
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
// appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||||
appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
// appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||||
|
// appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
rebuildConfig: {},
|
rebuildConfig: {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue