xcode project conversion to iOSOpenDev

筅森魡賤 提交于 2019-12-01 12:00:20

2012-12-14:

I've written a wiki article about this. See https://github.com/kokoabim/iOSOpenDev/wiki/Convert-to-iOSOpenDev-Project.

Previous Answer:

  1. Modify existing target's Xcode build settings with those defined in /opt/iOSOpenDev/templates/Base.xctemplate/TemplateInfo.plist and /opt/iOSOpenDev/templates/Debian Package.xctemplate/TemplateInfo.plist.

  2. Add a run script build phase (must be last in order) to existing target that executes /opt/iOSOpenDev/bin/iosod --xcbp.

  3. Create the Debian package control file under the existing target's folder as (target's directory)/Package/DEBIAN/control.

  4. Perform a Build For Profiling (Cmd-Shift-I).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!