File tree
10 files changed
+41
-16
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitTests
10 files changed
+41
-16
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: 28 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1256 | 1256 |
| |
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 |
| - | |
| 1259 | + | |
1260 | 1260 |
| |
1261 | 1261 |
| |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
1262 | 1268 |
| |
1263 | 1269 |
| |
| 1270 | + | |
1264 | 1271 |
| |
1265 | 1272 |
| |
1266 | 1273 |
| |
| |||
1694 | 1701 |
| |
1695 | 1702 |
| |
1696 | 1703 |
| |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
1697 | 1707 |
| |
1698 | 1708 |
| |
1699 | 1709 |
| |
| |||
1712 | 1722 |
| |
1713 | 1723 |
| |
1714 | 1724 |
| |
| 1725 | + | |
1715 | 1726 |
| |
1716 | 1727 |
| |
1717 | 1728 |
| |
| |||
1725 | 1736 |
| |
1726 | 1737 |
| |
1727 | 1738 |
| |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
1728 | 1742 |
| |
1729 | 1743 |
| |
1730 | 1744 |
| |
| |||
1741 | 1755 |
| |
1742 | 1756 |
| |
1743 | 1757 |
| |
| 1758 | + | |
1744 | 1759 |
| |
1745 | 1760 |
| |
1746 | 1761 |
| |
| |||
1845 | 1860 |
| |
1846 | 1861 |
| |
1847 | 1862 |
| |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
1848 | 1866 |
| |
1849 | 1867 |
| |
1850 | 1868 |
| |
| |||
1861 | 1879 |
| |
1862 | 1880 |
| |
1863 | 1881 |
| |
| 1882 | + | |
1864 | 1883 |
| |
1865 | 1884 |
| |
1866 | 1885 |
| |
| |||
1918 | 1937 |
| |
1919 | 1938 |
| |
1920 | 1939 |
| |
1921 |
| - | |
| 1940 | + | |
1922 | 1941 |
| |
1923 | 1942 |
| |
1924 | 1943 |
| |
| |||
1982 | 2001 |
| |
1983 | 2002 |
| |
1984 | 2003 |
| |
1985 |
| - | |
| 2004 | + | |
1986 | 2005 |
| |
1987 | 2006 |
| |
1988 | 2007 |
| |
| |||
2014 | 2033 |
| |
2015 | 2034 |
| |
2016 | 2035 |
| |
2017 |
| - | |
| 2036 | + | |
2018 | 2037 |
| |
2019 | 2038 |
| |
2020 | 2039 |
| |
| |||
2046 | 2065 |
| |
2047 | 2066 |
| |
2048 | 2067 |
| |
2049 |
| - | |
| 2068 | + | |
2050 | 2069 |
| |
2051 | 2070 |
| |
2052 | 2071 |
| |
| |||
2078 | 2097 |
| |
2079 | 2098 |
| |
2080 | 2099 |
| |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
2081 | 2103 |
| |
2082 | 2104 |
| |
2083 | 2105 |
| |
| |||
2094 | 2116 |
| |
2095 | 2117 |
| |
2096 | 2118 |
| |
| 2119 | + | |
2097 | 2120 |
| |
2098 | 2121 |
| |
2099 | 2122 |
| |
|
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: 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: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
0 commit comments