Skip to content

Commit

Permalink
1.6.9 优化super.touches调用
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Mar 17, 2021
1 parent ea89b98 commit 785bcd6
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 228 deletions.
2 changes: 1 addition & 1 deletion AttributedString.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AttributedString"
s.version = "1.6.8"
s.version = "1.6.9"
s.summary = "基于Swift字符串插值快速构建你想要的富文本, 支持点击按住等事件获取, 支持多种类型过滤"

s.homepage = "https://github.com/lixiang1994/AttributedString"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,46 +54,33 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Demo-Watch WatchKit App">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9B267B4D24405CFA002F571E"
BuildableName = "Demo-Watch WatchKit App.app"
BlueprintName = "Demo-Watch WatchKit App"
ReferencedContainer = "container:Demo-Watch.xcodeproj">
</BuildableReference>
</RemoteRunnable>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Demo-Watch WatchKit App">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9B267B4D24405CFA002F571E"
BuildableName = "Demo-Watch WatchKit App.app"
BlueprintName = "Demo-Watch WatchKit App"
ReferencedContainer = "container:Demo-Watch.xcodeproj">
</BuildableReference>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9B267B4D24405CFA002F571E"
BuildableName = "Demo-Watch WatchKit App.app"
BlueprintName = "Demo-Watch WatchKit App"
ReferencedContainer = "container:Demo-Watch.xcodeproj">
</BuildableReference>
</MacroExpansion>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
Loading

0 comments on commit 785bcd6

Please sign in to comment.