Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an Xcode project template for dynamic service creation. #2695

Merged
merged 2 commits into from
May 18, 2016

Conversation

chinmaygarde
Copy link
Member

The create_native_service_sdk.py will be run on the buildbot similar
to create_ios_sdk.py. This will create an Xcode project with both arm
and x64 assets that the user can use to fill in the service
implementation.

The `create_native_service_sdk.py` will be run on the buildbot similar
to `create_ios_sdk.py`. This will create an Xcode project with both arm
and x64 assets that the user can use to fill in the service
implementation.
@chinmaygarde
Copy link
Member Author

cc @abarth, @jason-simmons, @collinjackson

Towards not having to have an engine checkout, GN dependency and manual lipo step for dynamic service creation.

@chinmaygarde
Copy link
Member Author

not having to have an engine checkout

Well, you will still need to access the mojom compiler somehow. But I have given up on having that be available outside the engine. This should still make Collin's life way easier though. Not having to manually lipo up dylibs and all.

@abarth
Copy link
Contributor

abarth commented May 18, 2016

LGTM

@chinmaygarde chinmaygarde merged commit 1db1d15 into flutter:master May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants