Skip to content

Commit e6ef99c

Browse files
authored
Feat: Added entitlements file to support Notarization (#2135)
1 parent 3f6cec6 commit e6ef99c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/app/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
},
167167
"build": {
168168
"asar": true,
169-
"appId": "F3C061A6-FE81-4548-82ED-C1171D9856BB",
169+
"appId": "com.microsoft.botframework.emulator",
170170
"productName": "Bot Framework Emulator",
171171
"copyright": "Copyright © 2018 Microsoft Corporation",
172172
"electronDownload": {
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.cs.allow-jit</key>
6+
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true/>
9+
<key>com.apple.security.cs.disable-library-validation</key>
10+
<true/>
11+
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
12+
<true/>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)