forked from github/CopilotForXcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
33 lines (33 loc) · 1.06 KB
/
Info.plist
File metadata and controls
33 lines (33 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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>APPLICATION_SUPPORT_FOLDER</key>
<string>$(APPLICATION_SUPPORT_FOLDER)</string>
<key>APP_ID_PREFIX</key>
<string>$(AppIdentifierPrefix)</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>TEAM_ID_PREFIX</key>
<string>$(TeamIdentifierPrefix)</string>
<key>XPCService</key>
<dict>
<key>ServiceType</key>
<string>Application</string>
</dict>
<key>COPILOT_DOCS_URL</key>
<string>$(COPILOT_DOCS_URL)</string>
<key>COPILOT_FORUM_URL</key>
<string>$(COPILOT_FORUM_URL)</string>
<key>STANDARD_TELEMETRY_CHANNEL_KEY</key>
<string>$(STANDARD_TELEMETRY_CHANNEL_KEY)</string>
</dict>
</plist>