Sha256: 890ff7e8b7f0468de9d96fce7e448408b58e7411d46647e058b9ccf783abe541

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 Bytes

Contents

#!/bin/bash

set -e 
set -x
cli_project_path=`dirname $0`

rm -rf $cli_project_path/Pods/ $cli_project_path/build/ $cli_project_path/Podfile.lock

pod install  --project-directory=$cli_project_path --no-repo-update

xcodebuild -workspace $cli_project_path/CLIConsumer.xcworkspace -scheme CLIConsumer -configuration Release -derivedDataPath $cli_project_path/build/

./$cli_project_path/build/Build/Products/Release/CLIConsumer

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-pack-1.0.1 samples/CLIConsumer/build.sh
cocoapods-pack-1.0.0 samples/CLIConsumer/build.sh