The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
104 views

iOS App - Universal or separate targets?

I am trying to decide on whether or not an app should be Universal. Here are my requirements and questions related to each: In-app purchases. If you download the app on the iPhone and make a ...
0
votes
1answer
124 views

Bundle wxPython App for Mac App Store without ppc code (binary)

I have delevloped (for the past 7 years) a wxPython App that would like to distribute thru the Mac App Store. I am using Python2.7 and wxPython2.9.4 (cocoa). The App is the bundled using py2app. All ...
0
votes
0answers
108 views

How to compile a library on mac os x so that it supports flat namespace?

I have a problem with libxml2. When I try to do update_dyld_shared_cache, it says: update_dyld_shared_cache failed: flat namespace not supported in /usr/lib/libxml2.2.dylib I have compiled libxml2 ...
1
vote
0answers
133 views

Static Library architecture stripping

I have some static libraries compiled for iOS platforms. Libraries are compiled for iPhone device (armv6, armv7) and iPhone Simulator (i386) and then packaged into a single universal library static ...
4
votes
1answer
140 views

Universal binary for different SSE versions

Can I create a universal binary for Mac OS X that contains two versions of my app, one that is compiled with SSE4.2 and one that compiled with SSE3? In this case I would the version compiled with ...
1
vote
1answer
209 views

Virtualenv on OSX uses a different universal Python binary than my specified 32-bit only Python binary

On OSX, I have a Python universal binary which just contains 32-bit code: $ file $(python3.2-32) /Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2-32: Mach-O universal binary with 1 ...
1
vote
1answer
83 views

First releasing iPhone only, later universal

I' m working on an iOS app. I would like to release it first as a iPhone only app, and later (in a couple of months) update it to a universal app. I has to be the same app-id because it is a free game ...
0
votes
1answer
106 views

Universal App, simulator detects ~iphone .xib's but device still displays ipad .xibs

I created an iPad only app and now the client would like me to make it universal. I have created new .xib's, which are automatically detected via the ~iphone suffix and work fine on the simulator. ...
3
votes
1answer
249 views

Why are Universal Binaries/FatElf not part of Linux kernel? [closed]

Apple's concept of universal binaries allow easily shipping a single file containing both 32 and 64 bit versions of a binary. Although this is possible in Linux using FatElf, FatElf and the concept ...
0
votes
0answers
352 views

PyQt configure errors

I'm trying to build PyQt on a Mac OS X 10.6.8 system, as a part of py2app setup process. I'm building everything as 32-bit and 64-bit (i386, x86_64) universal binaries in order to be able to create ...
1
vote
3answers
506 views

Do universal binaries contain all the heavy ipad graphics in the App Bundle on the iPhone? What to do about it?

Since the iPad 3 has a retina display, I start to worry about the amount of "image spam" in universal binaries on iPhone and iPod touch devices. Obviously they don't need those resources. I never ...
0
votes
1answer
771 views

How to make a mac application support both 32bit and 64 bit systems

I have created one mac application. It is showing 64bit as system requirement. but the app can run in 32bit systems also. When I checked the Build Settings of the application. I found: Valid ...
2
votes
1answer
193 views

Convert non terminating binary number to decimal

I don't know how to convert a non terminating binary number(fraction) to decimal . Can anybody guide me how to do with an example?
4
votes
2answers
208 views

Is there a (maybe official) checklist and guide for submitting an app to the App Store?

I submitted one almost 2 years ago and remember next to nothing. Just that it was very hard and that about a gazillion things had to be considered. Now we have a universal iPhone / iPad binary. ...
2
votes
2answers
464 views

iOS Universal App - Access different Nibs for iPad and iPhone

I am writing my first universal app, I have converted my nibs so that there are iPad and iPhone versions. The iPad version is in the Resources-iPad folder and called 'InfoViewController-iPad.xib'. ...
1
vote
6answers
3k views

How to make universal iOS application

My xcode version is 3.2.5. My application was created on iPhone. I want that which I had written for iPhone should be run and work for iPad. How to work on this? Help me friend, how to create this ...
1
vote
2answers
242 views

