Skip to content

Commit f10960f

Browse files
refactor!: use the KeyboardObserver package (#607)
This removes the internal `KeyboardObserver` and replaces it with https://github.com/square/swift-keyboard-observer. This also removes `SetupKeyboardObserverOnAppStartup.m` since we no longer support CocoaPods. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e451a1b commit f10960f

9 files changed

Lines changed: 20 additions & 679 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ playground.xcworkspace
3737
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3838
# Packages/
3939
# Package.pins
40-
# Package.resolved
4140
.build/
4241

42+
# Resolved dependencies are managed by Tuist in Development/Tuist/Package.resolved.
43+
Package.resolved
44+
4345
# Carthage
4446
#
4547
# Add this line if you want to avoid checking in source code from Carthage dependencies.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
### Changed
1010

11+
- Replaced the internal `KeyboardObserver` with https://github.com/square/swift-keyboard-observer.
12+
1113
### Misc
1214

1315
### Internal

Development/Tuist/Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ListableUI/Sources/KeyboardObserver/KeyboardObserver.swift

Lines changed: 0 additions & 320 deletions
This file was deleted.

0 commit comments

Comments
 (0)