forked from intitni/CopilotForXcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.xcconfig
More file actions
22 lines (18 loc) · 938 Bytes
/
Copy pathConfig.xcconfig
File metadata and controls
22 lines (18 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "Version.xcconfig"
SLASH = /
// Apple Silicon only: no Intel slice is built, so no target can fall back to
// ARCHS_STANDARD and quietly reintroduce x86_64.
ARCHS = arm64
// Belt and braces: Xcode re-materializes ARCHS = $(ARCHS_STANDARD) at target level whenever the
// Architectures row is touched in the UI, which silently overrides the line above. EXCLUDED_ARCHS
// is subtracted from whatever ARCHS ends up being, so the Intel slice stays out either way.
EXCLUDED_ARCHS = x86_64
HOST_APP_NAME = Copilot for Xcode
BUNDLE_IDENTIFIER_BASE = com.intii.CopilotForXcode
SPARKLE_FEED_URL = https:$(SLASH)$(SLASH)copilotforxcode.intii.com/appcast.xml
SPARKLE_PUBLIC_KEY = WDzm5GHnc6c8kjeJEgX5GuGiPpW6Lc/ovGjLnrrZvPY=
APPLICATION_SUPPORT_FOLDER = com.intii.CopilotForXcode
EXTENSION_BUNDLE_NAME = Copilot
EXTENSION_BUNDLE_DISPLAY_NAME = Copilot
EXTENSION_SERVICE_NAME = CopilotForXcodeExtensionService
// see also target Configs