simple-c2pa

This is a fork of https://gitlab.com/guardianproject/proofmode/simple-c2pa
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/simple-c2pa.git
Log | Files | Refs | README | LICENSE

commit 0010d34559e2d57038f5c923bdcca98a84ef84f5
parent 57965067411fb417fcd30cf390d18f1faf5a0a40
Author: Darren Clarke <darren@redaranj.com>
Date:   Thu,  7 Dec 2023 08:01:09 +0100

Update Apple CI

Diffstat:
Mapple/.gitlab-ci.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/apple/.gitlab-ci.yml b/apple/.gitlab-ci.yml @@ -37,6 +37,8 @@ publish_apple: - git config --global user.name "${GITLAB_USER_NAME}" - git remote set-url --push origin "https://${GITLAB_ACCESS_USERNAME}:${GITLAB_ACCESS_TOKEN}@gitlab.com/guardianproject/proofmode/simple-c2pa.git" script: + - git pull origin main + - git checkout main - cp out/apple/SimpleC2PA.swift apple/src/SimpleC2PA/ - FRAMEWORK_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/simple_c2pa/${CI_COMMIT_TAG}/SimpleC2PA.xcframework.zip" - echo "Calculating checksum..."