| OLD | NEW | 
|---|
|  | (Empty) | 
| 1 set -x |  | 
| 2 |  | 
| 3 # CCI checks out the project directly in the buildbot home folder |  | 
| 4 # and just CIRCLE_PROJECT_REPONAME is appended to it |  | 
| 5 # so here it must be simulated by full path |  | 
| 6 export HOME="/Users/pavel/Documents/browsertech/github_kitt-browser" |  | 
| 7 export CIRCLE_ARTIFACTS="$HOME/simulate-circleci-build/" |  | 
| 8 export CIRCLE_PROJECT_REPONAME="adblockplus-ios" |  | 
| 9 export CIRCLE_BRANCH="develop" |  | 
| 10 export CIRCLE_BUILD_NUM="1234" |  | 
| 11 # needed only for keychain.sh (i.e. signing release build) but listed anyway |  | 
| 12 export CIRCLECI=1 |  | 
| 13 export CI=1 |  | 
| 14 |  | 
| 15 # as declared in circlem.yml |  | 
| 16 export XCODE_WORKSPACE="AdblockBrowser.xcworkspace" |  | 
| 17 export XCODE_SCHEME="AdblockBrowser" |  | 
| 18 export CORE_REPONAME="kitt-core" |  | 
| 19 export APP_VERSION=$($HOME/$CIRCLE_PROJECT_REPONAME/deploy/readjson.sh $HOME/$CI
    RCLE_PROJECT_REPONAME/package.json version) |  | 
| 20 |  | 
| 21 $HOME/$CIRCLE_PROJECT_REPONAME/deploy/build.sh iphoneos10.0 |  | 
| OLD | NEW | 
|---|