Merge branch 'main' into task/dependency-update

This commit is contained in:
Felix Mau
2022-09-09 13:42:23 +02:00
9 changed files with 44 additions and 30 deletions
@@ -32,6 +32,8 @@ final class NotchGradientLoadingBarViewModelTestCase: XCTestCase {
"iPhone14,5": .iPhone13,
"iPhone14,2": .iPhone13Pro,
"iPhone14,3": .iPhone13ProMax,
"iPhone14,7": .iPhone14,
"iPhone14,8": .iPhone14Plus,
]
identifiersToSafeAreaDeviceMap.forEach { deviceIdentifier, safeAreaDevice in
@@ -43,7 +45,7 @@ final class NotchGradientLoadingBarViewModelTestCase: XCTestCase {
}
}
func test_initializer_shouldSetSafeAreaDevice_toUnknown() {
func test_initializer_shouldSetSafeAreaDevice_toNil() {
// Given
let deviceIdentifier = "Foo-Bar-🤡"
@@ -51,6 +53,6 @@ final class NotchGradientLoadingBarViewModelTestCase: XCTestCase {
let viewModel = NotchGradientLoadingBarViewModel(deviceIdentifier: deviceIdentifier)
// Then
XCTAssertEqual(viewModel.safeAreaDevice, .unknown)
XCTAssertNil(viewModel.safeAreaDevice)
}
}
+2 -2
View File
@@ -1,5 +1,5 @@
PODS:
- GradientLoadingBar (2.3.2):
- GradientLoadingBar (2.3.3):
- LightweightObservable (~> 2.1)
- LightweightObservable (2.2.1)
- SnapshotTesting (1.9.0)
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
SPEC CHECKSUMS:
GradientLoadingBar: 0fb63c35e73bb8c56689e9ffd7a46e754fea8a15
GradientLoadingBar: e4a564b70529c1378fed08cf5b0bd77d4b1b4fab
LightweightObservable: 64d0f623a4eec857e2680476380a08f3117a1a92
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "GradientLoadingBar",
"version": "2.3.2",
"version": "2.3.3",
"summary": "A customizable animated gradient loading bar.",
"description": "A customizable animated gradient loading bar.\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW",
"homepage": "https://github.com/fxm90/GradientLoadingBar",
@@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/fxm90/GradientLoadingBar.git",
"tag": "2.3.2"
"tag": "2.3.3"
},
"swift_versions": "5.5",
"platforms": {
+2 -2
View File
@@ -1,5 +1,5 @@
PODS:
- GradientLoadingBar (2.3.2):
- GradientLoadingBar (2.3.3):
- LightweightObservable (~> 2.1)
- LightweightObservable (2.2.1)
- SnapshotTesting (1.9.0)
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/fxm90/SwiftConfigurationFiles.git
SPEC CHECKSUMS:
GradientLoadingBar: 0fb63c35e73bb8c56689e9ffd7a46e754fea8a15
GradientLoadingBar: e4a564b70529c1378fed08cf5b0bd77d4b1b4fab
LightweightObservable: 64d0f623a4eec857e2680476380a08f3117a1a92
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftConfigurationFiles: 1cf2228a911ebed9f42f8dec077bb634f04ca6c8
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.3.2</string>
<string>2.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>