Skip to content

Commit

Permalink
Release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 12, 2025
1 parent 8379cfa commit c933346
Show file tree
Hide file tree
Showing 153 changed files with 6,422 additions and 1,291 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,15 @@
"version" : "509.0.2"
}
},
{
"identity" : "swiftui-flow-layout",
"kind" : "remoteSourceControl",
"location" : "https://github.com/globulus/swiftui-flow-layout",
"state" : {
"revision" : "de7da3440c3b87ba94adfa98c698828d7746a76d",
"version" : "1.0.5"
}
},
{
"identity" : "swiftui-navigation",
"kind" : "remoteSourceControl",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "CopilotIssue.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x9D",
"green" : "0x9D",
"red" : "0x9D"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
15 changes: 15 additions & 0 deletions Copilot for Xcode/Assets.xcassets/SwiftIcon.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "file_type_swift.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xFF",
"green" : "0x94",
"red" : "0x37"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
26 changes: 26 additions & 0 deletions Copilot for Xcode/Credits.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -3216,4 +3216,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\
SOFTWARE.\
\
\
Dependency: github.com/globulus/swiftui-flow-layout\
Version: 1.0.5\
License Content:\
MIT License\
\
Copyright (c) 2021 Gordan Glavaš\
\
Permission is hereby granted, free of charge, to any person obtaining a copy\
of this software and associated documentation files (the "Software"), to deal\
in the Software without restriction, including without limitation the rights\
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\
copies of the Software, and to permit persons to whom the Software is\
furnished to do so, subject to the following conditions:\
\
The above copyright notice and this permission notice shall be included in all\
copies or substantial portions of the Software.\
\
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\
SOFTWARE.\
\
\
}
60 changes: 31 additions & 29 deletions Copilot-for-Xcode-Info.plist
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>APP_ID_PREFIX</key>
<string>$(AppIdentifierPrefix)</string>
<key>APPLICATION_SUPPORT_FOLDER</key>
<string>$(APPLICATION_SUPPORT_FOLDER)</string>
<key>BUNDLE_IDENTIFIER_BASE</key>
<string>$(BUNDLE_IDENTIFIER_BASE)</string>
<key>EXTENSION_BUNDLE_NAME</key>
<string>$(EXTENSION_BUNDLE_NAME)</string>
<key>HOST_APP_NAME</key>
<string>$(HOST_APP_NAME)</string>
<key>LANGUAGE_SERVER_PATH</key>
<string>$(LANGUAGE_SERVER_PATH)</string>
<key>NODE_PATH</key>
<string>$(NODE_PATH)</string>
<key>SUEnableAutomaticChecks</key>
<string>YES</string>
<key>SUScheduledCheckInterval</key>
<string>3600</string>
<key>SUEnableJavaScript</key>
<string>NO</string>
<key>SUFeedURL</key>
<string>$(SPARKLE_FEED_URL)</string>
<key>SUPublicEDKey</key>
<string>$(SPARKLE_PUBLIC_KEY)</string>
<key>TEAM_ID_PREFIX</key>
<string>$(TeamIdentifierPrefix)</string>
</dict>
</plist>
<dict>
<key>APP_ID_PREFIX</key>
<string>$(AppIdentifierPrefix)</string>
<key>APPLICATION_SUPPORT_FOLDER</key>
<string>$(APPLICATION_SUPPORT_FOLDER)</string>
<key>BUNDLE_IDENTIFIER_BASE</key>
<string>$(BUNDLE_IDENTIFIER_BASE)</string>
<key>EXTENSION_BUNDLE_NAME</key>
<string>$(EXTENSION_BUNDLE_NAME)</string>
<key>HOST_APP_NAME</key>
<string>$(HOST_APP_NAME)</string>
<key>LANGUAGE_SERVER_PATH</key>
<string>$(LANGUAGE_SERVER_PATH)</string>
<key>NODE_PATH</key>
<string>$(NODE_PATH)</string>
<key>SUEnableAutomaticChecks</key>
<string>YES</string>
<key>SUScheduledCheckInterval</key>
<string>3600</string>
<key>SUEnableJavaScript</key>
<string>NO</string>
<key>SUFeedURL</key>
<string>$(SPARKLE_FEED_URL)</string>
<key>SUPublicEDKey</key>
<string>$(SPARKLE_PUBLIC_KEY)</string>
<key>TEAM_ID_PREFIX</key>
<string>$(TeamIdentifierPrefix)</string>
<key>STANDARD_TELEMETRY_CHANNEL_KEY</key>
<string>$(STANDARD_TELEMETRY_CHANNEL_KEY)</string>
</dict>
</plist>
21 changes: 20 additions & 1 deletion Core/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let package = Package(
"Client",
"LaunchAgentManager",
"UpdateChecker",
"GitHubCopilotViewModel",
]
),
],
Expand All @@ -52,6 +53,8 @@ let package = Package(
.package(url: "https://github.com/devm33/KeyboardShortcuts", branch: "main"),
.package(url: "https://github.com/devm33/CGEventOverride", branch: "devm33/fix-stale-AXIsProcessTrusted"),
.package(url: "https://github.com/devm33/Highlightr", branch: "master"),
.package(url: "https://github.com/globulus/swiftui-flow-layout",
from: "1.0.5")
],
targets: [
// MARK: - Main
Expand All @@ -76,6 +79,7 @@ let package = Package(
"ConversationTab",
"KeyBindingManager",
"XcodeThemeController",
.product(name: "TelemetryService", package: "Tool"),
.product(name: "XPCShared", package: "Tool"),
.product(name: "SuggestionProvider", package: "Tool"),
.product(name: "ConversationServiceProvider", package: "Tool"),
Expand All @@ -84,10 +88,12 @@ let package = Package(
.product(name: "AppMonitoring", package: "Tool"),
.product(name: "SuggestionBasic", package: "Tool"),
.product(name: "Status", package: "Tool"),
.product(name: "StatusBarItemView", package: "Tool"),
.product(name: "ChatTab", package: "Tool"),
.product(name: "Logger", package: "Tool"),
.product(name: "ChatAPIService", package: "Tool"),
.product(name: "Preferences", package: "Tool"),
.product(name: "AXHelper", package: "Tool"),
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
.product(name: "Dependencies", package: "swift-dependencies"),
Expand All @@ -114,6 +120,7 @@ let package = Package(
dependencies: [
"Client",
"LaunchAgentManager",
"GitHubCopilotViewModel",
.product(name: "SuggestionProvider", package: "Tool"),
.product(name: "Toast", package: "Tool"),
.product(name: "SharedUIComponents", package: "Tool"),
Expand Down Expand Up @@ -167,6 +174,7 @@ let package = Package(
.product(name: "Parsing", package: "swift-parsing"),
.product(name: "ChatAPIService", package: "Tool"),
.product(name: "Preferences", package: "Tool"),
.product(name: "AXHelper", package: "Tool"),
.product(name: "ConversationServiceProvider", package: "Tool"),
.product(name: "GitHubCopilotService", package: "Tool"),
]),
Expand All @@ -180,8 +188,10 @@ let package = Package(
.product(name: "Logger", package: "Tool"),
.product(name: "ChatTab", package: "Tool"),
.product(name: "Terminal", package: "Tool"),
.product(name: "Cache", package: "Tool"),
.product(name: "MarkdownUI", package: "swift-markdown-ui"),
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
.product(name: "SwiftUIFlowLayout", package: "swiftui-flow-layout")
]
),

Expand All @@ -192,6 +202,7 @@ let package = Package(
dependencies: [
"PromptToCodeService",
"ConversationTab",
"GitHubCopilotViewModel",
.product(name: "GitHubCopilotService", package: "Tool"),
.product(name: "Toast", package: "Tool"),
.product(name: "UserDefaultsObserver", package: "Tool"),
Expand All @@ -209,7 +220,7 @@ let package = Package(

// MARK: - Helpers

.target(name: "FileChangeChecker"),
.target(name: "FileChangeChecker"),
.target(
name: "LaunchAgentManager",
dependencies: [
Expand All @@ -224,6 +235,14 @@ let package = Package(
.product(name: "Logger", package: "Tool"),
]
),
.target(
name: "GitHubCopilotViewModel",
dependencies: [
.product(name: "GitHubCopilotService", package: "Tool"),
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
.product(name: "Status", package: "Tool"),
]
),

// MARK: Key Binding

Expand Down
Loading

0 comments on commit c933346

Please sign in to comment.