Skip to content

Conversation

@SteveL-MSFT
Copy link
Member

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

Fix #5103

@TravisEz13
Copy link
Member

@thezim Please review

Copy link
Contributor

@thezim thezim left a comment

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
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.

Copy link
Contributor

@thezim thezim Nov 4, 2017

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.

@thezim thezim mentioned this pull request Nov 4, 2017
@TravisEz13 TravisEz13 merged commit 0557f2d into PowerShell:master Nov 5, 2017
@TravisEz13
Copy link
Member

@thezim Can you update your PR?

@SteveL-MSFT SteveL-MSFT deleted the mac-uti branch November 12, 2017 05:17
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