Matt Rubin
19e24dd7d8
Replace antitypical/Result with the standard library Result type
2019-04-14 17:42:37 -04:00
Matt Rubin
56b3907ecf
Upgrade xcconfigs
2019-04-12 00:31:09 -04:00
Matt Rubin
ef9a46c86b
Upgrade xcconfigs to include Xcode 10.1's recommended build settings
2019-04-11 19:56:04 -04:00
Matt Rubin
8087272bc2
Upgrade ZipArchive to the latest version
2019-04-11 19:22:53 -04:00
Matt Rubin
74fe90393f
Upgrade Quick and Nimble to the latest versions
2019-04-11 19:16:51 -04:00
Matt Rubin
0cb2f8acc5
Upgrade Result to the latest version
2019-04-11 19:14:04 -04:00
Matt Diephouse
09ac23471b
Fix build with Xcode 9.2
2017-12-14 15:08:17 -05:00
Matt Rubin
d6d9d77488
Update dependencies to the latest versions
2017-04-25 23:49:02 -04:00
Matt Rubin
485b637d47
Update dependencies to support Swift 3
2016-12-17 00:16:24 -05:00
Matt Rubin
841e110812
Update Guanaco
...
Now that Swift 2.3 support has been merged into modocache/Guanaco, there's no need to use the fork.
2016-12-11 11:21:48 -08:00
Matt Rubin
322ff97332
Update Guanaco
...
The new version has looser deployment targets and cleaner build settings.
2016-12-10 16:43:02 -08:00
Matt Rubin
40c40c6b2d
Use a fork of Guanaco which supports Swift 2.3
2016-12-06 12:36:36 -05:00
Matt Rubin
76b3c9224e
Update Quick to 0.9.3
...
The Cartfile now specifies a dependency on Quick ~> 0.9.3, the first version of the library to support Swift 2.3 and Xcode 8:
https://github.com/Quick/Quick/releases/tag/v0.9.3
2016-12-06 11:22:29 -05:00
Matt Rubin
ac3fde8763
Update Nimble to 4.1.0
...
The Cartfile now specifies a dependency on Nimble ~> 4.1.0, the first version of the library to support Swift 2.3 and Xcode 8:
https://github.com/Quick/Nimble/releases/tag/v4.1.0
2016-12-06 10:25:58 -05:00
Matt Rubin
775c582e29
Update xcconfigs to 0.10
...
The Cartfile now specifies a dependency on xcconfigs >= 0.10, the version intended for use with Xcode 8:
https://github.com/jspahrsummers/xcconfigs/releases/tag/0.10
2016-12-06 09:55:06 -05:00
Matt Rubin
9ea09594d4
Update Result to 2.1.3
...
The Cartfile now specifies a dependency on Result ~> 2.1.1, the first version of the library to support Swift 2.3 and Xcode 8:
https://github.com/antitypical/Result/releases/tag/2.1.1
2016-12-06 09:54:47 -05:00
Tom Booth
1292c6a78f
Upgrade Quick to v0.9.1
...
This improves the quality of the test output, as noted by @modocache in
https://github.com/SwiftGit2/SwiftGit2/pull/52
A full diff of the changes to Quick can be found here:
https://github.com/Quick/Quick/compare/v0.8.0...v0.9.1
2016-03-03 14:13:03 +00:00
Tom Booth
aec66f930c
Use ZipArchive to extract fixtures for tests
...
The current method used by this library uses NSTask to spin up an
externally running task to unzip the fixtures, this will not work on iOS
as this functionality is not allowed. Switching to use ZipArchive, as
noted by @modocache, provides a portable way of extracting fixtures.
2016-02-16 16:51:49 +00:00
Markos Charatzas
5c8a6000c4
updated to Swift 2.0
...
updated to Xcode 7.2 recommended settings
integrated with Nimble (v3.0.0), Quick (v0.8.0), Result (1.0.1)
integrated with Guanaco (5031bf67297afbe61ac0f2fbf3e3e8400b3f8888) that supports Swift 2.0
2016-01-16 14:57:32 +00:00
Matt Diephouse
c4737c1098
Update Result to 0.4.1
2015-05-08 15:04:43 -04:00
Matt Diephouse
37bdb9eb0b
Actually remove these submodules
2015-04-20 19:56:31 -04:00
Matt Diephouse
6e737b1190
Update to antitypical/Result 0.3
2015-04-20 19:51:27 -04:00
Matt Diephouse
03032d0074
Switch from LlamaKit to antitypical/Result
2015-04-15 21:32:10 -04:00
Matt Diephouse
acd1cab2a5
Update to Nimble 0.4.1
2015-03-27 14:03:16 -04:00
Matt Diephouse
38ba66f80d
Manage dependencies with Carthage
2015-03-08 16:30:30 -04:00