Skip to content

Commit 6f00cf0

Browse files
committed
Merge branch 'master' into conflict_marked_file
2 parents 831722b + c294035 commit 6f00cf0

File tree

98 files changed

+949
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+949
-489
lines changed

.travis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
osx_image: xcode8
1+
#
2+
# .travis.yml
3+
# Objective-Git
4+
#
5+
# https://docs.travis-ci.com/user/reference/osx/
6+
# https://docs.travis-ci.com/user/build-stages/matrix-expansion/
7+
#
8+
---
9+
os: osx
10+
osx_image: xcode9.3
211
language: objective-c
12+
313
matrix:
414
fast_finish: true
515
include:
6-
- osx_image: xcode8
16+
- osx_image: xcode9.3
717
env:
818
- SCHEME="ObjectiveGit Mac"
9-
- osx_image: xcode8
19+
- osx_image: xcode9.3
1020
env:
1121
- SCHEME="ObjectiveGit iOS"
22+
1223
before_install:
1324
- gem install xcpretty
1425
- gem install xcpretty-travis-formatter
1526
install: script/bootstrap
1627
script: script/cibuild
28+
1729
notifications:
1830
email: false

Cartfile.private

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "jspahrsummers/xcconfigs" >= 0.7.1
2-
github "Quick/Quick" ~> 0.9.2
3-
github "Quick/Nimble" ~> 4.0
4-
github "ZipArchive/ZipArchive" ~> 1.1
1+
github "jspahrsummers/xcconfigs" "master"
2+
github "Quick/Quick" ~> 1.2.0
3+
github "Quick/Nimble" ~> 7.1.0
4+
github "ZipArchive/ZipArchive" ~> 2.1.2

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Quick/Nimble" "v4.1.0"
2-
github "Quick/Quick" "v0.9.3"
3-
github "ZipArchive/ZipArchive" "v1.6.2"
4-
github "jspahrsummers/xcconfigs" "0.9"
1+
github "Quick/Nimble" "v7.1.0"
2+
github "Quick/Quick" "v1.2.0"
3+
github "ZipArchive/ZipArchive" "v2.1.2"
4+
github "jspahrsummers/xcconfigs" "bb795558a76e5daf3688500055bbcfe243bffa8d"

Carthage/Checkouts/Nimble

Submodule Nimble updated 192 files

Carthage/Checkouts/Quick

Submodule Quick updated 161 files

Carthage/Checkouts/ZipArchive

Submodule ZipArchive updated 100 files

Carthage/Checkouts/xcconfigs

External/libcrypto.a

Lines changed: 0 additions & 1 deletion
This file was deleted.

External/libextobjc/extobjc/EXTScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
_Pragma("clang diagnostic pop")
8989

9090
/*** implementation details follow ***/
91-
typedef void (^gt_ext_cleanupBlock_t)();
91+
typedef void (^gt_ext_cleanupBlock_t)(void);
9292

9393
void gt_ext_executeCleanupBlock (__strong gt_ext_cleanupBlock_t *block);
9494

External/libgit2

Submodule libgit2 updated 752 files

0 commit comments

Comments
 (0)