From a3825a081a513afe72d7ce54a0d808d841b1a4a8 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Ansary Date: Sun, 11 Sep 2022 14:45:41 +0430 Subject: [PATCH] Remove Imaginary framework dependency --- Lightbox.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lightbox.xcodeproj/project.pbxproj b/Lightbox.xcodeproj/project.pbxproj index 2589504..6aef493 100644 --- a/Lightbox.xcodeproj/project.pbxproj +++ b/Lightbox.xcodeproj/project.pbxproj @@ -65,7 +65,6 @@ 44E6A65B2495BFD400543CF0 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; D22006731DFB4D9700E92898 /* Lightbox.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Lightbox.bundle; sourceTree = ""; }; D2258CC3215CD035005A9A1C /* Color+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Extensions.swift"; sourceTree = ""; }; - D2A58F5D1F7943A30064F14E /* Imaginary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Imaginary.framework; path = Carthage/Build/iOS/Imaginary.framework; sourceTree = ""; }; D2D71BBB1D54DA77006AB907 /* AssetManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetManager.swift; sourceTree = ""; }; D5026B3B1C5BF3FD003BC1A3 /* LightboxImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LightboxImage.swift; sourceTree = ""; }; D523B0A91C43AA2A001AD1EC /* Lightbox.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lightbox.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -125,7 +124,6 @@ D2A58F5C1F7943A30064F14E /* Frameworks */ = { isa = PBXGroup; children = ( - D2A58F5D1F7943A30064F14E /* Imaginary.framework */, ); name = Frameworks; sourceTree = "";