Age | Commit message (Collapse) | Author |
|
Update tested OS+Xcode combinations to match the versions used in CI.
We dont have any other regular builds happen with other combinations, so Update
recommendations to match known working versions in line with CI.
|
|
reorder configure for apple platforms
introduce osx arm arch types
Update docs --with-platform mandatory usage for apple platforms
Update buildsteps ios/osx to use new mandatory --with-platform
Update samba to explicitly use -Wno-error=implicit-function-declaration since global use of flag was removed
|
|
|
|
Since OSX 10.8 (Mountain Lion) the operating system is x86_64 so there is no need for an i386 Kodi application.
|
|
and cleanup dependencies
|
|
Xcode is now the only supported cmake generator for ios. make build no longer available
for ios, removed from docs
updated jenkins buildsteps for ios to use xcodebuild
macos/tvos docs for cmakebuildsys updated for use with xcodebuild
Cleanup of cmake and darwin/support scripts to use existing default variables from xcode
project instead of defining additional.
|
|
Allow supplying BUILD_DIR option to cmakebuildsys to define build location. Default will
fall back to <source>/build if not supplied.
|
|
|
|
|
|
|
|
|