Skip to content

Commit ca95e3f

Browse files
authored
Migs647/carthage fix 2 (#78)
* Updated Carthage to use analytics 4.0.x * Moved Carthage files to proper location
1 parent 97f66c9 commit ca95e3f

File tree

27 files changed

+18
-21
lines changed

27 files changed

+18
-21
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ version: 2
22
jobs:
33
build-and-test:
44
macos:
5-
xcode: "9.4.1"
5+
xcode: "11.5.0"
66
steps:
77
- checkout
88
- run: xcrun simctl list
9-
- run:
10-
name: Fetch Cocoapods specs
11-
command: curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
129
- run:
1310
name: Install dependencies
1411
command: |
1512
sudo gem install xcpretty
16-
sudo gem install cocoapods -v 1.3.1
13+
sudo gem install cocoapods
14+
sudo gem install cocoapods-repo-update
1715
make install
1816
- run:
1917
name: Run tests

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ DerivedData
2222
# Bundler
2323
.bundle
2424

25-
Carthage/Carthage
26-
Carthage/Archive.zip
25+
Carthage
26+
Archive.zip
2727
# We recommend against adding the Pods directory to your .gitignore. However
2828
# you should judge for yourself, the pros and cons are mentioned at:
2929
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "amplitude/Amplitude-iOS"
2-
github "segmentio/analytics-ios"
2+
github "segmentio/analytics-ios"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "amplitude/Amplitude-iOS" "v5.2.1"
2-
github "segmentio/analytics-ios" "4.0.3"
2+
github "segmentio/analytics-ios" "4.0.4"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)