开发者

What build tool should I use for MonoTouch development?

开发者 https://www.devze.com 2023-01-15 10:18 出处:网络
I want to create build scripts for my MonoTouch apps. Basically, something that\'ll compile the application, run tests, zip into into an IPA file, check the source into SVN and write a message to the

I want to create build scripts for my MonoTouch apps. Basically, something that'll compile the application, run tests, zip into into an IPA file, check the source into SVN and write a message to the test log and email the beta testers. Just small scale stuff.

What should I use? I'm looking at x开发者_如何学Pythonbuild, but wondering if it's quite there yet. What are other MonoTouch developers using? Are there any sample scripts I could start from?


You can use the "mdtool build" command, this is part of MonoDevelop.

0

精彩评论

暂无评论...
验证码 换一张
取 消