Skip to content

Commit

Permalink
Update Template Icons and Fix Mac Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 23, 2018
1 parent b5da349 commit 952d954
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 3 deletions.
32 changes: 32 additions & 0 deletions IDE/VisualStudioForMac/MonoGame.IDE.VisualStudioForMac.csproj
Expand Up @@ -39,6 +39,14 @@
<None Remove="project-monogame-template%402x.png" />
<None Remove="project-monogame-template~dark.png" />
<None Remove="project-monogame-template~dark%402x.png" />
<None Remove="monogame-16.png" />
<None Remove="monogame-16%402x.png" />
<None Remove="monogame-16~dark.png" />
<None Remove="monogame-16~dark%402x.png" />
<None Remove="monogame-16~dark~sel.png" />
<None Remove="monogame-16~dark~sel%402x.png" />
<None Remove="monogame-16~sel.png" />
<None Remove="monogame-16~sel%402x.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="monogame-project-32.png">
Expand Down Expand Up @@ -98,6 +106,30 @@
<EmbeddedResource Include="project-monogame-template~dark%402x.png">
<LogicalName>project-monogame-template~dark%402x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16.png">
<LogicalName>monogame-16.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16%402x.png">
<LogicalName>monogame-16@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16~dark.png">
<LogicalName>monogame-16~dark.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16~dark%402x.png">
<LogicalName>monogame-16~dark@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16~dark~sel.png">
<LogicalName>monogame-16~dark~sel.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16~dark~sel%402x.png">
<LogicalName>monogame-16~dark~sel@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16~sel.png">
<LogicalName>monogame-16~sel.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="monogame-16~sel%402x.png">
<LogicalName>monogame-16~sel@2x.png</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<AddinFile Include="..\..\ProjectTemplates\DotNetTemplate\bin\MonoGame.Templates.nupkg">
Expand Down
3 changes: 2 additions & 1 deletion IDE/VisualStudioForMac/Properties/Manifest.addin.xml
Expand Up @@ -3,7 +3,7 @@
<Runtime>
</Runtime>
<Extension path="/MonoDevelop/Ide/ProjectTemplateCategories">
<Category id="monogame" _name="MonoGame" icon="md-monogame-icon-project" insertbefore="other">
<Category id="monogame" _name="MonoGame" icon="md-monogame-icon-project-16" insertbefore="other">
<Category id="app" _name="App">
<Category id="general" _name="General" />
</Category>
Expand Down Expand Up @@ -96,6 +96,7 @@
<Image id="md-monogame-preview-project" resource="monogame-preview.png" />
</Extension>
<Extension path="/MonoDevelop/Core/StockIcons">
<StockIcon stockid="monogame-project-icon-16" resource="monogame-project-16.png" size="Dnd" />
<StockIcon stockid="monogame-project-icon" resource="monogame-project-32.png" size="Dnd" />
<StockIcon stockid="md-monogame-project" resource="project-monogame-32.png" size="Dnd" />
<StockIcon stockid="md-monogame-template" resource="project-monogame-template.png" size="Dnd" />
Expand Down
Binary file added IDE/VisualStudioForMac/monogame-16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16~dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16~dark@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16~dark~sel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16~dark~sel@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16~sel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added IDE/VisualStudioForMac/monogame-16~sel@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
Expand All @@ -9,7 +9,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<string>10.7</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit 952d954

Please sign in to comment.