mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
* desktop: add support for publishing to mac app store * ci: add step for deployment to testflight * ci: temporarily run build only on macos * config: cache `build:desktop` output in nx * ci: use `macos-12` instead of `macos-latest` * ci: no need to install `jq` * ci: build & deploy manually * ci: set env_vars using `env` key * ci: install packages before building * ci: build electron bundle before deployment * ci: install distribution signing cert * web: disable app store offending stuff for macos * ci: enable deployment to testflight * ci: remove cert installation to keychain * desktop: pass entitlement files through plutil * ci: use a single cert for everything * ci: fix altool command for uploading macOS package * ci: use env_vars for apiKey & apiIssuer * ci: install provisionprofile * ci: install provisioning profile in `./apps/web/desktop` dir * desktop: change bundleId to `org.streetwriters.notesnook` * ci: deploy & build in separate steps * ci: add jobs for linux & windows releasing * ci: checkout repo before anything else * ci: add `GH_TOKEN` to env & use ps syntax on windows * ci: get app store versions only for mac app * ci: correct order of steps Co-authored-by: ammarahm-ed <ammarahmed6506@gmail.com>
11 lines
317 B
Plaintext
11 lines
317 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.cs.allow-jit</key>
|
|
<true/>
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|