Skip to content

A hello-world cocoa app that you can build with clang compiler in the terminal without using XCode!

Notifications You must be signed in to change notification settings

petukhov/cocoa-app-clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

cocoa-app-clang

A hello-world Mac Cocoa app that you can build with clang compiler in the terminal without using XCode!

To build:

  1. install clang compiler
  2. clang HelloWorld.m -fmodules -mmacosx-version-min=10.9 -o HelloWorld

To run:

./HelloWorld

WOW

About

A hello-world cocoa app that you can build with clang compiler in the terminal without using XCode!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published