-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.variables.example
More file actions
67 lines (55 loc) · 2 KB
/
Copy pathMakefile.variables.example
File metadata and controls
67 lines (55 loc) · 2 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This file is used to setup local variables and paths for
# configuring, building and packaging the m1-spatialsystem
# project cross-platform
#
# Please rename and fill in the variables below to be used
# with the Makefile in this directory or
# copy these variables as environment variables as needed
#
# For custom override of SDK
# Note: leave blank to use local cmake installations
M1SDK_PATH=
AAX_PATH=
VST2_PATH=
WRAPTOOL=
PACE_ACCOUNT=
PACE_PASSWORD=
# AWS profile used for downloading CI artifacts and deploying releases.
# Leave empty to use the default AWS credential chain.
AWS_PROFILE=mach1
# AAX Validator (dsh tool) - Path to PACE AAX Validator CommandLineTools/dsh
# Example macOS arm64: /Users/username/SDKs/aax-validator-dsh-2024-6-0-138bab0d-mac-arm64/CommandLineTools/dsh
# Example macOS x64: /Users/username/SDKs/aax-validator-dsh-2024-6-0-138bab0d-mac-x64/CommandLineTools/dsh
# Example Windows: C:\SDKs\aax-validator-dsh-2024-6-0-138bab0d-win-x64\CommandLineTools\dsh.exe
AAX_VALIDATOR_PATH=
APPLE_TEAM_CODE=
APPLE_CODESIGN_ID="Developer ID Application: [NAME] ($(APPLE_TEAM_CODE))"
APPLE_CODESIGN_CODE=
APPLE_CODESIGN_INSTALLER_ID="Developer ID Installer: [NAME] ($(APPLE_TEAM_CODE))"
WIN_INNO_PATH=
# Optional. Leave blank to auto-detect from the installed Windows SDK.
WIN_SIGNTOOL_PATH=
# Azure CodeSigning with signtool.exe
AZURE_DLIB_PATH= # bin\x64\Azure.CodeSigning.Dlib.dll
AZURE_METADATA_PATH= # m1-spatialsystem\signing-metadata.json
AZURE_TIMESTAMP_URL="http://timestamp.acs.microsoft.com"
AZURE_CLIENT_ID=
AZURE_TENANT_ID=
AZURE_SECRET_ID=
AZURE_CLIENT_SECRET=
# Legacy (deprecated - keeping for reference)
WIN_SIGNTOOL_ID=
WIN_SIGNTOOL_PASS=
WIN_CODESIGN_CERT_PATH=
PANNER_FREE_GUID=
MONITOR_FREE_GUID=
M1_GLOBAL_GUID=
# Private
APPLE_USERNAME=""
ALTOOL_APPPASS=""
# Documentation deployment settings
docs_s3_bucket_name =
docs_s3_stage_bucket_name =
docs_port = 8810
docs_cloudfront_id = # Production CloudFront distribution ID
docs_stage_cloudfront_id = # Staging CloudFront distribution ID