This guide explains what packages, tools and settings are available in the Travis macOS CI environment (often referred to as the “CI environment”).
・/User/travis/build/$NAME/$REPO_NAME
- Travis build directory(current directory)
・/Applications/Xcode.app
- Xcode directory
・/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk
- iPhoneOS.sdk
・/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks
- Private Frameworks
cp -adr /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk iPhoneOS.sdk
cp -adr /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks iPhoneOS.sdk/System/Library
cp -adrv /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/* iPhoneOS.sdk/usr/include/c++