RabbitRemoteControl icon indicating copy to clipboard operation
RabbitRemoteControl copied to clipboard

macOS App Bundle

Open eduardomozart opened this issue 4 months ago • 3 comments

Tasks

  • Rename app bundle RabbitRemoteControlApp.app to Rabbit Remote Control.app (https://github.com/KangLin/RabbitRemoteControl/issues/77#issue-3370017407).
  • Missing QtTerminalWidget on share folder (https://github.com/KangLin/RabbitRemoteControl/issues/65)
  • Missing plugins/Missing FrameWorks folder (https://github.com/KangLin/RabbitRemoteControl/issues/77#issuecomment-3240424198)
  • Missing contents on share folder (https://github.com/KangLin/RabbitRemoteControl/issues/77#issuecomment-3240424198)

Describe the bug Right now, the build script creates .app bundles with the following name: RabbitRemoteControl.App.app, as can be seen below:

Image

There should be a stage during the build process to rename the .app bundle (which is simply a folder) to Rabbit Remote Control.app, so Finder (macOS file browser) would show "Rabbit Remote Control" on Applications and Launchpad.

To Reproduce Steps to reproduce the behavior:

  1. Build macOS .app bundle

Expected behavior The program has the same name then shortcuts on Windows.

Application details

  • The application version (Open applicatoin → help → about): 0.0.36-321-g6b1a9afb
  • Compile date (Open applicatoin → help → about): Aug 31 2025/01:35:45
  • Log file

Qt Version: 6.9.2

System information

Desktop (please complete the following information):

  • OS: macOS Sequoia
  • Version: 15.6.1

Additional context Add any other context about the problem here.

eduardomozart avatar Aug 31 '25 08:08 eduardomozart