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
6db3c6d1d1
Build devicelab iOS apps as universal binaries ( #18102 )
...
Eliminates 64-bit hardcoding for iOS test apps under dev/. This brings
them in line with the default iOS app templates.
2018-06-01 08:43:57 -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
Sarah Zakarias
f1f5d4f3a8
Add integration test for platform interaction ( #11580 )
2017-08-11 10:38:12 +02:00
Michael Goderbauer
4b957bf028
Keep provisioning step ( #10736 )
2017-06-15 18:23:37 -07:00
Mikkel Nygaard Ravn
a755ccd4e4
Use new project template ( #10378 )
2017-05-29 14:07:21 +02:00
xster
2051669ac7
CocoaPods flow step 2 - don't pod install unless project has plugins ( #9741 )
...
* Revert "Revert "Don't try to resolve CocoaPods unless project has plugins" (#9719 )"
This reverts commit f739e9e022
.
* Remove channels integration test’s partial cocoapods artifacts
2017-05-03 11:19:59 -07:00
xster
aace622d3f
Fix channels integration test ( #9713 )
2017-05-01 18:43:17 -07:00
Mikkel Nygaard Ravn
23b8e1f115
Make profile provisioning manual for channel_integration_test_ios ( #9633 )
2017-04-27 12:14:43 +02:00
Mikkel Nygaard Ravn
60bc1cfde7
Remove personal dev team from ios code sigining ( #9631 )
...
* Mark channels_integration_test_ios flaky
* Removed personal dev team from ios code siging
* Removed provisioning profile diffs against other samples
2017-04-27 11:07:52 +02:00
Mikkel Nygaard Ravn
70ff50f929
Integration test for channel communication ( #9621 )
2017-04-27 08:44:28 +02:00