Skip to content

add Uniform Type Identifier to osxpkg - #5323

Merged
Travis Plunk (TravisEz13) merged 1 commit into
PowerShell:masterfrom
SteveL-MSFT:mac-uti
Nov 5, 2017
Merged

Travis Plunk (TravisEz13) merged 1 commit into
PowerShell:masterfrom
SteveL-MSFT:mac-uti

Conversation

@SteveL-MSFT

Copy link
Copy Markdown
Member

Use standard reverse dns format for UTI prefix: com.microsoft

Fix #5103

@TravisEz13

Copy link
Copy Markdown
Member

Greg Zimmerman (@thezim) Please review

@thezim Greg Zimmerman (thezim) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

$Arguments += @("--rpm-os", "linux")
}
if ($Environment.IsMacOS) {
$Arguments += @("--osxpkg-identifier-prefix", "com.microsoft")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

com.microsoft.powershell to be in the launcher configuration as well.

@thezim Greg Zimmerman (thezim) Nov 4, 2017

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I forgot #5291 has not gone in yet.

@TravisEz13
Travis Plunk (TravisEz13) merged commit 0557f2d into PowerShell:master Nov 5, 2017
@TravisEz13

Copy link
Copy Markdown
Member

Greg Zimmerman (@thezim) Can you update your PR?

Thatgfsj (Thatgfsj) pushed a commit to Thatgfsj-contribs/PowerShell that referenced this pull request Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define Uniform Type Identifier for macOS install package.

3 participants