Questions tagged [.app]

.app is an extension given to application bundles on Mac OS X.

.app is an extension given to both Mac OS X and iOS applications.

The bundle typically includes everything the application needs to run, such as references, frameworks, resources, and localization information.

160 questions
0
votes
1 answer

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 extract the WWW folder from this file. It seems…
nathajamal
  • 90
  • 7
0
votes
1 answer

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 the contents it seems that it doesn't extract the…
Richard Bamford
  • 1,835
  • 3
  • 15
  • 19
0
votes
1 answer

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 that dosen't work with Pygame.
user1108983
-1
votes
1 answer

Not Able to upload .app file on testrigor

We wanted to test the iOS app using TestRigor, so when we created a Testsuite and uploaded the .app file, it gave us errors "Info.plist file wasn't found in zip archive. Please make sure that uploaded zip archive contains .app iOS application" I…
-1
votes
1 answer

Can I turn exe file into .app file for mac

I have a c++ file and a python file. I can turn both of these to .exe files. But I can't turn them into .app files. I am using the pyinstaller module for python files. How can I turn the files into .app files?
YetkinG.
  • 51
  • 1
  • 4
-1
votes
1 answer

Application won't startup after FTP download

When downloading a application.App folder from a FTP server, the application cannot start because the /Contents/MacOS/application is recognized as a document. To work properly it shoul be recognized as an executable. How can I upload a .App folder…
r_j
  • 1,348
  • 15
  • 35
-1
votes
2 answers

java - How can you make an application reference itself?

I'm building an application (for mac) that runs on java, and I need it to be able to edit its own contents. Because, after all, an application is just a glorified directory, I assumed that you could use it to change what is inside of it. But this…
zigzaugg
  • 61
  • 10
-1
votes
1 answer

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 works. You can double click on the icon but the app…
rcooper102
  • 209
  • 1
  • 11
-2
votes
1 answer

How do you get files used with "Open With" on Mac in Java?

I've compiled my Java program into the Mac's .app format using the javapackager command. How do I get the files that a user will open my program with using the system's "Open With" context menu command? For example, if I had a file MyFile.txt on the…
William
  • 11
  • 4
-2
votes
1 answer

How to restrict ios sandbox access from .app file (Migrating an App to a Sandbox)

I am able to see the source code from my .app file that is i am able access image files. How can i restrict that? I dont want my user to access the files from app. Please help me in resolving this issue. Update: Sorry i was supposed to write .h/.m…
Satish
  • 1
  • 3
1 2 3
10
11