assimp/port/iOS
shaded enmity 9f4623bec7 iOS Toolchain Update
Signed-off-by: shaded enmity <arul@shadeds-Mac.local>
2014-03-20 16:21:28 -07: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_ARM64_TOOLCHAIN.cmake iOS Toolchain Update 2014-03-20 16:21:28 -07:00
IPHONEOS_ARMV6_TOOLCHAIN.cmake iOS Toolchain Update 2014-03-20 16:21:28 -07:00
IPHONEOS_ARMV7S_TOOLCHAIN.cmake iOS Toolchain Update 2014-03-20 16:21:28 -07:00
IPHONEOS_ARMV7_TOOLCHAIN.cmake iOS Toolchain Update 2014-03-20 16:21:28 -07:00
IPHONEOS_X86_64_TOOLCHAIN.cmake iOS Toolchain Update 2014-03-20 16:21:28 -07: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.sh iOS Toolchain Update 2014-03-20 16:21:28 -07: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.