Tweak documentation link
This commit is contained in:
parent
bfde8b02bb
commit
5c5fb0e39e
1 changed files with 5 additions and 2 deletions
|
@ -179,7 +179,8 @@ app's Mac App Store build.
|
||||||
<true/>
|
<true/>
|
||||||
```
|
```
|
||||||
|
|
||||||
See [Apple documentation](https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6).
|
See the [Enabling User-Selected File Access documentation][user-selected] for
|
||||||
|
more details.
|
||||||
|
|
||||||
#### dialog.showSaveDialog
|
#### dialog.showSaveDialog
|
||||||
|
|
||||||
|
@ -188,7 +189,8 @@ See [Apple documentation](https://developer.apple.com/library/mac/documentation/
|
||||||
<true/>
|
<true/>
|
||||||
```
|
```
|
||||||
|
|
||||||
See [Apple documentation](https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6).
|
See the [Enabling User-Selected File Access documentation][user-selected] for
|
||||||
|
more details.
|
||||||
|
|
||||||
## Cryptographic Algorithms Used by Electron
|
## Cryptographic Algorithms Used by Electron
|
||||||
|
|
||||||
|
@ -237,3 +239,4 @@ ERN)][ern-tutorial].
|
||||||
[app-sandboxing]: https://developer.apple.com/app-sandboxing/
|
[app-sandboxing]: https://developer.apple.com/app-sandboxing/
|
||||||
[ern-tutorial]: https://carouselapps.com/2015/12/15/legally-submit-app-apples-app-store-uses-encryption-obtain-ern/
|
[ern-tutorial]: https://carouselapps.com/2015/12/15/legally-submit-app-apples-app-store-uses-encryption-obtain-ern/
|
||||||
[temporary-exception]: https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AppSandboxTemporaryExceptionEntitlements.html
|
[temporary-exception]: https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AppSandboxTemporaryExceptionEntitlements.html
|
||||||
|
[user-selected]: https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6
|
||||||
|
|
Loading…
Reference in a new issue