File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77android {
88 namespace " org.jitsi.jitsi_meet_flutter_sdk_example"
9- compileSdkVersion 34
9+ compileSdkVersion 35
1010 ndkVersion " 27.1.12297006"
1111
1212 compileOptions {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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" >
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010Jitsi 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/**/*'
You can’t perform that action at this time.
0 commit comments