diff --git a/.gitignore b/.gitignore index 6d625128c..9a4b83dbb 100755 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,10 @@ DerivedData #CocoaPods Pods/ +# Carthage +Carthage/Checkouts +Carthage/Build/ + # MacOS X .DS_Store *.DS_Store diff --git a/Cartfile b/Cartfile new file mode 100644 index 000000000..420e1834a --- /dev/null +++ b/Cartfile @@ -0,0 +1,2 @@ +github "hackiftekhar/IQKeyboardNotification" +github "hackiftekhar/IQTextInputViewNotification" \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved new file mode 100644 index 000000000..177fce099 --- /dev/null +++ b/Cartfile.resolved @@ -0,0 +1,3 @@ +github "hackiftekhar/IQKeyboardCore" "1.0.6" +github "hackiftekhar/IQKeyboardNotification" "1.0.4" +github "hackiftekhar/IQTextInputViewNotification" "1.0.6" diff --git a/Demo.xcodeproj/project.pbxproj b/Demo.xcodeproj/project.pbxproj index 300458d67..137a3ae57 100644 --- a/Demo.xcodeproj/project.pbxproj +++ b/Demo.xcodeproj/project.pbxproj @@ -48,6 +48,106 @@ C016B6D82B4D990A0005CB07 /* EnableMode2000ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C016B6D72B4D990A0005CB07 /* EnableMode2000ViewController.swift */; }; C01955F22ADB4A3A00012505 /* NonScrollTextView1979ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01955F12ADB4A3A00012505 /* NonScrollTextView1979ViewController.swift */; }; C01C943E2ACDF39000540DD6 /* NavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01C943D2ACDF39000540DD6 /* NavigationController.swift */; }; + C01ED1FE2C6A4E33004BA157 /* IQKeyboardManagerSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED1FD2C6A4E33004BA157 /* IQKeyboardManagerSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED25B2C6A4E57004BA157 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C01ED2042C6A4E56004BA157 /* PrivacyInfo.xcprivacy */; }; + C01ED25C2C6A4E57004BA157 /* IQKeyboardListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2062C6A4E56004BA157 /* IQKeyboardListener.swift */; }; + C01ED25D2C6A4E57004BA157 /* IQKeyboardInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2072C6A4E56004BA157 /* IQKeyboardInfo.swift */; }; + C01ED25E2C6A4E57004BA157 /* IQRootControllerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED20A2C6A4E56004BA157 /* IQRootControllerConfiguration.swift */; }; + C01ED25F2C6A4E57004BA157 /* IQActiveConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED20B2C6A4E56004BA157 /* IQActiveConfiguration.swift */; }; + C01ED2602C6A4E57004BA157 /* IQScrollViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED20C2C6A4E56004BA157 /* IQScrollViewConfiguration.swift */; }; + C01ED2612C6A4E57004BA157 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED20D2C6A4E56004BA157 /* IQKeyboardManager+Internal.swift */; }; + C01ED2622C6A4E57004BA157 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED20F2C6A4E56004BA157 /* IQKeyboardManager+Position.swift */; }; + C01ED2632C6A4E57004BA157 /* UIScrollView+IQKeyboardManagerExtensionObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2112C6A4E56004BA157 /* UIScrollView+IQKeyboardManagerExtensionObjc.swift */; }; + C01ED2642C6A4E57004BA157 /* UIView+IQKeyboardManagerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2122C6A4E56004BA157 /* UIView+IQKeyboardManagerExtension.swift */; }; + C01ED2652C6A4E57004BA157 /* UIView+IQKeyboardManagerExtensionObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2132C6A4E56004BA157 /* UIView+IQKeyboardManagerExtensionObjc.swift */; }; + C01ED2662C6A4E57004BA157 /* UIScrollView+IQKeyboardManagerExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2142C6A4E56004BA157 /* UIScrollView+IQKeyboardManagerExtension.swift */; }; + C01ED2672C6A4E57004BA157 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2152C6A4E56004BA157 /* IQKeyboardManager.swift */; }; + C01ED2682C6A4E57004BA157 /* UIView+Parent.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2172C6A4E56004BA157 /* UIView+Parent.swift */; }; + C01ED2692C6A4E57004BA157 /* UIViewController+ParentContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2182C6A4E56004BA157 /* UIViewController+ParentContainer.swift */; }; + C01ED26A2C6A4E57004BA157 /* UIView+ParentObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2192C6A4E56004BA157 /* UIView+ParentObjc.swift */; }; + C01ED26B2C6A4E57004BA157 /* UICollectionView+IndexPaths.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED21A2C6A4E56004BA157 /* UICollectionView+IndexPaths.swift */; }; + C01ED26C2C6A4E57004BA157 /* UITableView+IndexPaths.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED21B2C6A4E56004BA157 /* UITableView+IndexPaths.swift */; }; + C01ED26D2C6A4E57004BA157 /* IQKeyboardManager+ActiveConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED21C2C6A4E56004BA157 /* IQKeyboardManager+ActiveConfiguration.swift */; }; + C01ED26E2C6A4E57004BA157 /* IQKeyboardManager+PopGestureHandling.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED21D2C6A4E56004BA157 /* IQKeyboardManager+PopGestureHandling.swift */; }; + C01ED26F2C6A4E57004BA157 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED21F2C6A4E56004BA157 /* IQKeyboardManager+Debug.swift */; }; + C01ED2702C6A4E57004BA157 /* IQKeyboardManager+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2212C6A4E56004BA157 /* IQKeyboardManager+Deprecated.swift */; }; + C01ED2712C6A4E57004BA157 /* IQTextFieldViewInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2232C6A4E56004BA157 /* IQTextFieldViewInfo.swift */; }; + C01ED2722C6A4E57004BA157 /* IQTextFieldViewListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2242C6A4E56004BA157 /* IQTextFieldViewListener.swift */; }; + C01ED2732C6A4E57004BA157 /* IQToolbarConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2272C6A4E56004BA157 /* IQToolbarConfiguration.swift */; }; + C01ED2742C6A4E57004BA157 /* UIView+IQKeyboardToolbarDeprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2292C6A4E56004BA157 /* UIView+IQKeyboardToolbarDeprecated.swift */; }; + C01ED2752C6A4E57004BA157 /* UIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED22A2C6A4E56004BA157 /* UIView+IQKeyboardToolbar.swift */; }; + C01ED2762C6A4E57004BA157 /* UIView+IQKeyboardToolbarObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED22B2C6A4E56004BA157 /* UIView+IQKeyboardToolbarObjc.swift */; }; + C01ED2772C6A4E57004BA157 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED22D2C6A4E56004BA157 /* IQTitleBarButtonItem.swift */; }; + C01ED2782C6A4E57004BA157 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED22E2C6A4E56004BA157 /* IQBarButtonItem.swift */; }; + C01ED2792C6A4E57004BA157 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED22F2C6A4E56004BA157 /* IQInvocation.swift */; }; + C01ED27A2C6A4E57004BA157 /* IQBarButtonItemConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2302C6A4E56004BA157 /* IQBarButtonItemConfiguration.swift */; }; + C01ED27B2C6A4E57004BA157 /* IQKeyboardToolbarConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2322C6A4E56004BA157 /* IQKeyboardToolbarConstants.swift */; }; + C01ED27C2C6A4E57004BA157 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2332C6A4E56004BA157 /* IQToolbar.swift */; }; + C01ED27D2C6A4E57004BA157 /* IQPlaceholderable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2352C6A4E56004BA157 /* IQPlaceholderable.swift */; }; + C01ED27E2C6A4E57004BA157 /* IQToolbarPlaceholderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2362C6A4E56004BA157 /* IQToolbarPlaceholderConfiguration.swift */; }; + C01ED27F2C6A4E57004BA157 /* IQTextInputViewInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2392C6A4E57004BA157 /* IQTextInputViewInfoModel.swift */; }; + C01ED2802C6A4E57004BA157 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED23A2C6A4E57004BA157 /* IQKeyboardReturnKeyHandler.swift */; }; + C01ED2812C6A4E57004BA157 /* IQKeyboardResignHandler+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED23C2C6A4E57004BA157 /* IQKeyboardResignHandler+Internal.swift */; }; + C01ED2822C6A4E57004BA157 /* IQKeyboardResignHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED23D2C6A4E57004BA157 /* IQKeyboardResignHandler.swift */; }; + C01ED2832C6A4E57004BA157 /* IQKeyboardManager+Resign.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED23E2C6A4E57004BA157 /* IQKeyboardManager+Resign.swift */; }; + C01ED2842C6A4E57004BA157 /* UIView+ResignObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2402C6A4E57004BA157 /* UIView+ResignObjc.swift */; }; + C01ED2852C6A4E57004BA157 /* UIView+Resign.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2412C6A4E57004BA157 /* UIView+Resign.swift */; }; + C01ED2862C6A4E57004BA157 /* IQKeyboardManager+Resign_Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2422C6A4E57004BA157 /* IQKeyboardManager+Resign_Deprecated.swift */; }; + C01ED2872C6A4E57004BA157 /* IQKeyboardAppearanceManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2442C6A4E57004BA157 /* IQKeyboardAppearanceManager+Internal.swift */; }; + C01ED2882C6A4E57004BA157 /* IQKeyboardManager+Appearance_Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2452C6A4E57004BA157 /* IQKeyboardManager+Appearance_Deprecated.swift */; }; + C01ED2892C6A4E57004BA157 /* IQKeyboardManager+Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2462C6A4E57004BA157 /* IQKeyboardManager+Appearance.swift */; }; + C01ED28A2C6A4E57004BA157 /* IQKeyboardConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2472C6A4E57004BA157 /* IQKeyboardConfiguration.swift */; }; + C01ED28B2C6A4E57004BA157 /* IQKeyboardAppearanceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2482C6A4E57004BA157 /* IQKeyboardAppearanceManager.swift */; }; + C01ED28C2C6A4E57004BA157 /* IQKeyboardManager+ToolbarManagerDeprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED24A2C6A4E57004BA157 /* IQKeyboardManager+ToolbarManagerDeprecated.swift */; }; + C01ED28D2C6A4E57004BA157 /* IQKeyboardToolbarManager+Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED24C2C6A4E57004BA157 /* IQKeyboardToolbarManager+Action.swift */; }; + C01ED28E2C6A4E57004BA157 /* IQKeyboardToolbarManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED24D2C6A4E57004BA157 /* IQKeyboardToolbarManager+Toolbar.swift */; }; + C01ED28F2C6A4E57004BA157 /* IQDeepResponderContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED24E2C6A4E57004BA157 /* IQDeepResponderContainerView.swift */; }; + C01ED2902C6A4E57004BA157 /* IQKeyboardToolbarManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED24F2C6A4E57004BA157 /* IQKeyboardToolbarManager.swift */; }; + C01ED2912C6A4E57004BA157 /* Array+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2512C6A4E57004BA157 /* Array+Sort.swift */; }; + C01ED2922C6A4E57004BA157 /* UIView+Responders.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2522C6A4E57004BA157 /* UIView+Responders.swift */; }; + C01ED2932C6A4E57004BA157 /* UIView+RespondersObjc.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2532C6A4E57004BA157 /* UIView+RespondersObjc.swift */; }; + C01ED2942C6A4E57004BA157 /* IQKeyboardManager+ToolbarManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2542C6A4E57004BA157 /* IQKeyboardManager+ToolbarManager.swift */; }; + C01ED2952C6A4E57004BA157 /* IQKeyboardToolbarManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2552C6A4E57004BA157 /* IQKeyboardToolbarManager+Internal.swift */; }; + C01ED2962C6A4E57004BA157 /* IQKeyboardToolbarManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2572C6A4E57004BA157 /* IQKeyboardToolbarManager+Debug.swift */; }; + C01ED2972C6A4E57004BA157 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2592C6A4E57004BA157 /* IQTextView.swift */; }; + C01ED2992C6A4EA1004BA157 /* IQKeyboardCore.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2982C6A4EA1004BA157 /* IQKeyboardCore.xcframework */; }; + C01ED29C2C6A4EAE004BA157 /* IQKeyboardNotification.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED29A2C6A4EAE004BA157 /* IQKeyboardNotification.xcframework */; }; + C01ED29D2C6A4EAE004BA157 /* IQTextInputViewNotification.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED29B2C6A4EAE004BA157 /* IQTextInputViewNotification.xcframework */; }; + C01ED2A92C6A4ED6004BA157 /* IQKeyboardManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2A32C6A4ED6004BA157 /* IQKeyboardManager.framework */; }; + C01ED2AA2C6A4ED6004BA157 /* IQKeyboardManager.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2A32C6A4ED6004BA157 /* IQKeyboardManager.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + C01ED2D12C6A4EFC004BA157 /* IQTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2B12C6A4EFB004BA157 /* IQTextView.m */; }; + C01ED2D22C6A4EFC004BA157 /* IQTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2B22C6A4EFB004BA157 /* IQTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2D32C6A4EFC004BA157 /* IQUIView+IQKeyboardToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2B42C6A4EFB004BA157 /* IQUIView+IQKeyboardToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2D42C6A4EFC004BA157 /* IQToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2B52C6A4EFB004BA157 /* IQToolbar.m */; }; + C01ED2D52C6A4EFC004BA157 /* IQPreviousNextView.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2B62C6A4EFB004BA157 /* IQPreviousNextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2D62C6A4EFC004BA157 /* IQTitleBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2B72C6A4EFB004BA157 /* IQTitleBarButtonItem.m */; }; + C01ED2D72C6A4EFC004BA157 /* IQBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2B82C6A4EFB004BA157 /* IQBarButtonItem.m */; }; + C01ED2D82C6A4EFC004BA157 /* IQUIView+IQKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2B92C6A4EFB004BA157 /* IQUIView+IQKeyboardToolbar.m */; }; + C01ED2D92C6A4EFC004BA157 /* IQPreviousNextView.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2BA2C6A4EFB004BA157 /* IQPreviousNextView.m */; }; + C01ED2DA2C6A4EFC004BA157 /* IQToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2BB2C6A4EFB004BA157 /* IQToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2DB2C6A4EFC004BA157 /* IQBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2BC2C6A4EFB004BA157 /* IQBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2DC2C6A4EFC004BA157 /* IQTitleBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2BD2C6A4EFB004BA157 /* IQTitleBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2DD2C6A4EFC004BA157 /* IQKeyboardManagerConstantsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2BF2C6A4EFB004BA157 /* IQKeyboardManagerConstantsInternal.h */; }; + C01ED2DE2C6A4EFC004BA157 /* IQKeyboardManagerConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2C02C6A4EFB004BA157 /* IQKeyboardManagerConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2DF2C6A4EFC004BA157 /* IQKeyboardReturnKeyHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2C12C6A4EFB004BA157 /* IQKeyboardReturnKeyHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2E02C6A4EFC004BA157 /* IQKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2C22C6A4EFB004BA157 /* IQKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2E12C6A4EFC004BA157 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C01ED2C32C6A4EFB004BA157 /* PrivacyInfo.xcprivacy */; }; + C01ED2E22C6A4EFC004BA157 /* IQKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2C42C6A4EFB004BA157 /* IQKeyboardManager.m */; }; + C01ED2E32C6A4EFC004BA157 /* IQNSArray+Sort.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2C62C6A4EFB004BA157 /* IQNSArray+Sort.m */; }; + C01ED2E42C6A4EFC004BA157 /* IQUIViewController+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2C72C6A4EFB004BA157 /* IQUIViewController+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2E52C6A4EFC004BA157 /* IQUITextFieldView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2C82C6A4EFB004BA157 /* IQUITextFieldView+Additions.m */; }; + C01ED2E62C6A4EFC004BA157 /* IQUIScrollView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2C92C6A4EFB004BA157 /* IQUIScrollView+Additions.m */; }; + C01ED2E72C6A4EFC004BA157 /* IQUIView+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2CA2C6A4EFB004BA157 /* IQUIView+Hierarchy.m */; }; + C01ED2E82C6A4EFC004BA157 /* IQNSArray+Sort.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2CB2C6A4EFB004BA157 /* IQNSArray+Sort.h */; }; + C01ED2E92C6A4EFC004BA157 /* IQUIScrollView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2CC2C6A4EFB004BA157 /* IQUIScrollView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2EA2C6A4EFC004BA157 /* IQUITextFieldView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2CD2C6A4EFB004BA157 /* IQUITextFieldView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2EB2C6A4EFC004BA157 /* IQUIViewController+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2CE2C6A4EFB004BA157 /* IQUIViewController+Additions.m */; }; + C01ED2EC2C6A4EFC004BA157 /* IQUIView+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = C01ED2CF2C6A4EFB004BA157 /* IQUIView+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C01ED2ED2C6A4EFC004BA157 /* IQKeyboardReturnKeyHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C01ED2D02C6A4EFB004BA157 /* IQKeyboardReturnKeyHandler.m */; }; + C01ED2EF2C6A4F4A004BA157 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2EE2C6A4F4A004BA157 /* UIKit.framework */; }; + C01ED2F12C6A4F4F004BA157 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2F02C6A4F4F004BA157 /* Foundation.framework */; }; + C01ED2F32C6A4F54004BA157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2F22C6A4F54004BA157 /* CoreGraphics.framework */; }; + C01ED2F52C6A4F5B004BA157 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C01ED2F42C6A4F5B004BA157 /* QuartzCore.framework */; }; C0382D222AE1632B00EBE4B4 /* SettingsViewController+TableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0382D212AE1632B00EBE4B4 /* SettingsViewController+TableView.swift */; }; C03C87F51B8DCBF100295DFA /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87F41B8DCBF100295DFA /* SettingsViewController.swift */; }; C03C87F71B8DCC1400295DFA /* OptionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87F61B8DCC1400295DFA /* OptionsViewController.swift */; }; @@ -120,6 +220,13 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + C01ED2A72C6A4ED6004BA157 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C0B63B921781FAB0008D3B64 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C01ED2A22C6A4ED6004BA157; + remoteInfo = "IQKeyboardManager-iOS"; + }; C03C9477273CF3FF00AF66B5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = C0B63B921781FAB0008D3B64 /* Project object */; @@ -130,6 +237,17 @@ /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ + C01ED2AE2C6A4ED6004BA157 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + C01ED2AA2C6A4ED6004BA157 /* IQKeyboardManager.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; C03C947B273CF3FF00AF66B5 /* Embed Foundation Extensions */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; @@ -209,6 +327,106 @@ C016B6D72B4D990A0005CB07 /* EnableMode2000ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnableMode2000ViewController.swift; sourceTree = ""; }; C01955F12ADB4A3A00012505 /* NonScrollTextView1979ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NonScrollTextView1979ViewController.swift; sourceTree = ""; }; C01C943D2ACDF39000540DD6 /* NavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationController.swift; sourceTree = ""; }; + C01ED1FB2C6A4E33004BA157 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C01ED1FD2C6A4E33004BA157 /* IQKeyboardManagerSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManagerSwift.h; sourceTree = ""; }; + C01ED2042C6A4E56004BA157 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + C01ED2062C6A4E56004BA157 /* IQKeyboardListener.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardListener.swift; sourceTree = ""; }; + C01ED2072C6A4E56004BA157 /* IQKeyboardInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardInfo.swift; sourceTree = ""; }; + C01ED20A2C6A4E56004BA157 /* IQRootControllerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQRootControllerConfiguration.swift; sourceTree = ""; }; + C01ED20B2C6A4E56004BA157 /* IQActiveConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQActiveConfiguration.swift; sourceTree = ""; }; + C01ED20C2C6A4E56004BA157 /* IQScrollViewConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQScrollViewConfiguration.swift; sourceTree = ""; }; + C01ED20D2C6A4E56004BA157 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Internal.swift"; sourceTree = ""; }; + C01ED20F2C6A4E56004BA157 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Position.swift"; sourceTree = ""; }; + C01ED2112C6A4E56004BA157 /* UIScrollView+IQKeyboardManagerExtensionObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScrollView+IQKeyboardManagerExtensionObjc.swift"; sourceTree = ""; }; + C01ED2122C6A4E56004BA157 /* UIView+IQKeyboardManagerExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+IQKeyboardManagerExtension.swift"; sourceTree = ""; }; + C01ED2132C6A4E56004BA157 /* UIView+IQKeyboardManagerExtensionObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+IQKeyboardManagerExtensionObjc.swift"; sourceTree = ""; }; + C01ED2142C6A4E56004BA157 /* UIScrollView+IQKeyboardManagerExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScrollView+IQKeyboardManagerExtension.swift"; sourceTree = ""; }; + C01ED2152C6A4E56004BA157 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardManager.swift; sourceTree = ""; }; + C01ED2172C6A4E56004BA157 /* UIView+Parent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Parent.swift"; sourceTree = ""; }; + C01ED2182C6A4E56004BA157 /* UIViewController+ParentContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+ParentContainer.swift"; sourceTree = ""; }; + C01ED2192C6A4E56004BA157 /* UIView+ParentObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+ParentObjc.swift"; sourceTree = ""; }; + C01ED21A2C6A4E56004BA157 /* UICollectionView+IndexPaths.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UICollectionView+IndexPaths.swift"; sourceTree = ""; }; + C01ED21B2C6A4E56004BA157 /* UITableView+IndexPaths.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITableView+IndexPaths.swift"; sourceTree = ""; }; + C01ED21C2C6A4E56004BA157 /* IQKeyboardManager+ActiveConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+ActiveConfiguration.swift"; sourceTree = ""; }; + C01ED21D2C6A4E56004BA157 /* IQKeyboardManager+PopGestureHandling.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+PopGestureHandling.swift"; sourceTree = ""; }; + C01ED21F2C6A4E56004BA157 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Debug.swift"; sourceTree = ""; }; + C01ED2212C6A4E56004BA157 /* IQKeyboardManager+Deprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Deprecated.swift"; sourceTree = ""; }; + C01ED2232C6A4E56004BA157 /* IQTextFieldViewInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextFieldViewInfo.swift; sourceTree = ""; }; + C01ED2242C6A4E56004BA157 /* IQTextFieldViewListener.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextFieldViewListener.swift; sourceTree = ""; }; + C01ED2272C6A4E56004BA157 /* IQToolbarConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQToolbarConfiguration.swift; sourceTree = ""; }; + C01ED2292C6A4E56004BA157 /* UIView+IQKeyboardToolbarDeprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+IQKeyboardToolbarDeprecated.swift"; sourceTree = ""; }; + C01ED22A2C6A4E56004BA157 /* UIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + C01ED22B2C6A4E56004BA157 /* UIView+IQKeyboardToolbarObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+IQKeyboardToolbarObjc.swift"; sourceTree = ""; }; + C01ED22D2C6A4E56004BA157 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTitleBarButtonItem.swift; sourceTree = ""; }; + C01ED22E2C6A4E56004BA157 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQBarButtonItem.swift; sourceTree = ""; }; + C01ED22F2C6A4E56004BA157 /* IQInvocation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQInvocation.swift; sourceTree = ""; }; + C01ED2302C6A4E56004BA157 /* IQBarButtonItemConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQBarButtonItemConfiguration.swift; sourceTree = ""; }; + C01ED2322C6A4E56004BA157 /* IQKeyboardToolbarConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardToolbarConstants.swift; sourceTree = ""; }; + C01ED2332C6A4E56004BA157 /* IQToolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQToolbar.swift; sourceTree = ""; }; + C01ED2352C6A4E56004BA157 /* IQPlaceholderable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQPlaceholderable.swift; sourceTree = ""; }; + C01ED2362C6A4E56004BA157 /* IQToolbarPlaceholderConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQToolbarPlaceholderConfiguration.swift; sourceTree = ""; }; + C01ED2392C6A4E57004BA157 /* IQTextInputViewInfoModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextInputViewInfoModel.swift; sourceTree = ""; }; + C01ED23A2C6A4E57004BA157 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + C01ED23C2C6A4E57004BA157 /* IQKeyboardResignHandler+Internal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardResignHandler+Internal.swift"; sourceTree = ""; }; + C01ED23D2C6A4E57004BA157 /* IQKeyboardResignHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardResignHandler.swift; sourceTree = ""; }; + C01ED23E2C6A4E57004BA157 /* IQKeyboardManager+Resign.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Resign.swift"; sourceTree = ""; }; + C01ED2402C6A4E57004BA157 /* UIView+ResignObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+ResignObjc.swift"; sourceTree = ""; }; + C01ED2412C6A4E57004BA157 /* UIView+Resign.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Resign.swift"; sourceTree = ""; }; + C01ED2422C6A4E57004BA157 /* IQKeyboardManager+Resign_Deprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Resign_Deprecated.swift"; sourceTree = ""; }; + C01ED2442C6A4E57004BA157 /* IQKeyboardAppearanceManager+Internal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardAppearanceManager+Internal.swift"; sourceTree = ""; }; + C01ED2452C6A4E57004BA157 /* IQKeyboardManager+Appearance_Deprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Appearance_Deprecated.swift"; sourceTree = ""; }; + C01ED2462C6A4E57004BA157 /* IQKeyboardManager+Appearance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Appearance.swift"; sourceTree = ""; }; + C01ED2472C6A4E57004BA157 /* IQKeyboardConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardConfiguration.swift; sourceTree = ""; }; + C01ED2482C6A4E57004BA157 /* IQKeyboardAppearanceManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardAppearanceManager.swift; sourceTree = ""; }; + C01ED24A2C6A4E57004BA157 /* IQKeyboardManager+ToolbarManagerDeprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+ToolbarManagerDeprecated.swift"; sourceTree = ""; }; + C01ED24C2C6A4E57004BA157 /* IQKeyboardToolbarManager+Action.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardToolbarManager+Action.swift"; sourceTree = ""; }; + C01ED24D2C6A4E57004BA157 /* IQKeyboardToolbarManager+Toolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardToolbarManager+Toolbar.swift"; sourceTree = ""; }; + C01ED24E2C6A4E57004BA157 /* IQDeepResponderContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQDeepResponderContainerView.swift; sourceTree = ""; }; + C01ED24F2C6A4E57004BA157 /* IQKeyboardToolbarManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardToolbarManager.swift; sourceTree = ""; }; + C01ED2512C6A4E57004BA157 /* Array+Sort.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Sort.swift"; sourceTree = ""; }; + C01ED2522C6A4E57004BA157 /* UIView+Responders.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Responders.swift"; sourceTree = ""; }; + C01ED2532C6A4E57004BA157 /* UIView+RespondersObjc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+RespondersObjc.swift"; sourceTree = ""; }; + C01ED2542C6A4E57004BA157 /* IQKeyboardManager+ToolbarManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+ToolbarManager.swift"; sourceTree = ""; }; + C01ED2552C6A4E57004BA157 /* IQKeyboardToolbarManager+Internal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardToolbarManager+Internal.swift"; sourceTree = ""; }; + C01ED2572C6A4E57004BA157 /* IQKeyboardToolbarManager+Debug.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardToolbarManager+Debug.swift"; sourceTree = ""; }; + C01ED2592C6A4E57004BA157 /* IQTextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextView.swift; sourceTree = ""; }; + C01ED2982C6A4EA1004BA157 /* IQKeyboardCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = IQKeyboardCore.xcframework; path = Carthage/Build/IQKeyboardCore.xcframework; sourceTree = ""; }; + C01ED29A2C6A4EAE004BA157 /* IQKeyboardNotification.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = IQKeyboardNotification.xcframework; path = Carthage/Build/IQKeyboardNotification.xcframework; sourceTree = ""; }; + C01ED29B2C6A4EAE004BA157 /* IQTextInputViewNotification.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = IQTextInputViewNotification.xcframework; path = Carthage/Build/IQTextInputViewNotification.xcframework; sourceTree = ""; }; + C01ED2A32C6A4ED6004BA157 /* IQKeyboardManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IQKeyboardManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C01ED2B12C6A4EFB004BA157 /* IQTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQTextView.m; sourceTree = ""; }; + C01ED2B22C6A4EFB004BA157 /* IQTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQTextView.h; sourceTree = ""; }; + C01ED2B42C6A4EFB004BA157 /* IQUIView+IQKeyboardToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIView+IQKeyboardToolbar.h"; sourceTree = ""; }; + C01ED2B52C6A4EFB004BA157 /* IQToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQToolbar.m; sourceTree = ""; }; + C01ED2B62C6A4EFB004BA157 /* IQPreviousNextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQPreviousNextView.h; sourceTree = ""; }; + C01ED2B72C6A4EFB004BA157 /* IQTitleBarButtonItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQTitleBarButtonItem.m; sourceTree = ""; }; + C01ED2B82C6A4EFB004BA157 /* IQBarButtonItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQBarButtonItem.m; sourceTree = ""; }; + C01ED2B92C6A4EFB004BA157 /* IQUIView+IQKeyboardToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIView+IQKeyboardToolbar.m"; sourceTree = ""; }; + C01ED2BA2C6A4EFB004BA157 /* IQPreviousNextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQPreviousNextView.m; sourceTree = ""; }; + C01ED2BB2C6A4EFB004BA157 /* IQToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQToolbar.h; sourceTree = ""; }; + C01ED2BC2C6A4EFB004BA157 /* IQBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQBarButtonItem.h; sourceTree = ""; }; + C01ED2BD2C6A4EFB004BA157 /* IQTitleBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQTitleBarButtonItem.h; sourceTree = ""; }; + C01ED2BF2C6A4EFB004BA157 /* IQKeyboardManagerConstantsInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManagerConstantsInternal.h; sourceTree = ""; }; + C01ED2C02C6A4EFB004BA157 /* IQKeyboardManagerConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManagerConstants.h; sourceTree = ""; }; + C01ED2C12C6A4EFB004BA157 /* IQKeyboardReturnKeyHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardReturnKeyHandler.h; sourceTree = ""; }; + C01ED2C22C6A4EFB004BA157 /* IQKeyboardManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManager.h; sourceTree = ""; }; + C01ED2C32C6A4EFB004BA157 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + C01ED2C42C6A4EFB004BA157 /* IQKeyboardManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQKeyboardManager.m; sourceTree = ""; }; + C01ED2C62C6A4EFB004BA157 /* IQNSArray+Sort.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQNSArray+Sort.m"; sourceTree = ""; }; + C01ED2C72C6A4EFB004BA157 /* IQUIViewController+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIViewController+Additions.h"; sourceTree = ""; }; + C01ED2C82C6A4EFB004BA157 /* IQUITextFieldView+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUITextFieldView+Additions.m"; sourceTree = ""; }; + C01ED2C92C6A4EFB004BA157 /* IQUIScrollView+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIScrollView+Additions.m"; sourceTree = ""; }; + C01ED2CA2C6A4EFB004BA157 /* IQUIView+Hierarchy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIView+Hierarchy.m"; sourceTree = ""; }; + C01ED2CB2C6A4EFB004BA157 /* IQNSArray+Sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQNSArray+Sort.h"; sourceTree = ""; }; + C01ED2CC2C6A4EFB004BA157 /* IQUIScrollView+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIScrollView+Additions.h"; sourceTree = ""; }; + C01ED2CD2C6A4EFB004BA157 /* IQUITextFieldView+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUITextFieldView+Additions.h"; sourceTree = ""; }; + C01ED2CE2C6A4EFB004BA157 /* IQUIViewController+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIViewController+Additions.m"; sourceTree = ""; }; + C01ED2CF2C6A4EFB004BA157 /* IQUIView+Hierarchy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIView+Hierarchy.h"; sourceTree = ""; }; + C01ED2D02C6A4EFB004BA157 /* IQKeyboardReturnKeyHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQKeyboardReturnKeyHandler.m; sourceTree = ""; }; + C01ED2EE2C6A4F4A004BA157 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + C01ED2F02C6A4F4F004BA157 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + C01ED2F22C6A4F54004BA157 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; + C01ED2F42C6A4F5B004BA157 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; C0382D212AE1632B00EBE4B4 /* SettingsViewController+TableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SettingsViewController+TableView.swift"; sourceTree = ""; }; C03C87F41B8DCBF100295DFA /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; C03C87F61B8DCC1400295DFA /* OptionsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OptionsViewController.swift; sourceTree = ""; }; @@ -316,6 +534,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C01ED1F82C6A4E33004BA157 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED29C2C6A4EAE004BA157 /* IQKeyboardNotification.xcframework in Frameworks */, + C01ED29D2C6A4EAE004BA157 /* IQTextInputViewNotification.xcframework in Frameworks */, + C01ED2992C6A4EA1004BA157 /* IQKeyboardCore.xcframework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C01ED2A02C6A4ED6004BA157 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED2F52C6A4F5B004BA157 /* QuartzCore.framework in Frameworks */, + C01ED2F32C6A4F54004BA157 /* CoreGraphics.framework in Frameworks */, + C01ED2F12C6A4F4F004BA157 /* Foundation.framework in Frameworks */, + C01ED2EF2C6A4F4A004BA157 /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C03C946A273CF3FF00AF66B5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -345,6 +584,7 @@ C0B63BA21781FAB1008D3B64 /* Foundation.framework in Frameworks */, C0B63BA41781FAB1008D3B64 /* CoreGraphics.framework in Frameworks */, 74EEE75B8742B346576A7E78 /* Pods_DemoObjC.framework in Frameworks */, + C01ED2A92C6A4ED6004BA157 /* IQKeyboardManager.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -371,6 +611,351 @@ name = "Other Frameworks"; sourceTree = ""; }; + C01ED1FC2C6A4E33004BA157 /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + C01ED2432C6A4E57004BA157 /* Appearance */, + C01ED2082C6A4E56004BA157 /* IQKeyboardManager */, + C01ED2052C6A4E56004BA157 /* IQKeyboardNotification */, + C01ED2382C6A4E56004BA157 /* IQKeyboardReturnKeyHandler */, + C01ED2252C6A4E56004BA157 /* IQKeyboardToolbar */, + C01ED2492C6A4E57004BA157 /* IQKeyboardToolbarManager */, + C01ED2222C6A4E56004BA157 /* IQTextInputViewNotification */, + C01ED2582C6A4E57004BA157 /* IQTextView */, + C01ED2042C6A4E56004BA157 /* PrivacyInfo.xcprivacy */, + C01ED23B2C6A4E57004BA157 /* Resign */, + C01ED2032C6A4E56004BA157 /* ReturnKeyHandler */, + C01ED1FD2C6A4E33004BA157 /* IQKeyboardManagerSwift.h */, + ); + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + C01ED2032C6A4E56004BA157 /* ReturnKeyHandler */ = { + isa = PBXGroup; + children = ( + ); + path = ReturnKeyHandler; + sourceTree = ""; + }; + C01ED2052C6A4E56004BA157 /* IQKeyboardNotification */ = { + isa = PBXGroup; + children = ( + C01ED2062C6A4E56004BA157 /* IQKeyboardListener.swift */, + C01ED2072C6A4E56004BA157 /* IQKeyboardInfo.swift */, + ); + path = IQKeyboardNotification; + sourceTree = ""; + }; + C01ED2082C6A4E56004BA157 /* IQKeyboardManager */ = { + isa = PBXGroup; + children = ( + C01ED2092C6A4E56004BA157 /* Configuration */, + C01ED20D2C6A4E56004BA157 /* IQKeyboardManager+Internal.swift */, + C01ED20E2C6A4E56004BA157 /* Constants */, + C01ED20F2C6A4E56004BA157 /* IQKeyboardManager+Position.swift */, + C01ED2102C6A4E56004BA157 /* IQKeyboardManagerExtension */, + C01ED2152C6A4E56004BA157 /* IQKeyboardManager.swift */, + C01ED2162C6A4E56004BA157 /* UIKitExtensions */, + C01ED21C2C6A4E56004BA157 /* IQKeyboardManager+ActiveConfiguration.swift */, + C01ED21D2C6A4E56004BA157 /* IQKeyboardManager+PopGestureHandling.swift */, + C01ED21E2C6A4E56004BA157 /* Debug */, + C01ED2202C6A4E56004BA157 /* Deprecated */, + ); + path = IQKeyboardManager; + sourceTree = ""; + }; + C01ED2092C6A4E56004BA157 /* Configuration */ = { + isa = PBXGroup; + children = ( + C01ED20A2C6A4E56004BA157 /* IQRootControllerConfiguration.swift */, + C01ED20B2C6A4E56004BA157 /* IQActiveConfiguration.swift */, + C01ED20C2C6A4E56004BA157 /* IQScrollViewConfiguration.swift */, + ); + path = Configuration; + sourceTree = ""; + }; + C01ED20E2C6A4E56004BA157 /* Constants */ = { + isa = PBXGroup; + children = ( + ); + path = Constants; + sourceTree = ""; + }; + C01ED2102C6A4E56004BA157 /* IQKeyboardManagerExtension */ = { + isa = PBXGroup; + children = ( + C01ED2112C6A4E56004BA157 /* UIScrollView+IQKeyboardManagerExtensionObjc.swift */, + C01ED2122C6A4E56004BA157 /* UIView+IQKeyboardManagerExtension.swift */, + C01ED2132C6A4E56004BA157 /* UIView+IQKeyboardManagerExtensionObjc.swift */, + C01ED2142C6A4E56004BA157 /* UIScrollView+IQKeyboardManagerExtension.swift */, + ); + path = IQKeyboardManagerExtension; + sourceTree = ""; + }; + C01ED2162C6A4E56004BA157 /* UIKitExtensions */ = { + isa = PBXGroup; + children = ( + C01ED2172C6A4E56004BA157 /* UIView+Parent.swift */, + C01ED2182C6A4E56004BA157 /* UIViewController+ParentContainer.swift */, + C01ED2192C6A4E56004BA157 /* UIView+ParentObjc.swift */, + C01ED21A2C6A4E56004BA157 /* UICollectionView+IndexPaths.swift */, + C01ED21B2C6A4E56004BA157 /* UITableView+IndexPaths.swift */, + ); + path = UIKitExtensions; + sourceTree = ""; + }; + C01ED21E2C6A4E56004BA157 /* Debug */ = { + isa = PBXGroup; + children = ( + C01ED21F2C6A4E56004BA157 /* IQKeyboardManager+Debug.swift */, + ); + path = Debug; + sourceTree = ""; + }; + C01ED2202C6A4E56004BA157 /* Deprecated */ = { + isa = PBXGroup; + children = ( + C01ED2212C6A4E56004BA157 /* IQKeyboardManager+Deprecated.swift */, + ); + path = Deprecated; + sourceTree = ""; + }; + C01ED2222C6A4E56004BA157 /* IQTextInputViewNotification */ = { + isa = PBXGroup; + children = ( + C01ED2232C6A4E56004BA157 /* IQTextFieldViewInfo.swift */, + C01ED2242C6A4E56004BA157 /* IQTextFieldViewListener.swift */, + ); + path = IQTextInputViewNotification; + sourceTree = ""; + }; + C01ED2252C6A4E56004BA157 /* IQKeyboardToolbar */ = { + isa = PBXGroup; + children = ( + C01ED2262C6A4E56004BA157 /* Configuration */, + C01ED2282C6A4E56004BA157 /* IQKeyboardExtension */, + C01ED22C2C6A4E56004BA157 /* IQBarButtonItem */, + C01ED2312C6A4E56004BA157 /* Constants */, + C01ED2332C6A4E56004BA157 /* IQToolbar.swift */, + C01ED2342C6A4E56004BA157 /* Placeholder */, + C01ED2372C6A4E56004BA157 /* UIKitExtensions */, + ); + path = IQKeyboardToolbar; + sourceTree = ""; + }; + C01ED2262C6A4E56004BA157 /* Configuration */ = { + isa = PBXGroup; + children = ( + C01ED2272C6A4E56004BA157 /* IQToolbarConfiguration.swift */, + ); + path = Configuration; + sourceTree = ""; + }; + C01ED2282C6A4E56004BA157 /* IQKeyboardExtension */ = { + isa = PBXGroup; + children = ( + C01ED2292C6A4E56004BA157 /* UIView+IQKeyboardToolbarDeprecated.swift */, + C01ED22A2C6A4E56004BA157 /* UIView+IQKeyboardToolbar.swift */, + C01ED22B2C6A4E56004BA157 /* UIView+IQKeyboardToolbarObjc.swift */, + ); + path = IQKeyboardExtension; + sourceTree = ""; + }; + C01ED22C2C6A4E56004BA157 /* IQBarButtonItem */ = { + isa = PBXGroup; + children = ( + C01ED22D2C6A4E56004BA157 /* IQTitleBarButtonItem.swift */, + C01ED22E2C6A4E56004BA157 /* IQBarButtonItem.swift */, + C01ED22F2C6A4E56004BA157 /* IQInvocation.swift */, + C01ED2302C6A4E56004BA157 /* IQBarButtonItemConfiguration.swift */, + ); + path = IQBarButtonItem; + sourceTree = ""; + }; + C01ED2312C6A4E56004BA157 /* Constants */ = { + isa = PBXGroup; + children = ( + C01ED2322C6A4E56004BA157 /* IQKeyboardToolbarConstants.swift */, + ); + path = Constants; + sourceTree = ""; + }; + C01ED2342C6A4E56004BA157 /* Placeholder */ = { + isa = PBXGroup; + children = ( + C01ED2352C6A4E56004BA157 /* IQPlaceholderable.swift */, + C01ED2362C6A4E56004BA157 /* IQToolbarPlaceholderConfiguration.swift */, + ); + path = Placeholder; + sourceTree = ""; + }; + C01ED2372C6A4E56004BA157 /* UIKitExtensions */ = { + isa = PBXGroup; + children = ( + ); + path = UIKitExtensions; + sourceTree = ""; + }; + C01ED2382C6A4E56004BA157 /* IQKeyboardReturnKeyHandler */ = { + isa = PBXGroup; + children = ( + C01ED2392C6A4E57004BA157 /* IQTextInputViewInfoModel.swift */, + C01ED23A2C6A4E57004BA157 /* IQKeyboardReturnKeyHandler.swift */, + ); + path = IQKeyboardReturnKeyHandler; + sourceTree = ""; + }; + C01ED23B2C6A4E57004BA157 /* Resign */ = { + isa = PBXGroup; + children = ( + C01ED23C2C6A4E57004BA157 /* IQKeyboardResignHandler+Internal.swift */, + C01ED23D2C6A4E57004BA157 /* IQKeyboardResignHandler.swift */, + C01ED23E2C6A4E57004BA157 /* IQKeyboardManager+Resign.swift */, + C01ED23F2C6A4E57004BA157 /* UIKItExtensions */, + C01ED2422C6A4E57004BA157 /* IQKeyboardManager+Resign_Deprecated.swift */, + ); + path = Resign; + sourceTree = ""; + }; + C01ED23F2C6A4E57004BA157 /* UIKItExtensions */ = { + isa = PBXGroup; + children = ( + C01ED2402C6A4E57004BA157 /* UIView+ResignObjc.swift */, + C01ED2412C6A4E57004BA157 /* UIView+Resign.swift */, + ); + path = UIKItExtensions; + sourceTree = ""; + }; + C01ED2432C6A4E57004BA157 /* Appearance */ = { + isa = PBXGroup; + children = ( + C01ED2442C6A4E57004BA157 /* IQKeyboardAppearanceManager+Internal.swift */, + C01ED2452C6A4E57004BA157 /* IQKeyboardManager+Appearance_Deprecated.swift */, + C01ED2462C6A4E57004BA157 /* IQKeyboardManager+Appearance.swift */, + C01ED2472C6A4E57004BA157 /* IQKeyboardConfiguration.swift */, + C01ED2482C6A4E57004BA157 /* IQKeyboardAppearanceManager.swift */, + ); + path = Appearance; + sourceTree = ""; + }; + C01ED2492C6A4E57004BA157 /* IQKeyboardToolbarManager */ = { + isa = PBXGroup; + children = ( + C01ED24A2C6A4E57004BA157 /* IQKeyboardManager+ToolbarManagerDeprecated.swift */, + C01ED24B2C6A4E57004BA157 /* Toolbar */, + C01ED24E2C6A4E57004BA157 /* IQDeepResponderContainerView.swift */, + C01ED24F2C6A4E57004BA157 /* IQKeyboardToolbarManager.swift */, + C01ED2502C6A4E57004BA157 /* UIKitExtensions */, + C01ED2542C6A4E57004BA157 /* IQKeyboardManager+ToolbarManager.swift */, + C01ED2552C6A4E57004BA157 /* IQKeyboardToolbarManager+Internal.swift */, + C01ED2562C6A4E57004BA157 /* Debug */, + ); + path = IQKeyboardToolbarManager; + sourceTree = ""; + }; + C01ED24B2C6A4E57004BA157 /* Toolbar */ = { + isa = PBXGroup; + children = ( + C01ED24C2C6A4E57004BA157 /* IQKeyboardToolbarManager+Action.swift */, + C01ED24D2C6A4E57004BA157 /* IQKeyboardToolbarManager+Toolbar.swift */, + ); + path = Toolbar; + sourceTree = ""; + }; + C01ED2502C6A4E57004BA157 /* UIKitExtensions */ = { + isa = PBXGroup; + children = ( + C01ED2512C6A4E57004BA157 /* Array+Sort.swift */, + C01ED2522C6A4E57004BA157 /* UIView+Responders.swift */, + C01ED2532C6A4E57004BA157 /* UIView+RespondersObjc.swift */, + ); + path = UIKitExtensions; + sourceTree = ""; + }; + C01ED2562C6A4E57004BA157 /* Debug */ = { + isa = PBXGroup; + children = ( + C01ED2572C6A4E57004BA157 /* IQKeyboardToolbarManager+Debug.swift */, + ); + path = Debug; + sourceTree = ""; + }; + C01ED2582C6A4E57004BA157 /* IQTextView */ = { + isa = PBXGroup; + children = ( + C01ED2592C6A4E57004BA157 /* IQTextView.swift */, + ); + path = IQTextView; + sourceTree = ""; + }; + C01ED2AF2C6A4EFB004BA157 /* IQKeyboardManager */ = { + isa = PBXGroup; + children = ( + C01ED2B02C6A4EFB004BA157 /* IQTextView */, + C01ED2B32C6A4EFB004BA157 /* IQToolbar */, + C01ED2BE2C6A4EFB004BA157 /* Constants */, + C01ED2C12C6A4EFB004BA157 /* IQKeyboardReturnKeyHandler.h */, + C01ED2C22C6A4EFB004BA157 /* IQKeyboardManager.h */, + C01ED2C32C6A4EFB004BA157 /* PrivacyInfo.xcprivacy */, + C01ED2C42C6A4EFB004BA157 /* IQKeyboardManager.m */, + C01ED2C52C6A4EFB004BA157 /* Categories */, + C01ED2D02C6A4EFB004BA157 /* IQKeyboardReturnKeyHandler.m */, + ); + path = IQKeyboardManager; + sourceTree = ""; + }; + C01ED2B02C6A4EFB004BA157 /* IQTextView */ = { + isa = PBXGroup; + children = ( + C01ED2B12C6A4EFB004BA157 /* IQTextView.m */, + C01ED2B22C6A4EFB004BA157 /* IQTextView.h */, + ); + path = IQTextView; + sourceTree = ""; + }; + C01ED2B32C6A4EFB004BA157 /* IQToolbar */ = { + isa = PBXGroup; + children = ( + C01ED2B42C6A4EFB004BA157 /* IQUIView+IQKeyboardToolbar.h */, + C01ED2B52C6A4EFB004BA157 /* IQToolbar.m */, + C01ED2B62C6A4EFB004BA157 /* IQPreviousNextView.h */, + C01ED2B72C6A4EFB004BA157 /* IQTitleBarButtonItem.m */, + C01ED2B82C6A4EFB004BA157 /* IQBarButtonItem.m */, + C01ED2B92C6A4EFB004BA157 /* IQUIView+IQKeyboardToolbar.m */, + C01ED2BA2C6A4EFB004BA157 /* IQPreviousNextView.m */, + C01ED2BB2C6A4EFB004BA157 /* IQToolbar.h */, + C01ED2BC2C6A4EFB004BA157 /* IQBarButtonItem.h */, + C01ED2BD2C6A4EFB004BA157 /* IQTitleBarButtonItem.h */, + ); + path = IQToolbar; + sourceTree = ""; + }; + C01ED2BE2C6A4EFB004BA157 /* Constants */ = { + isa = PBXGroup; + children = ( + C01ED2BF2C6A4EFB004BA157 /* IQKeyboardManagerConstantsInternal.h */, + C01ED2C02C6A4EFB004BA157 /* IQKeyboardManagerConstants.h */, + ); + path = Constants; + sourceTree = ""; + }; + C01ED2C52C6A4EFB004BA157 /* Categories */ = { + isa = PBXGroup; + children = ( + C01ED2C62C6A4EFB004BA157 /* IQNSArray+Sort.m */, + C01ED2C72C6A4EFB004BA157 /* IQUIViewController+Additions.h */, + C01ED2C82C6A4EFB004BA157 /* IQUITextFieldView+Additions.m */, + C01ED2C92C6A4EFB004BA157 /* IQUIScrollView+Additions.m */, + C01ED2CA2C6A4EFB004BA157 /* IQUIView+Hierarchy.m */, + C01ED2CB2C6A4EFB004BA157 /* IQNSArray+Sort.h */, + C01ED2CC2C6A4EFB004BA157 /* IQUIScrollView+Additions.h */, + C01ED2CD2C6A4EFB004BA157 /* IQUITextFieldView+Additions.h */, + C01ED2CE2C6A4EFB004BA157 /* IQUIViewController+Additions.m */, + C01ED2CF2C6A4EFB004BA157 /* IQUIView+Hierarchy.h */, + ); + path = Categories; + sourceTree = ""; + }; C03C87F31B8DCBC900295DFA /* Settings */ = { isa = PBXGroup; children = ( @@ -409,6 +994,8 @@ C0CB61D01B884D4100C33368 /* Swift_Demo */, C0CB61CB1B884D4100C33368 /* Resources */, C03C946E273CF3FF00AF66B5 /* DemoExtension */, + C01ED2AF2C6A4EFB004BA157 /* IQKeyboardManager */, + C01ED1FC2C6A4E33004BA157 /* IQKeyboardManagerSwift */, C0B63B9E1781FAB1008D3B64 /* Frameworks */, C0B63B9C1781FAB1008D3B64 /* Products */, EFA5AFEC00910B83E6A41257 /* Pods */, @@ -422,6 +1009,8 @@ C0ACB0F519CF104B0057B571 /* DemoSwift.app */, 4CE6119D1B98B7250020591A /* DemoObjCUITests.xctest */, C03C946D273CF3FF00AF66B5 /* DemoExtension.appex */, + C01ED1FB2C6A4E33004BA157 /* IQKeyboardManagerSwift.framework */, + C01ED2A32C6A4ED6004BA157 /* IQKeyboardManager.framework */, ); name = Products; sourceTree = ""; @@ -429,6 +1018,13 @@ C0B63B9E1781FAB1008D3B64 /* Frameworks */ = { isa = PBXGroup; children = ( + C01ED2F42C6A4F5B004BA157 /* QuartzCore.framework */, + C01ED2F22C6A4F54004BA157 /* CoreGraphics.framework */, + C01ED2F02C6A4F4F004BA157 /* Foundation.framework */, + C01ED2EE2C6A4F4A004BA157 /* UIKit.framework */, + C01ED29A2C6A4EAE004BA157 /* IQKeyboardNotification.xcframework */, + C01ED29B2C6A4EAE004BA157 /* IQTextInputViewNotification.xcframework */, + C01ED2982C6A4EA1004BA157 /* IQKeyboardCore.xcframework */, 56FCBF7824C36672007B0332 /* WebKit.framework */, 9D9A0FC218C9DB5700585D3F /* Social.framework */, C0B63B9F1781FAB1008D3B64 /* UIKit.framework */, @@ -727,6 +1323,39 @@ }; /* End PBXGroup section */ +/* Begin PBXHeadersBuildPhase section */ + C01ED1F62C6A4E33004BA157 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED1FE2C6A4E33004BA157 /* IQKeyboardManagerSwift.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C01ED29E2C6A4ED6004BA157 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED2DF2C6A4EFC004BA157 /* IQKeyboardReturnKeyHandler.h in Headers */, + C01ED2DC2C6A4EFC004BA157 /* IQTitleBarButtonItem.h in Headers */, + C01ED2E42C6A4EFC004BA157 /* IQUIViewController+Additions.h in Headers */, + C01ED2DB2C6A4EFC004BA157 /* IQBarButtonItem.h in Headers */, + C01ED2E02C6A4EFC004BA157 /* IQKeyboardManager.h in Headers */, + C01ED2EA2C6A4EFC004BA157 /* IQUITextFieldView+Additions.h in Headers */, + C01ED2D32C6A4EFC004BA157 /* IQUIView+IQKeyboardToolbar.h in Headers */, + C01ED2D52C6A4EFC004BA157 /* IQPreviousNextView.h in Headers */, + C01ED2EC2C6A4EFC004BA157 /* IQUIView+Hierarchy.h in Headers */, + C01ED2E92C6A4EFC004BA157 /* IQUIScrollView+Additions.h in Headers */, + C01ED2DE2C6A4EFC004BA157 /* IQKeyboardManagerConstants.h in Headers */, + C01ED2D22C6A4EFC004BA157 /* IQTextView.h in Headers */, + C01ED2DA2C6A4EFC004BA157 /* IQToolbar.h in Headers */, + C01ED2DD2C6A4EFC004BA157 /* IQKeyboardManagerConstantsInternal.h in Headers */, + C01ED2E82C6A4EFC004BA157 /* IQNSArray+Sort.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + /* Begin PBXNativeTarget section */ 4CE6119C1B98B7250020591A /* DemoObjCUITests */ = { isa = PBXNativeTarget; @@ -745,6 +1374,42 @@ productReference = 4CE6119D1B98B7250020591A /* DemoObjCUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; + C01ED1FA2C6A4E33004BA157 /* IQKeyboardManagerSwift */ = { + isa = PBXNativeTarget; + buildConfigurationList = C01ED2012C6A4E34004BA157 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */; + buildPhases = ( + C01ED1F62C6A4E33004BA157 /* Headers */, + C01ED1F72C6A4E33004BA157 /* Sources */, + C01ED1F82C6A4E33004BA157 /* Frameworks */, + C01ED1F92C6A4E33004BA157 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = IQKeyboardManagerSwift; + productName = IQKeyboardManagerSwift; + productReference = C01ED1FB2C6A4E33004BA157 /* IQKeyboardManagerSwift.framework */; + productType = "com.apple.product-type.framework"; + }; + C01ED2A22C6A4ED6004BA157 /* IQKeyboardManager */ = { + isa = PBXNativeTarget; + buildConfigurationList = C01ED2AB2C6A4ED6004BA157 /* Build configuration list for PBXNativeTarget "IQKeyboardManager" */; + buildPhases = ( + C01ED29E2C6A4ED6004BA157 /* Headers */, + C01ED29F2C6A4ED6004BA157 /* Sources */, + C01ED2A02C6A4ED6004BA157 /* Frameworks */, + C01ED2A12C6A4ED6004BA157 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = IQKeyboardManager; + productName = "IQKeyboardManager-iOS"; + productReference = C01ED2A32C6A4ED6004BA157 /* IQKeyboardManager.framework */; + productType = "com.apple.product-type.framework"; + }; C03C946C273CF3FF00AF66B5 /* DemoExtension */ = { isa = PBXNativeTarget; buildConfigurationList = C03C947E273CF3FF00AF66B5 /* Build configuration list for PBXNativeTarget "DemoExtension" */; @@ -793,10 +1458,12 @@ C0B63B981781FAB1008D3B64 /* Frameworks */, C0B63B991781FAB1008D3B64 /* Resources */, 44A8E642B5165FD9391AE82F /* [CP] Embed Pods Frameworks */, + C01ED2AE2C6A4ED6004BA157 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( + C01ED2A82C6A4ED6004BA157 /* PBXTargetDependency */, ); name = DemoObjC; productName = KeyboardTextFieldDemo; @@ -820,6 +1487,12 @@ CreatedOnToolsVersion = 7.0; TestTargetID = C0B63B9A1781FAB1008D3B64; }; + C01ED1FA2C6A4E33004BA157 = { + CreatedOnToolsVersion = 15.2; + }; + C01ED2A22C6A4ED6004BA157 = { + CreatedOnToolsVersion = 15.2; + }; C03C946C273CF3FF00AF66B5 = { CreatedOnToolsVersion = 12.5; }; @@ -848,6 +1521,8 @@ C0ACB0F419CF104B0057B571 /* DemoSwift */, 4CE6119C1B98B7250020591A /* DemoObjCUITests */, C03C946C273CF3FF00AF66B5 /* DemoExtension */, + C01ED1FA2C6A4E33004BA157 /* IQKeyboardManagerSwift */, + C01ED2A22C6A4ED6004BA157 /* IQKeyboardManager */, ); }; /* End PBXProject section */ @@ -860,6 +1535,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C01ED1F92C6A4E33004BA157 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED25B2C6A4E57004BA157 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C01ED2A12C6A4ED6004BA157 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED2E12C6A4EFC004BA157 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C03C946B273CF3FF00AF66B5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -1021,6 +1712,93 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C01ED1F72C6A4E33004BA157 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED26F2C6A4E57004BA157 /* IQKeyboardManager+Debug.swift in Sources */, + C01ED2672C6A4E57004BA157 /* IQKeyboardManager.swift in Sources */, + C01ED2832C6A4E57004BA157 /* IQKeyboardManager+Resign.swift in Sources */, + C01ED26D2C6A4E57004BA157 /* IQKeyboardManager+ActiveConfiguration.swift in Sources */, + C01ED27D2C6A4E57004BA157 /* IQPlaceholderable.swift in Sources */, + C01ED2972C6A4E57004BA157 /* IQTextView.swift in Sources */, + C01ED26C2C6A4E57004BA157 /* UITableView+IndexPaths.swift in Sources */, + C01ED28B2C6A4E57004BA157 /* IQKeyboardAppearanceManager.swift in Sources */, + C01ED2662C6A4E57004BA157 /* UIScrollView+IQKeyboardManagerExtension.swift in Sources */, + C01ED2962C6A4E57004BA157 /* IQKeyboardToolbarManager+Debug.swift in Sources */, + C01ED2872C6A4E57004BA157 /* IQKeyboardAppearanceManager+Internal.swift in Sources */, + C01ED2762C6A4E57004BA157 /* UIView+IQKeyboardToolbarObjc.swift in Sources */, + C01ED2632C6A4E57004BA157 /* UIScrollView+IQKeyboardManagerExtensionObjc.swift in Sources */, + C01ED25F2C6A4E57004BA157 /* IQActiveConfiguration.swift in Sources */, + C01ED2902C6A4E57004BA157 /* IQKeyboardToolbarManager.swift in Sources */, + C01ED2932C6A4E57004BA157 /* UIView+RespondersObjc.swift in Sources */, + C01ED26E2C6A4E57004BA157 /* IQKeyboardManager+PopGestureHandling.swift in Sources */, + C01ED2792C6A4E57004BA157 /* IQInvocation.swift in Sources */, + C01ED25E2C6A4E57004BA157 /* IQRootControllerConfiguration.swift in Sources */, + C01ED27E2C6A4E57004BA157 /* IQToolbarPlaceholderConfiguration.swift in Sources */, + C01ED2942C6A4E57004BA157 /* IQKeyboardManager+ToolbarManager.swift in Sources */, + C01ED2702C6A4E57004BA157 /* IQKeyboardManager+Deprecated.swift in Sources */, + C01ED27B2C6A4E57004BA157 /* IQKeyboardToolbarConstants.swift in Sources */, + C01ED28E2C6A4E57004BA157 /* IQKeyboardToolbarManager+Toolbar.swift in Sources */, + C01ED2602C6A4E57004BA157 /* IQScrollViewConfiguration.swift in Sources */, + C01ED2892C6A4E57004BA157 /* IQKeyboardManager+Appearance.swift in Sources */, + C01ED2822C6A4E57004BA157 /* IQKeyboardResignHandler.swift in Sources */, + C01ED2692C6A4E57004BA157 /* UIViewController+ParentContainer.swift in Sources */, + C01ED2772C6A4E57004BA157 /* IQTitleBarButtonItem.swift in Sources */, + C01ED2882C6A4E57004BA157 /* IQKeyboardManager+Appearance_Deprecated.swift in Sources */, + C01ED2642C6A4E57004BA157 /* UIView+IQKeyboardManagerExtension.swift in Sources */, + C01ED2952C6A4E57004BA157 /* IQKeyboardToolbarManager+Internal.swift in Sources */, + C01ED2862C6A4E57004BA157 /* IQKeyboardManager+Resign_Deprecated.swift in Sources */, + C01ED27C2C6A4E57004BA157 /* IQToolbar.swift in Sources */, + C01ED2782C6A4E57004BA157 /* IQBarButtonItem.swift in Sources */, + C01ED28A2C6A4E57004BA157 /* IQKeyboardConfiguration.swift in Sources */, + C01ED2622C6A4E57004BA157 /* IQKeyboardManager+Position.swift in Sources */, + C01ED2922C6A4E57004BA157 /* UIView+Responders.swift in Sources */, + C01ED26A2C6A4E57004BA157 /* UIView+ParentObjc.swift in Sources */, + C01ED2682C6A4E57004BA157 /* UIView+Parent.swift in Sources */, + C01ED28F2C6A4E57004BA157 /* IQDeepResponderContainerView.swift in Sources */, + C01ED25D2C6A4E57004BA157 /* IQKeyboardInfo.swift in Sources */, + C01ED27A2C6A4E57004BA157 /* IQBarButtonItemConfiguration.swift in Sources */, + C01ED2752C6A4E57004BA157 /* UIView+IQKeyboardToolbar.swift in Sources */, + C01ED26B2C6A4E57004BA157 /* UICollectionView+IndexPaths.swift in Sources */, + C01ED28D2C6A4E57004BA157 /* IQKeyboardToolbarManager+Action.swift in Sources */, + C01ED27F2C6A4E57004BA157 /* IQTextInputViewInfoModel.swift in Sources */, + C01ED2652C6A4E57004BA157 /* UIView+IQKeyboardManagerExtensionObjc.swift in Sources */, + C01ED2742C6A4E57004BA157 /* UIView+IQKeyboardToolbarDeprecated.swift in Sources */, + C01ED2612C6A4E57004BA157 /* IQKeyboardManager+Internal.swift in Sources */, + C01ED2802C6A4E57004BA157 /* IQKeyboardReturnKeyHandler.swift in Sources */, + C01ED2842C6A4E57004BA157 /* UIView+ResignObjc.swift in Sources */, + C01ED2732C6A4E57004BA157 /* IQToolbarConfiguration.swift in Sources */, + C01ED2812C6A4E57004BA157 /* IQKeyboardResignHandler+Internal.swift in Sources */, + C01ED2852C6A4E57004BA157 /* UIView+Resign.swift in Sources */, + C01ED2712C6A4E57004BA157 /* IQTextFieldViewInfo.swift in Sources */, + C01ED2722C6A4E57004BA157 /* IQTextFieldViewListener.swift in Sources */, + C01ED2912C6A4E57004BA157 /* Array+Sort.swift in Sources */, + C01ED25C2C6A4E57004BA157 /* IQKeyboardListener.swift in Sources */, + C01ED28C2C6A4E57004BA157 /* IQKeyboardManager+ToolbarManagerDeprecated.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C01ED29F2C6A4ED6004BA157 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C01ED2E32C6A4EFC004BA157 /* IQNSArray+Sort.m in Sources */, + C01ED2E62C6A4EFC004BA157 /* IQUIScrollView+Additions.m in Sources */, + C01ED2D12C6A4EFC004BA157 /* IQTextView.m in Sources */, + C01ED2E72C6A4EFC004BA157 /* IQUIView+Hierarchy.m in Sources */, + C01ED2E22C6A4EFC004BA157 /* IQKeyboardManager.m in Sources */, + C01ED2D82C6A4EFC004BA157 /* IQUIView+IQKeyboardToolbar.m in Sources */, + C01ED2D92C6A4EFC004BA157 /* IQPreviousNextView.m in Sources */, + C01ED2ED2C6A4EFC004BA157 /* IQKeyboardReturnKeyHandler.m in Sources */, + C01ED2D62C6A4EFC004BA157 /* IQTitleBarButtonItem.m in Sources */, + C01ED2E52C6A4EFC004BA157 /* IQUITextFieldView+Additions.m in Sources */, + C01ED2D72C6A4EFC004BA157 /* IQBarButtonItem.m in Sources */, + C01ED2EB2C6A4EFC004BA157 /* IQUIViewController+Additions.m in Sources */, + C01ED2D42C6A4EFC004BA157 /* IQToolbar.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C03C9469273CF3FF00AF66B5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1119,6 +1897,11 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + C01ED2A82C6A4ED6004BA157 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C01ED2A22C6A4ED6004BA157 /* IQKeyboardManager */; + targetProxy = C01ED2A72C6A4ED6004BA157 /* PBXContainerItemProxy */; + }; C03C9478273CF3FF00AF66B5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = C03C946C273CF3FF00AF66B5 /* DemoExtension */; @@ -1331,6 +2114,222 @@ }; name = Release; }; + C01ED1FF2C6A4E34004BA157 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 7UUTF6T5P9; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Iftekhar. All rights reserved."; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = com.infoenum.IQKeyboardManagerSwift; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + C01ED2002C6A4E34004BA157 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Automatic; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 7UUTF6T5P9; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Iftekhar. All rights reserved."; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = com.infoenum.IQKeyboardManagerSwift; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + C01ED2AC2C6A4ED6004BA157 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = ""; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Iftekhar. All rights reserved."; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "com.infoenum.IQKeyboardManager-iOS"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + C01ED2AD2C6A4ED6004BA157 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Automatic; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = ""; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2024 Iftekhar. All rights reserved."; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 17.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "com.infoenum.IQKeyboardManager-iOS"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; C03C947C273CF3FF00AF66B5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1770,6 +2769,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + C01ED2012C6A4E34004BA157 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C01ED1FF2C6A4E34004BA157 /* Debug */, + C01ED2002C6A4E34004BA157 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C01ED2AB2C6A4ED6004BA157 /* Build configuration list for PBXNativeTarget "IQKeyboardManager" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C01ED2AC2C6A4ED6004BA157 /* Debug */, + C01ED2AD2C6A4ED6004BA157 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; C03C947E273CF3FF00AF66B5 /* Build configuration list for PBXNativeTarget "DemoExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/IQKeyboardManager.xcodeproj/xcshareddata/xcschemes/IQKeyboardManager.xcscheme b/Demo.xcodeproj/xcshareddata/xcschemes/IQKeyboardManager.xcscheme similarity index 71% rename from IQKeyboardManager.xcodeproj/xcshareddata/xcschemes/IQKeyboardManager.xcscheme rename to Demo.xcodeproj/xcshareddata/xcschemes/IQKeyboardManager.xcscheme index 9939eb963..49ad8f4f6 100644 --- a/IQKeyboardManager.xcodeproj/xcshareddata/xcschemes/IQKeyboardManager.xcscheme +++ b/Demo.xcodeproj/xcshareddata/xcschemes/IQKeyboardManager.xcscheme @@ -1,7 +1,7 @@ + LastUpgradeVersion = "1520" + version = "1.7"> @@ -14,10 +14,10 @@ buildForAnalyzing = "YES"> + ReferencedContainer = "container:Demo.xcodeproj"> @@ -26,9 +26,8 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES"> - - + shouldUseLaunchSchemeArgsEnv = "YES" + shouldAutocreateTestPlan = "YES"> - - - - + ReferencedContainer = "container:Demo.xcodeproj"> diff --git a/IQKeyboardManager.xcodeproj/xcshareddata/xcschemes/IQKeyboardManagerSwift.xcscheme b/Demo.xcodeproj/xcshareddata/xcschemes/IQKeyboardManagerSwift.xcscheme similarity index 71% rename from IQKeyboardManager.xcodeproj/xcshareddata/xcschemes/IQKeyboardManagerSwift.xcscheme rename to Demo.xcodeproj/xcshareddata/xcschemes/IQKeyboardManagerSwift.xcscheme index 3be104d2e..e4a37f704 100644 --- a/IQKeyboardManager.xcodeproj/xcshareddata/xcschemes/IQKeyboardManagerSwift.xcscheme +++ b/Demo.xcodeproj/xcshareddata/xcschemes/IQKeyboardManagerSwift.xcscheme @@ -1,7 +1,7 @@ + LastUpgradeVersion = "1520" + version = "1.7"> @@ -14,10 +14,10 @@ buildForAnalyzing = "YES"> + ReferencedContainer = "container:Demo.xcodeproj"> @@ -26,9 +26,8 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES"> - - + shouldUseLaunchSchemeArgsEnv = "YES" + shouldAutocreateTestPlan = "YES"> - - - - + ReferencedContainer = "container:Demo.xcodeproj"> diff --git a/IQKeyboardManager.xcodeproj/project.pbxproj b/IQKeyboardManager.xcodeproj/project.pbxproj deleted file mode 100644 index 29bd124cd..000000000 --- a/IQKeyboardManager.xcodeproj/project.pbxproj +++ /dev/null @@ -1,998 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 016045D32B060F2D00F6A64E /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0160459D2B060F2D00F6A64E /* IQKeyboardManagerConstants.swift */; }; - 016045D42B060F2D00F6A64E /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0160459F2B060F2D00F6A64E /* IQPreviousNextView.swift */; }; - 016045D52B060F2D00F6A64E /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A02B060F2D00F6A64E /* IQTitleBarButtonItem.swift */; }; - 016045D62B060F2D00F6A64E /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A12B060F2D00F6A64E /* IQBarButtonItem.swift */; }; - 016045D72B060F2E00F6A64E /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A22B060F2D00F6A64E /* IQToolbar.swift */; }; - 016045D82B060F2E00F6A64E /* IQUIView+IQKeyboardToolbarDeprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A32B060F2D00F6A64E /* IQUIView+IQKeyboardToolbarDeprecated.swift */; }; - 016045D92B060F2E00F6A64E /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A42B060F2D00F6A64E /* IQUIView+IQKeyboardToolbar.swift */; }; - 016045DA2B060F2E00F6A64E /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A52B060F2D00F6A64E /* IQInvocation.swift */; }; - 016045DB2B060F2E00F6A64E /* IQToolbarConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A72B060F2D00F6A64E /* IQToolbarConfiguration.swift */; }; - 016045DC2B060F2E00F6A64E /* IQToolbarPlaceholderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A82B060F2D00F6A64E /* IQToolbarPlaceholderConfiguration.swift */; }; - 016045DD2B060F2E00F6A64E /* IQRootControllerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045A92B060F2D00F6A64E /* IQRootControllerConfiguration.swift */; }; - 016045DE2B060F2E00F6A64E /* IQActiveConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045AA2B060F2D00F6A64E /* IQActiveConfiguration.swift */; }; - 016045DF2B060F2E00F6A64E /* IQKeyboardConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045AB2B060F2D00F6A64E /* IQKeyboardConfiguration.swift */; }; - 016045E02B060F2E00F6A64E /* IQScrollViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045AC2B060F2D00F6A64E /* IQScrollViewConfiguration.swift */; }; - 016045E12B060F2E00F6A64E /* IQBarButtonItemConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045AD2B060F2D00F6A64E /* IQBarButtonItemConfiguration.swift */; }; - 016045E22B060F2E00F6A64E /* IQKeyboardListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045AF2B060F2D00F6A64E /* IQKeyboardListener.swift */; }; - 016045E32B060F2E00F6A64E /* IQTextFieldViewListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045B02B060F2D00F6A64E /* IQTextFieldViewListener.swift */; }; - 016045E42B060F2E00F6A64E /* IQTextFieldViewInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045B22B060F2D00F6A64E /* IQTextFieldViewInfo.swift */; }; - 016045E52B060F2E00F6A64E /* IQKeyboardInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045B32B060F2D00F6A64E /* IQKeyboardInfo.swift */; }; - 016045E62B060F2E00F6A64E /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 016045B42B060F2D00F6A64E /* PrivacyInfo.xcprivacy */; }; - 016045E72B060F2E00F6A64E /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045B62B060F2D00F6A64E /* IQTextView.swift */; }; - 016045E82B060F2E00F6A64E /* IQPlaceholderable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045B72B060F2D00F6A64E /* IQPlaceholderable.swift */; }; - 016045E92B060F2E00F6A64E /* IQUICollectionView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045B92B060F2D00F6A64E /* IQUICollectionView+Additions.swift */; }; - 016045EA2B060F2E00F6A64E /* IQUITableView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045BA2B060F2D00F6A64E /* IQUITableView+Additions.swift */; }; - 016045EB2B060F2E00F6A64E /* UIImage+NextPrevious.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045BB2B060F2D00F6A64E /* UIImage+NextPrevious.swift */; }; - 016045EC2B060F2E00F6A64E /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045BC2B060F2D00F6A64E /* IQUIScrollView+Additions.swift */; }; - 016045ED2B060F2E00F6A64E /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045BD2B060F2D00F6A64E /* IQUIViewController+Additions.swift */; }; - 016045EE2B060F2E00F6A64E /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045BE2B060F2D00F6A64E /* IQUITextFieldView+Additions.swift */; }; - 016045EF2B060F2E00F6A64E /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045BF2B060F2D00F6A64E /* IQUIView+Hierarchy.swift */; }; - 016045F02B060F2E00F6A64E /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C02B060F2D00F6A64E /* IQNSArray+Sort.swift */; }; - 016045F12B060F2E00F6A64E /* IQKeyboardManager+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C22B060F2D00F6A64E /* IQKeyboardManager+Deprecated.swift */; }; - 016045F22B060F2E00F6A64E /* IQKeyboardManager+ToolbarActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C32B060F2D00F6A64E /* IQKeyboardManager+ToolbarActions.swift */; }; - 016045F32B060F2E00F6A64E /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C42B060F2D00F6A64E /* IQKeyboardManager+Internal.swift */; }; - 016045F42B060F2E00F6A64E /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C52B060F2D00F6A64E /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 016045F52B060F2E00F6A64E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C62B060F2D00F6A64E /* IQKeyboardManager+Position.swift */; }; - 016045F62B060F2E00F6A64E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C72B060F2D00F6A64E /* IQKeyboardManager.swift */; }; - 016045F72B060F2E00F6A64E /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C82B060F2D00F6A64E /* IQKeyboardManager+Debug.swift */; }; - 016045F82B060F2E00F6A64E /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045C92B060F2D00F6A64E /* IQKeyboardManager+Toolbar.swift */; }; - 016045F92B060F2E00F6A64E /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045CA2B060F2D00F6A64E /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - 016045FA2B060F2E00F6A64E /* IQTextFieldViewInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045CC2B060F2D00F6A64E /* IQTextFieldViewInfoModel.swift */; }; - 016045FB2B060F2E00F6A64E /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045CD2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler.swift */; }; - 016045FC2B060F2E00F6A64E /* IQKeyboardReturnKeyHandler+TextViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045CE2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler+TextViewDelegate.swift */; }; - 016045FD2B060F2E00F6A64E /* IQKeyboardReturnKeyHandler+TextFieldDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045CF2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler+TextFieldDelegate.swift */; }; - 016045FE2B060F2E00F6A64E /* IQKeyboardManagerCompatible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016045D12B060F2D00F6A64E /* IQKeyboardManagerCompatible.swift */; }; - 016045FF2B060F2E00F6A64E /* IQKeyboardManagerSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 016045D22B060F2D00F6A64E /* IQKeyboardManagerSwift.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C1D987E1F752A6400F5C2EA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D987D1F752A6400F5C2EA /* UIKit.framework */; }; - 4C1D98801F752A6A00F5C2EA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D987F1F752A6A00F5C2EA /* Foundation.framework */; }; - 4C1D98821F752A7600F5C2EA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D98811F752A7600F5C2EA /* CoreGraphics.framework */; }; - 4C1D98841F752A7E00F5C2EA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D98831F752A7E00F5C2EA /* QuartzCore.framework */; }; - 4C1D98871F752ACC00F5C2EA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D98811F752A7600F5C2EA /* CoreGraphics.framework */; }; - 4C1D98881F752AD200F5C2EA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D98831F752A7E00F5C2EA /* QuartzCore.framework */; }; - 4C68CB1E1CB5779300F7286E /* IQPreviousNextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C68CB1C1CB5779300F7286E /* IQPreviousNextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C68CB1F1CB5779300F7286E /* IQPreviousNextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C68CB1D1CB5779300F7286E /* IQPreviousNextView.m */; }; - 4CC1D5951F7E84A5007595D9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D987D1F752A6400F5C2EA /* UIKit.framework */; }; - 4CC1D5961F7E84AB007595D9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1D987F1F752A6A00F5C2EA /* Foundation.framework */; }; - 4CD2C4D81C5A63A300975A7A /* IQNSArray+Sort.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4B51C5A63A300975A7A /* IQNSArray+Sort.h */; }; - 4CD2C4D91C5A63A300975A7A /* IQNSArray+Sort.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4B61C5A63A300975A7A /* IQNSArray+Sort.m */; }; - 4CD2C4DA1C5A63A300975A7A /* IQUIScrollView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4B71C5A63A300975A7A /* IQUIScrollView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4DB1C5A63A300975A7A /* IQUIScrollView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4B81C5A63A300975A7A /* IQUIScrollView+Additions.m */; }; - 4CD2C4DC1C5A63A300975A7A /* IQUITextFieldView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4B91C5A63A300975A7A /* IQUITextFieldView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4DD1C5A63A300975A7A /* IQUITextFieldView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4BA1C5A63A300975A7A /* IQUITextFieldView+Additions.m */; }; - 4CD2C4DE1C5A63A300975A7A /* IQUIView+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4BB1C5A63A300975A7A /* IQUIView+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4DF1C5A63A300975A7A /* IQUIView+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4BC1C5A63A300975A7A /* IQUIView+Hierarchy.m */; }; - 4CD2C4E01C5A63A300975A7A /* IQUIViewController+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4BD1C5A63A300975A7A /* IQUIViewController+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4E11C5A63A300975A7A /* IQUIViewController+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4BE1C5A63A300975A7A /* IQUIViewController+Additions.m */; }; - 4CD2C4E41C5A63A300975A7A /* IQKeyboardManagerConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4C21C5A63A300975A7A /* IQKeyboardManagerConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4E51C5A63A300975A7A /* IQKeyboardManagerConstantsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4C31C5A63A300975A7A /* IQKeyboardManagerConstantsInternal.h */; }; - 4CD2C4E61C5A63A300975A7A /* IQKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4C41C5A63A300975A7A /* IQKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4E71C5A63A300975A7A /* IQKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4C51C5A63A300975A7A /* IQKeyboardManager.m */; }; - 4CD2C4E81C5A63A300975A7A /* IQKeyboardReturnKeyHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4C61C5A63A300975A7A /* IQKeyboardReturnKeyHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4E91C5A63A300975A7A /* IQKeyboardReturnKeyHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4C71C5A63A300975A7A /* IQKeyboardReturnKeyHandler.m */; }; - 4CD2C4EA1C5A63A300975A7A /* IQTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4CA1C5A63A300975A7A /* IQTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4EB1C5A63A300975A7A /* IQTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4CB1C5A63A300975A7A /* IQTextView.m */; }; - 4CD2C4EC1C5A63A300975A7A /* IQBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4CD1C5A63A300975A7A /* IQBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4ED1C5A63A300975A7A /* IQBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4CE1C5A63A300975A7A /* IQBarButtonItem.m */; }; - 4CD2C4EE1C5A63A300975A7A /* IQTitleBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4CF1C5A63A300975A7A /* IQTitleBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4EF1C5A63A300975A7A /* IQTitleBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4D01C5A63A300975A7A /* IQTitleBarButtonItem.m */; }; - 4CD2C4F01C5A63A300975A7A /* IQToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4D11C5A63A300975A7A /* IQToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4F11C5A63A300975A7A /* IQToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4D21C5A63A300975A7A /* IQToolbar.m */; }; - 4CD2C4F21C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CD2C4D31C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD2C4F31C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CD2C4D41C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.m */; }; - C0BB3A202B4CFFA3002D2436 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C0BB3A1F2B4CFFA3002D2436 /* PrivacyInfo.xcprivacy */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 0160459D2B060F2D00F6A64E /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 0160459F2B060F2D00F6A64E /* IQPreviousNextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQPreviousNextView.swift; sourceTree = ""; }; - 016045A02B060F2D00F6A64E /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTitleBarButtonItem.swift; sourceTree = ""; }; - 016045A12B060F2D00F6A64E /* IQBarButtonItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQBarButtonItem.swift; sourceTree = ""; }; - 016045A22B060F2D00F6A64E /* IQToolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQToolbar.swift; sourceTree = ""; }; - 016045A32B060F2D00F6A64E /* IQUIView+IQKeyboardToolbarDeprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUIView+IQKeyboardToolbarDeprecated.swift"; sourceTree = ""; }; - 016045A42B060F2D00F6A64E /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 016045A52B060F2D00F6A64E /* IQInvocation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQInvocation.swift; sourceTree = ""; }; - 016045A72B060F2D00F6A64E /* IQToolbarConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQToolbarConfiguration.swift; sourceTree = ""; }; - 016045A82B060F2D00F6A64E /* IQToolbarPlaceholderConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQToolbarPlaceholderConfiguration.swift; sourceTree = ""; }; - 016045A92B060F2D00F6A64E /* IQRootControllerConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQRootControllerConfiguration.swift; sourceTree = ""; }; - 016045AA2B060F2D00F6A64E /* IQActiveConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQActiveConfiguration.swift; sourceTree = ""; }; - 016045AB2B060F2D00F6A64E /* IQKeyboardConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardConfiguration.swift; sourceTree = ""; }; - 016045AC2B060F2D00F6A64E /* IQScrollViewConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQScrollViewConfiguration.swift; sourceTree = ""; }; - 016045AD2B060F2D00F6A64E /* IQBarButtonItemConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQBarButtonItemConfiguration.swift; sourceTree = ""; }; - 016045AF2B060F2D00F6A64E /* IQKeyboardListener.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardListener.swift; sourceTree = ""; }; - 016045B02B060F2D00F6A64E /* IQTextFieldViewListener.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextFieldViewListener.swift; sourceTree = ""; }; - 016045B22B060F2D00F6A64E /* IQTextFieldViewInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextFieldViewInfo.swift; sourceTree = ""; }; - 016045B32B060F2D00F6A64E /* IQKeyboardInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardInfo.swift; sourceTree = ""; }; - 016045B42B060F2D00F6A64E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - 016045B62B060F2D00F6A64E /* IQTextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextView.swift; sourceTree = ""; }; - 016045B72B060F2D00F6A64E /* IQPlaceholderable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQPlaceholderable.swift; sourceTree = ""; }; - 016045B92B060F2D00F6A64E /* IQUICollectionView+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUICollectionView+Additions.swift"; sourceTree = ""; }; - 016045BA2B060F2D00F6A64E /* IQUITableView+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUITableView+Additions.swift"; sourceTree = ""; }; - 016045BB2B060F2D00F6A64E /* UIImage+NextPrevious.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+NextPrevious.swift"; sourceTree = ""; }; - 016045BC2B060F2D00F6A64E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 016045BD2B060F2D00F6A64E /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUIViewController+Additions.swift"; sourceTree = ""; }; - 016045BE2B060F2D00F6A64E /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 016045BF2B060F2D00F6A64E /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 016045C02B060F2D00F6A64E /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQNSArray+Sort.swift"; sourceTree = ""; }; - 016045C22B060F2D00F6A64E /* IQKeyboardManager+Deprecated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Deprecated.swift"; sourceTree = ""; }; - 016045C32B060F2D00F6A64E /* IQKeyboardManager+ToolbarActions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+ToolbarActions.swift"; sourceTree = ""; }; - 016045C42B060F2D00F6A64E /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - 016045C52B060F2D00F6A64E /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - 016045C62B060F2D00F6A64E /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Position.swift"; sourceTree = ""; }; - 016045C72B060F2D00F6A64E /* IQKeyboardManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardManager.swift; sourceTree = ""; }; - 016045C82B060F2D00F6A64E /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - 016045C92B060F2D00F6A64E /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - 016045CA2B060F2D00F6A64E /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; - 016045CC2B060F2D00F6A64E /* IQTextFieldViewInfoModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQTextFieldViewInfoModel.swift; sourceTree = ""; }; - 016045CD2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 016045CE2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler+TextViewDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardReturnKeyHandler+TextViewDelegate.swift"; sourceTree = ""; }; - 016045CF2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler+TextFieldDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IQKeyboardReturnKeyHandler+TextFieldDelegate.swift"; sourceTree = ""; }; - 016045D12B060F2D00F6A64E /* IQKeyboardManagerCompatible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IQKeyboardManagerCompatible.swift; sourceTree = ""; }; - 016045D22B060F2D00F6A64E /* IQKeyboardManagerSwift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManagerSwift.h; sourceTree = ""; }; - 4C1D987D1F752A6400F5C2EA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 4C1D987F1F752A6A00F5C2EA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 4C1D98811F752A7600F5C2EA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 4C1D98831F752A7E00F5C2EA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - 4C68CB1C1CB5779300F7286E /* IQPreviousNextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQPreviousNextView.h; sourceTree = ""; }; - 4C68CB1D1CB5779300F7286E /* IQPreviousNextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQPreviousNextView.m; sourceTree = ""; }; - 4CD2C4A61C5A615600975A7A /* IQKeyboardManager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IQKeyboardManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4CD2C4B51C5A63A300975A7A /* IQNSArray+Sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQNSArray+Sort.h"; sourceTree = ""; }; - 4CD2C4B61C5A63A300975A7A /* IQNSArray+Sort.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQNSArray+Sort.m"; sourceTree = ""; }; - 4CD2C4B71C5A63A300975A7A /* IQUIScrollView+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIScrollView+Additions.h"; sourceTree = ""; }; - 4CD2C4B81C5A63A300975A7A /* IQUIScrollView+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIScrollView+Additions.m"; sourceTree = ""; }; - 4CD2C4B91C5A63A300975A7A /* IQUITextFieldView+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUITextFieldView+Additions.h"; sourceTree = ""; }; - 4CD2C4BA1C5A63A300975A7A /* IQUITextFieldView+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUITextFieldView+Additions.m"; sourceTree = ""; }; - 4CD2C4BB1C5A63A300975A7A /* IQUIView+Hierarchy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIView+Hierarchy.h"; sourceTree = ""; }; - 4CD2C4BC1C5A63A300975A7A /* IQUIView+Hierarchy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIView+Hierarchy.m"; sourceTree = ""; }; - 4CD2C4BD1C5A63A300975A7A /* IQUIViewController+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIViewController+Additions.h"; sourceTree = ""; }; - 4CD2C4BE1C5A63A300975A7A /* IQUIViewController+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIViewController+Additions.m"; sourceTree = ""; }; - 4CD2C4C21C5A63A300975A7A /* IQKeyboardManagerConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManagerConstants.h; sourceTree = ""; }; - 4CD2C4C31C5A63A300975A7A /* IQKeyboardManagerConstantsInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManagerConstantsInternal.h; sourceTree = ""; }; - 4CD2C4C41C5A63A300975A7A /* IQKeyboardManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardManager.h; sourceTree = ""; }; - 4CD2C4C51C5A63A300975A7A /* IQKeyboardManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQKeyboardManager.m; sourceTree = ""; }; - 4CD2C4C61C5A63A300975A7A /* IQKeyboardReturnKeyHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQKeyboardReturnKeyHandler.h; sourceTree = ""; }; - 4CD2C4C71C5A63A300975A7A /* IQKeyboardReturnKeyHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQKeyboardReturnKeyHandler.m; sourceTree = ""; }; - 4CD2C4CA1C5A63A300975A7A /* IQTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQTextView.h; sourceTree = ""; }; - 4CD2C4CB1C5A63A300975A7A /* IQTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQTextView.m; sourceTree = ""; }; - 4CD2C4CD1C5A63A300975A7A /* IQBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQBarButtonItem.h; sourceTree = ""; }; - 4CD2C4CE1C5A63A300975A7A /* IQBarButtonItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQBarButtonItem.m; sourceTree = ""; }; - 4CD2C4CF1C5A63A300975A7A /* IQTitleBarButtonItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQTitleBarButtonItem.h; sourceTree = ""; }; - 4CD2C4D01C5A63A300975A7A /* IQTitleBarButtonItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQTitleBarButtonItem.m; sourceTree = ""; }; - 4CD2C4D11C5A63A300975A7A /* IQToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IQToolbar.h; sourceTree = ""; }; - 4CD2C4D21C5A63A300975A7A /* IQToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IQToolbar.m; sourceTree = ""; }; - 4CD2C4D31C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IQUIView+IQKeyboardToolbar.h"; sourceTree = ""; }; - 4CD2C4D41C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "IQUIView+IQKeyboardToolbar.m"; sourceTree = ""; }; - 4CD2C4F71C5A640900975A7A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Demo/Objective_C_Demo/Resources/Info.plist; sourceTree = SOURCE_ROOT; }; - 4CD5970C1D1C5EBE00AB28D3 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4CD597401D1C602500AB28D3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Demo/Swift_Demo/Resources/Info.plist; sourceTree = SOURCE_ROOT; }; - C0BB3A1F2B4CFFA3002D2436 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4CD2C4A21C5A615600975A7A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4C1D98841F752A7E00F5C2EA /* QuartzCore.framework in Frameworks */, - 4C1D98821F752A7600F5C2EA /* CoreGraphics.framework in Frameworks */, - 4C1D98801F752A6A00F5C2EA /* Foundation.framework in Frameworks */, - 4C1D987E1F752A6400F5C2EA /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CD597081D1C5EBE00AB28D3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4CC1D5961F7E84AB007595D9 /* Foundation.framework in Frameworks */, - 4CC1D5951F7E84A5007595D9 /* UIKit.framework in Frameworks */, - 4C1D98881F752AD200F5C2EA /* QuartzCore.framework in Frameworks */, - 4C1D98871F752ACC00F5C2EA /* CoreGraphics.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0160459C2B060F2D00F6A64E /* Constants */ = { - isa = PBXGroup; - children = ( - 0160459D2B060F2D00F6A64E /* IQKeyboardManagerConstants.swift */, - ); - path = Constants; - sourceTree = ""; - }; - 0160459E2B060F2D00F6A64E /* IQToolbar */ = { - isa = PBXGroup; - children = ( - 0160459F2B060F2D00F6A64E /* IQPreviousNextView.swift */, - 016045A02B060F2D00F6A64E /* IQTitleBarButtonItem.swift */, - 016045A12B060F2D00F6A64E /* IQBarButtonItem.swift */, - 016045A22B060F2D00F6A64E /* IQToolbar.swift */, - 016045A32B060F2D00F6A64E /* IQUIView+IQKeyboardToolbarDeprecated.swift */, - 016045A42B060F2D00F6A64E /* IQUIView+IQKeyboardToolbar.swift */, - 016045A52B060F2D00F6A64E /* IQInvocation.swift */, - ); - path = IQToolbar; - sourceTree = ""; - }; - 016045A62B060F2D00F6A64E /* Configuration */ = { - isa = PBXGroup; - children = ( - 016045A72B060F2D00F6A64E /* IQToolbarConfiguration.swift */, - 016045A82B060F2D00F6A64E /* IQToolbarPlaceholderConfiguration.swift */, - 016045A92B060F2D00F6A64E /* IQRootControllerConfiguration.swift */, - 016045AA2B060F2D00F6A64E /* IQActiveConfiguration.swift */, - 016045AB2B060F2D00F6A64E /* IQKeyboardConfiguration.swift */, - 016045AC2B060F2D00F6A64E /* IQScrollViewConfiguration.swift */, - 016045AD2B060F2D00F6A64E /* IQBarButtonItemConfiguration.swift */, - ); - path = Configuration; - sourceTree = ""; - }; - 016045AE2B060F2D00F6A64E /* LIsteners */ = { - isa = PBXGroup; - children = ( - 016045AF2B060F2D00F6A64E /* IQKeyboardListener.swift */, - 016045B02B060F2D00F6A64E /* IQTextFieldViewListener.swift */, - 016045B12B060F2D00F6A64E /* Info */, - ); - path = LIsteners; - sourceTree = ""; - }; - 016045B12B060F2D00F6A64E /* Info */ = { - isa = PBXGroup; - children = ( - 016045B22B060F2D00F6A64E /* IQTextFieldViewInfo.swift */, - 016045B32B060F2D00F6A64E /* IQKeyboardInfo.swift */, - ); - path = Info; - sourceTree = ""; - }; - 016045B52B060F2D00F6A64E /* IQTextView */ = { - isa = PBXGroup; - children = ( - 016045B62B060F2D00F6A64E /* IQTextView.swift */, - 016045B72B060F2D00F6A64E /* IQPlaceholderable.swift */, - ); - path = IQTextView; - sourceTree = ""; - }; - 016045B82B060F2D00F6A64E /* UIKitExtensions */ = { - isa = PBXGroup; - children = ( - 016045B92B060F2D00F6A64E /* IQUICollectionView+Additions.swift */, - 016045BA2B060F2D00F6A64E /* IQUITableView+Additions.swift */, - 016045BB2B060F2D00F6A64E /* UIImage+NextPrevious.swift */, - 016045BC2B060F2D00F6A64E /* IQUIScrollView+Additions.swift */, - 016045BD2B060F2D00F6A64E /* IQUIViewController+Additions.swift */, - 016045BE2B060F2D00F6A64E /* IQUITextFieldView+Additions.swift */, - 016045BF2B060F2D00F6A64E /* IQUIView+Hierarchy.swift */, - 016045C02B060F2D00F6A64E /* IQNSArray+Sort.swift */, - ); - path = UIKitExtensions; - sourceTree = ""; - }; - 016045C12B060F2D00F6A64E /* IQKeyboardManager */ = { - isa = PBXGroup; - children = ( - 016045C22B060F2D00F6A64E /* IQKeyboardManager+Deprecated.swift */, - 016045C32B060F2D00F6A64E /* IQKeyboardManager+ToolbarActions.swift */, - 016045C42B060F2D00F6A64E /* IQKeyboardManager+Internal.swift */, - 016045C52B060F2D00F6A64E /* IQKeyboardManager+UIKeyboardNotification.swift */, - 016045C62B060F2D00F6A64E /* IQKeyboardManager+Position.swift */, - 016045C72B060F2D00F6A64E /* IQKeyboardManager.swift */, - 016045C82B060F2D00F6A64E /* IQKeyboardManager+Debug.swift */, - 016045C92B060F2D00F6A64E /* IQKeyboardManager+Toolbar.swift */, - 016045CA2B060F2D00F6A64E /* IQKeyboardManager+UITextFieldViewNotification.swift */, - ); - path = IQKeyboardManager; - sourceTree = ""; - }; - 016045CB2B060F2D00F6A64E /* ReturnKeyHandler */ = { - isa = PBXGroup; - children = ( - 016045CC2B060F2D00F6A64E /* IQTextFieldViewInfoModel.swift */, - 016045CD2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler.swift */, - 016045CE2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler+TextViewDelegate.swift */, - 016045CF2B060F2D00F6A64E /* IQKeyboardReturnKeyHandler+TextFieldDelegate.swift */, - ); - path = ReturnKeyHandler; - sourceTree = ""; - }; - 016045D02B060F2D00F6A64E /* IQKeyboardManagerCompatible */ = { - isa = PBXGroup; - children = ( - 016045D12B060F2D00F6A64E /* IQKeyboardManagerCompatible.swift */, - ); - path = IQKeyboardManagerCompatible; - sourceTree = ""; - }; - 4C1D987C1F752A6400F5C2EA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 4C1D98831F752A7E00F5C2EA /* QuartzCore.framework */, - 4C1D98811F752A7600F5C2EA /* CoreGraphics.framework */, - 4C1D987F1F752A6A00F5C2EA /* Foundation.framework */, - 4C1D987D1F752A6400F5C2EA /* UIKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 4CD2C49C1C5A615600975A7A = { - isa = PBXGroup; - children = ( - 4CD2C4B31C5A63A300975A7A /* IQKeyboardManager */, - C088C7212822A2E2002191E4 /* IQKeyboardManagerSwift */, - 4CD2C4F61C5A63DF00975A7A /* Supporting Files */, - 4CD2C4A71C5A615600975A7A /* Products */, - 4C1D987C1F752A6400F5C2EA /* Frameworks */, - ); - sourceTree = ""; - }; - 4CD2C4A71C5A615600975A7A /* Products */ = { - isa = PBXGroup; - children = ( - 4CD2C4A61C5A615600975A7A /* IQKeyboardManager.framework */, - 4CD5970C1D1C5EBE00AB28D3 /* IQKeyboardManagerSwift.framework */, - ); - name = Products; - sourceTree = ""; - }; - 4CD2C4B31C5A63A300975A7A /* IQKeyboardManager */ = { - isa = PBXGroup; - children = ( - 4CD2C4B41C5A63A300975A7A /* Categories */, - 4CD2C4C11C5A63A300975A7A /* Constants */, - 4CD2C4C41C5A63A300975A7A /* IQKeyboardManager.h */, - 4CD2C4C51C5A63A300975A7A /* IQKeyboardManager.m */, - 4CD2C4C61C5A63A300975A7A /* IQKeyboardReturnKeyHandler.h */, - 4CD2C4C71C5A63A300975A7A /* IQKeyboardReturnKeyHandler.m */, - 4CD2C4C91C5A63A300975A7A /* IQTextView */, - 4CD2C4CC1C5A63A300975A7A /* IQToolbar */, - C0BB3A1F2B4CFFA3002D2436 /* PrivacyInfo.xcprivacy */, - ); - path = IQKeyboardManager; - sourceTree = ""; - }; - 4CD2C4B41C5A63A300975A7A /* Categories */ = { - isa = PBXGroup; - children = ( - 4CD2C4B51C5A63A300975A7A /* IQNSArray+Sort.h */, - 4CD2C4B61C5A63A300975A7A /* IQNSArray+Sort.m */, - 4CD2C4B71C5A63A300975A7A /* IQUIScrollView+Additions.h */, - 4CD2C4B81C5A63A300975A7A /* IQUIScrollView+Additions.m */, - 4CD2C4B91C5A63A300975A7A /* IQUITextFieldView+Additions.h */, - 4CD2C4BA1C5A63A300975A7A /* IQUITextFieldView+Additions.m */, - 4CD2C4BB1C5A63A300975A7A /* IQUIView+Hierarchy.h */, - 4CD2C4BC1C5A63A300975A7A /* IQUIView+Hierarchy.m */, - 4CD2C4BD1C5A63A300975A7A /* IQUIViewController+Additions.h */, - 4CD2C4BE1C5A63A300975A7A /* IQUIViewController+Additions.m */, - ); - path = Categories; - sourceTree = ""; - }; - 4CD2C4C11C5A63A300975A7A /* Constants */ = { - isa = PBXGroup; - children = ( - 4CD2C4C21C5A63A300975A7A /* IQKeyboardManagerConstants.h */, - 4CD2C4C31C5A63A300975A7A /* IQKeyboardManagerConstantsInternal.h */, - ); - path = Constants; - sourceTree = ""; - }; - 4CD2C4C91C5A63A300975A7A /* IQTextView */ = { - isa = PBXGroup; - children = ( - 4CD2C4CA1C5A63A300975A7A /* IQTextView.h */, - 4CD2C4CB1C5A63A300975A7A /* IQTextView.m */, - ); - path = IQTextView; - sourceTree = ""; - }; - 4CD2C4CC1C5A63A300975A7A /* IQToolbar */ = { - isa = PBXGroup; - children = ( - 4CD2C4CD1C5A63A300975A7A /* IQBarButtonItem.h */, - 4CD2C4CE1C5A63A300975A7A /* IQBarButtonItem.m */, - 4C68CB1C1CB5779300F7286E /* IQPreviousNextView.h */, - 4C68CB1D1CB5779300F7286E /* IQPreviousNextView.m */, - 4CD2C4CF1C5A63A300975A7A /* IQTitleBarButtonItem.h */, - 4CD2C4D01C5A63A300975A7A /* IQTitleBarButtonItem.m */, - 4CD2C4D11C5A63A300975A7A /* IQToolbar.h */, - 4CD2C4D21C5A63A300975A7A /* IQToolbar.m */, - 4CD2C4D31C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.h */, - 4CD2C4D41C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.m */, - ); - path = IQToolbar; - sourceTree = ""; - }; - 4CD2C4F61C5A63DF00975A7A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 4CD2C4F71C5A640900975A7A /* Info.plist */, - 4CD597401D1C602500AB28D3 /* Info.plist */, - ); - name = "Supporting Files"; - path = IQKeyboardManager; - sourceTree = ""; - }; - C088C7212822A2E2002191E4 /* IQKeyboardManagerSwift */ = { - isa = PBXGroup; - children = ( - 016045A62B060F2D00F6A64E /* Configuration */, - 0160459C2B060F2D00F6A64E /* Constants */, - 016045C12B060F2D00F6A64E /* IQKeyboardManager */, - 016045D02B060F2D00F6A64E /* IQKeyboardManagerCompatible */, - 016045D22B060F2D00F6A64E /* IQKeyboardManagerSwift.h */, - 016045B52B060F2D00F6A64E /* IQTextView */, - 0160459E2B060F2D00F6A64E /* IQToolbar */, - 016045AE2B060F2D00F6A64E /* LIsteners */, - 016045B42B060F2D00F6A64E /* PrivacyInfo.xcprivacy */, - 016045CB2B060F2D00F6A64E /* ReturnKeyHandler */, - 016045B82B060F2D00F6A64E /* UIKitExtensions */, - ); - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 4CD2C4A31C5A615600975A7A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4CD2C4E61C5A63A300975A7A /* IQKeyboardManager.h in Headers */, - 4CD2C4E81C5A63A300975A7A /* IQKeyboardReturnKeyHandler.h in Headers */, - 4CD2C4DC1C5A63A300975A7A /* IQUITextFieldView+Additions.h in Headers */, - 4CD2C4E01C5A63A300975A7A /* IQUIViewController+Additions.h in Headers */, - 4CD2C4F21C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.h in Headers */, - 4CD2C4EC1C5A63A300975A7A /* IQBarButtonItem.h in Headers */, - 4CD2C4EA1C5A63A300975A7A /* IQTextView.h in Headers */, - 4CD2C4DA1C5A63A300975A7A /* IQUIScrollView+Additions.h in Headers */, - 4CD2C4E41C5A63A300975A7A /* IQKeyboardManagerConstants.h in Headers */, - 4CD2C4F01C5A63A300975A7A /* IQToolbar.h in Headers */, - 4CD2C4DE1C5A63A300975A7A /* IQUIView+Hierarchy.h in Headers */, - 4C68CB1E1CB5779300F7286E /* IQPreviousNextView.h in Headers */, - 4CD2C4EE1C5A63A300975A7A /* IQTitleBarButtonItem.h in Headers */, - 4CD2C4E51C5A63A300975A7A /* IQKeyboardManagerConstantsInternal.h in Headers */, - 4CD2C4D81C5A63A300975A7A /* IQNSArray+Sort.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CD597091D1C5EBE00AB28D3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 016045FF2B060F2E00F6A64E /* IQKeyboardManagerSwift.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 4CD2C4A51C5A615600975A7A /* IQKeyboardManager */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4CD2C4AE1C5A615600975A7A /* Build configuration list for PBXNativeTarget "IQKeyboardManager" */; - buildPhases = ( - 4CD2C4A11C5A615600975A7A /* Sources */, - 4CD2C4A21C5A615600975A7A /* Frameworks */, - 4CD2C4A31C5A615600975A7A /* Headers */, - 4CD2C4A41C5A615600975A7A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = IQKeyboardManager; - productName = IQKeyboardManager; - productReference = 4CD2C4A61C5A615600975A7A /* IQKeyboardManager.framework */; - productType = "com.apple.product-type.framework"; - }; - 4CD5970B1D1C5EBE00AB28D3 /* IQKeyboardManagerSwift */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4CD597111D1C5EBE00AB28D3 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */; - buildPhases = ( - 4CD597091D1C5EBE00AB28D3 /* Headers */, - 4CD597071D1C5EBE00AB28D3 /* Sources */, - 4CD597081D1C5EBE00AB28D3 /* Frameworks */, - 4CD5970A1D1C5EBE00AB28D3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = IQKeyboardManagerSwift; - productName = IQKeyboardManagerSwift; - productReference = 4CD5970C1D1C5EBE00AB28D3 /* IQKeyboardManagerSwift.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 4CD2C49D1C5A615600975A7A /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1530; - ORGANIZATIONNAME = IQKeyboardManager; - TargetAttributes = { - 4CD2C4A51C5A615600975A7A = { - CreatedOnToolsVersion = 7.2; - }; - 4CD5970B1D1C5EBE00AB28D3 = { - CreatedOnToolsVersion = 7.3; - }; - }; - }; - buildConfigurationList = 4CD2C4A01C5A615600975A7A /* Build configuration list for PBXProject "IQKeyboardManager" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 4CD2C49C1C5A615600975A7A; - productRefGroup = 4CD2C4A71C5A615600975A7A /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 4CD2C4A51C5A615600975A7A /* IQKeyboardManager */, - 4CD5970B1D1C5EBE00AB28D3 /* IQKeyboardManagerSwift */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 4CD2C4A41C5A615600975A7A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C0BB3A202B4CFFA3002D2436 /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CD5970A1D1C5EBE00AB28D3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 016045E62B060F2E00F6A64E /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4CD2C4A11C5A615600975A7A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4CD2C4DF1C5A63A300975A7A /* IQUIView+Hierarchy.m in Sources */, - 4CD2C4E91C5A63A300975A7A /* IQKeyboardReturnKeyHandler.m in Sources */, - 4CD2C4E71C5A63A300975A7A /* IQKeyboardManager.m in Sources */, - 4CD2C4E11C5A63A300975A7A /* IQUIViewController+Additions.m in Sources */, - 4CD2C4DD1C5A63A300975A7A /* IQUITextFieldView+Additions.m in Sources */, - 4CD2C4ED1C5A63A300975A7A /* IQBarButtonItem.m in Sources */, - 4CD2C4D91C5A63A300975A7A /* IQNSArray+Sort.m in Sources */, - 4CD2C4EB1C5A63A300975A7A /* IQTextView.m in Sources */, - 4CD2C4EF1C5A63A300975A7A /* IQTitleBarButtonItem.m in Sources */, - 4CD2C4DB1C5A63A300975A7A /* IQUIScrollView+Additions.m in Sources */, - 4CD2C4F31C5A63A300975A7A /* IQUIView+IQKeyboardToolbar.m in Sources */, - 4C68CB1F1CB5779300F7286E /* IQPreviousNextView.m in Sources */, - 4CD2C4F11C5A63A300975A7A /* IQToolbar.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4CD597071D1C5EBE00AB28D3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 016045DE2B060F2E00F6A64E /* IQActiveConfiguration.swift in Sources */, - 016045E32B060F2E00F6A64E /* IQTextFieldViewListener.swift in Sources */, - 016045FD2B060F2E00F6A64E /* IQKeyboardReturnKeyHandler+TextFieldDelegate.swift in Sources */, - 016045FC2B060F2E00F6A64E /* IQKeyboardReturnKeyHandler+TextViewDelegate.swift in Sources */, - 016045D92B060F2E00F6A64E /* IQUIView+IQKeyboardToolbar.swift in Sources */, - 016045DA2B060F2E00F6A64E /* IQInvocation.swift in Sources */, - 016045EF2B060F2E00F6A64E /* IQUIView+Hierarchy.swift in Sources */, - 016045F42B060F2E00F6A64E /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */, - 016045F62B060F2E00F6A64E /* IQKeyboardManager.swift in Sources */, - 016045E42B060F2E00F6A64E /* IQTextFieldViewInfo.swift in Sources */, - 016045E72B060F2E00F6A64E /* IQTextView.swift in Sources */, - 016045ED2B060F2E00F6A64E /* IQUIViewController+Additions.swift in Sources */, - 016045E92B060F2E00F6A64E /* IQUICollectionView+Additions.swift in Sources */, - 016045DC2B060F2E00F6A64E /* IQToolbarPlaceholderConfiguration.swift in Sources */, - 016045F72B060F2E00F6A64E /* IQKeyboardManager+Debug.swift in Sources */, - 016045E22B060F2E00F6A64E /* IQKeyboardListener.swift in Sources */, - 016045E12B060F2E00F6A64E /* IQBarButtonItemConfiguration.swift in Sources */, - 016045E02B060F2E00F6A64E /* IQScrollViewConfiguration.swift in Sources */, - 016045FE2B060F2E00F6A64E /* IQKeyboardManagerCompatible.swift in Sources */, - 016045E52B060F2E00F6A64E /* IQKeyboardInfo.swift in Sources */, - 016045D52B060F2D00F6A64E /* IQTitleBarButtonItem.swift in Sources */, - 016045F92B060F2E00F6A64E /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */, - 016045F12B060F2E00F6A64E /* IQKeyboardManager+Deprecated.swift in Sources */, - 016045EB2B060F2E00F6A64E /* UIImage+NextPrevious.swift in Sources */, - 016045DD2B060F2E00F6A64E /* IQRootControllerConfiguration.swift in Sources */, - 016045F32B060F2E00F6A64E /* IQKeyboardManager+Internal.swift in Sources */, - 016045FA2B060F2E00F6A64E /* IQTextFieldViewInfoModel.swift in Sources */, - 016045F22B060F2E00F6A64E /* IQKeyboardManager+ToolbarActions.swift in Sources */, - 016045F82B060F2E00F6A64E /* IQKeyboardManager+Toolbar.swift in Sources */, - 016045FB2B060F2E00F6A64E /* IQKeyboardReturnKeyHandler.swift in Sources */, - 016045D42B060F2D00F6A64E /* IQPreviousNextView.swift in Sources */, - 016045F02B060F2E00F6A64E /* IQNSArray+Sort.swift in Sources */, - 016045D82B060F2E00F6A64E /* IQUIView+IQKeyboardToolbarDeprecated.swift in Sources */, - 016045DB2B060F2E00F6A64E /* IQToolbarConfiguration.swift in Sources */, - 016045EC2B060F2E00F6A64E /* IQUIScrollView+Additions.swift in Sources */, - 016045D62B060F2D00F6A64E /* IQBarButtonItem.swift in Sources */, - 016045EA2B060F2E00F6A64E /* IQUITableView+Additions.swift in Sources */, - 016045D72B060F2E00F6A64E /* IQToolbar.swift in Sources */, - 016045EE2B060F2E00F6A64E /* IQUITextFieldView+Additions.swift in Sources */, - 016045F52B060F2E00F6A64E /* IQKeyboardManager+Position.swift in Sources */, - 016045E82B060F2E00F6A64E /* IQPlaceholderable.swift in Sources */, - 016045DF2B060F2E00F6A64E /* IQKeyboardConfiguration.swift in Sources */, - 016045D32B060F2D00F6A64E /* IQKeyboardManagerConstants.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 4CD2C4AC1C5A615600975A7A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_ASSIGN_ENUM = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = NO; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; - GCC_WARN_SHADOW = YES; - GCC_WARN_STRICT_SELECTOR_MATCH = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNKNOWN_PRAGMAS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_LABEL = YES; - GCC_WARN_UNUSED_PARAMETER = NO; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 6.5; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 4CD2C4AD1C5A615600975A7A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_ASSIGN_ENUM = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = NO; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; - GCC_WARN_SHADOW = YES; - GCC_WARN_STRICT_SELECTOR_MATCH = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNKNOWN_PRAGMAS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_LABEL = YES; - GCC_WARN_UNUSED_PARAMETER = NO; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 6.5; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 4CD2C4AF1C5A615600975A7A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_MODULES_AUTOLINK = NO; - CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES; - CLANG_WARN_IMPLICIT_SIGN_CONVERSION = NO; - CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES; - CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = NO; - CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES; - CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO; - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 6.5.7; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = NO; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; - GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = NO; - GCC_WARN_SIGN_COMPARE = NO; - GCC_WARN_UNUSED_PARAMETER = NO; - INFOPLIST_FILE = "$(SRCROOT)/Demo/Objective_C_Demo/Resources/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11"; - PRODUCT_BUNDLE_IDENTIFIER = com.iftekhar.IQKeyboardManager; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 4CD2C4B01C5A615600975A7A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_MODULES_AUTOLINK = NO; - CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES; - CLANG_WARN_IMPLICIT_SIGN_CONVERSION = NO; - CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES; - CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = NO; - CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES; - CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO; - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 6.5.7; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = NO; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; - GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = NO; - GCC_WARN_SIGN_COMPARE = NO; - GCC_WARN_UNUSED_PARAMETER = NO; - INFOPLIST_FILE = "$(SRCROOT)/Demo/Objective_C_Demo/Resources/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11"; - PRODUCT_BUNDLE_IDENTIFIER = com.iftekhar.IQKeyboardManager; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - }; - name = Release; - }; - 4CD597121D1C5EBE00AB28D3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_MODULES_AUTOLINK = NO; - CLANG_WARN_FLOAT_CONVERSION = YES; - CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES; - CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES; - CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES; - CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES; - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 6.5.7; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - GCC_CHAR_IS_UNSIGNED_CHAR = YES; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; - GCC_WARN_SIGN_COMPARE = YES; - GCC_WARN_UNUSED_PARAMETER = YES; - INFOPLIST_FILE = "$(SRCROOT)/Demo/Swift_Demo/Resources/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "c99 gnu++11"; - PRODUCT_BUNDLE_IDENTIFIER = com.Iftekhar.IQKeyboardManagerSwift; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - 4CD597131D1C5EBE00AB28D3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; - CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_MODULES_AUTOLINK = NO; - CLANG_WARN_FLOAT_CONVERSION = YES; - CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES; - CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES; - CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES; - CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES; - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 6.5.7; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - GCC_CHAR_IS_UNSIGNED_CHAR = YES; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; - GCC_WARN_SIGN_COMPARE = YES; - GCC_WARN_UNUSED_PARAMETER = YES; - INFOPLIST_FILE = "$(SRCROOT)/Demo/Swift_Demo/Resources/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "c99 gnu++11"; - PRODUCT_BUNDLE_IDENTIFIER = com.Iftekhar.IQKeyboardManagerSwift; - PRODUCT_NAME = "$(TARGET_NAME)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4CD2C4A01C5A615600975A7A /* Build configuration list for PBXProject "IQKeyboardManager" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4CD2C4AC1C5A615600975A7A /* Debug */, - 4CD2C4AD1C5A615600975A7A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4CD2C4AE1C5A615600975A7A /* Build configuration list for PBXNativeTarget "IQKeyboardManager" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4CD2C4AF1C5A615600975A7A /* Debug */, - 4CD2C4B01C5A615600975A7A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4CD597111D1C5EBE00AB28D3 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4CD597121D1C5EBE00AB28D3 /* Debug */, - 4CD597131D1C5EBE00AB28D3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 4CD2C49D1C5A615600975A7A /* Project object */; -} diff --git a/IQKeyboardManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/IQKeyboardManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index a520920a3..000000000 --- a/IQKeyboardManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/IQKeyboardManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/IQKeyboardManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d981003..000000000 --- a/IQKeyboardManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iemacbook01.xcuserdatad/UserInterfaceState.xcuserstate b/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iemacbook01.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 66228ae46..000000000 Binary files a/IQKeyboardManager.xcodeproj/project.xcworkspace/xcuserdata/iemacbook01.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/IQKeyboardManager.xcodeproj/xcuserdata/iemacbook01.xcuserdatad/xcschemes/xcschememanagement.plist b/IQKeyboardManager.xcodeproj/xcuserdata/iemacbook01.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 1a78801fd..000000000 --- a/IQKeyboardManager.xcodeproj/xcuserdata/iemacbook01.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - SchemeUserState - - IQKeyboardManager.xcscheme_^#shared#^_ - - orderHint - 0 - - IQKeyboardManagerSwift.xcscheme_^#shared#^_ - - orderHint - 1 - - - SuppressBuildableAutocreation - - 4CD2C4A51C5A615600975A7A - - primary - - - 4CD5970B1D1C5EBE00AB28D3 - - primary - - - - -