Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreanlay committed Aug 26, 2024
1 parent f7c8357 commit 9a1b0aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.2
- Add `DevTools` subspec to give developer more control whether to enable TPTweak or not

# 2.0.1
- fix the empty search page shows favourite empty state message
- restore tweak view controller if minimizable exists
Expand Down
4 changes: 2 additions & 2 deletions TPTweak.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "TPTweak"
spec.version = "2.0.1"
spec.version = "2.0.2"
spec.summary = "TPTweak is a debugging tool to help adjust your iOS app on the fly without recompile"

spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|

spec.subspec 'DevToolsEnabled' do |sp|
sp.compiler_flags = '-DUSE_DEVTOOLS'
spec.source_files = "Sources/TPTweak/**/*.swift"
sp.source_files = "Sources/TPTweak/**/*.swift"
sp.exclude_files = "Sources/TPTweak/TPTweakStore+Live.swift"
end
end

0 comments on commit 9a1b0aa

Please sign in to comment.