migration
This commit is contained in:
@@ -10,10 +10,10 @@ meta:
|
||||
app:
|
||||
envs:
|
||||
- TEST_SHARD_COUNT: 2
|
||||
- BITRISE_PROJECT_PATH: Darwin/PediFoods.xcodeproj
|
||||
- BITRISE_PROJECT_PATH: PediFoods.xcodeproj
|
||||
opts:
|
||||
is_expand: false
|
||||
- BITRISE_SCHEME: PediFoods App
|
||||
- BITRISE_SCHEME: PediFoods
|
||||
opts:
|
||||
is_expand: false
|
||||
- BITRISE_DISTRIBUTION_METHOD: app-store
|
||||
@@ -103,7 +103,7 @@ workflows:
|
||||
title: Set build number
|
||||
inputs:
|
||||
- content: |
|
||||
cd $BITRISE_SOURCE_DIR/Darwin
|
||||
cd $BITRISE_SOURCE_DIR
|
||||
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
||||
- xcode-archive@5:
|
||||
inputs:
|
||||
@@ -147,7 +147,7 @@ workflows:
|
||||
title: Set build number
|
||||
inputs:
|
||||
- content: |
|
||||
cd $BITRISE_SOURCE_DIR/Darwin
|
||||
cd $BITRISE_SOURCE_DIR
|
||||
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
||||
- xcode-archive@5:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user