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

Fix issue 9392 - Misleading text about required OS version. #13

Merged
merged 2 commits into from May 12, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions osx/.gitignore
@@ -0,0 +1,2 @@
/dmd
/dmg
2 changes: 1 addition & 1 deletion osx/dmd2.pmdoc/01dmd.xml
@@ -1 +1 @@
<pkgref spec="1.12" uuid="4A2C7E44-C304-4FBD-B321-483E2EAD81AB"><config><identifier>com.digitalmars.dmd.dmd2.pkg</identifier><version>1</version><description></description><post-install type="none"/><requireAuthorization/><installFrom relative="true" mod="true">dmd</installFrom><installTo mod="true">/usr/share/dmd</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>parent</mod><mod>scripts.postinstall.isRelativeType</mod><mod>installFrom.isRelativeType</mod><mod>installTo.path</mod><mod>installFrom.path</mod><mod>installTo</mod><mod>identifier</mod></config><scripts><postinstall relative="true" mod="true">post-install.sh</postinstall></scripts></pkgref>
<pkgref spec="1.12" uuid="4A2C7E44-C304-4FBD-B321-483E2EAD81AB"><config><identifier>org.dlang.dmd.dmd2.pkg</identifier><version>1</version><description></description><post-install type="none"/><requireAuthorization/><installFrom relative="true" mod="true">dmd</installFrom><installTo mod="true">/usr/share/dmd</installTo><flags><followSymbolicLinks/></flags><packageStore type="internal"></packageStore><mod>installTo</mod><mod>installFrom.path</mod><mod>identifier</mod><mod>parent</mod><mod>installTo.path</mod><mod>installFrom.isRelativeType</mod><mod>scripts.postinstall.isRelativeType</mod></config><scripts><postinstall relative="true" mod="true">post-install.sh</postinstall></scripts></pkgref>
Copy link
Member

Choose a reason for hiding this comment

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

I'll merge this, but as a question - can this span multiple lines? It's hard to review.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This particular line above won't be visible anywhere in the user interface. All the text that is visible will automatically wrap to nicely fit the size of the window.

That's also why I removed all newlines, the user interface will automatically handle that much better.