diff --git a/build.sh b/build.sh index 2ed8d760..d7184c19 100755 --- a/build.sh +++ b/build.sh @@ -18,9 +18,11 @@ rm Segment.zip rm Sovran.zip rm Segment.sha256 rm Sovran.sha256 +rm JSONSafeEncoder.zip +rm JSONSafeEncoder.sha256 echo "Building XCFrameworks ..." -swift create-xcframework --clean --platform ios --platform macos --platform maccatalyst --platform tvos --platform watchos --stack-evolution --zip Segment Sovran +swift create-xcframework --clean --platform ios --platform macos --platform maccatalyst --platform tvos --platform watchos --stack-evolution --zip Segment Sovran JSONSafeEncoder echo "Done." \ No newline at end of file diff --git a/release.sh b/release.sh index b36f6c5e..19877bd5 100755 --- a/release.sh +++ b/release.sh @@ -147,6 +147,8 @@ rm $tempFile gh release upload $newVersion ${PRODUCT_NAME}.zip gh release upload $newVersion ${PRODUCT_NAME}.sha256 -# SPECIAL CASE: We need to upload Sovran to save them time. +# SPECIAL CASE: We need to upload Sovran and JSONSafeEncoder to save them time. gh release upload $newVersion Sovran.zip gh release upload $newVersion Sovran.sha256 +gh release upload $newVersion JSONSafeEncoder.zip +gh release upload $newVersion JSONSafeEncoder.sha256