mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-30 02:37:57 +08:00
c0ca8abf11
* 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>
11 lines
411 B
Plaintext
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>
|