Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit f46fdd8

Browse files
committed
Update pod version for samples and swiftlint changes
1 parent c220b97 commit f46fdd8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Samples/AppKitGlue/MacApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MacApp: NSObject, AppKitBridge {
2727
guard let window = NSApplication.shared.mainWindow else {
2828
return
2929
}
30-
if window.minSize.width < 1200 || window.minSize.height < 768 {
30+
if window.minSize.width < 1_200 || window.minSize.height < 768 {
3131
window.minSize = NSSize(width: 1_200, height: 768)
3232
}
3333
window.setFrame(.init(origin: window.frame.origin, size: window.minSize), display: true, animate: true)

Samples/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CollectionViewPagingLayout (0.3.0)
2+
- CollectionViewPagingLayout (0.4.0)
33
- Splash (0.13.0)
44
- SwiftLint (0.39.2)
55

@@ -24,7 +24,7 @@ CHECKOUT OPTIONS:
2424
:git: https://github.com/amirdew/Splash.git
2525

2626
SPEC CHECKSUMS:
27-
CollectionViewPagingLayout: 7c2d6f975d467356e2ddfd72aef8534f1ebd946d
27+
CollectionViewPagingLayout: 38b1bd88c6b61bfa9a92c03d13189fe808953559
2828
Splash: 5ec9a07c4bbf047ddd659bfc11d35331d31004f7
2929
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
3030

0 commit comments

Comments
 (0)