diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-03-27 15:18:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-03-27 15:18:54 +0000 |
| commit | 23f78899bb9b3f980149b14a20784f8a55a326db (patch) | |
| tree | 5b2fe032ffb8aa06ad9727f21e8a9100cf7c1872 /ide/README.IDE | |
| parent | 409d4976c247c559b2b732c0c757022de4aa9fa4 (diff) | |
Added Xcode 4 IDE support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8539 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/README.IDE')
| -rwxr-xr-x | ide/README.IDE | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ide/README.IDE b/ide/README.IDE index 055f80147..ff474f9c0 100755 --- a/ide/README.IDE +++ b/ide/README.IDE @@ -12,6 +12,7 @@ ide/VisualC6 | Microsoft Visual C++ 6 and 2005 (2) ide/VisualC2008 | Microsoft Visual C++ 2008
ide/VisualC2010 | Microsoft Visual C++ 2010
ide/Xcode3 | Apple Xcode 3.x and up
+ide/Xcode4 | Apple Xcode 4.x and up
Notes :
-------
@@ -39,8 +40,12 @@ Further notes about Xcode IDE project files (December 2010): ------------------------------------------------------------------------
The FLTK team limits support to the last two releases of any major IDE.
-Currently only Xcode 3 is available to regular developers. Xcode 3
-projects should import into Xcode 4.
+Xcode 3 is available form Apple for free. Xcode 4 is available from the
+App Store for a nominal fee, or a s part of a paid developer membership
+with Apple. The Xcode3 project targets OS X 10.5, whereas Xcode4
+targets 10.6. If you wish to develop for a lower version, you will
+need to download the required SDK form Apple and change the target
+SDK.
Other IDE's and Platforms
|
