Skip to content

Commit 10bec1c

Browse files
committed
[macOS] The first working version.
1 parent 90a11dd commit 10bec1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

macos/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
1616
<string>$(PRODUCT_NAME)</string>
17+
<key>NSCameraUsageDescription</key>
18+
<string>$(PRODUCT_NAME) Camera Usage!</string>
19+
<key>NSMicrophoneUsageDescription</key>
20+
<string>$(PRODUCT_NAME) Microphone Usage!</string>
1721
<key>CFBundlePackageType</key>
1822
<string>APPL</string>
1923
<key>CFBundleShortVersionString</key>

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ dependencies:
1919
# The following adds the Cupertino Icons font to your application.
2020
# Use with the CupertinoIcons class for iOS style icons.
2121
cupertino_icons: ^0.1.2
22-
flutter_webrtc: 0.1.7
22+
flutter_webrtc:
23+
path: ../flutter-webrtc
2324
# Plugins from flutter/plugins, with local desktop implementations.
2425
shared_preferences: ^0.5.3
2526
shared_preferences_fde:

0 commit comments

Comments
 (0)