fix: Align the version in .podspec with the package version (fix compilation errors under ios/mac). (#152)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 1.1.0-hotfix
|
||||||
|
|
||||||
|
* Align the version in .podspec with the package version (fix compilation errors under ios/mac).
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
* Set subscription to allowed when subscribed.
|
* Set subscription to allowed when subscribed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ PODS:
|
|||||||
- flutter_webrtc (0.9.2):
|
- flutter_webrtc (0.9.2):
|
||||||
- Flutter
|
- Flutter
|
||||||
- WebRTC-SDK (= 104.5112.02)
|
- WebRTC-SDK (= 104.5112.02)
|
||||||
- livekit_client (1.0.0):
|
- livekit_client (1.1.0):
|
||||||
- Flutter
|
- Flutter
|
||||||
- WebRTC-SDK (~> 104.5112.02)
|
- WebRTC-SDK (~> 104.5112.02)
|
||||||
- path_provider_ios (0.0.1):
|
- path_provider_ios (0.0.1):
|
||||||
@@ -44,7 +44,7 @@ SPEC CHECKSUMS:
|
|||||||
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
|
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
|
||||||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
|
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
|
||||||
flutter_webrtc: af1337911865d904b45c5fc95605115af4d0cdc8
|
flutter_webrtc: af1337911865d904b45c5fc95605115af4d0cdc8
|
||||||
livekit_client: 43ed7a2166f0bbb49682249d33a25003206fa259
|
livekit_client: f0343eef54a12a4b831d3ec1085760f13eca9ae3
|
||||||
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
|
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
|
||||||
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
|
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
|
||||||
WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622
|
WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ PODS:
|
|||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
- WebRTC-SDK (= 104.5112.02)
|
- WebRTC-SDK (= 104.5112.02)
|
||||||
- FlutterMacOS (1.0.0)
|
- FlutterMacOS (1.0.0)
|
||||||
- livekit_client (1.0.0):
|
- livekit_client (1.1.0):
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
- WebRTC-SDK (~> 104.5112.02)
|
- WebRTC-SDK (~> 104.5112.02)
|
||||||
- path_provider_macos (0.0.1):
|
- path_provider_macos (0.0.1):
|
||||||
@@ -44,7 +44,7 @@ SPEC CHECKSUMS:
|
|||||||
device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7
|
device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7
|
||||||
flutter_webrtc: e4c5ac172da404d18f31d46ca8144ddd871551ea
|
flutter_webrtc: e4c5ac172da404d18f31d46ca8144ddd871551ea
|
||||||
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
|
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
|
||||||
livekit_client: ec8c0e97144ba29ae8d3b8c12d14549b38ef2d2d
|
livekit_client: d3f90a194a0102e5987dc80dcc3ccb5890c17a43
|
||||||
path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19
|
path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19
|
||||||
shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727
|
shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727
|
||||||
WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622
|
WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.0.1"
|
version: "1.1.0-hotifx"
|
||||||
logging:
|
logging:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'livekit_client'
|
s.name = 'livekit_client'
|
||||||
s.version = '1.0.0'
|
s.version = '1.1.0'
|
||||||
s.summary = 'Open source platform for real-time audio and video.'
|
s.summary = 'Open source platform for real-time audio and video.'
|
||||||
s.description = 'Open source platform for real-time audio and video.'
|
s.description = 'Open source platform for real-time audio and video.'
|
||||||
s.homepage = 'https://livekit.io/'
|
s.homepage = 'https://livekit.io/'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'livekit_client'
|
s.name = 'livekit_client'
|
||||||
s.version = '1.0.0'
|
s.version = '1.1.0'
|
||||||
s.summary = 'Open source platform for real-time audio and video.'
|
s.summary = 'Open source platform for real-time audio and video.'
|
||||||
s.description = 'Open source platform for real-time audio and video.'
|
s.description = 'Open source platform for real-time audio and video.'
|
||||||
s.homepage = 'https://livekit.io/'
|
s.homepage = 'https://livekit.io/'
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: livekit_client
|
name: livekit_client
|
||||||
description: Flutter Client SDK for LiveKit.
|
description: Flutter Client SDK for LiveKit.
|
||||||
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
|
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
|
||||||
version: 1.1.0
|
version: 1.1.0-hotfix
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user