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
1
vote
1 answer

How do you set the icon for a MacOS app, when you aren't building with Xcode?

I have created a Mac OS app. I am building the app on Ubuntu, and not able to make use of Xcode. When it comes to setting an icon for the app, I am at a loss. How can this be done? This might appear as a duplicate to this question: How do I set…
ffConundrums
  • 765
  • 9
  • 24
1
vote
2 answers

Can javapackager generate just .app instead of .dmg?

We are updating our Mac support from Java 1.6 to Java 1.8. Part of this is switching to using javapackager to generate the .app bundle. The problem is that it always puts the .app into a .dmg. I need the .app separate so we can build our full…
CasaDelGato
  • 1,263
  • 1
  • 12
  • 29
1
vote
0 answers

why does iPa or app file is so smaller than original project?

I am aware of that .app file in only contains required .o files and which reduce the size of original project. Even 3GB project creates only 30mb of iPA file. But apart from this what else reduce the project size and make it so small as compare to…
Nitin
  • 7,455
  • 2
  • 32
  • 51
1
vote
2 answers

How to create application to launch wine and Windows application

I'm trying to use "wine" on MAC osX Sierra version 10.12, wine is version 1.9.19 In the terminal I can launch Windows applications, however its a pain to have to keep typing in: /Applications/Wine\ Staging.app/Contents/MacOS/wine…
SPlatten
  • 5,334
  • 11
  • 57
  • 128
1
vote
0 answers

ERROR ITMS-90167: "No .app bundles found in the package"

So I've been working on a new project for a while, and I've finally decided to archive and upload it to the App Store. It all seemed to be working good, until I got this error that doesn't seem to go away no matter what I try: I have been having…
swagger
  • 73
  • 1
  • 10
1
vote
1 answer

Starting a jar file from an OSX java app

I have created an application that is updated by another application. The updater is bundled into an OSX .app, and is meant to update anything in its resource directory. When the updater is started, it looks for updates, then runs…
1
vote
0 answers

Adding data files to a mac .app made from PyInstaller or Py2App

I am trying to add exactly eight .png files and one .json file to a .app I am trying to create using PyInstaller, or, if I have to, I can use Py2App. The program I am trying to turn to a .app is a tkinter GUI application, if that's relevant in any…
RobertR
  • 745
  • 9
  • 27
1
vote
1 answer

Java on OS X: "open" command won't run if .app package contains a JVM bundle

I'm trying to create a self-contained Mac app from a Java application. I've set up the .app directory, configured the Info.plist file, baked in dependencies as well as a Java runtime. I am successfully able to open the .app and launch the program…
Magnus Bull
  • 1,027
  • 1
  • 10
  • 21
1
vote
2 answers

OS X Java .app bundle cannot open other apps?

I've written a Java SWT application for OS X, exported it as a .jar and bundled it into .app. Everything works just as expected except for a critical part within my app; it requires to open other apps. I've tried Runtime.exec(); as well as…
Magnus Bull
  • 1,027
  • 1
  • 10
  • 21
1
vote
1 answer

Is it possible to convert .ipa compiled for iOS ARM to x86 which can run on emulator?

Is there a way (tool or a process) to convert .ipa file downloaded from iTunes to something (.app?) which can run on ios simulator?
Artem
  • 7,275
  • 15
  • 57
  • 97
1
vote
0 answers

Unix Executable File to OSX .App?

I made a simple SFML app in Xcode with some icons, pictures, music, etc. that I can run from the command line if I'm in the directory with its associated parts. I don't know anything about OSX development, but is there any simple way to package the…
Austin
  • 6,921
  • 12
  • 73
  • 138
1
vote
0 answers

Path to exec folder in bash script within .app container

I'm trying to make a .app that will run a simple bash script to launch a java app. I found instructions for making a suitable .app container and running the .app runs my bash. Great. The problem is, I want to put my java app inside the .app but i'm…
Darren
  • 10,182
  • 20
  • 95
  • 162
1
vote
2 answers

What does these compile time warning means?

I am newbie to erlang chicagoboss. I have just created a small project in erlang, and now wanted to update CB. Since I am updating only ChicagoBoss to its latest version i.e. 0.8.14. But While compiling/ running ./rebar get-deps getting following…
trex
  • 3,848
  • 4
  • 31
  • 54
1
vote
1 answer

Why does my Mac .app bundle stop working when I change one file?

Please excuse me if this question seems too simple but I only have very limited access to a Mac and my knowledge of OSX is relatively limited. I've written a program using Windows Forms which I now have running under OSX (Yosemite) using Mono. I…
Eric H.
  • 11
  • 2
1
vote
1 answer

Qt for mac os - deploy project to app file

I have read different posts and the Qt documentation explaining command lines in shell but I cannot get through the installation of static library (and I suppose shared frameworks would be even harder) in order to produce an "app" file from my…
Trichophyton
  • 625
  • 5
  • 21