File tree
35 files changed
+263
-101
lines changed- Carthage/Checkouts
- ObjectiveGit
- Categories
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitTests
35 files changed
+263
-101
lines changedLines changed: 3 additions & 3 deletions
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 |
| |
|
Lines changed: 3 additions & 3 deletions
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
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 4 additions & 0 deletions
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 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
311 |
| - | |
| 311 | + | |
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
| 237 | + | |
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
|
Lines changed: 26 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
48 |
| - | |
| 51 | + | |
49 | 52 |
| |
50 | 53 |
| |
51 | 54 |
| |
| |||
68 | 71 |
| |
69 | 72 |
| |
70 | 73 |
| |
71 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 |
| |
73 | 78 |
| |
74 | 79 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 |
| |
26 | 38 |
| |
27 | 39 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 |
| |
44 | 48 |
| |
45 | 49 |
| |
|
Lines changed: 10 additions & 0 deletions
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 |
| |
|
Lines changed: 20 additions & 2 deletions
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 |
| |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 15 |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 |
| |
24 | 32 |
| |
25 | 33 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
122 | 132 |
| |
123 | 133 |
| |
124 | 134 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
207 | 222 |
| |
208 | 223 |
| |
209 | 224 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
| 71 | + | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
113 | 123 |
| |
114 | 124 |
| |
115 | 125 |
| |
| |||
209 | 219 |
| |
210 | 220 |
| |
211 | 221 |
| |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
212 | 233 |
| |
213 | 234 |
| |
214 | 235 |
| |
|
0 commit comments