Skip to content

Commit

Permalink
fix build (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed authored Feb 9, 2022
1 parent cdba77e commit 6d5c958
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.bitrise*
_tmp
.DS_Store
steps-xcode-build-for-simulator
10 changes: 10 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ workflows:
- BRANCH: watch
- BITRISE_PROJECT_PATH: sample-apps-ios-workspace-swift.xcworkspace
- BITRISE_SCHEME: sample-apps-ios-workspace-swift
- SIMULATOR_OS_VERSION: "11.4"
- SIMULATOR_OS_VERSION: "latest"
- OUTPUT_TOOL: xcodebuild
- OUTPUT_DIR: $BITRISE_DEPLOY_DIR
- BITRISE_APP_DIR_PATH_EXPECTED: "$BITRISE_DEPLOY_DIR/sample-apps-ios-workspace-swift.app"
Expand All @@ -96,7 +96,7 @@ workflows:
- BRANCH: watch
- BITRISE_PROJECT_PATH: sample-apps-ios-workspace-swift.xcworkspace
- BITRISE_SCHEME: sample-apps-ios-workspace-swift
- SIMULATOR_OS_VERSION: "11.4"
- SIMULATOR_OS_VERSION: "latest"
- OUTPUT_TOOL: xcpretty
- OUTPUT_DIR: $BITRISE_DEPLOY_DIR
- BITRISE_APP_DIR_PATH_EXPECTED: "$BITRISE_DEPLOY_DIR/sample-apps-ios-workspace-swift.app"
Expand All @@ -111,7 +111,7 @@ workflows:
- BRANCH: master
- BITRISE_PROJECT_PATH: ios/SampleProjectReactNative.xcodeproj
- BITRISE_SCHEME: SampleProjectReactNative
- SIMULATOR_OS_VERSION: "11.4"
- SIMULATOR_OS_VERSION: "latest"
- OUTPUT_TOOL: xcpretty
- OUTPUT_DIR: $BITRISE_DEPLOY_DIR
- BITRISE_APP_DIR_PATH_EXPECTED: "$BITRISE_DEPLOY_DIR/SampleProjectReactNative.app"
Expand All @@ -126,7 +126,7 @@ workflows:
- BRANCH: master
- BITRISE_PROJECT_PATH: ios/SampleProjectReactNative.xcworkspace
- BITRISE_SCHEME: SampleProjectReactNative
- SIMULATOR_OS_VERSION: "11.4"
- SIMULATOR_OS_VERSION: "latest"
- OUTPUT_TOOL: xcpretty
- OUTPUT_DIR: $BITRISE_DEPLOY_DIR
- BITRISE_APP_DIR_PATH_EXPECTED: "$BITRISE_DEPLOY_DIR/SampleProjectReactNative.app"
Expand Down

0 comments on commit 6d5c958

Please sign in to comment.