Search the Community
Showing results for tags 'build'.
-
Alfred Workflow Builder QuickRef (Download Here) (Github) (Packal) Description Helps locate the files and folders that you most often need to access for building Alfred workflows by listing the files in the order which workflows or data directories you most recently used. This workflow was based of a previous workflow built by Dajun Duan. His workflow can be located here. Controls Enter — Browse in Alfred ⌘ Enter — Reveal in Finder ⌥ Enter — Open in Sublime Text Type in awf and choose. Data Directories Workflows Directory
- 1 reply
-
- alfred
- workflow builder
-
(and 2 more)
Tagged with:
-
I am working on a new workflow that uses a custom command line binary, written in Objective-C. It's my first stab at writing any C code, and the first time I've ever (seriously) used Xcode. I have the majority of the code written, and it builds just fine for debugging. However, since these builds are only for my MacBook's architecture, I can't distribute them for others to use. How do I create a release build using Xcode? I'm using Xcode 5.0.1 (5A2053) on OS X 10.9 (13A603). If someone could include directions for both command line apps and Cocoa apps, that would be fantastic