Chris Bracken
d94943a9ac
Update integration test .gitignores to latest template ( #10191 )
...
Under android/ directory, ignore:
GeneratedPluginRegistrant.java
Under ios/ directory, ignore:
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
Pods/
2017-05-18 18:47:57 -07:00
Mikkel Nygaard Ravn
e918ef5dbe
Updated microbenchmark ios project according to #8971 ( #8976 )
2017-03-23 10:13:38 +01:00
Chris Bracken
d01c55d289
Eliminate calls to deprecated FlutterInit() ( #7770 )
2017-01-31 17:39:29 -08:00
Seth Ladd
f28cf64127
ios launcher icons with more padding, optimized ( #5470 )
2016-08-18 10:16:10 -07:00
Chinmay Garde
21ee4b92f1
Specify the IPHONEOS_DEPLOYMENT_TARGET to 8.0. ( #5268 )
...
* Update examples to lower the deployment target on iOS.
2016-08-05 14:56:07 -07:00
Eric Seidel
5a0589c781
Remove stray PRODUCT_BUNDLE_IDENTIFIER ( #5242 )
...
* Remove stray PRODUCT_BUNDLE_IDENTIFIER
This was erroneously added and overrides
the bundle for the gallery causing signing
to fail in my setup.
@chinmaygarde
* Remove PRODUCT_BUNDLE_IDENTIFIER from all Runner pbxproj's
2016-08-05 10:00:50 -07:00
Adam Barth
a33fc49659
Remove dangling reference to ViewController ( #4841 )
...
We want to use the FlutterViewController in this new project template.
Fixes #4840
2016-07-07 10:45:58 -07:00
Adam Barth
151750baa8
Update the ios projects for examples to HelloServices model ( #4822 )
...
We now use a different approach for ios projects where the developer controls
the Xcode project file. This patch removes the old ".generated" approach in
favor of the new approach.
2016-07-06 14:13:21 -07:00
Ian Hickson
b5c6da105c
Port our microbenchmarks to the new world ( #4121 )
...
Our microbenchmarks now run on real devices.
2016-05-23 15:04:50 -07:00