-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copilot-for-Xcode-Info.plist
32 lines (32 loc) · 1.21 KB
/
Copilot-for-Xcode-Info.plist
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
<?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>