File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
packages/image_picker/image_picker Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,4 @@ Théo Champion <contact.theochampion@gmail.com>
5858Kazuki Yamaguchi <y.kazuki0614n@gmail.com>
5959Eitan Schwartz <eshvartz@gmail.com>
6060Chris Rutkowski <chrisrutkowski89@gmail.com>
61+ Juan Alvarez <juan.alvarez@resideo.com>
Original file line number Diff line number Diff line change 1+ ## 0.6.7+4
2+
3+ * Support iOS simulator x86_64 architecture.
4+
15## 0.6.7+3
26
37* Fixes to the example app:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Downloaded by pub (not CocoaPods).
1818 s . public_header_files = 'Classes/**/*.h'
1919 s . dependency 'Flutter'
2020 s . platform = :ios , '8.0'
21- s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS' => 'armv7 arm64 x86_64' }
21+ s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*] ' => 'x86_64' }
2222
2323 s . test_spec 'Tests' do |test_spec |
2424 test_spec . source_files = 'Tests/**/*'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker
22description : Flutter plugin for selecting images from the Android and iOS image
33 library, and taking new pictures with the camera.
44homepage : https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5- version : 0.6.7+3
5+ version : 0.6.7+4
66
77flutter :
88 plugin :
You can’t perform that action at this time.
0 commit comments