6 Commits
Author SHA1 Message Date
Kyle Hickinson dc278b581c [iOS] Update JitsiMeetSDK to 12.1.3 (#36250) 2026-05-08 12:27:16 -04:00
Kyle Hickinson 0a441f8e79 [iOS] Fix wallet compilation on Xcode 26.4 (#34990)
Xcode 26.4 has a stricter type checker when it comes to numbers which can cause ambiguity errors when compiling code with custom equality & comparison overloads that use strict number types (`Double` in this case)
2026-03-26 16:22:33 +00:00
Kyle Hickinson 8d9e7d2ce8 [iOS] Vendor in Swift-BigInt dependency (#34989)
This dependency doesn't seem to be maintained anymore and needs further updates to compile with Xcode 26.4. Since its only used for certain wallet frontend pieces in iOS and may go away completely in the future, vendoring this in for simplicity
2026-03-26 10:36:03 -04:00
Kyle Hickinson 336ce41046 [iOS] Update JitsiMeetSDK to 11.6.3 (#32527) 2025-11-27 10:38:24 -05:00
Kyle Hickinson ad16208272 [iOS] Update JitsiMeetSDK to 11.4.0 lite (#28697) 2025-09-03 00:26:24 -04:00
Kyle Hickinson c6a5ec1be0 [iOS] Add license information for Swift dependencies (#29065)
This change moves `third_party/ios_deps` to `ios/third_party` which matches Chromium and adds `third_party` entries for each dependency added in `brave-ios/Package.swift` so that they are correctly added to the licenses file
2025-05-16 00:54:48 +02:00