# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1620054103 -7200 # Node ID 68a32dc9861f738b98646b54f23651607e74a145 # Parent 7de0d3d2259a13006e85df88b9fb3f96a5db3a35 Revert "Add exclude in Package.swift" This reverts commit efa73bd69966dc38407aaa7775477af3fb94a14c. diff -r 7de0d3d2259a -r 68a32dc9861f .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata Mon May 03 17:01:43 2021 +0200 @@ -0,0 +1,7 @@ + + + + + diff -r 7de0d3d2259a -r 68a32dc9861f .swiftpm/xcode/package.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file .swiftpm/xcode/package.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 7de0d3d2259a -r 68a32dc9861f DemoProject/DemoProject.xcodeproj/project.pbxproj --- a/DemoProject/DemoProject.xcodeproj/project.pbxproj Mon May 03 16:58:35 2021 +0200 +++ b/DemoProject/DemoProject.xcodeproj/project.pbxproj Mon May 03 17:01:43 2021 +0200 @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 50; objects = { /* Begin PBXBuildFile section */ @@ -12,7 +12,6 @@ 95770BE3263C5F86003FA924 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE2263C5F86003FA924 /* Assets.xcassets */; }; 95770BE6263C5F86003FA924 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */; }; 95770BEE263C5FCD003FA924 /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BED263C5FCD003FA924 /* Home.swift */; }; - 95770BF1263C6096003FA924 /* StockCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 95770BF0263C6096003FA924 /* StockCharts */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -30,7 +29,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 95770BF1263C6096003FA924 /* StockCharts in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -91,7 +89,6 @@ ); name = DemoProject; packageProductDependencies = ( - 95770BF0263C6096003FA924 /* StockCharts */, ); productName = DemoProject; productReference = 95770BDB263C5F85003FA924 /* DemoProject.app */; @@ -121,7 +118,6 @@ ); mainGroup = 95770BD2263C5F85003FA924; packageReferences = ( - 95770BEF263C6096003FA924 /* XCRemoteSwiftPackageReference "StockCharts" */, ); productRefGroup = 95770BDC263C5F85003FA924 /* Products */; projectDirPath = ""; @@ -340,25 +336,6 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ - -/* Begin XCRemoteSwiftPackageReference section */ - 95770BEF263C6096003FA924 /* XCRemoteSwiftPackageReference "StockCharts" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/denniscm190/StockCharts.git"; - requirement = { - branch = main; - kind = branch; - }; - }; -/* End XCRemoteSwiftPackageReference section */ - -/* Begin XCSwiftPackageProductDependency section */ - 95770BF0263C6096003FA924 /* StockCharts */ = { - isa = XCSwiftPackageProductDependency; - package = 95770BEF263C6096003FA924 /* XCRemoteSwiftPackageReference "StockCharts" */; - productName = StockCharts; - }; -/* End XCSwiftPackageProductDependency section */ }; rootObject = 95770BD3263C5F85003FA924 /* Project object */; } diff -r 7de0d3d2259a -r 68a32dc9861f DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved --- a/DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved Mon May 03 16:58:35 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "StockCharts", - "repositoryURL": "https://github.com/denniscm190/StockCharts.git", - "state": { - "branch": "main", - "revision": "63798e38d49dfd38625aae730b6d062fbc6288f2", - "version": null - } - } - ] - }, - "version": 1 -} diff -r 7de0d3d2259a -r 68a32dc9861f DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 7de0d3d2259a -r 68a32dc9861f Package.swift --- a/Package.swift Mon May 03 16:58:35 2021 +0200 +++ b/Package.swift Mon May 03 17:01:43 2021 +0200 @@ -22,11 +22,9 @@ targets: [ .target( name: "StockCharts", - exclude: ["DemoProject"], dependencies: []), .testTarget( name: "StockChartsTests", - exclude: ["DemoProject"], dependencies: ["StockCharts"]), ] ) diff -r 7de0d3d2259a -r 68a32dc9861f StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed