Skip to content

Execute pod install when a plugin containing only Podfile is added after the ios platform #870

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

Merged
merged 1 commit into from
Sep 4, 2015

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Sep 4, 2015

Fixes #827

@Fatme Fatme added this to the 1.3.0 milestone Sep 4, 2015
@ns-bot
Copy link

ns-bot commented Sep 4, 2015

@@ -43,7 +43,7 @@ interface IPlatformProjectService {
addLibrary(libraryPath: string): IFuture<void>;
canUpdatePlatform(currentVersion: string, newVersion: string): IFuture<boolean>;
updatePlatform(currentVersion: string, newVersion: string): IFuture<void>;
preparePluginNativeCode(pluginData: IPluginData): IFuture<void>;
preparePluginNativeCode(pluginData: IPluginData, options?: any): IFuture<void>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rename options to opts? In implementations this parameter is called opts. Not a merge stopper, though.

@teobugslayer
Copy link
Contributor

👍

Fatme pushed a commit that referenced this pull request Sep 4, 2015
Execute pod install when a plugin containing only Podfile is added after the ios platform
@Fatme Fatme merged commit 441a280 into master Sep 4, 2015
@Fatme Fatme deleted the fatme/fix-cocoapods branch September 4, 2015 11:51
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.

3 participants