File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v4
2727 - uses : ./.github/actions/pnpm_install
28- - uses : denoland/setup-deno@v1
28+ - uses : denoland/setup-deno@v2
2929 - run : pnpm -F ui build
3030 - run : pnpm -r typecheck
3131 - run : pnpm -r test
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 >NSMicrophoneUsageDescription </key >
6+ <string >This app requires access to your microphone to record your voice during the meeting. </string >
7+ <key >NSAudioCaptureUsageDescription </key >
8+ <string >This app requires access to the system audio to record voice from other participants in the meeting. </string >
9+ <key >NSContactsUsageDescription </key >
10+ <string >This app requires contacts access to function properly. </string >
11+ <key >NSCalendarsFullAccessUsageDescription </key >
12+ <string >This app requires access to your calendar to read events. </string >
13+ <key >NSLocalNetworkUsageDescription </key >
14+ <string >This app requires access to your local network to function properly. </string >
15+ </dict >
16+ </plist >
You can’t perform that action at this time.
0 commit comments