GitXplorerGitXplorer
c

iOSToolchain4Win

public
73 stars
22 forks
1 issues

Commits

List of commits on branch master.
Unverified
f0e6ce04b0eb3cae0183b145d75d296d22db1369

Update LLVM to 3.5, and add ARM64 support to LLVM. Still need an ARM64 Linker though.

ccoolstar committed 11 years ago
Unverified
f070f1094a4c192db2b2e98ee85fc4395a1b0e6b

Merge pull request #2 from kurdtkobain/xp

ccoolstar committed 11 years ago
Unverified
53e68f740e767f3609e34835b2a3b2ddc0910221

oops

kkurdtkobain committed 11 years ago
Unverified
2579be63b0481bd7be6f583e7786248c67a20ba8

XP Compatibility

kkurdtkobain committed 11 years ago
Unverified
e4be14aca62359c1d9d9f52f9353b69c86fcd5c8

Add verbose logging and -F support to ld. Also add support for fat binaries.

ccoolstar committed 11 years ago
Unverified
e130585ff99874b2b44b41e60dd6590b3cc3b10a

Add ldid to 32 bit toolchain.

ccoolstar committed 11 years ago

README

The README file for this repository.

iOS toolchain for Windows.

The iOS toolchain for Windows.

Currently supports 32 and 64 bit Windows XP, Vista, 7, 8, and 8.1.

This toolchain requires 32-Bit Cygwin. With python installed inside Cygwin

What you get:

  1. LLVM + Clang 3.3
  2. LD64 127.2 (from iToolchain with a custom wrapper to make it compatible with Cygwin)
  3. CCTools 809 (also from iToolchain, once again with a custom wrapper to make it Cygwin compatible)

What this toolchain supports:

  1. iOS SDKs up to version 7.1 (may work with 7.2 and higher, but untested)
  2. Building binaries for arm, armv6, and armv7.
  3. Objective C 2.0
  4. Objective C Blocks (introduced with iOS 4.0)
  5. Objective C Literals (introduced with iOS 5.1)
  6. Objective C ARC (introduced with iOS 5.0)

The binaries from this toolchain have been tested and work properly on an iPod touch 5 and iPad mini, both of which are on iOS 6.1.2.