We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c427ff commit bff6f26Copy full SHA for bff6f26
1 file changed
bridgeLaunchAgent.plist
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>Label</key>
6
+ <string>com.intii.CopilotForXcode.CommunicationBridge</string>
7
+ <key>Program</key>
8
+ <string>/Applications/Copilot for Xcode.app/Contents/Applications/CommunicationBridge</string>
9
+ <key>MachServices</key>
10
+ <dict>
11
+ <key>com.intii.CopilotForXcode.CommunicationBridge</key>
12
+ <true/>
13
+ </dict>
14
+</dict>
15
+</plist>
0 commit comments