We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fd9d6 commit 09bce71Copy full SHA for 09bce71
.circleci/config.yml
@@ -206,13 +206,13 @@ jobs:
206
207
publish:
208
macos:
209
- xcode: "10.1.0"
+ xcode: "12.5.1"
210
working_directory: "~"
211
steps:
212
- checkout:
213
path: ~/project
214
- run: git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
215
- - run: cd Escape && swift build -c release -Xswiftc -static-stdlib
+ - run: cd Escape && swift build -c release
216
- run: cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
217
- run: cd project && Escape react-native publish
218
0 commit comments