Chris Bracken
bb338ef2c6
Don't bundle Genereted.xcconfig as a resource ( #19544 )
...
Generated.xcconfig is only required at build time for iOS apps. In the
flutter create project template and example apps, Generated.xcconfig was
previously marked as a resource to be bundled into the built app.
2018-07-19 07:24:06 -07:00
Chris Bracken
c9d73d3a45
Enable universal iOS binaries for examples ( #17357 )
...
Updates all example projects to build as universal binaries that run on
both armv7 and arm64 now that we support both platforms on iOS.
2018-05-07 14:13:40 -07:00
Sarah Zakarias
68bf4b3c62
Remove app.flx and add flutter_assets to project.pbxproj of all example apps ( #13649 )
2017-12-18 20:08:30 +01:00
Mikkel Nygaard Ravn
178f446d71
Add generated plugin registry ( #10375 )
2017-05-29 14:10:29 +02:00
Chris Bracken
461054687e
Move platform_channel example to latest template ( #9777 )
2017-05-03 15:27:26 -07:00
Sarah Zakarias
d274888be6
Rename platform_services to platform_channel ( #9018 )
...
* Rename platform_services to platform_channel
* rename in README
* renamed tests
* update modules.xml
2017-03-27 11:17:31 +02:00