File tree
19 files changed
+136
-29
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitTests
- ObjectiveGit
- Categories
19 files changed
+136
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
- .ruby-version+1
- .travis.yml+15
- CONTRIBUTING.md+2-3
- Gemfile+4
- Gemfile.lock+63
- Nimble.podspec+2-1
- Nimble.xcodeproj/project.pbxproj+86-80
- README.md+7-4
- Sources/Nimble/Adapters/ObjectiveC/CurrentTestCaseTracker.h+9
- Sources/Nimble/Adapters/ObjectiveC/CurrentTestCaseTracker.m-25
- Sources/Nimble/Adapters/ObjectiveC/NMBExceptionCapture.m+1-1
- Sources/Nimble/Adapters/ObjectiveC/XCTestObservationCenter+Register.m+78
- Sources/Nimble/Expectation.swift+2-1
- Sources/Nimble/Matchers/BeCloseTo.swift+4-4
- Sources/Nimble/Matchers/Contain.swift+4-4
- Sources/Nimble/Nimble.h+1-1
- Tests/Nimble/Matchers/BeCloseToTest.swift+51
- Tests/Nimble/Matchers/ContainTest.swift+18
- script/release+4-18
- test+28-3
- .ruby-version+1
- .travis.yml+37-6
- CONTRIBUTING.md+2-3
- Documentation/en-us/InstallingQuick.md+2-2
- Documentation/en-us/QuickInObjectiveC.md+4
- Documentation/en-us/SharedExamples.md+2-2
- Documentation/ja/ArrangeActAssert.md-1
- Documentation/ja/BehavioralTesting.md-2
- Documentation/ja/InstallingQuick.md+2-2
- Documentation/ja/MoreResources.md+1-1
- Documentation/ja/SharedExamples.md+3-3
- Documentation/zh-cn/SettingUpYourXcodeProject.md+75
- Externals/Nimble+1-1
- Gemfile+3
- Gemfile.lock+67
- Quick.podspec+2-1
- Quick.xcodeproj/project.pbxproj+41-7
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-OSX.xcscheme+5-5
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+5-5
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+1-1
- QuickTests/FunctionalTests/ContextTests.swift-18
- README.md+2-2
- Rakefile+19-24
- Sources/Quick/DSL/World+DSL.swift+6-8
- Sources/Quick/QuickSpec.m+18-18
- Sources/Quick/World.h+1
- Sources/Quick/World.swift+9
- Sources/QuickTests/FunctionalTests/CrossReferencingSpecs.swift+19
- Sources/QuickTests/Helpers/QCKSpecRunner.m+4
- Sources/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.m+29-5
- Sources/QuickTests/main.swift+2
- circle.yml-3
- script/release+3-20
- script/travis-install-osx-3
- script/travis-script-osx+8-4
Submodule ZipArchive updated 30 files
- .travis.yml+7
- ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj+92-30
- ObjectiveCExample/ObjectiveCExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample.xcscheme+101
- ObjectiveCExample/ObjectiveCExample/Assets.xcassets/AppIcon.appiconset/Contents.json+5
- ObjectiveCExample/ObjectiveCExample/Base.lproj/Main.storyboard+91-3
- ObjectiveCExample/ObjectiveCExample/Sample Data/China to ban ivory trade.md+9
- ObjectiveCExample/ObjectiveCExample/Sample Data/Kerry in Syria.md+9
- ObjectiveCExample/ObjectiveCExample/Sample Data/wapo twitter banner.png
- ObjectiveCExample/ObjectiveCExample/ViewController.m+107-4
- ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.h+1-1
- ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m+21-8
- ObjectiveCExample/Podfile+9-1
- ObjectiveCExample/Podfile.lock+6-4
- README.md+4
- Release-Instructions.md+20
- SSZipArchive.podspec+6-4
- SSZipArchive/SSZipArchive+Swift.swift+25
- SSZipArchive/SSZipArchive.h+31-15
- SSZipArchive/SSZipArchive.m+182-77
- SSZipArchive/SSZipCommon.h+1-1
- SSZipArchive/ZipArchive.h-1
- SSZipArchive/minizip/unzip.c+1-1
- SSZipArchive/minizip/unzip.h+1-1
- SwiftExample/Podfile.lock+6-4
- SwiftExample/SwiftExample.xcodeproj/project.pbxproj+42-31
- SwiftExample/SwiftExample/AppDelegate.swift+6-6
- SwiftExample/SwiftExample/Base.lproj/Main.storyboard+29-23
- SwiftExample/SwiftExample/ViewController.swift+19-22
- SwiftExample/SwiftExampleTests/SwiftExampleTests.swift+1-1
- ZipArchive.xcodeproj/project.pbxproj+18-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
120 | 130 | | |
121 | 131 | | |
122 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
155 | 173 | | |
156 | 174 | | |
157 | | - | |
| 175 | + | |
158 | 176 | | |
159 | 177 | | |
160 | 178 | | |
| |||
0 commit comments