Skip to content

Always build --for-device with --release #1165

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
Nov 9, 2015

Conversation

Mitko-Kerezov
Copy link
Contributor

References #945

Ping @Fatme @teobugslayer for a quick review

@@ -172,7 +172,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
}

let args: string[] = [];
if(this.$options.forDevice) {
if(this.$options.forDevice || this.$options.release) {
Copy link
Contributor

Choose a reason for hiding this comment

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

You can extract this check to a separate variable and use it here and in the next if 😸
But definitely not a merge stopper

@ns-bot
Copy link

ns-bot commented Nov 9, 2015

Test PASSed.

@teobugslayer
Copy link
Contributor

👍

rosen-vladimirov added a commit that referenced this pull request Nov 9, 2015
@rosen-vladimirov rosen-vladimirov merged commit 965770e into master Nov 9, 2015
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/release-for-device branch November 9, 2015 15:41
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.

4 participants