This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add sign message client code * add response * expected coin is string * fix project warnings * remove Gemfile
- Loading branch information
1 parent
3c33707
commit eca43e1
Showing
13 changed files
with
138 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,21 +11,16 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install gems | ||
run: sudo gem install bundler --no-document | ||
- name: Bundle update | ||
run: bundle update --bundler | ||
working-directory: ./Example | ||
- name: Cache | ||
id: pod_cache | ||
uses: actions/[email protected] | ||
with: | ||
path: Example/Pods | ||
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} | ||
- name : Pod install | ||
run: bundle exec pod install --repo-update | ||
run: pod install --repo-update | ||
if: steps.pod_cache.outputs.cache-hit != 'true' | ||
working-directory: ./Example | ||
- name: Run Tests | ||
run: bundle exec fastlane ios tests | ||
run: fastlane ios tests | ||
working-directory: ./Example |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Example/TrustSDK.xcodeproj/xcshareddata/xcschemes/TrustSDK-Example.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.