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
0 votes
2 answers
336 views

jpackage is not finding certificates when using --mac- flags to sign before notarization on MacOS

I'm trying to build an app-image for macos with the following jpackage version: openjdk 17.0.2 2022-01-18 OpenJDK Runtime Environment (build 17.0.2+8-86) OpenJDK 64-Bit Server VM (build 17.0.2+8-86, ...
boolean's user avatar
  • 129
0 votes
1 answer
240 views

MacOS Getting the file path inside a shell script when opening a file as an application

I'd like to be able to have an option to open a file inside NeoVim in the "Open With" list. That is to open a new terminal window (ITerm in my case), and execute a command that launches ...
Yaroslav Biloshytskyi's user avatar
-1 votes
1 answer
117 views

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 ...
Mandeep Kaur's user avatar
0 votes
1 answer
1k views

How to Use letsencrypt/certbot to get certification for .app domain

I have a .app domain and would like to use letsencrypt/certbot to generate ssl certificates. Based on the instructions in https://certbot.eff.org/, I will need to have an HTTP website running on this ...
krahimi's user avatar
  • 31
3 votes
1 answer
1k views

MacOS .app can't open file by double click

I have a c++ program, which should get the file name from argv, open this file, and work with it. Program works perfectly well, because: when I call binary (Unix Executable) from the terminal, program ...
zolars's user avatar
  • 69
0 votes
3 answers
6k views

How to make a Python exe file automatically install dependancies?

I have made an application using python using some libraries installed as needed on the go. Now I want to make it usable for person who doesn't know how to install dependencies and which ones are ...
user7817197's user avatar

15 30 50 per page
1
2 3 4 5
11