Skip to content

Commit c5ff513

Browse files
authored
Merge pull request #713 from tiennou/build-it
Build it
2 parents 120623d + 491330c commit c5ff513

File tree

17 files changed

+651
-164
lines changed

17 files changed

+651
-164
lines changed

.gitignore

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,17 @@
22
*.swp
33
*~.nib
44

5-
build/*
6-
.build/*
7-
build-iPhoneSimulator/*
8-
build-iPhoneOS/*
9-
objective-git.bridgesupport
10-
ObjectiveGitFramework/build/*
11-
ObjectiveGit-iOS.framework/*
12-
External/libgit2*.a
13-
External/libgit2-ios
14-
155
*.pbxuser
166
*.perspective
177
*.perspectivev3
188

199
*.mode1v3
2010
*.mode2v3
2111

22-
project.xcworkspace
2312
*/xcuserdata/
2413
*.xccheckout
2514
*.xcscmblueprint
2615

27-
ObjectiveGitTests/fixtures/Fixtures/*
28-
29-
External/ios-openssl/include
30-
External/ios-openssl/lib
31-
External/libssh2-ios
32-
16+
External/libgit2-mac.a
3317
Carthage/Build
3418

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@
77
#
88
---
99
os: osx
10-
osx_image: xcode9.3
10+
osx_image: xcode12.2
1111
language: objective-c
1212

1313
matrix:
1414
fast_finish: true
1515
include:
16-
- osx_image: xcode9.3
17-
env:
16+
- env:
1817
- SCHEME="ObjectiveGit Mac"
19-
- osx_image: xcode9.3
20-
env:
18+
- env:
2119
- SCHEME="ObjectiveGit iOS"
2220

2321
before_install:

Cartfile.private

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "jspahrsummers/xcconfigs" "master"
2-
github "Quick/Quick" ~> 1.3.4
3-
github "Quick/Nimble" ~> 7.3.3
4-
github "ZipArchive/ZipArchive" ~> 2.1.4
2+
github "Quick/Quick" ~> 2.1.0
3+
github "Quick/Nimble" ~> 8.0.1
4+
github "ZipArchive/ZipArchive" ~> 2.2.3

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Quick/Nimble" "v7.3.3"
2-
github "Quick/Quick" "v1.3.4"
3-
github "ZipArchive/ZipArchive" "v2.1.4"
4-
github "jspahrsummers/xcconfigs" "bb795558a76e5daf3688500055bbcfe243bffa8d"
1+
github "Quick/Nimble" "v8.1.2"
2+
github "Quick/Quick" "v2.2.1"
3+
github "ZipArchive/ZipArchive" "v2.2.3"
4+
github "jspahrsummers/xcconfigs" "4ced0ad5a971220917994a4edfa6abf9702e3818"

Carthage/Checkouts/Nimble

Submodule Nimble updated 128 files

Carthage/Checkouts/Quick

Submodule Quick updated 96 files

Carthage/Checkouts/ZipArchive

Submodule ZipArchive updated 159 files

Carthage/Checkouts/xcconfigs

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 591 additions & 89 deletions
Large diffs are not rendered by default.

ObjectiveGitFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)