bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 84 forks source link

Update pre-built dependencies for Xcode 15 #840

Closed luispadron closed 5 months ago

luispadron commented 5 months ago

Updates the pre-built dependencies used for testing. These need to be updated for Xcode 15. Primarily swapping the iOS framework for an iOS Simulator framework. This was required for MiSnap, MobileFlow and Tink. I also deleted the rest of the MiSnap* frameworks since they seem totally unused here and I couldn't find new versions for them.

Something to consider for the future: its incredibly confusing to figure out how to get/even update these frameworks. Should we be using these large deps with rough update processes for testing purposes?