From 5ddf91cb468e354830a5e492825853584d54ba72 Mon Sep 17 00:00:00 2001 From: Aaron Bockover Date: Mon, 10 Dec 2012 11:38:54 -0500 Subject: [PATCH] [mac] move images from Pixmaps to Resources Change the build action from Content to BundleResource. --- .../process-syncing-active.png | Bin .../process-syncing-active@2x.png | Bin .../process-syncing-down-active.png | Bin .../process-syncing-down-active@2x.png | Bin .../process-syncing-down.png | Bin .../process-syncing-down@2x.png | Bin .../process-syncing-error-active.png | Bin .../process-syncing-error-active@2x.png | Bin .../process-syncing-error.png | Bin .../process-syncing-error@2x.png | Bin .../process-syncing-idle-active.png | Bin .../process-syncing-idle-active@2x.png | Bin .../process-syncing-idle.png | Bin .../process-syncing-idle@2x.png | Bin .../process-syncing-up-active.png | Bin .../process-syncing-up-active@2x.png | Bin .../process-syncing-up.png | Bin .../process-syncing-up@2x.png | Bin .../process-syncing.png | Bin .../process-syncing@2x.png | Bin .../sparkleshare-app.icns | Bin .../sparkleshare-folder.icns | Bin .../tutorial-slide-3.png | Bin SparkleShare/Mac/SparkleShare.csproj | 222 +++++++++--------- 24 files changed, 112 insertions(+), 110 deletions(-) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-active.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-active@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-down-active.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-down-active@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-down.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-down@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-error-active.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-error-active@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-error.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-error@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-idle-active.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-idle-active@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-idle.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-idle@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-up-active.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-up-active@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-up.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing-up@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/process-syncing@2x.png (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/sparkleshare-app.icns (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/sparkleshare-folder.icns (100%) rename SparkleShare/Mac/{Pixmaps => Resources}/tutorial-slide-3.png (100%) diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-active.png b/SparkleShare/Mac/Resources/process-syncing-active.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-active.png rename to SparkleShare/Mac/Resources/process-syncing-active.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-active@2x.png b/SparkleShare/Mac/Resources/process-syncing-active@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-active@2x.png rename to SparkleShare/Mac/Resources/process-syncing-active@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-down-active.png b/SparkleShare/Mac/Resources/process-syncing-down-active.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-down-active.png rename to SparkleShare/Mac/Resources/process-syncing-down-active.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-down-active@2x.png b/SparkleShare/Mac/Resources/process-syncing-down-active@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-down-active@2x.png rename to SparkleShare/Mac/Resources/process-syncing-down-active@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-down.png b/SparkleShare/Mac/Resources/process-syncing-down.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-down.png rename to SparkleShare/Mac/Resources/process-syncing-down.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-down@2x.png b/SparkleShare/Mac/Resources/process-syncing-down@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-down@2x.png rename to SparkleShare/Mac/Resources/process-syncing-down@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-error-active.png b/SparkleShare/Mac/Resources/process-syncing-error-active.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-error-active.png rename to SparkleShare/Mac/Resources/process-syncing-error-active.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-error-active@2x.png b/SparkleShare/Mac/Resources/process-syncing-error-active@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-error-active@2x.png rename to SparkleShare/Mac/Resources/process-syncing-error-active@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-error.png b/SparkleShare/Mac/Resources/process-syncing-error.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-error.png rename to SparkleShare/Mac/Resources/process-syncing-error.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-error@2x.png b/SparkleShare/Mac/Resources/process-syncing-error@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-error@2x.png rename to SparkleShare/Mac/Resources/process-syncing-error@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-idle-active.png b/SparkleShare/Mac/Resources/process-syncing-idle-active.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-idle-active.png rename to SparkleShare/Mac/Resources/process-syncing-idle-active.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-idle-active@2x.png b/SparkleShare/Mac/Resources/process-syncing-idle-active@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-idle-active@2x.png rename to SparkleShare/Mac/Resources/process-syncing-idle-active@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-idle.png b/SparkleShare/Mac/Resources/process-syncing-idle.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-idle.png rename to SparkleShare/Mac/Resources/process-syncing-idle.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-idle@2x.png b/SparkleShare/Mac/Resources/process-syncing-idle@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-idle@2x.png rename to SparkleShare/Mac/Resources/process-syncing-idle@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-up-active.png b/SparkleShare/Mac/Resources/process-syncing-up-active.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-up-active.png rename to SparkleShare/Mac/Resources/process-syncing-up-active.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-up-active@2x.png b/SparkleShare/Mac/Resources/process-syncing-up-active@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-up-active@2x.png rename to SparkleShare/Mac/Resources/process-syncing-up-active@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-up.png b/SparkleShare/Mac/Resources/process-syncing-up.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-up.png rename to SparkleShare/Mac/Resources/process-syncing-up.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing-up@2x.png b/SparkleShare/Mac/Resources/process-syncing-up@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing-up@2x.png rename to SparkleShare/Mac/Resources/process-syncing-up@2x.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing.png b/SparkleShare/Mac/Resources/process-syncing.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing.png rename to SparkleShare/Mac/Resources/process-syncing.png diff --git a/SparkleShare/Mac/Pixmaps/process-syncing@2x.png b/SparkleShare/Mac/Resources/process-syncing@2x.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/process-syncing@2x.png rename to SparkleShare/Mac/Resources/process-syncing@2x.png diff --git a/SparkleShare/Mac/Pixmaps/sparkleshare-app.icns b/SparkleShare/Mac/Resources/sparkleshare-app.icns similarity index 100% rename from SparkleShare/Mac/Pixmaps/sparkleshare-app.icns rename to SparkleShare/Mac/Resources/sparkleshare-app.icns diff --git a/SparkleShare/Mac/Pixmaps/sparkleshare-folder.icns b/SparkleShare/Mac/Resources/sparkleshare-folder.icns similarity index 100% rename from SparkleShare/Mac/Pixmaps/sparkleshare-folder.icns rename to SparkleShare/Mac/Resources/sparkleshare-folder.icns diff --git a/SparkleShare/Mac/Pixmaps/tutorial-slide-3.png b/SparkleShare/Mac/Resources/tutorial-slide-3.png similarity index 100% rename from SparkleShare/Mac/Pixmaps/tutorial-slide-3.png rename to SparkleShare/Mac/Resources/tutorial-slide-3.png diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index 616b08bb..db278732 100644 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -105,21 +105,6 @@ - - Plugins\bitbucket%402x.png - - - Plugins\github%402x.png - - - Plugins\gitorious%402x.png - - - Plugins\own-server%402x.png - - - Plugins\ssnet%402x.png - @@ -133,110 +118,18 @@ HTML\event-log.html - - Pixmaps\side-splash.png - - + sparkleshare-folder.icns - + sparkleshare-app.icns - - Pixmaps\document-added-12.png - - - Pixmaps\document-edited-12.png - - - Pixmaps\document-deleted-12.png - - - Pixmaps\document-moved-12.png - - - Pixmaps\about.png - HTML\jquery.js - - Pixmaps\tutorial-slide-3.png - - - Plugins\bitbucket.xml - - - Plugins\github.xml - - - Plugins\gitorious.xml - - - Plugins\own-server.xml - - - Plugins\bitbucket.png - - - Plugins\github.png - - - Plugins\gitorious.png - - - Plugins\own-server.png - - - Plugins\ssnet.png - - - Plugins\ssnet.xml - - - - - - - - - - - - - Pixmaps\user-icon-default.png - - - Pixmaps\side-splash%402x.png - - - - - - - - - - - - - Pixmaps\about%402x.png - - - Pixmaps\tutorial-slide-1.png - - - Pixmaps\tutorial-slide-1%402x.png - - - Pixmaps\tutorial-slide-2.png - - - Pixmaps\tutorial-slide-2%402x.png - - + @@ -250,4 +143,113 @@ SparkleLib.Git + + + Resources\side-splash.png + + + Resources\document-added-12.png + + + Resources\document-edited-12.png + + + Resources\document-deleted-12.png + + + Resources\document-moved-12.png + + + Resources\about.png + + + Resources\tutorial-slide-3.png + + + + + + + + + + + + + Resources\user-icon-default.png + + + Resources\side-splash%402x.png + + + + + + + + + + + + + Resources\about%402x.png + + + Resources\tutorial-slide-1.png + + + Resources\tutorial-slide-1%402x.png + + + Resources\tutorial-slide-2.png + + + Resources\tutorial-slide-2%402x.png + + + Plugins\bitbucket%402x.png + + + Plugins\github%402x.png + + + Plugins\gitorious%402x.png + + + Plugins\own-server%402x.png + + + Plugins\ssnet%402x.png + + + Plugins\bitbucket.xml + + + Plugins\github.xml + + + Plugins\gitorious.xml + + + Plugins\own-server.xml + + + Plugins\bitbucket.png + + + Plugins\github.png + + + Plugins\gitorious.png + + + Plugins\own-server.png + + + Plugins\ssnet.png + + + Plugins\ssnet.xml + +