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
8d56fae557
Finish integrating HelloServices model on iOS ( #4820 )
...
This patch changes the default `flutter create` command to generate a
HelloServices-style app on iOS. As a consequence, the Atom integration now
fully works with HelloServices.
2016-07-06 13:13:28 -07:00
Adam Barth
cc44696754
Remove leftover app.so references ( #4531 )
...
This file is now app.dylib.
2016-06-11 21:16:42 -07:00
Adam Barth
0b6df634af
Polish HostMessages ( #4515 )
...
Cleans up a few style nits in hello_services and adds support for automatic
JSON encoding and decoding to the HostMessages interface.
2016-06-10 15:04:01 -07:00
Adam Barth
423a31f473
Merge hello_android into hello_services ( #4366 )
...
The hello_services example can now be built both for Android and iOS.
2016-06-03 16:15:03 -07:00
Adam Barth
52cf289101
Switch to using real location data ( #4282 )
2016-05-31 14:12:07 -07:00
Adam Barth
8c805e234d
Teach hello_services to provide a platform service ( #4277 )
...
Currently this service just returns mock data, but it exercises the plumbing.
2016-05-31 13:18:53 -07:00
Adam Barth
26a4d7bbad
Add an example of an extensible iOS app ( #4252 )
...
This example shows how to build a basic app using a custom Xcode project.
Future patches will bring the functionality up to par with hello_android.
2016-05-29 14:08:35 -07:00