Ver código fonte

Import GHSidebarNav

Felix Paul Kühne 12 anos atrás
pai
commit
7691f8bd22
2 arquivos alterados com 6 adições e 0 exclusões
  1. 3 0
      Resources/About Contents.html
  2. 3 0
      buildAspenProject.sh

+ 3 - 0
Resources/About Contents.html

@@ -52,6 +52,9 @@ Copyright &copy; 2011, Deusty, LLC - <a href="#bsd2clause">2-clause BSD License<
 &nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.dropbox.com/developers">Dropbox SDK</a><br />
 Copyright &copy; 2010 Dropbox (Evenflow, Inc.) - <a href="#mit">MIT License</a><br />
 <br />
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/gresrun/GHSidebarNav">GHSidebarNav</a><br />
+Copyright &copy; 2011 Greg Haines - <a href="#apache2">Apache 2 License</a><br />
+<br />
 &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.inappsettingskit.com">InAppSettingsKit</a><br />
 Copyright &copy; 2009, 2010 Luc Vandal, Edovia Inc., Ortwin Gentz, FutureTap GmbH - <a href="#bsd2clause">2-clause BSD License</a><br />
 <br />

+ 3 - 0
buildAspenProject.sh

@@ -143,6 +143,9 @@ fi
 if ! [ -e OBSlider ]; then
 git clone git://github.com/ole/OBSlider.git
 fi
+if ! [ -e GHSidebarNav ]; then
+git clone git://github.com/gresrun/GHSidebarNav.git
+fi
 if ! [ -e AQGridView ]; then
 git clone git://github.com/AlanQuatermain/AQGridView.git
 cd AQGridView