Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Xcodelegacy | 443 | 3 months ago | 7 | Shell | ||||||
Legacy components for XCode 4-12 (deprecated compilers and Mac OS X SDKs) | ||||||||||
Rust Bitcode | 405 | a year ago | apache-2.0 | Shell | ||||||
Rust toolchain for Xcode-compatible iOS bitcode | ||||||||||
Dropboxbrowser | 284 | 6 years ago | 2 | October 09, 2017 | 4 | mit | Objective-C | |||
A simple ios Dropbox PDF Document Browser - list Dropbox, browse directory, download PDF Documents | ||||||||||
Vuo | 97 | a year ago | other | C++ | ||||||
A realtime visual programming language for interactive media. | ||||||||||
Hanabi | 88 | 4 years ago | Objective-C | |||||||
Apple Clang Loader | ||||||||||
Study_obscure | 71 | 3 years ago | 1 | C++ | ||||||
混淆反混淆 | ||||||||||
Nytimes Objective C Style Guide Zh | 62 | 8 years ago | ||||||||
纽约时报移动团队 Objective-C 项目风格指南中文版 | ||||||||||
Codeine | 60 | 2 years ago | 1 | Objective-C | ||||||
Mac OS X IDE For Clang/LLVM | ||||||||||
Ldc Iphone Dev | 44 | 7 years ago | 3 | D | ||||||
LDC (LLVM-base D Compiler) for iPhone iOS development sand box | ||||||||||
Llvm On Ios | 40 | 3 months ago | unlicense | Shell | ||||||
Script to build LLVM and Clang projects for use in iOS app and example iOS app using LLVM to interpret C++ programs |
Template Xcode project to play with Swift and LLVM
git clone [email protected]:AlexDenisov/LLVMTemplate.git
make setup
make build
open LLVMTemplate.xcodeproj
The commands above will fetch and build LLVM sources for you.
Note: By default the 'build system' will use $(HOME)/LLVM/src
and $(HOME)/LLVM/build
for source and build directories respectively. These values can be changed at LLVM.xcconfig
.
Everything you need is to open the Xcode project and start exploring main.swift
and Helpers.swift
.
I included few sample modules to play with, they may be created using the following method calls: sampleMathModule()
, sampleFindMaxModule()
, sampleFibModule()
.
Enjoy and happy hacking!
This is free and unencumbered software released into the public domain.