qfish/Bee-Xcode-Template

https://github.com/qfish/Bee-Xcode-Template

Bee-Xcode-Template

Xcode Template for BeeFramework.

You can find old versions here, such as Xcode5.

Install

  1. Download this package or clone this repo.
  2. Open the dir with terminal.
  3. Run command below:
  sh install.sh

Then when create a new project in Xcode, it should like this:

191b1ace-b24d-47a0-9937-63f8daca65f4

And when create a new file in Xcode, it should like this:

9ed2e8a4-fd37-49ac-8cff-3641a37a0b24

Uninstall

  sh uninstall.sh

xproj.sh

this script can batch adding compile flags like -fno-objc-arcor -fobjc-arc.

Get More info here https://github.com/qfish/xproj.

Run command below get Help.

  sh xproj.sh
原文地址:https://www.cnblogs.com/xuejinhui/p/4216534.html