From c2c9425c7bfcaa11511384131597a2b68557cbdf Mon Sep 17 00:00:00 2001 From: cocoatoucher Date: Sat, 3 Aug 2019 23:42:14 +0200 Subject: [PATCH] Removing glide package --- Demo/GlideDemo.xcodeproj/project.pbxproj | 41 +------------------ .../xcshareddata/swiftpm/Package.resolved | 16 -------- 2 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 Demo/GlideDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Demo/GlideDemo.xcodeproj/project.pbxproj b/Demo/GlideDemo.xcodeproj/project.pbxproj index 5b11cda..1e8c8b9 100644 --- a/Demo/GlideDemo.xcodeproj/project.pbxproj +++ b/Demo/GlideDemo.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 50; objects = { /* Begin PBXBuildFile section */ @@ -412,9 +412,6 @@ 4EBF28C8226E3DF100AE954B /* GameplayTipEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBF28C7226E3DF100AE954B /* GameplayTipEntity.swift */; }; 4EBF28C9226E3DF100AE954B /* GameplayTipEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBF28C7226E3DF100AE954B /* GameplayTipEntity.swift */; }; 4EBF28CA226E3DF100AE954B /* GameplayTipEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBF28C7226E3DF100AE954B /* GameplayTipEntity.swift */; }; - 4EBF597322F6314900D0B4F7 /* GlideEngine in Frameworks */ = {isa = PBXBuildFile; productRef = 4EBF597222F6314900D0B4F7 /* GlideEngine */; }; - 4EBF597522F6314F00D0B4F7 /* GlideEngine in Frameworks */ = {isa = PBXBuildFile; productRef = 4EBF597422F6314F00D0B4F7 /* GlideEngine */; }; - 4EBF597722F6315300D0B4F7 /* GlideEngine in Frameworks */ = {isa = PBXBuildFile; productRef = 4EBF597622F6315300D0B4F7 /* GlideEngine */; }; 4EC2384E224D74DE00F4FC59 /* SKSLoadingScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EC2384D224D74DE00F4FC59 /* SKSLoadingScene.swift */; }; 4EC23853224D750B00F4FC59 /* SKSLoadingScene.sks in Resources */ = {isa = PBXBuildFile; fileRef = 4EC23852224D750B00F4FC59 /* SKSLoadingScene.sks */; }; 4EC23856224D761000F4FC59 /* GlideColliderTileSet.sks in Resources */ = {isa = PBXBuildFile; fileRef = 4EC23855224D761000F4FC59 /* GlideColliderTileSet.sks */; }; @@ -774,7 +771,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4EBF597322F6314900D0B4F7 /* GlideEngine in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -782,7 +778,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4EBF597722F6315300D0B4F7 /* GlideEngine in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -790,7 +785,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4EBF597522F6314F00D0B4F7 /* GlideEngine in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1301,7 +1295,6 @@ ); name = GlideDemo_iOS; packageProductDependencies = ( - 4EBF597222F6314900D0B4F7 /* GlideEngine */, ); productName = DemoSideScrollerComponents; productReference = 4E908C4D217DE46800D8B29D /* Glide Demo.app */; @@ -1323,7 +1316,6 @@ ); name = GlideDemo_tvOS; packageProductDependencies = ( - 4EBF597622F6315300D0B4F7 /* GlideEngine */, ); productName = "SideScrollerDemo-tvOS"; productReference = 4E982A0E21F5E5DB00759A00 /* Glide Demo.app */; @@ -1345,7 +1337,6 @@ ); name = GlideDemo_macOS; packageProductDependencies = ( - 4EBF597422F6314F00D0B4F7 /* GlideEngine */, ); productName = DemoSideScrollerComponentsMac; productReference = 4EC50D0C217DE4F5005D66FC /* Glide Demo.app */; @@ -1385,7 +1376,6 @@ ); mainGroup = 4E908C44217DE46800D8B29D; packageReferences = ( - 4EBF597122F6314900D0B4F7 /* XCRemoteSwiftPackageReference "Glide" */, ); productRefGroup = 4E908C4E217DE46800D8B29D /* Products */; projectDirPath = ""; @@ -2362,35 +2352,6 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ - -/* Begin XCRemoteSwiftPackageReference section */ - 4EBF597122F6314900D0B4F7 /* XCRemoteSwiftPackageReference "Glide" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/cocoatoucher/Glide.git"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 1.0.4; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - -/* Begin XCSwiftPackageProductDependency section */ - 4EBF597222F6314900D0B4F7 /* GlideEngine */ = { - isa = XCSwiftPackageProductDependency; - package = 4EBF597122F6314900D0B4F7 /* XCRemoteSwiftPackageReference "Glide" */; - productName = GlideEngine; - }; - 4EBF597422F6314F00D0B4F7 /* GlideEngine */ = { - isa = XCSwiftPackageProductDependency; - package = 4EBF597122F6314900D0B4F7 /* XCRemoteSwiftPackageReference "Glide" */; - productName = GlideEngine; - }; - 4EBF597622F6315300D0B4F7 /* GlideEngine */ = { - isa = XCSwiftPackageProductDependency; - package = 4EBF597122F6314900D0B4F7 /* XCRemoteSwiftPackageReference "Glide" */; - productName = GlideEngine; - }; -/* End XCSwiftPackageProductDependency section */ }; rootObject = 4E908C45217DE46800D8B29D /* Project object */; } diff --git a/Demo/GlideDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/GlideDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 862784a..0000000 --- a/Demo/GlideDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "GlideEngine", - "repositoryURL": "https://github.com/cocoatoucher/Glide.git", - "state": { - "branch": null, - "revision": "b6288b5c4da3fa05ef281d2a68eb598f7795e2d4", - "version": "1.0.4" - } - } - ] - }, - "version": 1 -}