Skip to content

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Jul 13, 2015

@ns-bot
Copy link

ns-bot commented Jul 13, 2015

@Fatme Fatme force-pushed the fatme/dynamic-libraries-support branch from fb7c9a6 to 79e4ad2 Compare July 13, 2015 06:45
@Fatme Fatme added this to the 1.2.0 milestone Jul 13, 2015
@Fatme Fatme self-assigned this Jul 13, 2015
@Fatme Fatme added the feature label Jul 13, 2015
@ns-bot
Copy link

ns-bot commented Jul 13, 2015

@@ -273,13 +275,13 @@ class AndroidProjectService implements IPlatformProjectService {
let libsFolderContents = this.$fs.readDirectory(libsFolderPath).wait();
_(libsFolderContents)
.filter(libsFolderItem => path.extname(libsFolderItem) === ".jar")
.map(jar => this.addLibrary(this.platformData, path.join(libsFolderPath, jar)).wait())
.map(jar => this.addLibrary(path.join(libsFolderPath, jar)).wait())
Copy link
Contributor

Choose a reason for hiding this comment

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

.map converts (maps) its input values to its output values. In this case, .each is a better choice.

@Mitko-Kerezov
Copy link
Contributor

👍 After addressing comments

@ns-bot
Copy link

ns-bot commented Jul 16, 2015

@Mitko-Kerezov Mitko-Kerezov force-pushed the fatme/dynamic-libraries-support branch from 433e2f4 to 8a4df65 Compare July 16, 2015 08:48
@ns-bot
Copy link

ns-bot commented Jul 16, 2015

@Mitko-Kerezov Mitko-Kerezov force-pushed the fatme/dynamic-libraries-support branch from 8a4df65 to 55f92f1 Compare July 16, 2015 09:58
@ns-bot
Copy link

ns-bot commented Jul 16, 2015

Mitko-Kerezov added a commit that referenced this pull request Jul 16, 2015
…port

Support for dynamic frameworks in iOS from plugins
@Mitko-Kerezov Mitko-Kerezov merged commit 61704cc into master Jul 16, 2015
@Mitko-Kerezov Mitko-Kerezov deleted the fatme/dynamic-libraries-support branch July 16, 2015 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants