Skip to content

Commit

Permalink
chore: minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Aug 26, 2024
1 parent e15868f commit 495e94a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ All user visible changes to this project will be documented in this file. This p
### Changed

- Upgraded `flutter_rust_bridge` to 2.2.0 version. ([#167])
- Upgraded [libwebrtc] to [128.0.6613.84] version. ([#169])

[#167]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/167
[#169]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/169
[128.0.6613.84]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/128.0.6613.84



Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
medea_flutter_webrtc: 08f036f87205586e697455da2e2ee778eb6271ef
medea_flutter_webrtc: d2feb7c8e2ca9a165ad8a00db8ec9867c90b174c

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

Expand Down
2 changes: 1 addition & 1 deletion example/macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS

@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
Expand Down

0 comments on commit 495e94a

Please sign in to comment.