File tree
71 files changed
+425
-271
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitTests
- ObjectiveGit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+425
-271
lines changedLines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
2 | 11 |
| |
| 12 | + | |
3 | 13 |
| |
4 | 14 |
| |
5 | 15 |
| |
6 |
| - | |
| 16 | + | |
7 | 17 |
| |
8 | 18 |
| |
9 |
| - | |
| 19 | + | |
10 | 20 |
| |
11 | 21 |
| |
| 22 | + | |
12 | 23 |
| |
13 | 24 |
| |
14 | 25 |
| |
15 | 26 |
| |
16 | 27 |
| |
| 28 | + | |
17 | 29 |
| |
18 | 30 |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
- .Package.test.swift-39
- .gitignore+2-1
- .swift-version+1-1
- .swiftlint.yml+1-2
- .travis.yml+15-1
- Documentation/ja/ConfiguringQuick.md+1-1
- Externals/Nimble+1-1
- Package.swift+17-3
- [email protected]+40
- Quick.podspec+1-1
- Quick.xcodeproj/project.pbxproj+83-32
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+17-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+17-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+17-1
- Rakefile+4-5
- Sources/Quick/Behavior.swift+17
- Sources/Quick/Callsite.swift+14-1
- Sources/Quick/Configuration/Configuration.swift+2-2
- Sources/Quick/Configuration/QuickConfiguration.swift+4-4
- Sources/Quick/DSL/DSL.swift+30
- Sources/Quick/DSL/World+DSL.swift+33-3
- Sources/Quick/ErrorUtility.swift+1-1
- Sources/Quick/Example.swift+20-2
- Sources/Quick/ExampleGroup.swift+5-9
- Sources/Quick/ExampleMetadata.swift+14-1
- Sources/Quick/Filter.swift+14-1
- Sources/Quick/NSBundle+CurrentTestBundle.swift+1-1
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+2-2
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+1-1
- Sources/Quick/QuickSpec.swift+2-2
- Sources/Quick/QuickTestSuite.swift+6-6
- Sources/Quick/World.swift+17-3
- Sources/QuickSpecBase/include/QuickSpecBase.h+2-2
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift+10-1
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+1-1
- Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_BehaviorTests_Behaviors.swift+20
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+20-21
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+17-18
- Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift+59
- Tests/QuickTests/QuickTests/FunctionalTests/ContextTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/CrossReferencingSpecs.swift+2-2
- Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+4-4
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/FailureUsingXCTAssertTests+ObjC.m+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift+8-1
- Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift+2-2
Submodule ZipArchive updated 87 files
- .gitignore+6-14
- .travis.yml+83-3
- ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj+443-76
- ObjectiveCExample/ObjectiveCExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_iOS.xcscheme+25-4
- ObjectiveCExample/ObjectiveCExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_macOS.xcscheme+72
- ObjectiveCExample/ObjectiveCExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample_tvOS.xcscheme+72
- ObjectiveCExample/ObjectiveCExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- ObjectiveCExample/ObjectiveCExample/AppDelegate.m+1-1
- ObjectiveCExample/ObjectiveCExample/Base.lproj/Main.storyboard+41-30
- ObjectiveCExample/ObjectiveCExample/ViewController.m+96-78
- ObjectiveCExample/ObjectiveCExampleTests/CancelDelegate.h+17
- ObjectiveCExample/ObjectiveCExampleTests/CancelDelegate.m+29
- ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.h+2-2
- ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.m+5-10
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/Empty.zip
- ObjectiveCExample/ObjectiveCExampleTests/ProgressDelegate.h+17
- ObjectiveCExample/ObjectiveCExampleTests/ProgressDelegate.m+46
- ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m+196-145
- ObjectiveCExample/Podfile+18-8
- ObjectiveCExample/Podfile.lock+4-4
- README.md+19-10
- SSZipArchive.podspec+5-6
- SSZipArchive/SSZipArchive+Swift.swift-25
- SSZipArchive/SSZipArchive.h+65-22
- SSZipArchive/SSZipArchive.m+483-287
- SSZipArchive/SSZipCommon.h+47-62
- SSZipArchive/ZipArchive.h+1-1
- SSZipArchive/aes/aes_via_ace.h-541
- SSZipArchive/aes/entropy.c-54
- SSZipArchive/aes/entropy.h-16
- SSZipArchive/aes/hmac.c-145
- SSZipArchive/aes/hmac.h-103
- SSZipArchive/aes/pwd2key.h-57
- SSZipArchive/aes/sha1.h-73
- SSZipArchive/minizip/aes/aes.h+270-198
- SSZipArchive/minizip/aes/aes_ni.c+687
- SSZipArchive/minizip/aes/aes_ni.h+59
- SSZipArchive/minizip/aes/aescrypt.c+301-294
- SSZipArchive/minizip/aes/aeskey.c+554-548
- SSZipArchive/minizip/aes/aesopt.h+776-739
- SSZipArchive/minizip/aes/aestab.c+418-391
- SSZipArchive/minizip/aes/aestab.h+173-173
- SSZipArchive/minizip/aes/brg_endian.h+127-126
- SSZipArchive/minizip/aes/brg_types.h+191-219
- SSZipArchive/minizip/aes/fileenc.c+145-144
- SSZipArchive/minizip/aes/fileenc.h+121-121
- SSZipArchive/minizip/aes/hmac.c+209
- SSZipArchive/minizip/aes/hmac.h+119
- SSZipArchive/minizip/aes/prng.c+155-155
- SSZipArchive/minizip/aes/prng.h+82-82
- SSZipArchive/minizip/aes/pwd2key.c+181-193
- SSZipArchive/minizip/aes/pwd2key.h+45
- SSZipArchive/minizip/aes/sha1.c+283-258
- SSZipArchive/minizip/aes/sha1.h+72
- SSZipArchive/minizip/crypt.c+144
- SSZipArchive/minizip/crypt.h+40-106
- SSZipArchive/minizip/ioapi.c+71-87
- SSZipArchive/minizip/ioapi.h+35-56
- SSZipArchive/minizip/ioapi_buf.c+461
- SSZipArchive/minizip/ioapi_buf.h+52
- SSZipArchive/minizip/ioapi_mem.c+167
- SSZipArchive/minizip/ioapi_mem.h+52
- SSZipArchive/minizip/minishared.c+292
- SSZipArchive/minizip/minishared.h+51
- SSZipArchive/minizip/mztools.c-284
- SSZipArchive/minizip/mztools.h-31
- SSZipArchive/minizip/unzip.c+1.0k-848
- SSZipArchive/minizip/unzip.h+65-60
- SSZipArchive/minizip/zip.c+977-885
- SSZipArchive/minizip/zip.h+85-72
- SwiftExample/Podfile+1
- SwiftExample/Podfile.lock+4-4
- SwiftExample/SwiftExample.xcodeproj/project.pbxproj+37-28
- SwiftExample/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExample.xcscheme+108
- SwiftExample/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExampleCarthage.xcscheme+91
- SwiftExample/SwiftExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- SwiftExample/SwiftExample/AppDelegate.swift+1-1
- SwiftExample/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json+25
- SwiftExample/SwiftExample/Base.lproj/Main.storyboard+25-16
- SwiftExample/SwiftExample/ViewController.swift+29-12
- ZipArchive.xcodeproj/project.pbxproj+579-157
- ZipArchive.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-Mac.xcscheme+1-1
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-iOS.xcscheme+1-1
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-tvos.xcscheme+80
- ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-watchos.xcscheme+80
- icon.png
Submodule xcconfigs updated from cc451b0 to bb79555
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
| 107 | + | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Lines changed: 34 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
| 128 | + | |
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
131 | 132 |
| |
132 |
| - | |
| 133 | + | |
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
138 | 139 |
| |
139 |
| - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 |
| |
141 | 145 |
| |
142 | 146 |
| |
| |||
157 | 161 |
| |
158 | 162 |
| |
159 | 163 |
| |
160 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
161 | 167 |
| |
162 | 168 |
| |
163 | 169 |
| |
| |||
179 | 185 |
| |
180 | 186 |
| |
181 | 187 |
| |
182 |
| - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
183 | 191 |
| |
184 | 192 |
| |
185 | 193 |
| |
186 | 194 |
| |
187 | 195 |
| |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
188 | 201 |
| |
189 |
| - | |
| 202 | + | |
190 | 203 |
| |
191 | 204 |
| |
192 | 205 |
| |
| |||
195 | 208 |
| |
196 | 209 |
| |
197 | 210 |
| |
198 |
| - | |
| 211 | + | |
199 | 212 |
| |
200 | 213 |
| |
201 | 214 |
| |
202 | 215 |
| |
203 |
| - | |
| 216 | + | |
204 | 217 |
| |
205 | 218 |
| |
206 | 219 |
| |
207 | 220 |
| |
208 | 221 |
| |
209 |
| - | |
| 222 | + | |
210 | 223 |
| |
211 | 224 |
| |
212 | 225 |
| |
213 | 226 |
| |
214 |
| - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
215 | 235 |
| |
216 |
| - | |
| 236 | + | |
217 | 237 |
| |
218 | 238 |
| |
219 | 239 |
| |
| |||
239 | 259 |
| |
240 | 260 |
| |
241 | 261 |
| |
242 |
| - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
243 | 265 |
| |
244 | 266 |
| |
245 | 267 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
0 commit comments