Commit 18d6d9bc authored by stuartmorgan's avatar stuartmorgan Committed by Jonah Williams

Add Profile entry to macOS Podfile (#41747)

parent 3e2dc8ca
...@@ -5,8 +5,7 @@ ENV['COCOAPODS_DISABLE_STATS'] = 'true' ...@@ -5,8 +5,7 @@ ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', { project 'Runner', {
'Debug' => :debug, 'Debug' => :debug,
# TODO: Add Profile support to projects. 'Profile' => :release,
#'Profile' => :release,
'Release' => :release, 'Release' => :release,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment