From 6ef7a9709857b07b6071f10b7233b59cae07e1f3 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 26 May 2019 13:36:52 +0200 Subject: [PATCH] Symlink to submodules Easier to switch to other directories. --- Libraries/API | 1 + Libraries/Core | 1 + Passepartout.xcodeproj/project.pbxproj | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 120000 Libraries/API create mode 120000 Libraries/Core diff --git a/Libraries/API b/Libraries/API new file mode 120000 index 00000000..b4015434 --- /dev/null +++ b/Libraries/API @@ -0,0 +1 @@ +../Submodules/API/ \ No newline at end of file diff --git a/Libraries/Core b/Libraries/Core new file mode 120000 index 00000000..01be531a --- /dev/null +++ b/Libraries/Core @@ -0,0 +1 @@ +../Submodules/Core/ \ No newline at end of file diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index efc551ce..8263868e 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -460,7 +460,7 @@ 0EE4EB2B229A6FED000E4BA1 /* PassepartoutCoreTests-iOS */, 0E57F63A20C83FC5008323CF /* Passepartout-iOS */, 0EDE8DC020C86910004C739C /* Passepartout-iOS-Tunnel */, - 0EE4EB2C229A71BB000E4BA1 /* Submodules */, + 0EE4EB2C229A71BB000E4BA1 /* Libraries */, 0E57F63920C83FC5008323CF /* Products */, 374B9F085E1148C37CF9117A /* Frameworks */, ECB6C4CA315B2CB2AFE7ACBB /* Pods */, @@ -652,13 +652,13 @@ path = "PassepartoutCoreTests-iOS"; sourceTree = ""; }; - 0EE4EB2C229A71BB000E4BA1 /* Submodules */ = { + 0EE4EB2C229A71BB000E4BA1 /* Libraries */ = { isa = PBXGroup; children = ( 0E3CAFC3229AAF8E0008E5C8 /* API */, 0EE4EB2E229A71DA000E4BA1 /* Core */, ); - path = Submodules; + path = Libraries; sourceTree = ""; }; 0EE4EB2E229A71DA000E4BA1 /* Core */ = {