diff --git a/.gitignore b/.gitignore index e5108d5..df382c2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ DerivedData *.hmap *.ipa *.xcuserstate +Lightbox.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/ +.swiftpm # CocoaPods Pods diff --git a/Cartfile b/Cartfile index 0885e17..e69de29 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +0,0 @@ -github "hyperoslo/Imaginary" ~> 5.0.0 -github "hyperoslo/Cache" ~> 6.0.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 204a001..e69de29 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +0,0 @@ -github "hyperoslo/Cache" "6.0.0" -github "hyperoslo/Imaginary" "5.0.0"