mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 03:19:21 +00:00
Fix and improve nightly builds (#1307)
* ci: (nightly) bump TransformerKit to fix compile Fixes build issue with Xcode 15 by raising minimum deployment target to 10.13 * ci: (nightly) bump dependencies to latest versions This ensures the build no longer fails with error code 65 * ci: (nightly) use github_token for carthage rate limit If we don't use the token the build can sometimes fail as it is rate limited, this ensures we can build more with less restrictions. * ci: (nightly) add empty sign identity * ci: (nightly) add code sign entitlements flag * build: make copyfiles first task to fix build cycle * ci: (nightly) bump gh action checkout to v4 * ci: (nightly) format github actions yaml * ci: (nightly) bump agent to use macos-latest * ci: (nightly) bump gh-release action to v2 * ci: fix algorithm name in hash
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
binary "https://sparkle-project.org/Carthage/Sparkle.json" "2.3.0"
|
||||
github "MacPass/KeePassKit" "3.2.1"
|
||||
github "MacPass/KissXML" "933f04fe5ad95c2be07ec0c2f801e140007f20fa"
|
||||
github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f"
|
||||
github "mstarke/HNHUi" "6.0"
|
||||
binary "https://sparkle-project.org/Carthage/Sparkle.json" "2.6.4"
|
||||
github "MacPass/KeePassKit" "3.3.2"
|
||||
github "MacPass/KissXML" "503fc012b73a4507965019720cbf1c157e849657"
|
||||
github "MacPass/TransformerKit" "3232b04c568df7f98b33ceb21a2090a9ccbc2065"
|
||||
github "mstarke/HNHUi" "6.0.1"
|
||||
Reference in New Issue
Block a user