wonderffee / ios-command-line-tool

Example showing how to build a standalone iOS executable using Xcode.

Home Page:https://bazad.github.io/2018/04/xcode-command-line-targets-ios/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-command-line-tool

This project shows how to compile a command line tool for iOS using Xcode. Xcode offers a template called "Command Line Tool" for macOS, but that template is not available for iOS. Nonetheless, Xcode can be persuaded to build standalone Mach-O executables for iOS as well.

This technique has been tested with Xcode 9.3 and iOS 11.1.2.

License

The ios-command-line-tool template is released into the public domain.

About

Example showing how to build a standalone iOS executable using Xcode.

https://bazad.github.io/2018/04/xcode-command-line-targets-ios/


Languages

Language:Objective-C 100.0%