Universal Binary supporting i386, x86_64 and PPC

Can you build an OSX program supporting i386, x86_64 and PPC at the same time?
0
votes
1answer
224 views

Combining Apps Into Universal Easy? iPhone/iPad

I am about to begin developing an app and have never worked with universal binary. Is it possible to create them both individually and then merge them is needed later? Or is that out of the question? ...
7
votes
3answers
1k views

Windows 8 fat binary (exe for x86 & ARM)

Does anyone (here) know if Windows 8 will have a sort of fat exe that one can compile with Visual Studio 11 that will be supported on both ARM and x86 machines? I am guessing not, since you can't ...
1
vote
0answers
237 views

How to add a UISplitViewController to a window-based app

If I create a new project in Xcode 3 - a "Universal" window based project, I can't seem to instantiate the UISplitViewController outlet I am adding to the iPad's XIB. Starting with a brand new ...
1
vote
0answers
143 views

Switching a live App Store app from Universal to arm7 only

Let's say I have an application in the App Store that has been approved and has been available for sale for some amount of time. The application is a universal (arm6+arm7) binary. Now I want to ...
2
votes
1answer
324 views

How to change UIToolbar button icons to hi-res on a Universal app if the device supports retina display?

I am working on a Universal app, there is a UIToolbar with the 20x20px icon as images, but I need to switch this to their hi-res counterpart (40x40px) if the device supports retina display, any tips ...
2
votes
1answer
481 views

How do you extract values out of ARM ASM bits?

In IDA Pro I see the ARM ASM listed below. What bits is IDA using to get 7200? A3 F5 E1 53 SUB.W R3, R3 #7200 For convenience the values are binary are as follows 7200 = 0x1c20 = 0001 1100 0010 ...
0
votes
1answer
268 views

trying to create a Universal app for iOS Devices

I have my iPhone app ready and now i've to make it a Universal app. I'm doing this.. self.window = [[UIWindow alloc] init]; self.appFrame = [[UIScreen mainScreen] bounds]; self.window.frame = ...
0
votes
2answers
357 views

Interface Builder and universal app images

I have a universal app and I have made my xibs so they can work with iPhone or iPad. However I am getting memory warnings because the UIImages are big. Is there a way to name my image files so that ...
2
votes
5answers
1k views

iOS Universal App question

I have submitted my iPad app to apple and got approved. Now, i want to add iPhone support to the App. My question no.1 is: Q1. is it possible to make the app universal at this moment after ...
1
vote
0answers
508 views

Universal app not showing up for ipad after download from appstore [closed]

I already had an application for iphone in app-store. I submitted an update with universal binary. I have tested the updated binary on ipad and iphone and it works fine as expected. My updated binary ...
2
votes
2answers
365 views

Universal Application for IPhone/Ipod Touch 4th gen only + IPad

I'm developing a Universal Application that's only meant to be used on Retina display IPhone/IPod touch devices + IPad. How can I specify this on the plist or anywhere else in my app/binary? ...
1
vote
1answer
179 views

Add unique icons or scale icons for ipad version in universal app?

My dilemma - I have a universal app that holds a lot of images and icon (about 1,000). In many cases i use the @2x version as is for the iPad version, in other cases it is to big even for the iPad. ...
0
votes
2answers
373 views

trouble building universal binary with autotools

I have a project that I'm building on OS X using autotools. I'd like to build a universal binary, but putting multiple -arch options in OBJCFLAGS conflicts with gcc's -M (which automake uses for ...
0
votes
3answers
1k views

Universal Apps concept for iPhone and iPad

am a noob at universal apps so please help me out and let me know if this can be done, I am creating a universal app and for doing this i have written the code and made the settings in each of my view ...
4
votes
1answer
499 views

What are best practices for universal app vs. separate targets?

Are there any well established criteria to help decide between building a universal iphone/ipad app versus building separate targets that share some code? I have an iPad app working fine and now have ...
2
votes
1answer
904 views

Using Xcode 4 to create Universal binary

