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

Fix update #318

Merged
merged 5 commits into from
Mar 16, 2015
Merged

Fix update #318

merged 5 commits into from
Mar 16, 2015

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Mar 13, 2015

Currently we're copying only framework files. With latest version are released TNSDebugging.framework and Metadata folders as part of framework. This PR changes the logic so that we can update TNSDebugging.framework and Metadata. This PR fixes the case when the old and new xcode projects are different. Also fixes $tns platform update @ and $tns platform add @ commands.

#305

@ns-bot
Copy link

ns-bot commented Mar 13, 2015

Test FAILed.

@ns-bot
Copy link

ns-bot commented Mar 13, 2015

Test PASSed.

// Copy old file to options["profile-dir"]
var sourceFile = path.join(this.platformData.projectRoot, util.format("%s.xcodeproj", this.$projectData.projectName));
var destinationFile = path.join(options.profileDir, "xcodeproj");
//this.$fs.copyFile(sourceFile, destinationFile).wait();
Copy link
Contributor

Choose a reason for hiding this comment

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

commented code, consider removing it entirely

@ns-bot
Copy link

ns-bot commented Mar 16, 2015

Test PASSed.

@Fatme Fatme force-pushed the fatme/fix-update-1 branch from 71c0229 to d8ae20a Compare March 16, 2015 10:12
@ns-bot
Copy link

ns-bot commented Mar 16, 2015

Test PASSed.

@teobugslayer
Copy link
Contributor

👍

Fatme pushed a commit that referenced this pull request Mar 16, 2015
@Fatme Fatme merged commit 60ebca9 into release Mar 16, 2015
@Fatme Fatme deleted the fatme/fix-update-1 branch March 16, 2015 10:38
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.

3 participants