File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -156,26 +156,31 @@ extension SnapshotTestingConfiguration.Record: ExpressibleByBooleanLiteral {
156
156
@available (
157
157
iOS,
158
158
deprecated: 9999 ,
159
+ renamed: " SnapshotTestingConfiguration.DiffTool.default " ,
159
160
message: " Use '.default' instead of a 'nil' value for 'diffTool'. "
160
161
)
161
162
@available (
162
163
macOS,
163
164
deprecated: 9999 ,
165
+ renamed: " SnapshotTestingConfiguration.DiffTool.default " ,
164
166
message: " Use '.default' instead of a 'nil' value for 'diffTool'. "
165
167
)
166
168
@available (
167
169
tvOS,
168
170
deprecated: 9999 ,
171
+ renamed: " SnapshotTestingConfiguration.DiffTool.default " ,
169
172
message: " Use '.default' instead of a 'nil' value for 'diffTool'. "
170
173
)
171
174
@available (
172
175
watchOS,
173
176
deprecated: 9999 ,
177
+ renamed: " SnapshotTestingConfiguration.DiffTool.default " ,
174
178
message: " Use '.default' instead of a 'nil' value for 'diffTool'. "
175
179
)
176
180
@available (
177
181
visionOS,
178
182
deprecated: 9999 ,
183
+ renamed: " SnapshotTestingConfiguration.DiffTool.default " ,
179
184
message: " Use '.default' instead of a 'nil' value for 'diffTool'. "
180
185
)
181
186
extension SnapshotTestingConfiguration . DiffTool : ExpressibleByNilLiteral {
You can’t perform that action at this time.
0 commit comments