Posts: 4
Threads: 2
Joined: Dec 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
I was thinking of maybe porting MC-Server to iOS and I was wondering if I could post the binaries on my website/repo and maintain them myself. I would give credit to MC-Server of course but I just want to get the author's blessing first.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Doesn't the iOS enforce the users only to install from the AppStore? So what good is hosting the binaries elsewhere? I know, jailbreaking, but is there a way to get the server to run on iOS "legitimately"?
I'd say, commit the sources needed for iOS compilation directly into the main MCServer SVN repository, and set up a build script that can produce binaries automatically / upon request. That's how I do it with the windows nightlies; Android sources are in the SVN, too.
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
Probably not, but maybe if you explain why? :/
Posts: 4
Threads: 2
Joined: Dec 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
12-16-2012, 01:29 AM
(This post was last modified: 12-16-2012, 01:31 AM by FrederickGeek8.)
It would install through Cydia and could be run via command line. I *highly* doubt that the Appstore would accept ever it and even then, I would need to create a GUI.
I was just wondering if I could do this because it might be a fun thing for people to play around with on their iDevice. I could commit my compile script the the SVN here, but for ease of access I was wondering if I could host the binaries on Cydia so people didn't have to compile. (I would try to keep them up-to-date)
Posts: 4
Threads: 2
Joined: Dec 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
OK Sounds good.
To clarify, a person/company can create a repository that is designed to be added via the Cydia app. It is not the appstore where it is accept/reject it is more like apt-get on unix except with a GUI.