File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed 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
+ <key >com.apple.security.automation.apple-events</key >
14
+ <true />
15
+ <key >com.apple.security.device.usb</key >
16
+ <true />
17
+ <key >com.apple.security.device.camera</key >
18
+ <true />
19
+ <key >com.apple.security.network.server</key >
20
+ <true />
21
+ <key >com.apple.security.network.client</key >
22
+ <true />
23
+ <key >com.apple.security.inherit</key >
24
+ <true />
25
+ </dict >
26
+ </plist >
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 >NSCameraUsageDescription </key >
6
+ <string >Request camera access for WebRTC </string >
7
+ <key >NSMicrophoneUsageDescription </key >
8
+ <string >Request microphone access for WebRTC </string >
9
+ </dict >
10
+ </plist >
Original file line number Diff line number Diff line change 35
35
"identifier" : " com.heyamica.dev" ,
36
36
"longDescription" : " " ,
37
37
"macOS" : {
38
- "entitlements" : null ,
38
+ "entitlements" : " Release.entitlements " ,
39
39
"exceptionDomain" : " " ,
40
40
"frameworks" : [],
41
41
"providerShortName" : null ,
You can’t perform that action at this time.
0 commit comments