Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb1ebe0

Browse files
committedMar 18, 2017
[ios] Replaced iproj with xproj in Bitrise workflow
1 parent b4e0f4b commit eb1ebe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎platform/ios/bitrise.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ workflows:
2727
#!/bin/bash
2828
set -eu -o pipefail
2929
export BUILDTYPE=Debug
30-
make iproj
30+
make xproj
3131
- is_debug: 'yes'
3232
- xcode-test:
3333
title: Run SDK Unit Tests
3434
inputs:
35-
- project_path: platform/ios/ios.xcworkspace
36-
- scheme: CI
35+
- project_path: platform/macos/macos.xcworkspace
36+
- scheme: iOS CI
3737
- deploy-to-bitrise-io:
3838
title: Deploy to Bitrise.io
3939
inputs:

0 commit comments

Comments
 (0)
This repository has been archived.