From f1ffc902e0ecdd0f66e8d3e7f0b7dbd3461e2dd3 Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Sun, 15 Dec 2024 12:38:47 +0200 Subject: [PATCH] Version bump (8.0.1). - Update `RSKPlaceholderTextView` (8.0.1) - Update `Installation` and `Contact` in README --- Cartfile | 2 +- Cartfile.resolved | 2 +- Carthage/Checkouts/RSKPlaceholderTextView | 2 +- Package.resolved | 4 ++-- Package.swift | 2 +- README.md | 5 ++--- RSKGrowingTextView.podspec | 4 ++-- RSKGrowingTextView.xcodeproj/project.pbxproj | 16 ++++++++-------- .../project.pbxproj | 8 ++++---- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcschemes/RSKGrowingTextViewExample.xcscheme | 2 +- 11 files changed, 25 insertions(+), 26 deletions(-) diff --git a/Cartfile b/Cartfile index 3eb9016..cbc5d39 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ruslanskorb/RSKPlaceholderTextView" == 8.0.0 +github "ruslanskorb/RSKPlaceholderTextView" == 8.0.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 04c5e67..ccc283a 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "ruslanskorb/RSKPlaceholderTextView" "8.0.0" +github "ruslanskorb/RSKPlaceholderTextView" "8.0.1" diff --git a/Carthage/Checkouts/RSKPlaceholderTextView b/Carthage/Checkouts/RSKPlaceholderTextView index e10548a..fe0f152 160000 --- a/Carthage/Checkouts/RSKPlaceholderTextView +++ b/Carthage/Checkouts/RSKPlaceholderTextView @@ -1 +1 @@ -Subproject commit e10548ab6b9f848e95f4a8edd1083d6894261144 +Subproject commit fe0f152cb4cf892cd4893fab50a61e502e5ea033 diff --git a/Package.resolved b/Package.resolved index 9a5f9c3..069065d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ruslanskorb/RSKPlaceholderTextView.git", "state" : { - "revision" : "e10548ab6b9f848e95f4a8edd1083d6894261144", - "version" : "8.0.0" + "revision" : "fe0f152cb4cf892cd4893fab50a61e502e5ea033", + "version" : "8.0.1" } } ], diff --git a/Package.swift b/Package.swift index 0e8c7dc..12ec56c 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( .library(name: "RSKGrowingTextView", targets: ["RSKGrowingTextView"]) ], dependencies: [ - .package(url: "https://github.com/ruslanskorb/RSKPlaceholderTextView.git", from: "8.0.0") + .package(url: "https://github.com/ruslanskorb/RSKPlaceholderTextView.git", from: "8.0.1") ], targets: [ .target(name: "RSKGrowingTextView", dependencies: ["RSKPlaceholderTextView"], path: "RSKGrowingTextView") diff --git a/README.md b/README.md index 70bf246..91d362f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A light-weight UITextView subclass that automatically grows and shrinks based on github "ruslanskorb/RSKGrowingTextView" -2. Run `carthage update`, then follow the [additional steps required](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the iOS and/or Mac frameworks into your project. +2. Run `carthage update --use-xcframeworks`, then follow the [additional steps required](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the iOS and/or Mac frameworks into your project. ## Demo @@ -39,8 +39,7 @@ Have fun. Figure out hooks for customization. Ruslan Skorb -- http://github.com/ruslanskorb -- http://twitter.com/ruslanskorb +- https://github.com/ruslanskorb - ruslan.skorb@gmail.com ## License diff --git a/RSKGrowingTextView.podspec b/RSKGrowingTextView.podspec index 6abc231..21af407 100644 --- a/RSKGrowingTextView.podspec +++ b/RSKGrowingTextView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RSKGrowingTextView' - s.version = '8.0.0' + s.version = '8.0.1' s.summary = 'A light-weight UITextView subclass that automatically grows and shrinks.' s.description = <<-DESC A light-weight UITextView subclass that automatically grows and shrinks based on the size of user input and can be constrained by maximum and minimum number of lines. @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.swift_version = '5.7' s.source_files = 'RSKGrowingTextView/*.{h,swift}' s.requires_arc = true - s.dependency 'RSKPlaceholderTextView', '8.0.0' + s.dependency 'RSKPlaceholderTextView', '8.0.1' end diff --git a/RSKGrowingTextView.xcodeproj/project.pbxproj b/RSKGrowingTextView.xcodeproj/project.pbxproj index 2d5e4c9..a229a42 100644 --- a/RSKGrowingTextView.xcodeproj/project.pbxproj +++ b/RSKGrowingTextView.xcodeproj/project.pbxproj @@ -186,7 +186,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 8.0.0; + CURRENT_PROJECT_VERSION = 8.0.1; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -247,7 +247,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 8.0.0; + CURRENT_PROJECT_VERSION = 8.0.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -277,10 +277,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 8.0.0; + CURRENT_PROJECT_VERSION = 8.0.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 8.0.0; - DYLIB_CURRENT_VERSION = 8.0.0; + DYLIB_CURRENT_VERSION = 8.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_MODULE_VERIFIER = YES; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; @@ -292,7 +292,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 8.0.0; + MARKETING_VERSION = 8.0.1; MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11"; PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView; @@ -308,10 +308,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 8.0.0; + CURRENT_PROJECT_VERSION = 8.0.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 8.0.0; - DYLIB_CURRENT_VERSION = 8.0.0; + DYLIB_CURRENT_VERSION = 8.0.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_MODULE_VERIFIER = YES; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; @@ -323,7 +323,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 8.0.0; + MARKETING_VERSION = 8.0.1; MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11"; PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView; diff --git a/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.pbxproj b/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.pbxproj index 6124f31..da55557 100644 --- a/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.pbxproj +++ b/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.pbxproj @@ -171,7 +171,7 @@ attributes = { BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 1500; + LastUpgradeCheck = 1520; ORGANIZATIONNAME = "Ruslan Skorb"; TargetAttributes = { B811FDEC1C1F31C3006CB9D6 = { @@ -397,7 +397,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.0.0; + MARKETING_VERSION = 8.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h"; @@ -416,7 +416,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.0.0; + MARKETING_VERSION = 8.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h"; @@ -503,7 +503,7 @@ repositoryURL = "https://github.com/ruslanskorb/RSKPlaceholderTextView"; requirement = { kind = exactVersion; - version = 8.0.0; + version = 8.0.1; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b2d3983..457eaaa 100644 --- a/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ruslanskorb/RSKPlaceholderTextView", "state" : { - "revision" : "e10548ab6b9f848e95f4a8edd1083d6894261144", - "version" : "8.0.0" + "revision" : "fe0f152cb4cf892cd4893fab50a61e502e5ea033", + "version" : "8.0.1" } } ], diff --git a/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/xcshareddata/xcschemes/RSKGrowingTextViewExample.xcscheme b/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/xcshareddata/xcschemes/RSKGrowingTextViewExample.xcscheme index 57fa927..c32e69f 100644 --- a/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/xcshareddata/xcschemes/RSKGrowingTextViewExample.xcscheme +++ b/RSKGrowingTextViewExample/RSKGrowingTextViewExample.xcodeproj/xcshareddata/xcschemes/RSKGrowingTextViewExample.xcscheme @@ -1,6 +1,6 @@