File tree 6 files changed +36
-12
lines changed
packages/stream_video_flutter/example/macos/Runner
6 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 6
6
<true />
7
7
<key >com.apple.security.cs.allow-jit</key >
8
8
<true />
9
- <key >com.apple.security.network.server</key >
9
+ <key >com.apple.security.device.audio-input</key >
10
+ <true />
11
+ <key >com.apple.security.device.camera</key >
10
12
<true />
11
13
<key >com.apple.security.network.client</key >
12
- <true />
14
+ <true />
15
+ <key >com.apple.security.network.server</key >
16
+ <true />
13
17
</dict >
14
18
</plist >
Original file line number Diff line number Diff line change 33
33
<key >NSMicrophoneUsageDescription </key >
34
34
<string >$(PRODUCT_NAME) Microphone Usage! </string >
35
35
<key >CFBundleURLTypes </key >
36
+ <key >NSCameraUsageDescription </key >
37
+ <string >$(PRODUCT_NAME) Camera Usage! </string >
38
+ <key >NSMicrophoneUsageDescription </key >
39
+ <string >$(PRODUCT_NAME) Microphone Usage! </string >
36
40
<array >
37
41
<dict >
38
42
<key >CFBundleTypeRole </key >
Original file line number Diff line number Diff line change 4
4
<dict >
5
5
<key >com.apple.security.app-sandbox</key >
6
6
<true />
7
- <key >com.apple.security.cs.allow-jit</key >
8
- <true />
9
- <key >com.apple.security.network.server</key >
10
- <true />
11
- <key >com.apple.security.network.client</key >
12
- <true />
7
+ <key >com.apple.security.cs.allow-jit</key >
8
+ <true />
9
+ <key >com.apple.security.device.audio-input</key >
10
+ <true />
11
+ <key >com.apple.security.device.camera</key >
12
+ <true />
13
+ <key >com.apple.security.network.client</key >
14
+ <true />
15
+ <key >com.apple.security.network.server</key >
16
+ <true />
13
17
</dict >
14
18
</plist >
Original file line number Diff line number Diff line change 6
6
<true />
7
7
<key >com.apple.security.cs.allow-jit</key >
8
8
<true />
9
- <key >com.apple.security.network.server</key >
9
+ <key >com.apple.security.device.audio-input</key >
10
+ <true />
11
+ <key >com.apple.security.device.camera</key >
10
12
<true />
11
13
<key >com.apple.security.network.client</key >
12
- <true />
14
+ <true />
15
+ <key >com.apple.security.network.server</key >
16
+ <true />
13
17
</dict >
14
18
</plist >
Original file line number Diff line number Diff line change 28
28
<string >MainMenu </string >
29
29
<key >NSPrincipalClass </key >
30
30
<string >NSApplication </string >
31
+ <key >NSCameraUsageDescription </key >
32
+ <string >$(PRODUCT_NAME) Camera Usage! </string >
33
+ <key >NSMicrophoneUsageDescription </key >
34
+ <string >$(PRODUCT_NAME) Microphone Usage! </string >
31
35
</dict >
32
36
</plist >
Original file line number Diff line number Diff line change 6
6
<true />
7
7
<key >com.apple.security.cs.allow-jit</key >
8
8
<true />
9
- <key >com.apple.security.network.server</key >
9
+ <key >com.apple.security.device.audio-input</key >
10
+ <true />
11
+ <key >com.apple.security.device.camera</key >
10
12
<true />
11
13
<key >com.apple.security.network.client</key >
12
- <true />
14
+ <true />
15
+ <key >com.apple.security.network.server</key >
16
+ <true />
13
17
</dict >
14
18
</plist >
You can’t perform that action at this time.
0 commit comments