Skip to content

Commit

Permalink
remove SWIFT_WHOLE_MODULE_OPTIMIZATION setting
Browse files Browse the repository at this point in the history
Removing this setting will fix a warning emitted by Xcode to update
project settings.
  • Loading branch information
scenee committed Apr 16, 2019
1 parent 2b8d297 commit 11a75ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FloatingPanel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The new interface displays the related contents and utilities in parallel as a u
s.source = { :git => "https://github.com/SCENEE/FloatingPanel.git", :tag => "v#{s.version}" }
s.source_files = "Framework/Sources/*.swift"
s.swift_version = "4.0"
s.pod_target_xcconfig = { 'SWIFT_WHOLE_MODULE_OPTIMIZATION' => 'YES', 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }

s.framework = "UIKit"

Expand Down

0 comments on commit 11a75ed

Please sign in to comment.