Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit bcb526a

Browse files
committed
Reduce min iOS version to 12 again, because 12 is required by Jitsi
1 parent 0e452ff commit bcb526a

File tree

1 file changed

+1
-1
lines changed
  • jitsi_meet_wrapper/example/ios

1 file changed

+1
-1
lines changed

jitsi_meet_wrapper/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Required by jitsi
2-
platform :ios, '13.0'
2+
platform :ios, '12.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

0 commit comments

Comments
 (0)