File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 166
166
},
167
167
"build" : {
168
168
"asar" : true ,
169
- "appId" : " F3C061A6-FE81-4548-82ED-C1171D9856BB " ,
169
+ "appId" : " com.microsoft.botframework.emulator " ,
170
170
"productName" : " Bot Framework Emulator" ,
171
171
"copyright" : " Copyright © 2018 Microsoft Corporation" ,
172
172
"electronDownload" : {
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments