Skip to content

zhangw/ios-command-line-tool-xcodeproj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 14.1 and iOS 12.0 (just copy the built binary into my jailbroken device and run it).

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%