https://github.com/dirk/dest
Free your code from Xcode
https://github.com/dirk/dest
Last synced: 9 months ago
JSON representation
Free your code from Xcode
- Host: GitHub
- URL: https://github.com/dirk/dest
- Owner: dirk
- License: other
- Created: 2014-08-01T02:43:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T17:12:27.000Z (almost 12 years ago)
- Last Synced: 2025-08-05T16:50:29.914Z (11 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this 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
```bash
# 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.