File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 2424 run : xcodebuild -version | tee .xcode-version
2525 shell : bash
2626
27- - id : restore-carthage-cache
28- name : Restore Carthage cache
29- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
30- with :
31- path : Carthage
32- key : carthage-${{ inputs.platform }}-${{ hashFiles('Cartfile.resolved') }}-${{ hashFiles('.xcode-version') }}-v1
33-
34- - name : Install dependencies
35- if : steps.restore-carthage-cache.outputs.cache-hit != 'true'
36- run : carthage bootstrap --platform ${{ inputs.platform }} --use-xcframeworks --no-use-binaries --cache-builds
37- shell : bash
38-
3927 - name : Run tests
4028 uses : mxcl/xcodebuild@6e60022a0cbe8c89278be2dd1773a2f68e7c5c87
4129 with :
Original file line number Diff line number Diff line change 55
66## Environment setup
77
8- We use [ Carthage] ( https://github.com/Carthage/Carthage ) to manage SimpleKeychain's dependencies.
9-
1081 . Clone this repository and enter its root directory.
11- 2 . Run ` carthage bootstrap --use-xcframeworks ` to fetch and build the dependencies.
12- 3 . Open ` SimpleKeychain.xcodeproj ` in Xcode.
9+ 2 . Open ` SimpleKeychain.xcodeproj ` in Xcode.
You can’t perform that action at this time.
0 commit comments