I've used this hack to restore PPC support to Xcode 4. However, every time I tried to create a universal binary, it would just create an Intel binary. After a lot of experimentation with parameters, ...
6
votes
3answers
3k views

iOS: Universal App - Release as iPhone only

A customer is interested in releasing a universal app. However, the first release will contain only the iPhone version, the second release will contain both versions. I found a few links where ppl ...
2
votes
2answers
120 views

Would it be technically possible to create a “fat”/“Universal” Windows DLL?

Not withstanding that there is currently no tool that can create one, is it possible to have put both x64 and x86 symbols into a DLL, and have it work on both x64 and x86? Creating one would be ...
2
votes
1answer
446 views

Enable UIiStatusBar for iPad, disable for iPhone in Universal iOS app

I have a Universal iOS application, I want the status bar (UIStatusBar) to appear when the app is installed on the iPad but not when installed on the iPhone. Currently my solution is to set ...
19
votes
2answers
11k views

Converting iPhone app to a Universal app in Xcode 4

I am trying to upgrade my existing iPhone app project to an Universal app but I can not find any option in Xcode 4 to do so. Where is it?
0
votes
3answers
267 views

Update two independent apps to single universal app?

We currently have two independent apps (one iPhone only and one iPad only) and want to migrate to a single universal app. Does anyone know if it is possible to do this without killing off one of the ...
0
votes
1answer
244 views

Link Universal Binary to different dynamic libraries depending on OSX version or processor version

This is actually two questions in one, but I suspect they have similar answers. I have a program which has a dependency on an X11 library which on OS10.4 has a different name and is in a different ...
1
vote
1answer
122 views

Is there a general term for “non-universal” iOS binaries?

I'm currently developing both universal and "non-univeral" apps for iOS. As you may know, "universal" apps are those that run on iPhone, iPad, and iPod touch. I'm curious if there's a general term for ...
0
votes
2answers
549 views

iOS: Universal App Template supporting iAds & screen rotations

I am trying to construct a iOS universal application template that transparently handles iAds & screen rotations. i.e. instead of using UIViewController for each new project, I will instead use ...
2
votes
2answers
1k views

set iOS application language in iTunes

I want to set the application language in iTunes. it always show English. but i want to show two language in iTunes. I do not want to made any changes in application bcoz i already managing these two ...
7
votes
1answer
1k views

Unable to link ppc after upgrading to XCode 4

I followed these instructions on how to get the 10.4 SDK working with PPC after upgrading to XCode 4. I am able to compile, but it errors out at link time. As an added wrinkle, I'm not using XCode ...
3
votes
3answers
4k views

Icon.png file error in universal app

I am getting this warning while building for Release - iPhone/iPod Touch: icon.png: icon dimensions (72 x 72) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format ...
1
vote
1answer
4k views

Universal application with IOS 4.2 and Xcode 3.2

I'm developping Iphone application and I want to convert it to a universal one. I found many tutorial that deals with this issue but they seems to be ancohérent to the new release of SDK and Xcode. ...
85
votes
7answers
27k views

How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4?

Since Apple only ships SDK 10.6 with Xcode4, developing PPC applications with Xcode4 became impossible. While it is possible to develop applications with Xcode4 that can also run on 10.5 and maybe ...
0
votes
1answer
183 views

Possible to create universal linux program?

In mac os x, you can combine 32bit, powerpc and 64bit binaries in one executable using "lipo" is something like this possible in linux?
4
votes
3answers
982 views

Naming conventions for Universal Applications

I'm writing a universal iOS application (iPad and iPhone) and find myself with massively long names for classes that can't be shared between the two apps: FamilyViewController_iPhone.h/m ...
1
vote
4answers
599 views

Upgrade live Universal App to iPad only

We have a live universal app in the AppStore. Our client changed his mind and doesn't want the app to be universal anymore, he wants it to be iPad only. Since the app was submitted some time ago, ...
1
vote
1answer
238 views

How to make a Universal Binary out of two separate projects?

I have got an iPhone and an iPad app - both are separate fully working XCode projects. What I want to do is make a universal binary app out of these two. how can I do it? Thank you!

1 2 3