Skip to content

Commit

Permalink
Version bump (8.0.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jan 20, 2024
1 parent 1bb43e3 commit 34f77bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion RSKGrowingTextView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKGrowingTextView'
s.version = '7.0.0'
s.version = '8.0.0'
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 Down
20 changes: 10 additions & 10 deletions RSKGrowingTextView.xcodeproj/project.pbxproj
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 = 6.0.4;
CURRENT_PROJECT_VERSION = 8.0.0;
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 = 6.0.4;
CURRENT_PROJECT_VERSION = 8.0.0;
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 = 7.0.0;
CURRENT_PROJECT_VERSION = 8.0.0;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 7.0.0;
DYLIB_CURRENT_VERSION = 7.0.0;
DYLIB_COMPATIBILITY_VERSION = 8.0.0;
DYLIB_CURRENT_VERSION = 8.0.0;
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 = 7.0.0;
MARKETING_VERSION = 8.0.0;
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 = 7.0.0;
CURRENT_PROJECT_VERSION = 8.0.0;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 7.0.0;
DYLIB_CURRENT_VERSION = 7.0.0;
DYLIB_COMPATIBILITY_VERSION = 8.0.0;
DYLIB_CURRENT_VERSION = 8.0.0;
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 = 7.0.0;
MARKETING_VERSION = 8.0.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView;
Expand Down
Expand Up @@ -397,7 +397,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.1.1;
MARKETING_VERSION = 8.0.0;
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 = 6.1.1;
MARKETING_VERSION = 8.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h";
Expand Down

0 comments on commit 34f77bc

Please sign in to comment.