Tagged Questions
.app is an extension given to application bundles on Mac OS X. The bundle typically includes everything the application needs to run, such as references, frameworks, resources, and localization infomation
2
votes
1answer
81 views
Location of Documents folder for an app loaded via jailbreak
I'm testing my app on a jailbroken iPhone. In my code I use [NSUserDefaults standardUserDefaults].
I'm putting my app on the phone via SSH, and so it doesn't generate a folder in ...
2
votes
5answers
153 views
Is it possible to create a GUI for python?
I only know Python and I am fairly new to programming.
Is it possible to make a GUI app for Macs with my python script?
2
votes
2answers
84 views
Renaming a Mac OS X App
I want to rename the app I'm working on. I have changed the Bundle Name to the new name and I've also renamed the whole Xcode project. But for some reason the the .app file has the original name. Is ...
2
votes
1answer
37 views
Why would an OS X bundle take about 30 seconds to open?
We wrote a simple OS X executable in objective c. It opens and runs very quickly when called.
We then put that executable into a .app bundle. When calling "open" from the command line on that ...
1
vote
2answers
61 views
Zip Mac OS .app using Ant
I have built a Java/Swing Application and I have successfully deployed it using Ant, to Windows (using launch4j) and for Mac (using jarbundler ant task).
However I want to use Ant to zip the .app ...
1
vote
2answers
56 views
Can I convert my python script to a .app?
Is it possible to convert my .py script to a .app that works through a text box or something?
Thanks
1
vote
3answers
129 views
How do I make my program, written in Java, usable to other people?
So I've written a funny little program and I want to show it to some of my friends. My friends, not being programmers, have no idea what to do if I send them the folder containing the necessary ...
1
vote
4answers
155 views
How can i create executable apple .app file from my java .jar file?
I have created an executable java Swing .jar application. It works fine on Windows. The application hierarchy is :
application.jar
images(Folder) .......... Contains all images the ...
1
vote
0answers
115 views
Error with bundled Mono runtime in MonoMac app bundle
I've packaged my first MonoMac application! Hurrah!
I used the resulting .pkg to install the app on a test system, opened it....and nothing happend. I checked Console.app and saw the following in ...
1
vote
1answer
62 views
Finding .app file to submit application to AppStore
am attempting to submit an application to the AppStore but am running into some trouble. When I build the application am unable to find the .app file. In xCode4, I expand the Products folder and ...
1
vote
1answer
169 views
XCode SDL app crashes after main loop
I compiled my SDL app using XCode, and when I "Build & Run", it works fine. But when I click on the .app file outside of XCode, the application crashes after I click the "Start" button.
I've ...
1
vote
1answer
541 views
iPhone: Compressing .app files in command line (Mac OS X) removes CodeSigning
I am trying to do a simple build automation of my iPhone apps with TeamCity, but having this nagging issue..
When I manually pickup and install .app file from the build folder it works great (syncs ...
0
votes
2answers
12 views
I cannot find iOS simulator in my mac
I cannot find iOS simulator on my mac.
I am using snow leopard, and I recently installed Xcode through the applications DVD. When I go into Developer/Platforms, apparently iOS simulator.platform ...
0
votes
1answer
29 views
I mistakenly deleted the .app file from products and .dsym
I mistakenly deleted the .app file from products and .dsym file..I want to change the product name,i changed it in Bundle name and Build settings.I thought if i delete the app file it will create ...
0
votes
2answers
55 views
iOS app does not have a Build directory with .app in - for binary upload
I have an iOS app which I need to upload the binary of. From what I could find online, I have to ZIP the .app folder and upload that.
Problem is I cannot find my .app directory. In my other apps I do ...
0
votes
1answer
91 views
iPhone : run .app to iPhone Simulator
I got a .app folder from a developer friend.
I would try his application and run .app to my iPhone Simulator, without XCode.
Is there a way to run this .app to my iPhone Simulator ? Of course this ...
0
votes
4answers
189 views
Is there a way to reverse engineer an Xcode project from a .app file?
The topic says it all. I've got a .app file here, but the Xcode project is no longer available to me. Is there any way to take the .app file and reverse engineer an Xcode project from it so I can view ...
0
votes
1answer
103 views
Cant figure out why my Product.app is red
I just upgraded to XCODE 4.1, upgraded to OS Lion, had to replace my expired developer and distribution and team certificates. Now my Product AppName.app appears red. The app compiles file with no ...
0
votes
2answers
132 views
How to test app on device by installing .app (binary) file? (without using Xcode for testing)
I have created an app and I want to send that to another person for testing it. )
He got an iPhone and a mac, but doesn't have xcode on his mac. (he is not an iphone programmer) So,
If I send the ...
0
votes
0answers
331 views
MallocDebug “Unable to read malloc information from (null)”
I have a certain .app built in xcode (version 3.2.1) as a Release build. I open MallocDebug and browse to the build directory, selecting the Release build and clicking the .app file. I then hit ...
0
votes
1answer
87 views
how to load and launch .app file in iPhone?
How to load and launch .app executable of other project in my project without URL based?
0
votes
2answers
123 views
Why does Mac OS sometimes launch the wrong binary when I click on a .app
I created this application that contains several binary files (let's say X, Y and Z). I have a .plist file that specifies that the application should launch X when opened. Everything works fine 99.9% ...
0
votes
1answer
71 views