Skip to content

Commit 9dde186

Browse files
committed
Remove Carthage
1 parent 1db6983 commit 9dde186

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ xcuserdata/
3232
# CocoaPods
3333
Pods/
3434

35-
# Carthage
36-
Carthage/Checkouts
37-
Carthage/Build
38-
3935
# bundler config
4036
/.bundle
4137
vendor/bundle

Cartfile

-1
This file was deleted.

Cartfile.resolved

-1
This file was deleted.

Carthage/.DS_Store

-6 KB
Binary file not shown.

setup.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/bin/sh -x
22

33
rm Podfile.lock
4-
rm Cartfile.resolved
54
rm -rf Pods
65
rm -rf StudyplusSDK.xcworkspace
76

87
pod install
9-
carthage update --no-use-binaries --platform iOS
10-

0 commit comments

Comments
 (0)