From 06465b27698424cf4a04a5ca4904d50a3c966c45 Mon Sep 17 00:00:00 2001 From: Alexander Widerberg Date: Thu, 16 Nov 2023 17:29:17 +0100 Subject: [PATCH] Updated the README --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 50cbd60..1e3e18d 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,11 @@ A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development with full simulator support and toggleable options! -### NEW! - -* Experimental Catalyst support (iOS on macOS) -* macOS support and experimental Apple Silicon support -* Deprecated options now removed. -* Builds now run on Github Actions - # ios-cmake [![catalyst-jobs](https://github.com/leetal/ios-cmake/actions/workflows/catalyst.yml/badge.svg)](https://github.com/leetal/ios-cmake/actions/workflows/catalyst.yml)   [![combined-jobs](https://github.com/leetal/ios-cmake/actions/workflows/combined.yml/badge.svg)](https://github.com/leetal/ios-cmake/actions/workflows/combined.yml)   [![ios-jobs](https://github.com/leetal/ios-cmake/actions/workflows/ios.yml/badge.svg)](https://github.com/leetal/ios-cmake/actions/workflows/ios.yml) [![macos-jobs](https://github.com/leetal/ios-cmake/actions/workflows/macos.yml/badge.svg)](https://github.com/leetal/ios-cmake/actions/workflows/macos.yml)   [![tvos-jobs](https://github.com/leetal/ios-cmake/actions/workflows/tvos.yml/badge.svg)](https://github.com/leetal/ios-cmake/actions/workflows/tvos.yml)   [![watchos-jobs](https://github.com/leetal/ios-cmake/actions/workflows/watchos.yml/badge.svg)](https://github.com/leetal/ios-cmake/actions/workflows/watchos.yml) -Tested with the following combinations: - -* XCode 11.7 - * iOS SDK 9.0 & 11.0 - * watchOS SDK 5.0 - * tvOS SDK 11.0 -* XCode 12.5.1 - * iOS SDK 12.0 - * watchOS SDK 7.0 - * macOS SDK 10.13 - * iOS, watchOS, tvOS combined builds, mixed SDKs -* XCode 13.2 - * Mac Catalyst SDK 13.0 - * macOS SDK 11.0 - ## Platform flag options (-DPLATFORM=_flag_) * _OS_ - to build for iOS (armv7, armv7s, arm64) **DEPRECATED in favour of OS64** @@ -43,6 +21,7 @@ Tested with the following combinations: * _WATCHOS_ - to build for watchOS (armv7k, arm64_32) * _WATCHOSCOMBINED_ - to build for watchOS & Simulator (armv7k, arm64_32, i386) * _SIMULATOR_WATCHOS_ - to build for watchOS Simulator (i386) +* _SIMULATORARM64_WATCHOS_ = to build for watchOS Simulator (arm64) * _MAC_ - to build for macOS (x86_64) * _MAC_ARM64_ - to build for macOS on Apple Silicon (arm64) * _MAC_UNIVERSAL_ - to build for macOS on x86_64 and Apple Silicon (arm64) combined