From 791d8d2ca73effa2babc0d0e4ae2bd04efbc75f6 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Sun, 9 Aug 2020 15:42:45 +0200 Subject: [PATCH] Fix build script typos and missing configuration --- macBuildAndPublish-ios.sh | 1 + macBuildAndPublish-pure-ios.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/macBuildAndPublish-ios.sh b/macBuildAndPublish-ios.sh index a789f82..d506639 100755 --- a/macBuildAndPublish-ios.sh +++ b/macBuildAndPublish-ios.sh @@ -4,6 +4,7 @@ set -e ./gradlew multiplatform-crypto-api:build #now let's build linux deps cd sodiumWrapper +./makeMacosX86-64.sh ./makeIos.sh #now we can do the delegated build of ios and macos libraries cd .. diff --git a/macBuildAndPublish-pure-ios.sh b/macBuildAndPublish-pure-ios.sh index e49a80e..c272949 100755 --- a/macBuildAndPublish-pure-ios.sh +++ b/macBuildAndPublish-pure-ios.sh @@ -2,7 +2,7 @@ set -e #!/bin/sh #this will hopefully download all konan dependancies that we use in the build scripts ./gradlew multiplatform-crypto-api:build -./gradlew multiplatform-crypto:publishIos32ArmPublicationToSnapshotRepository \ -multiplatform-crypto:publishIos64ArmPublicationToSnapshotRepository \ +./gradlew multiplatform-crypto:publishIosArm32PublicationToSnapshotRepository \ +multiplatform-crypto:publishIosArm64PublicationToSnapshotRepository \ multiplatform-crypto:publishIosPublicationToSnapshotRepository set +e