[MM-47801][MM-45980] Added support for security-scoped bookmarks to allow the MAS build to save files wherever needed (#2315)

* First pass

* [MM-47801] Added support for security-scoped bookmarks to allow the MAS build to save files wherever needed
This commit is contained in:
Devin Binnie
2022-10-25 08:02:00 -04:00
committed by GitHub
parent 0f51a628f0
commit 635a41f998
11 changed files with 139 additions and 34 deletions

View File

@@ -20,5 +20,8 @@ declare global {
timers: {
setImmediate: typeof setImmediate;
};
mas: {
getThumbnailLocation: (location: string) => Promise<string>;
};
}
}