bevy/examples/ios
François d59a3ddd61 iOS: replace cargo-lipo, and update for new macOS (#3109)
# Objective

- Remove `cargo-lipo` as [it's deprecated](https://github.com/TimNN/cargo-lipo#maintenance-status) and doesn't work on new Apple processors
- Fix CI that will fail as soon as GitHub update the worker used by Bevy to macOS 11

## Solution

- Replace `cargo-lipo` with building with the correct target
- Setup the correct path to libraries by using `xcrun --show-sdk-path`
- Also try and fix path to cmake in case it's not found but available through homebrew
2021-11-29 23:25:22 +00:00
..
bevy_ios_example.xcodeproj iOS: replace cargo-lipo, and update for new macOS (#3109) 2021-11-29 23:25:22 +00:00
ios-src An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
src iOS: replace cargo-lipo, and update for new macOS (#3109) 2021-11-29 23:25:22 +00:00
.gitignore An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
build_rust_deps.sh iOS: replace cargo-lipo, and update for new macOS (#3109) 2021-11-29 23:25:22 +00:00
Cargo.toml iOS: replace cargo-lipo, and update for new macOS (#3109) 2021-11-29 23:25:22 +00:00
Makefile iOS: replace cargo-lipo, and update for new macOS (#3109) 2021-11-29 23:25:22 +00:00