Skip to content

Commit

Permalink
Support Xcode 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed committed Nov 3, 2020
1 parent 8438a8d commit 11578ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,8 @@ System libraries and frameworks are linked if they are not present. It’s recom

This step is compatible with all Xcode projects that use Swift only, interoperability (mixed) and Objective-C only languages.

Stack: Xcode 11 and 12 supported.

Android:
TBA.

Expand Down
2 changes: 1 addition & 1 deletion bitrise.yml
Expand Up @@ -31,7 +31,7 @@ workflows:
envs:
- MY_STEPLIB_REPO_FORK_GIT_URL: https://github.com/shams-ahmed/bitrise-steplib.git
- STEP_ID_IN_STEPLIB: add-trace-sdk
- STEP_GIT_VERION_TAG_TO_SHARE: 1.1.0
- STEP_GIT_VERION_TAG_TO_SHARE: 1.1.1
- STEP_GIT_CLONE_URL: https://github.com/bitrise-steplib/bitrise-step-add-trace-sdk.git
before_run:
- audit-this-step
Expand Down
4 changes: 2 additions & 2 deletions step.rb
Expand Up @@ -30,8 +30,8 @@

path = lib_version

if ['Xcode 11.5', 'Xcode 11.6', 'Xcode 11.7'].include? xcode_version
path += " (Xcode 11.7)" # Xcode 11 builds are built using Xcode 11.7. Update Bitrise stack first
if xcode_version.start_with?("Xcode 11")
path += " (Xcode 11.7)" # Xcode 11 projects are built using Xcode 11.7. Update Bitrise stack first
end

puts "Will start download for version: #{path}"
Expand Down
2 changes: 2 additions & 0 deletions step.yml
Expand Up @@ -14,6 +14,8 @@ description: |
Source code for the iOS SDK can be found here: https://github.com/bitrise-io/trace-cocoa-sdk
Supported stack: Xcode 11 and 12
Android:
TBA.
Expand Down

0 comments on commit 11578ad

Please sign in to comment.