Mercurial > public > stock-charts
changeset 56:68a32dc9861f
Revert "Add exclude in Package.swift"
This reverts commit efa73bd69966dc38407aaa7775477af3fb94a14c.
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 03 May 2021 17:01:43 +0200 |
parents | 7de0d3d2259a |
children | 1621702163f0 |
files | .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .swiftpm/xcode/package.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate DemoProject/DemoProject.xcodeproj/project.pbxproj DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Package.swift StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate |
diffstat | 7 files changed, 8 insertions(+), 42 deletions(-) [+] |
line wrap: on
line diff
--- /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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace + version = "1.0"> + <FileRef + location = "self:"> + </FileRef> +</Workspace>
Binary file .swiftpm/xcode/package.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed
--- 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 */; }
--- 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 -}
Binary file DemoProject/DemoProject.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed
--- 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"]), ] )