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

Commit

Permalink
Fix app sandbox is not enabled (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Dec 17, 2019
1 parent ee39618 commit c85396d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-resources/entitlements.mas.inherit.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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.app-sandbox</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const opts = {
mas: {
category: 'public.app-category.productivity',
entitlements: 'build-resources/entitlements.mas.plist',
entitlementsInherit: 'build-resources/entitlements.mas.inherit.plist',
// provisioningProfile: 'build-resources/embedded-development.provisionprofile',
provisioningProfile: 'build-resources/embedded.provisionprofile',
hardenedRuntime: true,
Expand Down

0 comments on commit c85396d

Please sign in to comment.