Skip to content

Commit

Permalink
Updated license (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed committed Feb 8, 2021
1 parent 90ea5d4 commit 7fd0a48
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Bitrise
Copyright (c) 2021 Bitrise

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Bitrise Trace Add-on Terms of Service: https://docs.google.com/document/d/1jQCCkD3SjgX2nA6TnVzibvSDHcQuOroEML0rGe05DOQ/edit?usp=sharing
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,6 @@ You can share your Step or step version with the [bitrise CLI](https://github.co
1. Send the Pull Request, as described in the logs of `bitrise run share-this-step`

That's all ;)

## License
Add Trace SDK is released under the MIT license. See [LICENSE](https://github.com/bitrise-steplib/bitrise-step-add-trace-sdk/blob/master/LICENSE) for details.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.2.1
- STEP_GIT_VERION_TAG_TO_SHARE: 1.2.2
- STEP_GIT_CLONE_URL: https://github.com/bitrise-steplib/bitrise-step-add-trace-sdk.git
before_run:
- audit-this-step
Expand Down
2 changes: 2 additions & 0 deletions project_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def link_static_library()
# Run script
/usr/bin/xcrun --sdk macosx swift <(curl -Ls --retry 3 --connect-timeout 20 https://raw.githubusercontent.com/bitrise-io/trace-cocoa-sdk/main/UploadDSYM/main.swift)
# Script logs can be viewed in Xcode report navigator or Bitrise app build logs
echo "Bitrise Trace SDK - finished Upload dSYM's"
eos

Expand Down
10 changes: 8 additions & 2 deletions step.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
title: Add Trace SDK
summary: Add the Trace SDK during the Xcode build process.
summary: |
Add the Trace SDK before the build process
Important: Please read the Trace license terms in the SDK. By clicking here to add the Trace SDK, you are agreeing to those license terms.
description: |
Adds the Trace SDK static library during the Xcode build process into the resulting app artifact.
Expand All @@ -17,7 +20,10 @@ description: |
Supported stack: Xcode 11 and 12
Android:
TBA.
For Android, please find the details below.
**Source for Android step:**
[https://github.com/bitrise-steplib/bitrise-add-trace-sdk-android](https://github.com/bitrise-steplib/bitrise-add-trace-sdk-android)
Once the app has been deployed, developers can view the results of the app in the Trace addon.
Expand Down

0 comments on commit 7fd0a48

Please sign in to comment.