mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 04:55:40 +03:00
456a94f663
* fix(ci): updater artifacts * add temporary macos signature * add entitlement and notarization credentials * WIP macos fix * build version 2.0.0 with macos signature * [ci skip] revert version to `1.0.0` * sandbox current app to a directory * make clippy happy * [ci skip] disable `Notarization` in CI tests * [ci skip] add changefile * remove unwanted `unwrap` and `expect` * fmt
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.automation.apple-events</key><true/>
|
|
</dict>
|
|
</plist>
|