From b4a22581cfa722f3118fca71fc5126d72bf55bf4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 9 Mar 2010 18:37:46 +0000 Subject: [PATCH] Updated README for Xcode template git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3.1/README.template | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ide/Xcode3.1/README.template b/ide/Xcode3.1/README.template index fb89a5354..47e964399 100644 --- a/ide/Xcode3.1/README.template +++ b/ide/Xcode3.1/README.template @@ -15,6 +15,14 @@ Enjoy! - Matthias +PS: due to recent changes in FLTK, you will need to add another +Framework manually to the project: +- open the "> Targets" item on the left +- right-click on your application +- click on "Add > Existing Frameworks..." +- choose the Cocoa.framework from the OS X frameworks +- recompile + Please send me an EMail if you find errors or would like to suggest improvement: mm@matthiasm.com