Lines Matching full:ios

3 …atforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and OS X on…
7 iOS is tested for iPhoneOS, WatchOS, AppleTVOS, iPhoneSimulator, AppleTVSimulator and WatchSimulato…
108 ./contrib/ios/install_tools.sh
183 ## iOS builds
185iOS builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. i…
187 ### iOS job
194 name: Apple iPhone on iOS, armv7
198 - AUTOTOOLS_HOST=armv7-apple-ios
199 - OPENSSL_HOST=ios-cross
207 …OpenSSL, Expat and Unbound. This step is handled in by the script `contrib/ios/install_tools.sh`. …
215 ./contrib/ios/install_tools.sh
219 ### iOS environment
221iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`. The script is `sourced…
223ios/setenv_ios.sh` knows which toolchain and architecture to select by inspecting environmental va…
225 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
242 …d Expat. OpenSSL and Expat are built for iOS using the scripts `contrib/ios/install_openssl.sh` an…
244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…
248ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
250 … `no-engine`. Engines require dynamic loading so engines are disabled permanently in `15-ios.conf`.
252 ### iOS build
260 source ./contrib/ios/setenv_ios.sh
261 ./contrib/ios/install_openssl.sh
262 ./contrib/ios/install_expat.sh
274 Travis only smoke tests an iOS build using a compile, link and install. The self tests are not run.…
276 ### iOS flags
278 `contrib/ios/setenv_ios.sh` uses specific flags for `CFLAGS` and `CXXFLAGS`. They are taken from Xc…