diff --git a/.gitmodules b/.gitmodules index e80b3ad8..d155ba5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,10 @@ [submodule "External/RHStatusItemView"] path = External/RHStatusItemView url = git://github.com/lhunath/RHStatusItemView.git +[submodule "External/LoveLyndir"] + path = External/LoveLyndir + url = git://github.com/Lyndir/love-lyndir.client.git [submodule "External/DCIntrospect"] path = External/DCIntrospect url = https://github.com/lhunath/DCIntrospect.git -[submodule "External/LoveLyndir"] - path = External/DCIntrospect - url = git://github.com/Lyndir/love-lyndir.client.git + diff --git a/Scripts/updateDependencies b/Scripts/updateDependencies index 0a30d922..169bbb19 100755 --- a/Scripts/updateDependencies +++ b/Scripts/updateDependencies @@ -5,7 +5,7 @@ shopt -s extglob ## Submodules that need to be checked out. -dependencies=( External/{FontReplacer,InAppSettingsKit,Pearl{,:External/jrswizzle,:External/uicolor-utilities,:External/iOSPorts},google-plus-ios-sdk,UbiquityStoreManager,RHStatusItemView} ) +dependencies=( External/{FontReplacer,InAppSettingsKit,Pearl{,:External/jrswizzle,:External/uicolor-utilities,:External/iOSPorts},google-plus-ios-sdk,UbiquityStoreManager,RHStatusItemView,LoveLyndir} ) ## Custom migration. # None yet.