Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.app]

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

-2 votes
1 answer
39 views

Is it save to share ios simulator .app file

i have a question about sharing an ios application .app file that will be able to run on a simulator My procedure of creating this .app will be to enable "allow archiving for simulator" in ...
wtr1's user avatar
  • 59
0 votes
1 answer
22 views

How to generate a .pkg from a .app that is signed and notarized?

I have a .app that is signed and notarized: spctl --assess --type execute --verbose MyApp.app MyApp.app: accepted source=Notarized Developer ID I want to create a .pkg to distribute my app. pkgbuild -...
Fractale's user avatar
  • 1,524
0 votes
0 answers
46 views

Platypus app returning "cannot execute binary file" after giving it a shell script. Why?

I am creatign an app which I orginally created in Python. I then ran the Pyinstaller command to turn it into a shell script. I then inputed this shell script into Platypus to turn it in to a .app file....
JSB10's user avatar
  • 1
0 votes
1 answer
50 views

Created an app with Pyinstaller on Mac, the app doesn't work but the shell file does. Why?

I am creating an app that generates a schedule for my school. Here is the python code for it: import tkinter as tk from tkinter import ttk import os import json import logging import datetime import ...
JSB10's user avatar
  • 1
1 vote
0 answers
24 views

Running .app bundled application in non GUI environment causing app to fail at runtime

I am having a bundled application(.app file) and I am wanting to run this application via ssh session which does not have GUI access. Launching this application in a desktop GUI session, runs the ...
Vipul Gupta's user avatar
0 votes
1 answer
75 views

Installing dmg through terminal results in unverified signature macOS

I was trying to automate .dmg installation on MacOS 14.2.1 through a bash script The script does this: mount the .dmg copy the .app inside the .dmg into /Applications unmount the .dmg After the .app ...
Youssef Hammad's user avatar
0 votes
0 answers
29 views

Publish Already built Mac Applications (.app) on HomeBrew

I have built some apps (.app) using Automator on my Mac, is there a way to upload them on Homebrew? This away other people could download my apps using brew install --cask <name> I read the ...
Aleph12345's user avatar
-2 votes
2 answers
377 views

How to distribute custom macOs app without App Store

I've created a macOS app (test.app) using third-party software, without using Xcode, and it's operating smoothly. However, when attempting to launch it for the first time, an error message appears ...
Bhavneet Singh's user avatar
0 votes
0 answers
27 views

Java classpath for my self contained MacOS java app does not work [duplicate]

In a nutshell, the classpath that I'm setting in Info.plist does not seem to work. I continue to get an error saying that files within the jar files cannot be found. Some context: I've created a self ...
Felipe's user avatar
  • 31