From 434b2b0f2a47cc1054265533a6ab339f3e82c80f Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Wed, 28 Feb 2018 13:43:09 +0100 Subject: [PATCH] Add submodule for SPTPersistentCache --- .gitmodules | 3 +++ ios/Vendor/SPTPersistentCache | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 ios/Vendor/SPTPersistentCache diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..3fdf7916 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ios/Vendor/SPTPersistentCache"] + path = ios/Vendor/SPTPersistentCache + url = https://github.com/spotify/SPTPersistentCache.git diff --git a/ios/Vendor/SPTPersistentCache b/ios/Vendor/SPTPersistentCache new file mode 160000 index 00000000..a977ca8c --- /dev/null +++ b/ios/Vendor/SPTPersistentCache @@ -0,0 +1 @@ +Subproject commit a977ca8c73ac0a3e0be4ada3123d12186e825ee4