Skip to content

Commit

Permalink
Version bump (6.1.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jul 6, 2021
1 parent 297b136 commit 2a6edcc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 = '6.0.4'
s.version = '6.1.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
12 changes: 8 additions & 4 deletions RSKGrowingTextView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,16 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 6.1.0;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0.0;
DYLIB_CURRENT_VERSION = 6.0.4;
DYLIB_COMPATIBILITY_VERSION = 6.1.0;
DYLIB_CURRENT_VERSION = 6.1.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/RSKGrowingTextView/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 6.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -286,14 +288,16 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 6.1.0;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0.0;
DYLIB_CURRENT_VERSION = 6.0.4;
DYLIB_COMPATIBILITY_VERSION = 6.1.0;
DYLIB_CURRENT_VERSION = 6.1.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/RSKGrowingTextView/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 6.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion RSKGrowingTextView/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@
DEVELOPMENT_TEAM = J3P7YV7464;
INFOPLIST_FILE = RSKGrowingTextViewExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 6.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h";
Expand All @@ -462,6 +463,7 @@
DEVELOPMENT_TEAM = J3P7YV7464;
INFOPLIST_FILE = RSKGrowingTextViewExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 6.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ruslanskorb.RSKGrowingTextViewExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "RSKGrowingTextViewExample/RSKGrowingTextViewExample-Bridging-Header.h";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.0.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2a6edcc

Please sign in to comment.