From 42a021a97b27be52433e373f74de17e7900f0200 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Tue, 20 Dec 2022 13:23:36 +0800 Subject: [PATCH] swift scripts --- cozo-lib-swift/publish_pod.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 cozo-lib-swift/publish_pod.sh diff --git a/cozo-lib-swift/publish_pod.sh b/cozo-lib-swift/publish_pod.sh new file mode 100755 index 00000000..20caf18b --- /dev/null +++ b/cozo-lib-swift/publish_pod.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +# +# Copyright 2022, The Cozo Project Authors. +# +# This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. +# If a copy of the MPL was not distributed with this file, +# You can obtain one at https://mozilla.org/MPL/2.0/. +# + +pod trunk push CozoSwiftBridge.podspec --allow-warnings \ No newline at end of file