Skip to content

Commit 7c71e9e

Browse files
committed
Update license
1 parent ba8d375 commit 7c71e9e

File tree

5 files changed

+677
-33
lines changed

5 files changed

+677
-33
lines changed

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
C8216B70298036EC00AD38C7 /* Helper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Helper; sourceTree = BUILT_PRODUCTS_DIR; };
148148
C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
149149
C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; };
150+
C82E38492A1F025F00D4EADF /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
150151
C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
151152
C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
152153
C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; };
@@ -242,6 +243,7 @@
242243
children = (
243244
C887BC832965D96000931567 /* DEVELOPMENT.md */,
244245
C8520308293D805800460097 /* README.md */,
246+
C82E38492A1F025F00D4EADF /* LICENSE */,
245247
C81E867D296FE4420026E908 /* Version.xcconfig */,
246248
C81458AD293A009600135263 /* Config.xcconfig */,
247249
C81458AE293A009800135263 /* Config.debug.xcconfig */,

Copilot for Xcode.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Core/Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ let package = Package(
5050
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
5151
.package(url: "https://github.com/raspu/Highlightr", from: "2.1.0"),
5252
.package(url: "https://github.com/JohnSundell/Splash", branch: "master"),
53-
.package(url: "https://github.com/nmdias/FeedKit", from: "9.1.2"),
5453
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.1.0"),
5554
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.0.0"),
5655
.package(url: "https://github.com/alfianlosari/GPTEncoder", from: "1.0.4"),
@@ -230,8 +229,7 @@ let package = Package(
230229
name: "UpdateChecker",
231230
dependencies: [
232231
"Logger",
233-
"Sparkle",
234-
.product(name: "FeedKit", package: "FeedKit"),
232+
"Sparkle"
235233
]
236234
),
237235
.target(name: "AXExtension"),

0 commit comments

Comments
 (0)