mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
Add macOS related configs to craftmaster.ini
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
fa97f5e3e9
commit
89dac600a9
1 changed files with 28 additions and 0 deletions
|
@ -15,6 +15,8 @@ CreateCache = False
|
|||
# Category is case sensitive
|
||||
[GeneralSettings]
|
||||
|
||||
General/MacDeploymentTarget = 10.15
|
||||
|
||||
## This is the location of your python installation.
|
||||
## This value must be set.
|
||||
Paths/Python = C:\Python39-x64
|
||||
|
@ -42,6 +44,13 @@ Packager/UseCache = ${Variables:UseCache}
|
|||
Packager/CreateCache = ${Variables:CreateCache}
|
||||
Packager/CacheDir = ${Variables:Root}\cache
|
||||
|
||||
#CodeSigning/Enabled = ${Env:SIGN_PACKAGE}
|
||||
#CodeSigning/Protected = True
|
||||
#CodeSigning/Certificate = ${Env:CRAFT_CODESIGN_CERTIFICATE}
|
||||
#CodeSigning/CommonName =
|
||||
#CodeSigning/MacDeveloperId = ownCloud GmbH (4AP2STM4H5)
|
||||
#CodeSigning/MacKeychainPath = sign-${Env:DRONE_BUILD_NUMBER}.keychain
|
||||
|
||||
[BlueprintSettings]
|
||||
# don't try to pip install on the ci
|
||||
python-modules.ignored = True
|
||||
|
@ -53,3 +62,22 @@ binary/mysql.useMariaDB = False
|
|||
[windows-msvc2019_64-cl]
|
||||
QtSDK/Compiler = msvc2019_64
|
||||
General/ABI = windows-msvc2019_64-cl
|
||||
|
||||
[macos-64-clang]
|
||||
General/ABI = macos-64-clang
|
||||
# Packager/PackageType = MacPkgPackager
|
||||
|
||||
[macos-64-clang-debug]
|
||||
General/ABI = macos-64-clang
|
||||
Compile/BuildType = Debug
|
||||
|
||||
[macos-clang-arm64]
|
||||
General/ABI = macos-clang-arm64
|
||||
|
||||
[macos-clang-arm64-debug]
|
||||
General/ABI = macos-clang-arm64
|
||||
Compile/BuildType = Debug
|
||||
|
||||
[Env]
|
||||
CRAFT_CODESIGN_CERTIFICATE =
|
||||
SIGN_PACKAGE = False
|
Loading…
Reference in a new issue