From: Leo I. <le...@sc...> - 2010-07-12 23:23:16
|
Hi. Let's say I make an iphone application in java, then use xmlvm to make an iphone source. Let's also say that I have a mac so I can run Xcode and the apple sdk (I don't, but if I get a copy of OS X running on my PC I will get the sdk). Do I need to pay 99 dollars to apple to get a signature signing request? I don't want to post my app on the app store, I want to post it on Cydia/Rock (these are installers for Jailbroken iDevices). Jailbroken iDevices don't check for signatures in apps, so I know I will be able to install it without a signature. The question is, will Xcode compile my application that was built with xmlvm if I don't have a signature? |
From: Sascha H. <sa...@xm...> - 2010-07-12 23:27:25
|
Others please correct me if I am wrong, but I think this works fine. At least it worked fine with the iPhone 3 SDK. There are some tricks that you need to perform with your XCode though in order to get this working. I don't have the link here right now, but if you are interesting, I can find them for you. // Sascha On Mon, Jul 12, 2010 at 4:09 PM, Leo Izen <le...@sc...> wrote: > Hi. Let's say I make an iphone application in java, then use xmlvm to make > an iphone source. Let's also say that I have a mac so I can run Xcode and > the apple sdk (I don't, but if I get a copy of OS X running on my PC I will > get the sdk). Do I need to pay 99 dollars to apple to get a signature > signing request? I don't want to post my app on the app store, I want to > post it on Cydia/Rock (these are installers for Jailbroken iDevices). > Jailbroken iDevices don't check for signatures in apps, so I know I will be > able to install it without a signature. > > The question is, will Xcode compile my application that was built with > xmlvm if I don't have a signature? > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Tor L. <tm...@ik...> - 2010-07-13 05:12:47
|
> Hi. Let's say I make an iphone application in java, then use xmlvm to make > an iphone source. Let's also say that I have a mac so I can run Xcode and > the apple sdk (I don't, but if I get a copy of OS X running on my PC I will > get the sdk). Does this mailing list want to be seen as a forum where people exchange hints on how to deliberately break Apple's licensing conditions? --tml |
From: Sascha H. <sa...@xm...> - 2010-07-13 08:18:23
|
Not at all. XMLVM is generating Obj-C Code and it's up to you what you do with it. As past discussion showed, it's still somewhat in the air whether apps developer with XMLVM are breaking any licensing conditions. On Mon, Jul 12, 2010 at 10:12 PM, Tor Lillqvist <tm...@ik...> wrote: > > Hi. Let's say I make an iphone application in java, then use xmlvm to > make > > an iphone source. Let's also say that I have a mac so I can run Xcode and > > the apple sdk (I don't, but if I get a copy of OS X running on my PC I > will > > get the sdk). > > Does this mailing list want to be seen as a forum where people > exchange hints on how to deliberately break Apple's licensing > conditions? > > --tml > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Leo I. <le...@sc...> - 2010-07-14 19:23:35
|
Apple's license says you have to make it with the apple SDK. It doesn't say where you can get the code from. Therefore, you don't need to write it from scratch. You can use XMLVM if you want. Not at all. XMLVM is generating Obj-C Code and it's up to you what you do with it. As past discussion showed, it's still somewhat in the air whether apps developer with XMLVM are breaking any licensing conditions. On Mon, Jul 12, 2010 at 10:12 PM, Tor Lillqvist <tm...@ik...> wrote: > Hi. Let's say I make an iphone application in java, then use xmlvm to make >> an iphone source. Let's also say that I have a mac so I can run Xcode and >> the apple sdk (I don't, but if I get a copy of OS X running on my PC I will >> get the sdk). > >Does this mailing list want to be seen as a forum where people >exchange hints on how to deliberately break Apple's licensing >conditions? > >--tml > > >------------------------------------------------------------------------------ >This SF.net email is sponsored by Sprint >What will you do first with EVO, the first 4G phone? >Visit sprint.com/first-- http://p.sf.net/sfu/sprint-com-first >_______________________________________________ >xmlvm-users mailing list >xml...@li... >https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |