bazel-ios / rules_ios

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

Update CI to Xcode 15.1 on macos 13.0 #818

Closed karim-alweheshy closed 8 months ago

karim-alweheshy commented 8 months ago

Updated CI runners to macos-13 Update Xcode to 15.1.0 from 14.2.0 Update min iOS version to 12.0 from 10.0 and 11.0 and remove Host-App pre 12.0 Updated iOS sdk to 17.2 and devices to sims from the runner Update swift_version from 5.1 to 5.9 Update xcodeproj installer, as it was pointing to a static lib for dynamic lib compilation and fixed path to remove // Updated compile frameworks to the correct arch ios-sim-arm64-x86_64 Updated third party libs to be on the right arch ios-sim-arm64-x86_64

karim-alweheshy commented 8 months ago

A step for bazel 7 migration