10000 GitHub - rgl/minimal-cocoa-app: Minimal code needed to create a Cocoa Application from scratch; no Xcode used.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rgl/minimal-cocoa-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Build status

This repository contains the minimal code needed to create a Cocoa Application from scratch; no Xcode used.

The code was based on the [Minimalist Cocoa programming] 0 blog post. With some slight modifications, like the addition of a [Application Bundle] 1.

To compile and run it, execute the following command on a Terminal:

make

Why we need an Application Bundle?

If you try to directly execute the application binary with Finder, you'll see it opened inside a Terminal window... which is quite sad... so that's why!

NB An Application Bundle is just directory with a .app suffix.

NB I'm not sure if there is a way to skip the Application Bundle... if you find out, let me known!

About

Minimal code needed to create a Cocoa Application from scratch; no Xcode used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0