Skip to content

Commit 9e2df1f

Browse files
Drop Carthage support
Keep Cocoapods and swift package manager support.
1 parent 1ab1fbd commit 9e2df1f

File tree

13 files changed

+3
-2185
lines changed

13 files changed

+3
-2185
lines changed

.github/workflows/macOS-12.yml

+1-31
Original file line numberDiff line numberDiff line change
@@ -46,34 +46,4 @@ jobs:
4646
# - name: Run local tests
4747
# run: swift test --skip-build -c debug --filter localTests
4848
# - name: Run remote tests
49-
# run: swift test --skip-build -c debug --filter remoteTests
50-
51-
carthage-iOS:
52-
name: Carthage
53-
runs-on: macOS-12
54-
concurrency:
55-
group: carthage-${{ github.run_id }}
56-
cancel-in-progress: false
57-
strategy:
58-
fail-fast: false
59-
max-parallel: 2
60-
matrix:
61-
destination: ['OS=15.4,name=iPhone 13']
62-
steps:
63-
- uses: actions/checkout@v2
64-
- name: Resolving dependencies
65-
run: carthage checkout
66-
- name: Building dependencies
67-
run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
68-
- name: Building framework
69-
run: xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}"
70-
# - name: Install ganache
71-
# run: npm install ganache --global
72-
# - name: Start ganache in background
73-
# run: ganache &
74-
# - name: Wait till ganache starts
75-
# run: sleep 1
76-
# - name: Run local tests
77-
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
78-
# - name: Run remote tests
79-
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests
49+
# run: swift test --skip-build -c debug --filter remoteTests

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ xcuserdata/
2121
*.moved-aside
2222
*.xccheckout
2323
*.xcscmblueprint
24+
web3swift.xcodeproj/
2425

2526
## Obj-C/Swift specific
2627
*.hmap
@@ -40,6 +41,7 @@ Package.pins
4041
.build/
4142
.swiftpm/**
4243
*/.swiftpm/**
44+
Package.resolved
4345

4446
# CocoaPods
4547
#

Cartfile

-4
This file was deleted.

Cartfile.resolved

-4
This file was deleted.

Package.resolved

-34
This file was deleted.

carthage.sh

-17
This file was deleted.

web3swift.xcodeproj/Info.plist

-22
This file was deleted.

0 commit comments

Comments
 (0)