Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Uniform Type Identifier to osxpkg #5323

Merged
merged 1 commit into from
Nov 5, 2017

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.

@@ -650,6 +650,9 @@ function New-UnixPackage {
$Arguments += @("--rpm-dist", "rhel.7")
$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