diff --git a/PlantUMLApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PlantUMLApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3bd5d39..0f3b7c5 100644 --- a/PlantUMLApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/PlantUMLApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,34 +1,32 @@ { - "object": { - "pins": [ - { - "package": "LangGraph", - "repositoryURL": "https://github.com/bsorrentino/LangGraph-Swift.git", - "state": { - "branch": "develop", - "revision": "45e5243ee11632614908caef34432629278591a0", - "version": null - } - }, - { - "package": "OpenAI", - "repositoryURL": "https://github.com/MacPaw/OpenAI.git", - "state": { - "branch": "main", - "revision": "fd13a41e987004d14f1793c570721953a2767b03", - "version": null - } - }, - { - "package": "SwiftyAceEditor", - "repositoryURL": "https://github.com/bsorrentino/SwiftyACE.git", - "state": { - "branch": "plantuml", - "revision": "7131760a100219845edad7296d87b926812eb871", - "version": null - } + "pins" : [ + { + "identity" : "langgraph-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/bsorrentino/LangGraph-Swift.git", + "state" : { + "branch" : "develop", + "revision" : "45e5243ee11632614908caef34432629278591a0" } - ] - }, - "version": 1 + }, + { + "identity" : "openai", + "kind" : "remoteSourceControl", + "location" : "https://github.com/MacPaw/OpenAI.git", + "state" : { + "branch" : "main", + "revision" : "fd13a41e987004d14f1793c570721953a2767b03" + } + }, + { + "identity" : "swiftyace", + "kind" : "remoteSourceControl", + "location" : "https://github.com/bsorrentino/SwiftyACE.git", + "state" : { + "branch" : "main", + "revision" : "b851e3691103648f03104a64fe7a1ab5e87d777e" + } + } + ], + "version" : 2 } diff --git a/PlantUMLFramework/Package.swift b/PlantUMLFramework/Package.swift index cbe5f4f..961a4c3 100644 --- a/PlantUMLFramework/Package.swift +++ b/PlantUMLFramework/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/bsorrentino/SwiftyACE.git", branch: "plantuml") + .package(url: "https://github.com/bsorrentino/SwiftyACE.git", branch: "main") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.