Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Datt1994 committed Feb 27, 2021
1 parent c3a2448 commit 3bd13d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DPTagTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "DPTagTextView"
s.version = "2.5.0"
s.version = "2.5.1"
s.summary = "Add & detect Tag/mention and tag search for Textview."

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions DPTagTextView/DPTagTextView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.5.0;
MARKETING_VERSION = 2.5.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.Datt.DPTagTextView;
Expand Down Expand Up @@ -331,7 +331,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.5.0;
MARKETING_VERSION = 2.5.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.Datt.DPTagTextView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public protocol DPTagTextViewDelegate {
func textView(_ textView: DPTagTextView, shouldInteractWith textAttachment: NSTextAttachment, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool
}

extension DPTagTextViewDelegate {
public extension DPTagTextViewDelegate {
func dpTagTextView(_ textView: DPTagTextView, didChangedTagSearchString strSearch: String, isHashTag: Bool) {}
func dpTagTextView(_ textView: DPTagTextView, didInsertTag tag: DPTag) {}
func dpTagTextView(_ textView: DPTagTextView, didRemoveTag tag: DPTag) {}
Expand Down
2 changes: 1 addition & 1 deletion DPTagTextView/DPTagTextView/Info.plist
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>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 3bd13d7

Please sign in to comment.