XcodesOrg / XcodesOrg/XcodesApp

Call `lsregister` after installation

Open
#232 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement hacktoberfest
Dominant language
Swift
Stars
8.6k
Forks
387
Avg merge
6d 7h
Merged PRs (30d)
3

Description

Tell us how we can improve Xcodes

Call lsregister after installation so Xcode extensions can find Xcode.

This is a quirk of PluginKit described here https://nshipster.com/xcode-source-extensions/#using-pluginkit

Is your feature request related to a problem? Please describe.

What would you like to see? How would you like it to work?

For instance:

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister /Applications/Xcode-13.4.0.app`

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 Xcode installation completion path in XcodesApp and identify where post-install actions are handled. Compare the requested behavior with the linked PluginKit explanation and the example lsregister command in the issue. Done means lsregister is called for the installed Xcode app so Xcode extensions can find it.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, swift
Domain
desktop, devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.