Skip to content

Commit deefc3f

Browse files
authored
fixed failing tests caused by corrupted Carthage files (contentful#299)
1 parent ce412c5 commit deefc3f

File tree

6 files changed

+4
-12
lines changed

6 files changed

+4
-12
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=5.0.10
1+
CONTENTFUL_SDK_VERSION=5.0.11

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Packages
1717
*.xcscmblueprint
1818

1919
# Carthage
20-
Carthage/Build/
20+
Carthage
2121
*.framework.zip

Cartfile.private

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
github "venmo/DVR" ~> 1.3.2
2-
<<<<<<< HEAD
3-
github "AliSoftware/OHHTTPStubs" ~> 7.0.0
4-
=======
52
github "AliSoftware/OHHTTPStubs" ~> 8.0.0
6-
>>>>>>> master

Cartfile.resolved

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
<<<<<<< HEAD
2-
github "AliSoftware/OHHTTPStubs" "7.0.0"
3-
=======
41
github "AliSoftware/OHHTTPStubs" "8.0.0"
5-
>>>>>>> master
62
github "venmo/DVR" "v1.3.2"

Carthage/Checkouts/OHHTTPStubs

Submodule OHHTTPStubs updated 26 files

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTFUL_SDK_VERSION=5.0.10
1+
CONTENTFUL_SDK_VERSION=5.0.11

0 commit comments

Comments
 (0)