.app is an extension given to application bundles on Mac OS X.
0
votes
1answer
32 views
Xcodebuild's .app crashes immediately? But Xcode's .app runs successfully
I'm using xcodebuild to build and install my app on the simulator (by copying the .app to ~/Library/Application Support/iPhone Simulator/6.1/Applications/UUID/) from the command line. I use:
...
2
votes
1answer
46 views
Netbeans javafx mac bundle without JRE
I am having a hard time trying to build my javafx app into .app (for mac).
I found a legit way to do that, here is resource for that:
http://docs.oracle.com/javafx/2/deployment/deploy_quick_start.htm
...
-1
votes
1answer
37 views
Mac .app file no longer working after being served by a webserver
Ok, so I am having a small problem. I have an .app file that was created by the Adobe Air converter. It works fine. However, when the .app file is zipped up on a CENT OS server the app no longer ...
1
vote
0answers
31 views
iPhone app file difference in size from xcarchive and the normal app file created by build
While submitting an app to appstore through application loader, we need to provide app file.
I create an archive and extract the app file from xcarchive file by exploring it through 'Show Package ...
0
votes
0answers
43 views
I am getting error while creating app through app bundler
I want to create .app file of jar file which can be run directly on mac osx. i am following the steps as mentioned on the oracles website for AppBundler. but whenever i am going to create the .app ...
0
votes
0answers
13 views
app bundler giving error “Cause: The name is undefined.” while create .app file
I am using app bundler to wrap jar file into .app file but this is giving an error "Cause: The name is undefined." while create .app file. Thanks in advance
0
votes
1answer
119 views
Jar bundler not getting main class automatically from jar file. can you please describe the whole process?
I need to wrap jar file in .app file through jar bundler in mac os x but whenever I am going to do this jar bundler could getting main class from jar file but this jar is working well on windows or ...
0
votes
1answer
107 views
How to run AppleScript from Windows program running in Mac Crossover?
I work on a program designed in C++ to run on windows, but the program is being used by some of our clients running Macs by installing it with crossovers. It works fine for the most part but our ...
0
votes
1answer
53 views
ios binary .app file not clickable
This is my first time putting an app on the itunes app store. I've tested on a device and created the binary, but when I use Application Loader to upload the binary I see the binary is lighted-out ...
0
votes
0answers
48 views
dmg package will include unnecessary header files
I'm trying to make a dmg package for my .app file(folder)
What I am following is the following instruction:
http://munkymorgy.blogspot.com/2009/01/create-dmg-files-from-command-line.html
the ...
1
vote
1answer
67 views
How to find out if an instance of my .app is already running or not?
My app is getting installed in the Application folder. But I can copy this .app file and paste it on my desktop. When I try to run this .app file on my desktop, two instances are running on my system. ...
0
votes
3answers
141 views
Execute a .app file from within a java program
I need to execute an external program from within my java application. I'm programming on a mac and have a .app application I'd like to run when the user selects it. It runs successfully on windows ...
1
vote
1answer
95 views
Get as much as possible from Application bundle (.app) [closed]
I want to know as much as possible technical information about given Application bundle .app, e.g:
compiler used
frameworks used
implementation details
QuickLook plugin that show extensive ...
0
votes
1answer
114 views
rescuing WWW folder from ipa file built with phonegap
My computer was stolen on Saturday and I had done something extremely stupid: failed to back up my phonegap project for a few months.
All i have left is an .ipa file. I was hoping there is someway to ...
0
votes
1answer
79 views
Python .app doesn't read .txt file like it should
This question relates to this one: Python app which reads and writes into its current working directory as a .app/exe
I got the path to the .txt file fine however now when I try to open it and read ...
1
vote
2answers
221 views
Changing WxPython app Mac menu bar title?
I've made a .app with my WxPython script, and it's just about finished. The problem is, the menu bar title reads "Python". How can this be changed? Would I use wx.Menu()/wx.MenuBar(), or is this a ...
0
votes
2answers
99 views
Python app which reads and writes into its current working directory as a .app/exe
I have a python script which reads a text file in it's current working directory called "data.txt" then converts the data inside of it into a json format for another separate program to handle.
The ...
0
votes
1answer
168 views
Create a .app with python in eclipse?
Hey I was just wondering if it is possible to create an executable file (mac) with python in eclipse classic? If not, than how can I create an executable with my python code? I cant use py2app because ...
3
votes
1answer
1k views
Where can I purchase .app TLD?
Where can I purchase a .app Top Level Domain (TLD)?
I've gone to Network Solutions, GoDaddy, etc and can't find someone who is selling .app domains (e.g. http://example.app).
0
votes
1answer
206 views
build succeeded, .app in red, (empty ios 1view template projects,Xcode 4.3.3)
I was given a build succeeded and the iphone simulator worked well after building and running, but the .app under the product group is in red.
I tried the following ways but none of them worked so ...
8
votes
4answers
4k views
iOS: Failed to launch .app file
I don't know why it is looking for directory inside my .app file. Every time I run application it installs the App on iPhone but doesn't run and gives below error. Could anyone please tell me where's ...
2
votes
1answer
1k views
How to launch an iOS application in Simulator from Terminal and AppleScript
I have made an iOS application in Xcode and built it. It has created an .app bundle. I am able to launch the app in Simulator or on the device successfully from Xcode or iTunes, but now I want to ...
-1
votes
1answer
120 views
How to convert a Java project to a .app file? [duplicate]
Possible Duplicate:
How to create a .app file of my java project to run on mac os
How can I make a Java project into an executable .app file for use on Mac OS X.
I would like it to be a ...
1
vote
1answer
365 views
What do I set the working directory of a MacOS app bundle launched from my Java app?
I've done some searching around both on this site and Google but haven't been able to find any information. I have a Java application that launches .app files in Mac OS. Now I understand that the ...
0
votes
2answers
217 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
75 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 ...
3
votes
1answer
687 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 ...
1
vote
2answers
808 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 ...
1
vote
3answers
576 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 ...
2
votes
2answers
298 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
778 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
3k 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
1answer
489 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 ...
2
votes
6answers
820 views
Is it possible to create a GUI for python? [duplicate]
Possible Duplicate:
Is Python any good for GUI development?
What GUI options are available for Python on Mac OS X?
I only know Python and I am fairly new to programming.
Is it possible ...
1
vote
4answers
1k 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
1k views
Cant figure out why my Product.app is red [duplicate]
Possible Duplicate:
.app file appears in red (missing) in new projects with Xcode 4
I just upgraded to XCODE 4.1, upgraded to OS Lion, had to replace my expired developer and distribution ...
2
votes
2answers
480 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
0answers
257 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
2answers
2k 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 ...
3
votes
1answer
172 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
256 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 ...
3
votes
1answer
1k 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 ...
2
votes
1answer
45 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 ...
0
votes
1answer
145 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
139 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
89 views