From 5430184ff063e680e22bf55688bacc8b54f4a980 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 16 Nov 2010 20:08:33 +0000 Subject: [PATCH] Add submodules --- .gitmodules | 4 ++-- SparkleShare/SparkleShare.cs | 2 ++ lib/maccore | 1 + lib/monomac | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 lib/maccore create mode 160000 lib/monomac diff --git a/.gitmodules b/.gitmodules index b66465ec..2f64e000 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,8 +5,8 @@ path = GitSharp url = http://github.com/henon/GitSharp.git [submodule "MonoMac"] - path = lib/MonoMac + path = lib/monomac url = https://github.com/mono/monomac.git [submodule "MacCore"] - path = lib/MacCore + path = lib/maccore url = https://github.com/mono/monomac.git diff --git a/SparkleShare/SparkleShare.cs b/SparkleShare/SparkleShare.cs index 2779f00e..38c16ae6 100644 --- a/SparkleShare/SparkleShare.cs +++ b/SparkleShare/SparkleShare.cs @@ -30,6 +30,8 @@ namespace SparkleShare { public static SparkleController Controller; public static SparkleUI UI; + + // TODO: Move to Controller public static string UserName = ""; public static string UserEmail = ""; diff --git a/lib/maccore b/lib/maccore new file mode 160000 index 00000000..da3e017c --- /dev/null +++ b/lib/maccore @@ -0,0 +1 @@ +Subproject commit da3e017ccda1ce1c21777246151a5d7f21a3ffa5 diff --git a/lib/monomac b/lib/monomac new file mode 160000 index 00000000..433483a4 --- /dev/null +++ b/lib/monomac @@ -0,0 +1 @@ +Subproject commit 433483a484b8637b379265c38ebab643a8cfcc6a