Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
chore: set macOS minimumSystemVersion to 10.14
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Alexandre <nuno@monadic.xyz>
  • Loading branch information
NunoAlexandre committed Mar 4, 2021
1 parent d49bd62 commit bed30a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -60,7 +60,8 @@
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "builder/entitlements.mac.plist",
"entitlementsInherit": "builder/entitlements.mac.plist"
"entitlementsInherit": "builder/entitlements.mac.plist",
"minimumSystemVersion": "10.14"
}
},
"main": "./native/main.comp.js",
Expand Down

0 comments on commit bed30a8

Please sign in to comment.