[PR #297] [CLOSED] Create makefile to make MacOS .app bundle #473

Closed
opened 2026-02-28 14:33:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/297
Author: @JoseVarelaP
Created: 4/30/2022
Status: Closed

Base: masterHead: mac-app-make


📝 Commits (1)

  • cca6278 Create makefile to make .app bundle

📊 Changes

4 files changed (+58 additions, -0 deletions)

View changed files

📝 .gitignore (+1 -0)
Makefile (+25 -0)
psst-gui/mac/psst-gui.app/Contents/Info.plist (+32 -0)
psst-gui/mac/psst-gui.app/Contents/Resources/psst.icns (+0 -0)

📄 Description

Given right now the applications builds as a unix executable, I wanted to make it compile and show itself as a proper .app bundle, this PR aims to do such thing.

Stuff to do:

  • Create icns and base .app bundle to generate the unix executable.
  • Create makefile that deals with copying the unix to the .app bundle.
  • Make instance to perform the same action on a debug build
  • Look into making the makefile not Mac-exclusive (if possible).

In action:
Captura de Pantalla 1


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/297 **Author:** [@JoseVarelaP](https://github.com/JoseVarelaP) **Created:** 4/30/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mac-app-make` --- ### 📝 Commits (1) - [`cca6278`](https://github.com/jpochyla/psst/commit/cca6278b8b33568356c367cf38f1f6c8860b2b54) Create makefile to make .app bundle ### 📊 Changes **4 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `Makefile` (+25 -0) ➕ `psst-gui/mac/psst-gui.app/Contents/Info.plist` (+32 -0) ➕ `psst-gui/mac/psst-gui.app/Contents/Resources/psst.icns` (+0 -0) </details> ### 📄 Description Given right now the applications builds as a unix executable, I wanted to make it compile and show itself as a proper .app bundle, this PR aims to do such thing. Stuff to do: - [X] Create icns and base .app bundle to generate the unix executable. - [X] Create makefile that deals with copying the unix to the .app bundle. - [ ] Make instance to perform the same action on a debug build - [ ] Look into making the makefile not Mac-exclusive (if possible). In action: <img width="1194" alt="Captura de Pantalla 1" src="https://user-images.githubusercontent.com/23246027/166119800-a4048477-0a3b-4c7e-a633-8b2d2ffb5a4a.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#473
No description provided.