posit-dev / posit-dev/positron

Positron on macOS needs correct product version information in Info.plist

Open
#6,483 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: builds area: core os-macos
Dominant language
TypeScript
Stars
4.3k
Forks
184
Avg merge
1d 11h
Merged PRs (30d)
206

Description

After inspecting the Info.plist in Positron installations on macOS, the product version information needs to be updated for at least the following fields:

  CFBundleVersion = "1.96.0";
  CFBundleShortVersionString = "1.96.0";

These should reflect the Positron version, such as "2025.03.0-97" and "2025.03.0"

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the macOS Info.plist used in Positron installations and tracing where its version values are populated. Confirm the current product version source and update both CFBundleVersion and CFBundleShortVersionString so they match the stated Positron version format. Done when an installed macOS application reports the correct values.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, typescript
Domain
build-system, desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.