iOS Port - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: iOS Port (/thread-652.html) |
iOS Port - FrederickGeek8 - 12-15-2012 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. RE: iOS Port - xoft - 12-15-2012 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. RE: iOS Port - FakeTruth - 12-15-2012 Probably not, but maybe if you explain why? :/ RE: iOS Port - FrederickGeek8 - 12-16-2012 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) RE: iOS Port - FakeTruth - 12-16-2012 That's not what you wrote in your first post Quote:post the binaries on my website/repo and maintain them myselfUnless Cydia is your website I could easily add MCServer to the Android app market (it's much easier than Apple's appstore) but I still don't think MCServer is stable enough for doing something like that. I encourage you to upload any changes you make to get it to run on iOS to the official SVN. I won't stop you from uploading the binaries to Cydia. RE: iOS Port - FrederickGeek8 - 12-16-2012 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. |