Skip to content

Commit adb3af0

Browse files
committed
feat(example): update
1 parent eac8913 commit adb3af0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
88
namespace "org.jitsi.jitsi_meet_flutter_sdk_example"
9-
compileSdkVersion 34
9+
compileSdkVersion 35
1010
ndkVersion "27.1.12297006"
1111

1212
compileOptions {

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PODS:
44
- libwebp
55
- integration_test (0.0.1):
66
- Flutter
7-
- jitsi_meet_flutter_sdk (11.2.0):
7+
- jitsi_meet_flutter_sdk (11.3.0):
88
- Flutter
99
- JitsiMeetSDK (= 11.3.0)
1010
- JitsiMeetSDK (11.3.0):
@@ -48,7 +48,7 @@ SPEC CHECKSUMS:
4848
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
4949
Giphy: 83628960ed04e1c3428ff1b4fb2b027f65e82f50
5050
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
51-
jitsi_meet_flutter_sdk: 2d0664f33d3a7648b17ec6d0d74da732858cbe13
51+
jitsi_meet_flutter_sdk: f44fe00a30f30245f17257a651d5f7f04aad6725
5252
JitsiMeetSDK: 39df41cda49c290e41293e60e01f822c59b92b64
5353
JitsiWebRTC: b47805ab5668be38e7ee60e2258f49badfe8e1d0
5454
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
@@ -54,11 +55,13 @@
5455
buildConfiguration = "Debug"
5556
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5657
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
5759
launchStyle = "0"
5860
useCustomWorkingDirectory = "NO"
5961
ignoresPersistentStateOnLaunch = "NO"
6062
debugDocumentVersioning = "YES"
6163
debugServiceExtension = "internal"
64+
enableGPUValidationMode = "1"
6265
allowLocationSimulation = "YES">
6366
<BuildableProductRunnable
6467
runnableDebuggingMode = "0">

ios/jitsi_meet_flutter_sdk.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
Jitsi Meet Flutter SDK
1111
DESC
1212
s.homepage = 'https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-flutter-sdk'
13+
s.authors = 'Jitsi Meet'
1314
s.license = { :file => '../LICENSE' }
1415
s.source = { :path => '.' }
1516
s.source_files = 'Classes/**/*'

0 commit comments

Comments
 (0)