File tree
13 files changed
+165
-56
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitFramework.xcworkspace
- ObjectiveGitTests
- ObjectiveGit
13 files changed
+165
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
- .gitignore+7
- CONTRIBUTING.md+13-6
- Nimble.podspec+2-1
- Nimble.xcodeproj/project.pbxproj+425-18
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-OSX.xcscheme+5-5
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-iOS.xcscheme+5-5
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-tvOS.xcscheme+99
- Nimble/Adapters/AssertionRecorder.swift+5-4
- Nimble/Adapters/NimbleEnvironment.swift+35
- Nimble/DSL+Wait.swift+71-32
- Nimble/DSL.swift+29-1
- Nimble/Expectation.swift+2-1
- Nimble/Info.plist+3-3
- Nimble/Matchers/Equal.swift+31
- Nimble/Matchers/HaveCount.swift+4-4
- Nimble/Matchers/MatcherProtocols.swift+2-2
- Nimble/Matchers/SatisfyAnyOf.swift+66
- Nimble/Nimble.h+3-3
- Nimble/Utils/Async.swift+354
- Nimble/Utils/Poll.swift-86
- Nimble/Wrappers/AsyncMatcherWrapper.swift+45-12
- Nimble/objc/DSL.h+6
- Nimble/objc/DSL.m+4
- Nimble/objc/NMBExceptionCapture.h+3
- Nimble/objc/NMBExceptionCapture.m+1-1
- NimbleTests/AsynchronousTest.swift+81-19
- NimbleTests/Info.plist+1-1
- NimbleTests/Matchers/EqualTest.swift+29
- NimbleTests/Matchers/HaveCountTest.swift+15-13
- NimbleTests/Matchers/SatisfyAnyOfTest.swift+40
- NimbleTests/objc/ObjCAsyncTest.m+4-2
- NimbleTests/objc/ObjCHaveCount.m+12-5
- NimbleTests/objc/ObjCSatisfyAnyOfTest.m+32
- README.md+47-16
- script/release+14-13
Submodule ZipArchive updated 72 files
- .gitignore+13-1
- ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj+581
- ObjectiveCExample/ObjectiveCExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata+7
- ObjectiveCExample/ObjectiveCExample.xcworkspace/contents.xcworkspacedata+10
- ObjectiveCExample/ObjectiveCExample/AppDelegate.h+17
- ObjectiveCExample/ObjectiveCExample/AppDelegate.m+45
- ObjectiveCExample/ObjectiveCExample/Assets.xcassets/AppIcon.appiconset/Contents.json+68
- ObjectiveCExample/ObjectiveCExample/Base.lproj/LaunchScreen.storyboard+27
- ObjectiveCExample/ObjectiveCExample/Base.lproj/Main.storyboard+25
- ObjectiveCExample/ObjectiveCExample/Info.plist+9-7
- ObjectiveCExample/ObjectiveCExample/ViewController.h+15
- ObjectiveCExample/ObjectiveCExample/ViewController.m+27
- ObjectiveCExample/ObjectiveCExample/main.m+16
- ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.h+1
- ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.m-1
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/IncorrectHeaders.zip
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/Info.plist
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/MacOS/TestProject
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/PkgInfo
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/Resources/Assets.car
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/Resources/Base.lproj/MainMenu.nib
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/Resources/en.lproj/Credits.rtf
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/PermissionsTestApp.app/Contents/Resources/en.lproj/InfoPlist.strings
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/RelativeSymbolicLink.zip
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/SymbolicLink.zip
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/TestArchive.zip
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/TestPasswordArchive.zip
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/Unicode.zip
- ObjectiveCExample/ObjectiveCExampleTests/Fixtures/hello.zip
- ObjectiveCExample/ObjectiveCExampleTests/Info.plist+4-2
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/0.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/1.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/2.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/3.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/4.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/5.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/6.m4a
- ObjectiveCExample/ObjectiveCExampleTests/Multi_Zip_Test/7.m4a
- ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m+97-113
- ObjectiveCExample/Podfile+8
- ObjectiveCExample/Podfile.lock+14
- README.md+39-30
- SSZipArchive.podspec+2-1
- SSZipArchive.xcodeproj/project.pbxproj-569
- SSZipArchive.xcodeproj/xcshareddata/xcschemes/SSZipArchive.xcscheme-96
- SSZipArchive/Common.h+43
- SSZipArchive/SSZipArchive.h+2-2
- SSZipArchive/SSZipArchive.m+2
- SSZipArchive/minizip/unzip.h+1-39
- Sample Application/SSAppDelegate.h-11
- Sample Application/SSAppDelegate.m-19
- Sample Application/Supporting Files/Default-568h@2x.png
- Sample Application/Supporting Files/SSZipArchive-Prefix.pch-16
- Sample Application/Supporting Files/main.m-15
- SwiftExample/Podfile+8
- SwiftExample/Podfile.lock+14
- SwiftExample/SwiftExample.xcodeproj/project.pbxproj+528
- SwiftExample/SwiftExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata+1-1
- SwiftExample/SwiftExample.xcworkspace/contents.xcworkspacedata+10
- SwiftExample/SwiftExample/AppDelegate.swift+46
- SwiftExample/SwiftExample/Assets.xcassets/AppIcon.appiconset/Contents.json+68
- SwiftExample/SwiftExample/Base.lproj/LaunchScreen.storyboard+27
- SwiftExample/SwiftExample/Base.lproj/Main.storyboard+83
- SwiftExample/SwiftExample/Info.plist+47
- SwiftExample/SwiftExample/Sample Data/China to ban ivory trade.md+9
- SwiftExample/SwiftExample/Sample Data/Kerry in Syria.md+9
- SwiftExample/SwiftExample/Sample Data/wapo twitter banner.png
- SwiftExample/SwiftExample/ViewController.swift+120
- SwiftExample/SwiftExampleTests/Info.plist+24
- SwiftExample/SwiftExampleTests/SwiftExampleTests.swift+36
- Tests/Fixtures/SymbolicLink.zip
- Tests/SSZipArchive.xcodeproj/project.pbxproj-366
Submodule xcconfigs updated from 99624a6 to d78854b
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
153 | 167 | | |
154 | 168 | | |
155 | 169 | | |
| |||
573 | 587 | | |
574 | 588 | | |
575 | 589 | | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
576 | 607 | | |
577 | 608 | | |
578 | 609 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
901 | 922 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
363 | 371 | | |
364 | 372 | | |
365 | 373 | | |
366 | | - | |
367 | 374 | | |
368 | 375 | | |
369 | 376 | | |
| |||
444 | 451 | | |
445 | 452 | | |
446 | 453 | | |
| 454 | + | |
447 | 455 | | |
448 | 456 | | |
449 | 457 | | |
| |||
648 | 656 | | |
649 | 657 | | |
650 | 658 | | |
| 659 | + | |
651 | 660 | | |
652 | 661 | | |
653 | 662 | | |
| |||
704 | 713 | | |
705 | 714 | | |
706 | 715 | | |
| 716 | + | |
707 | 717 | | |
708 | 718 | | |
709 | 719 | | |
| |||
1387 | 1397 | | |
1388 | 1398 | | |
1389 | 1399 | | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
1390 | 1406 | | |
1391 | 1407 | | |
1392 | 1408 | | |
| |||
1408 | 1424 | | |
1409 | 1425 | | |
1410 | 1426 | | |
1411 | | - | |
1412 | 1427 | | |
1413 | 1428 | | |
1414 | 1429 | | |
| |||
1555 | 1570 | | |
1556 | 1571 | | |
1557 | 1572 | | |
| 1573 | + | |
1558 | 1574 | | |
1559 | 1575 | | |
1560 | 1576 | | |
| |||
1808 | 1824 | | |
1809 | 1825 | | |
1810 | 1826 | | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
1811 | 1837 | | |
1812 | 1838 | | |
1813 | 1839 | | |
| |||
1823 | 1849 | | |
1824 | 1850 | | |
1825 | 1851 | | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
1826 | 1857 | | |
1827 | 1858 | | |
1828 | 1859 | | |
| |||
1892 | 1923 | | |
1893 | 1924 | | |
1894 | 1925 | | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
1895 | 1931 | | |
1896 | 1932 | | |
1897 | 1933 | | |
| |||
2125 | 2161 | | |
2126 | 2162 | | |
2127 | 2163 | | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
2128 | 2169 | | |
2129 | 2170 | | |
2130 | 2171 | | |
| |||
2227 | 2268 | | |
2228 | 2269 | | |
2229 | 2270 | | |
2230 | | - | |
| 2271 | + | |
2231 | 2272 | | |
2232 | 2273 | | |
2233 | 2274 | | |
| |||
2279 | 2320 | | |
2280 | 2321 | | |
2281 | 2322 | | |
2282 | | - | |
| 2323 | + | |
2283 | 2324 | | |
2284 | 2325 | | |
2285 | 2326 | | |
| |||
2332 | 2373 | | |
2333 | 2374 | | |
2334 | 2375 | | |
2335 | | - | |
| 2376 | + | |
2336 | 2377 | | |
2337 | 2378 | | |
2338 | 2379 | | |
| |||
2385 | 2426 | | |
2386 | 2427 | | |
2387 | 2428 | | |
2388 | | - | |
| 2429 | + | |
2389 | 2430 | | |
2390 | 2431 | | |
2391 | 2432 | | |
| |||
Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments