0.0
No commit activity in last 3 years
No release in over 3 years
Tool for building Objective-C code without the use of Xcode
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 3.0.0, ~> 3.0
>= 3.0.0, ~> 3.0

Runtime

~> 0.7
>= 0
 Project Readme

destination

Objective-C is a neat language. Clang is an incredibly powerful compiler. Xcode... well Xcode's a bit like wading through a olympic swimming pool full of elephant turds.

Thing is, though, Obj-C and Clang don't actually need Xcode. Destination (shortened to dest in your terminal) is a way to build Objective-C code without having to deal with Xcode. Right now it's rudimentary, but eventually this puppy should be able to build everything from a small main.m script to a giant application. We'll see how that goes.

Getting started

# Clone the repo
git clone https://github.com/dirk/dest.git
# Go into the test project directory
cd test/project
# Invoke destination
rake build
# Launch the program it just built!
./project

License

Copyright 2014 Dirk Gadsden and licensed under the MIT license. See LICENSE for details.