Skip to content

Conversation

@wegotoeleven
Copy link
Contributor

Added 3 initial keys for first run screen suppression, for iMovie

Added 3 initial keys for first run screen suppression.
@apizz
Copy link
Collaborator

apizz commented Jan 28, 2019

@wegotoeleven if you can get the formatting aligned, I'll get this merged.

As requested :)
@wegotoeleven
Copy link
Contributor Author

Formatting should be sorted now :) Sorry bou' dat!

@apizz apizz self-assigned this Jan 29, 2019
Copy link
Collaborator

@apizz apizz left a comment

Choose a reason for hiding this comment

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

@wegotoeleven there's still some formatting that needs fixing. Blank lines between dictionaries. And at the end the closing dict and array tags aren't aligned.

Copying and pasting from my editor *hopefully* has fixed these!
@wegotoeleven
Copy link
Contributor Author

Hopefully this is sorted!

Copy link
Contributor Author

@wegotoeleven wegotoeleven left a comment

Choose a reason for hiding this comment

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

Should be sorted.

@apizz apizz merged commit 0477a96 into ProfileManifests:master Jan 31, 2019
@apizz
Copy link
Collaborator

apizz commented Jan 31, 2019

@wegotoeleven I was just looking at this more closely, and on a test machine that has 10.1.9 installed, I'm seeing both LKWelcomeDisplayedForAppVersion and LKWhatsNewDisplayedForAppVersion are both dictionaries - not arrays - and the iMovie version is the key with a boolean value. What I'm seeing below:

<key>LKWelcomeDisplayedForAppVersion</key>
<dict>
	<key>10.1.9</key>
	<true/>
</dict>
<key>LKWhatsNewDisplayedForAppVersion</key>
<dict>
	<key>10.1.9</key>
	<true/>
</dict>

Just want to make sure I'm not missing something. If this needs updating, I have a manifest update ready to go.

@wegotoeleven
Copy link
Contributor Author

Yep, I can confirm. Making changes now.

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.

2 participants