mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Update application name to Azure Data Studio (#24510)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -92,21 +92,24 @@ async function main(buildDir?: string): Promise<void> {
|
||||
'-insert',
|
||||
'NSAppleEventsUsageDescription',
|
||||
'-string',
|
||||
'An application in Visual Studio Code wants to use AppleScript.',
|
||||
// ${{SQL CARBON EDIT}} Update application name to Azure Data Studio
|
||||
'An application in Azure Data Studio wants to use AppleScript.',
|
||||
`${infoPlistPath}`
|
||||
]);
|
||||
await spawn('plutil', [
|
||||
'-replace',
|
||||
'NSMicrophoneUsageDescription',
|
||||
'-string',
|
||||
'An application in Visual Studio Code wants to use the Microphone.',
|
||||
// ${{SQL CARBON EDIT}} Update application name to Azure Data Studio
|
||||
'An application in Azure Data Studio wants to use the Microphone.',
|
||||
`${infoPlistPath}`
|
||||
]);
|
||||
await spawn('plutil', [
|
||||
'-replace',
|
||||
'NSCameraUsageDescription',
|
||||
'-string',
|
||||
'An application in Visual Studio Code wants to use the Camera.',
|
||||
// ${{SQL CARBON EDIT}} Update application name to Azure Data Studio
|
||||
'An application in Azure Data Studio wants to use the Camera.',
|
||||
`${infoPlistPath}`
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user