File tree
9 files changed
+16
-14
lines changed- Carthage/Checkouts
- SQLiteMigrationManager.xcodeproj
- SQLiteMigrationManager
- bin
9 files changed
+16
-14
lines changedLines 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 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + |
- .gitignore+2-2
- .travis.yml+9-5
- Documentation/README.md+1
- Documentation/en-us/ConfiguringQuick.md+2-2
- Documentation/en-us/NimbleAssertions.md+14-14
- Documentation/en-us/QuickExamplesAndGroups.md+1-1
- Documentation/en-us/TestingApps.md+75
- Documentation/ja/NimbleAssertions.md+14-14
- Documentation/ja/QuickExamplesAndGroups.md+1-1
- Documentation/ko-kr/ArrangeActAssert.md+203
- Documentation/ko-kr/BehavioralTesting.md+80
- Documentation/ko-kr/ConfiguringQuick.md+99
- Documentation/ko-kr/InstallingFileTemplates.md+25
- Documentation/ko-kr/InstallingQuick.md+141
- Documentation/ko-kr/MoreResources.md+25
- Documentation/ko-kr/NimbleAssertions.md+97
- Documentation/ko-kr/QuickExamplesAndGroups.md+462
- Documentation/ko-kr/QuickInObjectiveC.md+49
- Documentation/ko-kr/README.md+35
- Documentation/ko-kr/SettingUpYourXcodeProject.md+80
- Documentation/ko-kr/SharedExamples.md+116
- Documentation/ko-kr/TestUsingTestDoubles.md+129
- Documentation/ko-kr/TestingApps.md+173
- Documentation/ko-kr/Troubleshooting.md+10
- Documentation/zh-cn/NimbleAssertions.md+12-12
- Documentation/zh-cn/QuickExamplesAndGroups.md+1-1
- Externals/Nimble+1-1
- Gemfile+1-1
- Gemfile.lock+40-36
- Package.resolved+16
- Quick.podspec+6-2
- Quick.xcodeproj/project.pbxproj+59-36
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+1-3
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+1-3
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+1-3
- Quick.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- Rakefile+5
- Sources/Quick/Configuration/QuickConfiguration.swift+3-3
- Sources/Quick/DSL/World+DSL.swift+9-4
- Sources/Quick/Example.swift+3
- Sources/Quick/NSString+C99ExtendedIdentifier.swift+19-3
- Sources/Quick/QuickSpec.swift+14-2
- Sources/Quick/World.swift+1-1
- Sources/QuickObjectiveC/Configuration/QuickConfiguration.m+6-1
- Sources/QuickObjectiveC/DSL/QCKDSL.m+6-2
- Sources/QuickObjectiveC/DSL/World+DSL.h-20
- Sources/QuickObjectiveC/QuickSpec.h+6
- Sources/QuickObjectiveC/QuickSpec.m+11-3
- Sources/QuickObjectiveC/World.h-18
- Sources/QuickObjectiveC/XCTestSuite+QuickTestSuiteBuilder.m+5
- Tests/QuickTests/QuickTests/FunctionalTests/CurrentSpecTests.swift+25
- Tests/QuickTests/QuickTests/Helpers/QCKSpecRunner.m-1
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.h+7-1
- Tests/QuickTests/QuickTests/Helpers/QuickSpec+QuickSpec_MethodList.m+5-13
Submodule SQLite.swift updated 26 files
- .gitmodules
- .swift-version+1-1
- .travis.yml+2-2
- CHANGELOG.md+7
- Documentation/Index.md+9-9
- Makefile+1-1
- README.md+5-5
- SQLite.swift.podspec+2-2
- SQLite.xcodeproj/project.pbxproj+7-25
- SQLite.xcodeproj/xcshareddata/xcschemes/SQLite Mac.xcscheme+2-3
- SQLite.xcodeproj/xcshareddata/xcschemes/SQLite iOS.xcscheme+2-5
- SQLite.xcodeproj/xcshareddata/xcschemes/SQLite tvOS.xcscheme+2-3
- SQLite.xcodeproj/xcshareddata/xcschemes/SQLite watchOS.xcscheme+1-1
- Sources/SQLite/Core/Connection.swift+1-1
- Sources/SQLite/Helpers.swift+1-1
- Sources/SQLite/Typed/Coding.swift+1-1
- Sources/SQLite/Typed/CoreFunctions.swift+1-1
- Sources/SQLite/Typed/Expression.swift+1-1
- Sources/SQLite/Typed/Query.swift+5-5
- Sources/SQLite/Typed/Schema.swift+10-10
- Tests/CocoaPods/Gemfile+1-1
- Tests/CocoaPods/Gemfile.lock+29-25
- Tests/CocoaPods/integration_test.rb+27
- Tests/SQLiteTests/BlobTests.swift+1-1
- Tests/SQLiteTests/ConnectionTests.swift+5-2
- Tests/SQLiteTests/FTS4Tests.swift+1-1
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| 269 | + | |
269 | 270 |
| |
270 | 271 |
| |
271 | 272 |
| |
272 | 273 |
| |
273 | 274 |
| |
274 | 275 |
| |
| 276 | + | |
275 | 277 |
| |
276 | 278 |
| |
277 | 279 |
| |
| |||
322 | 324 |
| |
323 | 325 |
| |
324 | 326 |
| |
| 327 | + | |
325 | 328 |
| |
326 | 329 |
| |
327 | 330 |
| |
328 | 331 |
| |
329 | 332 |
| |
330 | 333 |
| |
| 334 | + | |
331 | 335 |
| |
332 | 336 |
| |
333 | 337 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
| |||
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 |
| - | |
60 | 58 |
| |
61 | 59 |
| |
62 | 60 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
0 commit comments