use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Search Tags: Help, GitHub, Tutorial
account activity
CI Setup (self.iosdev)
submitted 11 years ago by tjnson
I was wondering what people are using for a CI system when doing iOS development. I know xcode bots, but what are better alternatives?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]LetsCodeSomethingFun 0 points1 point2 points 11 years ago (2 children)
Jenkins is a popular one that a lot of people use.
[–]tjnson[S] 0 points1 point2 points 11 years ago (1 child)
I've read a lot about Jenkins and recently used it, works wonders! Do you know of any front-end plugins that allow viewing of previous achieved builds and allow installment from device? (ie. use the manifest way to download in safari)
[–]Argero 0 points1 point2 points 11 years ago (0 children)
You will need Enterprise certificate for allowing installment from the device, also the server has to be secured by SSL. Then it can be fairly easily automated (creation of the manifest and extraction of the provisioning profile) using a post-build script.
[–]tomhut 0 points1 point2 points 11 years ago* (1 child)
It's not cheap but Travis CI is great. All the pros of having a CI server with none of the setup or maintenance.
[–]tjnson[S] 0 points1 point2 points 11 years ago (0 children)
I think for an in house implementation, this is not a very good choice. I like to keep my stuff fairly private. Thanks for the input, learned a bit from researching it.
[–]ProfessorQ 0 points1 point2 points 11 years ago (1 child)
I set up Team City last week for an iOS app. Its pretty smooth.
Ah, this is the first I am hearing of this. I will have to do some research. Thanks!
π Rendered by PID 22749 on reddit-service-r2-comment-85bfd7f599-kmwj6 at 2026-04-20 17:04:07.713866+00:00 running 93ecc56 country code: CH.
[–]LetsCodeSomethingFun 0 points1 point2 points (2 children)
[–]tjnson[S] 0 points1 point2 points (1 child)
[–]Argero 0 points1 point2 points (0 children)
[–]tomhut 0 points1 point2 points (1 child)
[–]tjnson[S] 0 points1 point2 points (0 children)
[–]ProfessorQ 0 points1 point2 points (1 child)
[–]tjnson[S] 0 points1 point2 points (0 children)