Sha256: 210b424edea381055a6d33e5b5a9565f1e0df01efd738f94d800ae5129348d50

Contents?: true

Size: 487 Bytes

Versions: 2

Compression:

Stored size: 487 Bytes

Contents

#!/bin/bash

# Compiles and runs CLIConsumer mac app, which uses the MySample pod and ensures the binary version of MySample works end-to-end.

set -e
set -x

rm -rf out/
echo Building MySample...
bundle exec ruby local_pod.rb pack --allow-warnings samples/MySample/MySample.podspec --out-dir=out https://example.com --no-repo-update --use-static-frameworks --skip-platforms=watchos --skip-validation $@

echo Building CLIConsumer, which uses MySample pod
./samples/CLIConsumer/build.sh

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-pack-1.0.1 endToEndPackMySample.sh
cocoapods-pack-1.0.0 endToEndPackMySample.sh