# xcode-configure **Repository Path**: glume/xcode-configure ## Basic Information - **Project Name**: xcode-configure - **Description**: xcode 命令编译 library and framework - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-01-22 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xcode-configure ### What? This command can generate makefile to build xcode project in command line just like in C/C++ language world. Use it you can build xcode project very easy. See follow. https://github.com/smallmuou/xcode-configure/blob/master/xcode-configure.gif ### Why? * Build xcode project more easily. * Combine thirdpart library more easily. ### How? * Config 1. Download xcode-configure to local and add to environment or alias like me follow
	alias xcode-configure=/Users/starnet/Projects/xcode-configure/xcode-configure
	
you can also add to ~/.bash_profile 2. Go to the xcode project root directory and type `xcode-configure` * Usage
USAGE: xcode-configure [-v|--version] [-h|--help] [-s|--enable-simulator] [-d|--enable-debug] [-p|--prefix < install directory >]
OPTION:
-v|--version                    show the version
-h|--help                       show the help
-s|--enable-simulator           enable simulator
-d|--enable-debug               enable debug
-p|--prefix PATH                assign the directory for install(default is ./target)
### License? This command follow MIT License. ### Contact? If you has any problem with use it, you can contact me. My E-mail is smallmuou@163.com