Skip to content

Commit

Permalink
Version bump (8.0.1).
Browse files Browse the repository at this point in the history
- Update `RSKPlaceholderTextView` (8.0.1)
- Update `Installation` and `Contact` in README
  • Loading branch information
ruslanskorb committed Dec 15, 2024
1 parent 878a34f commit f1ffc90
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ruslanskorb/RSKPlaceholderTextView" == 8.0.0
github "ruslanskorb/RSKPlaceholderTextView" == 8.0.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ruslanskorb/RSKPlaceholderTextView" "8.0.0"
github "ruslanskorb/RSKPlaceholderTextView" "8.0.1"
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
- [email protected]

## License
Expand Down
4 changes: 2 additions & 2 deletions RSKGrowingTextView.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
16 changes: 8 additions & 8 deletions RSKGrowingTextView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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)";
Expand All @@ -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;
Expand All @@ -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)";
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 1500;
LastUpgradeCheck = 1520;
ORGANIZATIONNAME = "Ruslan Skorb";
TargetAttributes = {
B811FDEC1C1F31C3006CB9D6 = {
Expand Down Expand Up @@ -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";
Expand All @@ -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";
Expand Down Expand Up @@ -503,7 +503,7 @@
repositoryURL = "https://github.com/ruslanskorb/RSKPlaceholderTextView";
requirement = {
kind = exactVersion;
version = 8.0.0;
version = 8.0.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
LastUpgradeVersion = "1520"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit f1ffc90

Please sign in to comment.