postcat/scripts/entitlements.mac.plist
Scarqin c0ca8abf11
style:extension-detail (#135)
* style:extension-detail

* style: optimizi

* feat: update UI

* test: publish

* test: build

* chore: update .gitignore

* testt: publish

* test: relese

* feat: check eoapi client is install

* test: relese

* feat: add save

* feat: clickExtension tab query params

* fix: update code

* add i18n

* chore: merge code

* feat: extension support swtich enable status

* fix: extension name not sure

* fix: css style

* chore: update desc

* fix: some css style

* feat: add single instance lock

Co-authored-by: buqiyuan <1743369777@qq.com>
2022-09-09 10:47:45 +08:00

11 lines
411 B
Plaintext

<!-- Build app with a hardened runtime -->
<!-- see => https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ -->
<?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.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
</plist>