Current version: 1.1.6-RELEASE (Build 132).
Objective-C classes library for operation systems MacOS/iOS.
Library is distributed for follow operating systems:
- MacOS 10.4: source code is compiled into the framework and static library with Apple LLVM 6.0 Compiler, SDK 10.10 and Deployment Target 10.4 with 32-bit code for Intel architecture (PowerPC architecture no longer supported);
- MacOS 10.6: source code is compiled into the framework and static library with Apple LLVM 6.0 Compiler, SDK 10.10 and Deployment Target 10.6 with 32 and 64-bit code for Intel architecture;
- MacOS 10.7 and later: source code is compiled into the framework and static library with Apple LLVM 6.0 Compiler, SDK 10.10 and Deployment Target 10.7 with 64-bit code for Intel architecture;
- iOS 4.3: source code is compiled into the static library for the iPhone, iPad and iPod touch with the operation system iOS 4.3;
- iOS 5.0 - 6.1: source code is compiled into the static library for the iPhone, iPad and iPod touch with the operating system iOS 5.0 - 6.1
- iOS 7.0 and later: source code is compiled into the static library for the iPhone, iPad and iPod touch with the operating system iOS 7.0 and later
For using library in operation systems iOS you must:
- add library into Frameworks group of your project;
- add -DIOS_TARGET into settings Other C Flags and Other C++ Flags;
- add -ObjC -all_load into setting Other Linker Flags;
- add path to header files into setting Header Search Paths.
For using the static library intead of the framework in operating system Mac OS X you must:
- add library into your project;
- add path to header files into setting Header Search Paths;
- add Cocoa framework into your project.
Minimum requirements for compiling:
- Apple computer;
- Operation system Mac OS 10.9 Mavericks or later;
- Xcode 5 or later.
Minimum requirements for using:
- Apple computer;
- Operation system Mac OS 10.6 Snow Leopard or later (MacOS 10.9 recommended)
- XCode Tools 3.2.5 or later (Xcode 6 recommended)
Additional information