Skip to content

Commit

Permalink
feat: remove openaikit references
Browse files Browse the repository at this point in the history
work on #25
  • Loading branch information
bsorrentino committed Dec 29, 2023
1 parent 8b2a107 commit 4183e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"object": {
"pins": [
{
"package": "OpenAIKit",
"repositoryURL": "https://github.com/marcodotio/OpenAIKit.git",
"state": {
"branch": null,
"revision": "9e718bc33f10bc0c0524ae140be6a89651c4ea3d",
"version": "1.2.0"
}
},
{
"package": "OpenAI",
"repositoryURL": "https://github.com/bsorrentino/Swift-OpenAI.git",
Expand Down
4 changes: 2 additions & 2 deletions PlantUMLKeyboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: "https://github.com/siteline/SwiftUI-Introspect.git", branch: "master" ),
.package(path: "../PlantUMLFramework" ),
.package(url: "https://github.com/marcodotio/OpenAIKit.git", from: "1.2.0"),
// .package(url: "https://github.com/marcodotio/OpenAIKit.git", from: "1.2.0"),
// .package(url: "https://github.com/bsorrentino/SwiftUI-LineEditor.git", branch: "develop"),
],
targets: [
Expand All @@ -28,7 +28,7 @@ let package = Package(
name: "PlantUMLKeyboard",
dependencies: [
// .product(name: "LineEditor", package: "SwiftUI-LineEditor"),
.product(name: "OpenAIKit", package: "OpenAIKit"),
// .product(name: "OpenAIKit", package: "OpenAIKit"),
"PlantUMLFramework",
],
resources: [.copy("plantuml_keyboard_data.json")]
Expand Down

0 comments on commit 4183e86

Please sign in to comment.