Re: KCLUG Digest, Vol 87, Issue 4
Richard Allen <[email protected]>
| Newsgroups | gmane.user-groups.linux.kansascity |
|---|---|
| Message-ID | <CAENJYHoGhxj-9xMh2NOmh9ipFWMhhb1gYDMaD4hqvLTrQSAqaA@mail.gmail.com> |
It is *mostly* possible, but a ton of work. You have to build apple's gcc, which is no fun on another OS. Also as stated you must copy those frameworks. On Nov 16, 2011 12:00 PM, <[email protected]> wrote: > Send KCLUG mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://kclug.org/mailman/listinfo/kclug > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of KCLUG digest..." > > > Today's Topics: > > 1. Re: iOS application on Linux (Mike Dupont) > 2. RE: iOS application on Linux > (Kelsay, Brian - OCIO-ITS, Kansas City, MO) > 3. Re: iOS application on Linux (John McPherson) > 4. Re: iOS application on Linux (Chris Bier) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 16 Nov 2011 09:05:21 +0100 > From: Mike Dupont <jamesmikedupont-gM/[email protected]> > To: "Christofer C. Bell" <[email protected]> > Cc: Kclug <[email protected]> > Subject: Re: iOS application on Linux > Message-ID: > <CAF0qKV1pRKWKSpTgOVdogw42zueSWEXhYi1QQCUhrWO-xYyeiQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org > > > Content-Type: text/plain; charset=ISO-8859-1 > > here is what I found so far: > http://code.google.com/p/cocotron/ > The Cocotron is a cross-platform implementation of Objective-C API's > similar to Foundation and AppKit > > On Wed, Nov 16, 2011 at 12:54 AM, Christofer C. Bell > <[email protected]> wrote: > > On Tue, Nov 15, 2011 at 2:24 PM, Jack <quiet_celt-/[email protected]> wrote: > >> Anyone know if one can write AND deploy iOS applications from Linux? > > > > Not really. ?If you're programming for iOS, you're writing against the > > UI that iOS provides. ?Linux doesn't provide the same user interface. > > That said, Objective-C is available for both. > > > > Debian (and derivatives): gobjc > > Fedora (and derivatives): libobjc > > > >> Anyone ever used PhoneGap in Linux? > > > > Never heard of it. > > > >> Best iPhone/iPad emulator? > > > > The one that comes with the iOS SDK. > > http://developer.apple.com/devcenter/ios/index.action > > > >> Cheap Apple development box? > > > > A Mac mini. > > http://www.apple.com/macmini/ > > > >> Thanks, > >> Jack > > > > -- > > Chris > > _______________________________________________ > > KCLUG mailing list > > [email protected] > > http://kclug.org/mailman/listinfo/kclug > > > > > > -- > James Michael DuPont > Member of Free Libre Open Source Software Kosova http://flossk.org > > > ------------------------------ > > Message: 2 > Date: Wed, 16 Nov 2011 13:46:13 +0000 > From: "Kelsay, Brian - OCIO-ITS, Kansas City, MO" > <[email protected]> > To: Kclug <[email protected]> > Subject: RE: iOS application on Linux > Message-ID: > < > 9D64F4E6F75DDF4687D34BFC22071A952004F7-Za/BMzDelPnfI3fSV/9nMBg+qDlgAZ/[email protected]> > > Content-Type: text/plain; charset="us-ascii" > > According to my local Mac Guru, he agrees that the Mac Mini is the > cheapest way to get into iOS development (~$600). The iOS SDK is free. You > would also need to pay for a dev acct to be able to submit completed > programs to the App Store ($100). This is needed even if you build an app > and release it for free. > > Brian Kelsay > > > -----Original Message----- > From: On Behalf Of Christofer C. Bell > Sent: Tuesday, November 15, 2011 5:54 PM > Subject: Re: iOS application on Linux > > > > On Tue, Nov 15, 2011 at 2:24 PM, Jack wrote: > > > > Anyone know if one can write AND deploy iOS applications from Linux? > > Not really. If you're programming for iOS, you're writing against the > UI that iOS provides. Linux doesn't provide the same user interface. > That said, Objective-C is available for both. > > Debian (and derivatives): gobjc > Fedora (and derivatives): libobjc > > > Anyone ever used PhoneGap in Linux? > > Never heard of it. > > > Best iPhone/iPad emulator? > > The one that comes with the iOS SDK. > http://developer.apple.com/devcenter/ios/index.action > > > Cheap Apple development box? > > A Mac mini. > http://www.apple.com/macmini/ > > > Thanks, > > Jack > > -- > Chris > > > > ------------------------------ > > Message: 3 > Date: Wed, 16 Nov 2011 09:26:55 -0600 > From: John McPherson <[email protected]> > To: Kclug <[email protected]> > Subject: Re: iOS application on Linux > Message-ID: <8C8155D1-E42C-42A9-B131-FC82A96B583A-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > Content-Type: text/plain; charset=us-ascii > > If you have a PC and patience, you could try to put MacOS on a PC. Of > course if you are one of those folks who actually reads the EULA then this > isn't likely an option; www.osx86project.org > > > On Nov 16, 2011, at 7:46 AM, Kelsay, Brian - OCIO-ITS, Kansas City, MO > wrote: > > > According to my local Mac Guru, he agrees that the Mac Mini is the > cheapest way to get into iOS development (~$600). The iOS SDK is free. You > would also need to pay for a dev acct to be able to submit completed > programs to the App Store ($100). This is needed even if you build an app > and release it for free. > > > > Brian Kelsay > > > > > > -----Original Message----- > > From: On Behalf Of Christofer C. Bell > > Sent: Tuesday, November 15, 2011 5:54 PM > > Subject: Re: iOS application on Linux > > > > > > > > On Tue, Nov 15, 2011 at 2:24 PM, Jack wrote: > > > > > >> Anyone know if one can write AND deploy iOS applications from Linux? > > > > Not really. If you're programming for iOS, you're writing against the > > UI that iOS provides. Linux doesn't provide the same user interface. > > That said, Objective-C is available for both. > > > > Debian (and derivatives): gobjc > > Fedora (and derivatives): libobjc > > > >> Anyone ever used PhoneGap in Linux? > > > > Never heard of it. > > > >> Best iPhone/iPad emulator? > > > > The one that comes with the iOS SDK. > > http://developer.apple.com/devcenter/ios/index.action > > > >> Cheap Apple development box? > > > > A Mac mini. > > http://www.apple.com/macmini/ > > > >> Thanks, > >> Jack > > > > -- > > Chris > > > > _______________________________________________ > > KCLUG mailing list > > [email protected] > > http://kclug.org/mailman/listinfo/kclug > > > > ------------------------------ > > Message: 4 > Date: Wed, 16 Nov 2011 10:22:31 -0600 > From: Chris Bier <[email protected]> > To: KCLUG <[email protected]> > Cc: Kclug <[email protected]> > Subject: Re: iOS application on Linux > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > You might want to take a look at this mobile platform framework list: > http://www.markus-falk.com/mobile-frameworks-comparison-chart/ > > On Tue, Nov 15, 2011 at 09:02:45PM -0800, Jack wrote: > > Thanks Chris, > > > > What I really meant was what is the best development environment on > Linux. I'm aware the best environment is on Macs with the official SDK. > > Deploying, would really just have been a bonus. > > I have no desire to write iPhone Apps, but my grandson might. He's not > in a financial situation to go and buy a Mac or even get a > > > > developer license from Apple. I myself am disinclined to obtain said > tools for him. A truly cheap Mac, I might be willing to buy. > > Cheap as in older, used, discarded, PC hardware, cheap. > > > > I've known about the Objective-C compiler in GNU for years. I've seen > the iphone-dev site, > > which seems abandoned, and thus was not sure even what level of > development is possible in Linux. > > > > Was not sure about the VM capabilities either. I have no intentions of > clicking through any Apple EULA/NDA. Especially considering the DOJs latest > stand on things. > > > > > > I would allow my underage grandson to do such, except now the DOJ is > calling him (and every US minor) a criminal who should be prosecuted, > > > > simply due to the fact: they are minors, the CFAA, and Google's TOS. > > > > > > For those, new to the story, the DOJ says it's a crime to violate the > TOS of a website. Google's TOS forbid minors, because they cannot legally > enter into a contract. > > Hence any minor can't legally use Google without becoming a felon per > CFAA. I'm pretty sure just about every teen in America has used Google. > > > > > > http://www.google.com/accounts/TOS > > > > "2.3 You may not use the Services and may not accept the > > Terms if (a) you are not of legal age to form a binding contract with > > Google, or (b) you are a person barred from receiving the Services under > the laws of the United States or other countries including the country > > in which you are resident or from which you use the Services." > > > > Brilliant. > > > > Thanks again, > > Jack > > > > > > > > ________________________________ > > From: Christofer C. Bell <[email protected]> > > To: Jack <quiet_celt-/[email protected]> > > Cc: Kclug <[email protected]> > > Sent: Tuesday, November 15, 2011 5:54 PM > > Subject: Re: iOS application on Linux > > > > On Tue, Nov 15, 2011 at 2:24 PM, Jack <quiet_celt-/[email protected]> wrote: > > > Anyone know if one can write AND deploy iOS applications from Linux? > > > > Not really.? If you're programming for iOS, you're writing against the > > UI that iOS provides.? Linux doesn't provide the same user interface. > > That said, Objective-C is available for both. > > > > Debian (and derivatives): gobjc > > Fedora (and derivatives): libobjc > > > > > Anyone ever used PhoneGap in Linux? > > > > Never heard of it. > > > > > Best iPhone/iPad emulator? > > > > The one that comes with the iOS SDK. > > http://developer.apple.com/devcenter/ios/index.action > > > > > Cheap Apple development box? > > > > A Mac mini. > > http://www.apple.com/macmini/ > > > > > Thanks, > > > Jack > > > > -- > > Chris > > > _______________________________________________ > > KCLUG mailing list > > [email protected] > > http://kclug.org/mailman/listinfo/kclug > > > > ------------------------------ > > _______________________________________________ > KCLUG mailing list > [email protected] > http://kclug.org/mailman/listinfo/kclug > > End of KCLUG Digest, Vol 87, Issue 4 > ************************************ > _______________________________________________ KCLUG mailing list [email protected] http://kclug.org/mailman/listinfo/kclug