Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!news.albasani.net!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: Abu Yahya Newsgroups: comp.lang.java.programmer Subject: Re: =?UTF-8?B?QW5kcm9pZOKAlFdoeSBEYWx2aWs/?= Date: Sun, 05 Jun 2011 23:28:30 +0530 Organization: Aioe.org NNTP Server Lines: 27 Message-ID: References: NNTP-Posting-Host: satJzUJuB83X3gHHPq6b4g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4992 On 6/4/2011 10:31 AM, BGB wrote: > On 6/3/2011 9:00 PM, Lawrence D'Oliveiro wrote: >> In message, BGB wrote: >> >>> OSX has an ARM variant, namely, iOS, used on the iPhone and iPad. >> >> Can it run OSX apps? >> > > it depends... > > AFAIK, the Xcode system produces binaries in the MachO format, which can > generally target multiple architectures at the same time, so it is not > entirely implausible that dual-target (OSX and iOS) binaries could be be > possible to produce (realistically, dunno, depends partly on how Xcode > works, which I have not really investigated, and I don't have a Mac > either...). > > however, as-is, plain OSX apps will probably not work on iOS. > > also, iOS generally needs to be "jailbreaked" to run custom apps anyways > (IIRC, prior to uploading to AppStore people run/debug their apps in an > emulator...). Incorrect. You can use a provisioning profile to test out your app on a real device before you upload it to the AppStore.