Skip to content

Commit

Permalink
Target iPhone 11 simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
readefries committed Oct 2, 2020
1 parent 85faad6 commit 1f95912
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ steps:
- task: Xcode@5
inputs:
actions: 'test'
scheme: 'RFIBANHelper'
sdk: 'iphoneos'
configuration: 'Release'
sdk: 'iphoneos'
xcWorkspacePath: 'Example/RFIBANHelper.xcodeproj'
xcodeVersion: 'default' # Options: 8, 9, 10, default, specifyPath
scheme: 'RFIBANHelper'
packageApp: false
destinationPlatformOption: 'iOS'
destinationSimulators: 'iPhone 11'

0 comments on commit 1f95912

Please sign in to comment.