File tree
7 files changed
+24
-7
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
7 files changed
+24
-7
lines changed- .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
- Package@swift-4.swift+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 40f9bcc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
1282 | | - | |
| 1282 | + | |
1283 | 1283 | | |
1284 | 1284 | | |
1285 | 1285 | | |
| |||
1731 | 1731 | | |
1732 | 1732 | | |
1733 | 1733 | | |
| 1734 | + | |
| 1735 | + | |
1734 | 1736 | | |
| 1737 | + | |
| 1738 | + | |
1735 | 1739 | | |
1736 | 1740 | | |
1737 | 1741 | | |
| |||
1766 | 1770 | | |
1767 | 1771 | | |
1768 | 1772 | | |
| 1773 | + | |
| 1774 | + | |
1769 | 1775 | | |
| 1776 | + | |
| 1777 | + | |
1770 | 1778 | | |
1771 | 1779 | | |
1772 | 1780 | | |
| |||
1784 | 1792 | | |
1785 | 1793 | | |
1786 | 1794 | | |
| 1795 | + | |
1787 | 1796 | | |
1788 | 1797 | | |
1789 | 1798 | | |
| |||
1892 | 1901 | | |
1893 | 1902 | | |
1894 | 1903 | | |
| 1904 | + | |
| 1905 | + | |
1895 | 1906 | | |
| 1907 | + | |
| 1908 | + | |
1896 | 1909 | | |
1897 | 1910 | | |
1898 | 1911 | | |
| |||
2130 | 2143 | | |
2131 | 2144 | | |
2132 | 2145 | | |
| 2146 | + | |
| 2147 | + | |
2133 | 2148 | | |
| 2149 | + | |
| 2150 | + | |
2134 | 2151 | | |
2135 | 2152 | | |
2136 | 2153 | | |
| |||
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 | | |
| |||
0 commit comments