assimp/port/iOS
mmathias01 7b14ea616e Update iOS README.txt, improve iOS build script and toolchain files.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1090 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-11-24 11:58:24 +00:00
..
IPHONEOS_ARM6_TOOLCHAIN.cmake Update iOS README.txt, improve iOS build script and toolchain files. 2011-11-24 11:58:24 +00:00
IPHONEOS_ARM7_TOOLCHAIN.cmake Update iOS README.txt, improve iOS build script and toolchain files. 2011-11-24 11:58:24 +00:00
IPHONEOS_i386_TOOLCHAIN.cmake Initial iOS build script and CMake toolchain files. 2011-11-24 11:01:19 +00:00
README.txt Update iOS README.txt, improve iOS build script and toolchain files. 2011-11-24 11:58:24 +00:00
build_ios.sh Update iOS README.txt, improve iOS build script and toolchain files. 2011-11-24 11:58:24 +00:00

README.txt

To build for iOS simply execute "./build_ios.sh" from this folder. Currently this script requires the latest SDK (5.0) from Apple in order to build properly. In the future I will add support for specifying the SDK version on the command line. 

Once the build is completed you will see a "ios" folder under /lib. This folder has sub folders for each of the following architectures:

* armv6 (Older Devices)
* armv7 (New Devices)
* i386 (Simulator)

Each of these folders contains a single static library for that architecture. In addition the libassimp.a file in the root of this folder is a combined archive (fat binary) library for all of the above architectures.

This port is being maintained by Matt Mathias <mmathias01@gmail.com> please contact him with any questions or comments.