This repository was archived by the owner on Oct 14, 2018. It is now read-only.
File tree
63 files changed
+942
-228
lines changed- Carthage/Checkouts
- Sources
- Models
- Utils
- Views
- SwiftInstagram.xcodeproj
- docs
- Classes
- Enums
- Structs
- InstagramMedia
- UserInPhoto
- InstagramUser
- docsets
- SwiftInstagram.docset/Contents/Resources
- Documents
- Classes
- Enums
- Structs
- InstagramMedia
- UserInPhoto
- InstagramUser
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+942
-228
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| 12 | + |
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 |
| |
7 | 7 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
| |||
44 | 50 |
| |
45 | 51 |
| |
46 | 52 |
| |
47 |
| - | |
| 53 | + | |
| 54 | + | |
48 | 55 |
| |
49 | 56 |
| |
50 | 57 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
- .swiftlint.yml+4-4
- .travis.yml+6
- Nimble.podspec+2-1
- Nimble.xcodeproj/project.pbxproj+27-15
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-iOS.xcscheme+3-1
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-macOS.xcscheme+3-1
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-tvOS.xcscheme+3-1
- README.md+20-16
- Sources/Lib/CwlPreconditionTesting/CwlCatchExceptionSupport/CwlCatchException.m+1-1
- Sources/Lib/CwlPreconditionTesting/CwlCatchExceptionSupport/include/CwlCatchException.h+2-1
- Sources/Nimble/Adapters/NMBExpectation.swift+21-17
- Sources/Nimble/Adapters/NMBObjCMatcher.swift+3-1
- Sources/Nimble/Adapters/NimbleXCTestHandler.swift+7-2
- Sources/Nimble/Adapters/NonObjectiveC/ExceptionCapture.swift+1-1
- Sources/Nimble/DSL+Wait.swift+23-5
- Sources/Nimble/DSL.swift+1-1
- Sources/Nimble/Expectation.swift+1
- Sources/Nimble/ExpectationMessage.swift+2-1
- Sources/Nimble/Expression.swift+11-2
- Sources/Nimble/Matchers/AllPass.swift+3-2
- Sources/Nimble/Matchers/AsyncMatcherWrapper.swift+13-3
- Sources/Nimble/Matchers/BeAKindOf.swift+2-2
- Sources/Nimble/Matchers/BeAnInstanceOf.swift+3-3
- Sources/Nimble/Matchers/BeCloseTo.swift+6-6
- Sources/Nimble/Matchers/BeEmpty.swift+7-4
- Sources/Nimble/Matchers/BeGreaterThan.swift+4-3
- Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift+2-2
- Sources/Nimble/Matchers/BeIdenticalTo.swift+2-2
- Sources/Nimble/Matchers/BeLessThan.swift+2-2
- Sources/Nimble/Matchers/BeLessThanOrEqual.swift+2-2
- Sources/Nimble/Matchers/BeLogical.swift+5-5
- Sources/Nimble/Matchers/BeNil.swift+2-2
- Sources/Nimble/Matchers/BeginWith.swift+2-2
- Sources/Nimble/Matchers/Contain.swift+3-2
- Sources/Nimble/Matchers/ContainElementSatisfying.swift+3-2
- Sources/Nimble/Matchers/EndWith.swift+2-2
- Sources/Nimble/Matchers/Equal.swift+5-5
- Sources/Nimble/Matchers/HaveCount.swift+4-2
- Sources/Nimble/Matchers/Match.swift+2-2
- Sources/Nimble/Matchers/MatchError.swift+6-1
- Sources/Nimble/Matchers/MatcherProtocols.swift+8-24
- Sources/Nimble/Matchers/PostNotification.swift+3-5
- Sources/Nimble/Matchers/Predicate.swift+1-1
- Sources/Nimble/Matchers/RaisesException.swift+25-10
- Sources/Nimble/Matchers/SatisfyAnyOf.swift+4-2
- Sources/Nimble/Matchers/ThrowAssertion.swift+3-2
- Sources/Nimble/Matchers/ThrowError.swift+21-3
- Sources/Nimble/Utils/Async.swift+23-6
- Sources/Nimble/Utils/Stringers.swift+1-1
- Sources/NimbleObjectiveC/DSL.h+3-3
- Sources/NimbleObjectiveC/DSL.m+6-6
- Sources/NimbleObjectiveC/NMBExceptionCapture.h+2-2
- Sources/NimbleObjectiveC/NMBExceptionCapture.m+3-3
- Tests/.swiftlint.yml+2
- Tests/NimbleTests/AsynchronousTest.swift+25
- Tests/NimbleTests/Helpers/XCTestCaseProvider.swift+1-1
- Tests/NimbleTests/Helpers/utils.swift+5-3
- Tests/NimbleTests/Matchers/BeAKindOfTest.swift+5-5
- Tests/NimbleTests/Matchers/BeAnInstanceOfTest.swift+4-4
- Tests/NimbleTests/Matchers/BeEmptyTest.swift+2-2
- Tests/NimbleTests/Matchers/BeGreaterThanOrEqualToTest.swift+1-1
- Tests/NimbleTests/Matchers/BeIdenticalToTest.swift+1-1
- Tests/NimbleTests/Matchers/BeLessThanOrEqualToTest.swift+1-1
- Tests/NimbleTests/Matchers/BeginWithTest.swift+1-1
- Tests/NimbleTests/Matchers/ContainTest.swift+1-1
- Tests/NimbleTests/Matchers/EndWithTest.swift+1-1
- Tests/NimbleTests/Matchers/EqualTest.swift+2-2
- Tests/NimbleTests/Matchers/PostNotificationTest.swift+1-1
- Tests/NimbleTests/Matchers/RaisesExceptionTest.swift+1-1
- Tests/NimbleTests/Matchers/ThrowAssertionTest.swift+1-1
- .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 xcconfigs updated from 4ac967d to 40f9bcc
Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 |
| |
16 | 20 |
| |
17 | 21 |
| |
|
Lines changed: 25 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| |||
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
54 |
| - | |
| 56 | + | |
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
| |||
123 | 125 |
| |
124 | 126 |
| |
125 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
126 | 150 |
| |
127 | 151 |
| |
128 | 152 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Lines changed: 19 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 95 | + | |
106 | 96 |
| |
107 | 97 |
| |
108 | 98 |
| |
109 | 99 |
| |
110 | 100 |
| |
111 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 |
| |
113 | 116 |
| |
114 | 117 |
| |
115 |
| - | |
116 |
| - | |
117 |
| - | |
| 118 | + | |
118 | 119 |
| |
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
122 |
| - | |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 |
| - | |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 |
| - | |
| 144 | + | |
146 | 145 |
| |
147 | 146 |
| |
148 | 147 |
| |
|
Lines changed: 20 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
| 217 | + | |
216 | 218 |
| |
217 | 219 |
| |
218 | 220 |
| |
| |||
425 | 427 |
| |
426 | 428 |
| |
427 | 429 |
| |
| 430 | + | |
428 | 431 |
| |
429 | 432 |
| |
430 | 433 |
| |
| |||
719 | 722 |
| |
720 | 723 |
| |
721 | 724 |
| |
| 725 | + | |
722 | 726 |
| |
723 | 727 |
| |
724 | 728 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 |
| |
96 | 99 |
| |
97 | 100 |
| |
| |||
164 | 167 |
| |
165 | 168 |
| |
166 | 169 |
| |
167 |
| - | |
| 170 | + | |
168 | 171 |
| |
169 | 172 |
| |
170 | 173 |
| |
|
0 commit comments