Skip to content

Commit

Permalink
Prepare big update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed May 4, 2022
1 parent 7b179bd commit 67b472a
Show file tree
Hide file tree
Showing 133 changed files with 31,109 additions and 3,555 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
- Master:
- KeyboardManager will not update position of inputAccessoryView from interactive dismiss panGesture when the keyboard is floating
- Drop iOS 12 support
- Drop CocoaPods support & RxSwift extension (it was available only via CocoaPods)
- Update docs
- 5.5.0
- Update SPM tools to Swift 5.5
- Added new optional delegate method for custom attachments size
Expand Down
4 changes: 2 additions & 2 deletions GitHubActions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ MODE="$1"

if [ "$MODE" = "framework" -o "$MODE" = "all" ]; then
echo "Building InputBarAccessoryView Framework."
set -o pipefail && xcodebuild build -project InputBarAccessoryView.xcodeproj -scheme InputBarAccessoryView -destination "platform=iOS Simulator,name=iPhone 11 Pro" CODE_SIGNING_REQUIRED=NO | xcpretty -c
set -o pipefail && xcodebuild build -scheme InputBarAccessoryView -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" | xcpretty -c
success="1"
fi

if [ "$MODE" = "example" -o "$MODE" = "all" ]; then
echo "Building InputBarAccessoryView Example app."
set -o pipefail && xcodebuild build analyze -workspace InputBarAccessoryView.xcworkspace -scheme Example -destination "platform=iOS Simulator,name=iPhone 11 Pro" CODE_SIGNING_REQUIRED=NO | xcpretty -c
set -o pipefail && xcodebuild build -scheme Example -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro" | xcpretty -c
success="1"
fi

Expand Down
45 changes: 0 additions & 45 deletions InputBarAccessoryView.podspec

This file was deleted.

22 changes: 0 additions & 22 deletions InputBarAccessoryView.xcodeproj/LICENSE.md

This file was deleted.

1 change: 0 additions & 1 deletion InputBarAccessoryView.xcodeproj/README.md

This file was deleted.

654 changes: 0 additions & 654 deletions InputBarAccessoryView.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions InputBarAccessoryView.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "InputBarAccessoryView",
platforms: [.iOS(.v12)],
platforms: [.iOS(.v13)],
products: [
.library(
name: "InputBarAccessoryView",
Expand Down
Loading

0 comments on commit 67b472a

Please sign in to comment.