Skip to content

Commit

Permalink
- Modified for easier migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Aug 5, 2024
1 parent 4227ae2 commit 98a9d1d
Show file tree
Hide file tree
Showing 35 changed files with 683 additions and 1,079 deletions.
6 changes: 6 additions & 0 deletions Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -915,13 +915,19 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DemoSwift/Pods-DemoSwift-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/IQDropDownTextFieldSwift/IQDropDownTextFieldSwift.framework",
"${BUILT_PRODUCTS_DIR}/IQKeyboardCore/IQKeyboardCore.framework",
"${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
"${BUILT_PRODUCTS_DIR}/IQKeyboardNotification/IQKeyboardNotification.framework",
"${BUILT_PRODUCTS_DIR}/IQTextInputViewNotification/IQTextInputViewNotification.framework",
"${BUILT_PRODUCTS_DIR}/RSKPlaceholderTextView/RSKPlaceholderTextView.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQDropDownTextFieldSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardCore.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardNotification.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQTextInputViewNotification.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKPlaceholderTextView.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
4 changes: 4 additions & 0 deletions IQKeyboardManagerSwift.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"5.8",
"5.9"
],
"dependencies": {
"IQKeyboardNotification": ["1.0.2"],
"IQTextInputViewNotification": ["1.0.4"]
},
"source_files": [
"IQKeyboardManagerSwift/IQKeyboardCore/**/*.{swift}",
"IQKeyboardManagerSwift/IQKeyboardManager/**/*.{swift}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
// THE SOFTWARE.

import UIKit
import IQTextInputViewNotification

@available(iOSApplicationExtension, unavailable)
@MainActor
@objc internal final class IQKeyboardAppearanceManager: NSObject {

let textInputViewObserver: IQTextFieldViewListener = .init()
let textInputViewObserver: IQTextInputViewNotification = .init()

/**
Configuration related to keyboard appearance
Expand Down

This file was deleted.

65 changes: 0 additions & 65 deletions IQKeyboardManagerSwift/IQKeyboardCore/IQKeyboardExtended.swift

This file was deleted.

86 changes: 0 additions & 86 deletions IQKeyboardManagerSwift/IQKeyboardCore/IQTextInputView.swift

This file was deleted.

Loading

0 comments on commit 98a9d1d

Please sign in to comment.