Skip to content

Commit

Permalink
testing macos camera
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Nov 8, 2024
1 parent 7b3e6bb commit d52d29d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion gui/src-tauri/Entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<false/>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>
Expand Down
8 changes: 0 additions & 8 deletions gui/src-tauri/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
<string>ZTM Requires camera access in order to capture and transmit video</string>
<key>NSMicrophoneUsageDescription</key>
<string>ZTM Requires microphone access in order to capture and transmit audio</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Need Request Photo Library</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Need Request Photo Library</string>
<key>NSPushNotificationsUsageDescription</key>
<string>ZTM will run in the background</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>ZTM Request documents</string>
</dict>
</plist>

0 comments on commit d52d29d

Please sign in to comment.