Skip to content

Commit

Permalink
rename subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andreanlay committed Aug 26, 2024
1 parent 9a1b0aa commit a09ae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TPTweak.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
sp.exclude_files = "Sources/TPTweak/TPTweakStore+DevTools.swift"
end

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

0 comments on commit a09ae53

Please sign in to comment.