From 9a6351ed9de9a4672f0e20829a600ff356f9aaf1 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 2 Jul 2018 22:40:16 +1000 Subject: [PATCH] Update notes on iOS. --- mini_al.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mini_al.h b/mini_al.h index bbf6610b..45130ccd 100644 --- a/mini_al.h +++ b/mini_al.h @@ -52,10 +52,11 @@ // The Windows build should compile clean on all popular compilers without the need to configure any include paths // nor link to any libraries. // -// Building for macOS -// ------------------ +// Building for macOS and iOS +// -------------------------- // The macOS build should compile clean without the need to download any dependencies or link to any libraries or -// frameworks. The iOS build will need to link the relevant frameworks but should Just Work with Xcode. +// frameworks. The iOS build needs to be compiled as Objective-C (sorry) and will need to link the relevant frameworks +// but should Just Work with Xcode. // // Building for Linux // ------------------