https://github.com/wang-bin/ios.cmake
support bitcode, multi-arch build in command line. see also https://github.com/wang-bin/cmake-tools/blob/master/ios.cmake
https://github.com/wang-bin/ios.cmake
cmake ios multi-arch support-bitcode
Last synced: 5 months ago
JSON representation
support bitcode, multi-arch build in command line. see also https://github.com/wang-bin/cmake-tools/blob/master/ios.cmake
- Host: GitHub
- URL: https://github.com/wang-bin/ios.cmake
- Owner: wang-bin
- Created: 2017-01-19T01:58:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T14:23:06.000Z (about 7 years ago)
- Last Synced: 2025-02-26T15:45:28.255Z (over 1 year ago)
- Topics: cmake, ios, multi-arch, support-bitcode
- Language: CMake
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ios.cmake
Support bitcode, multi-arch build in command line. C++11 enabled. Minimal iOS version support is 5.0.
The original project is https://code.google.com/p/ios-cmake . I almost rewrote the whole code to support
new features and simplify the usage.
## Variables to Control:
- `IOS_ARCH`: Architectures being compiled for. Multiple architectures are seperated by ";". It **MUST** be set.
- `IOS_DEPLOYMENT_TARGET`: Minimal target iOS version to run. Default is current sdk version.
- `IOS_BITCODE`: Enable bitcode or not. Only iOS >= 6.0 device build can enable bitcode. Default is enabled.
- `IOS_EMBEDDED_FRAMEWORK`: Build as embedded framework for IOS_DEPLOYMENT_TARGET >= 8.0. Default is disabled and relocatable object is used.
## Known Issues
- xcode project is not well supported