Skip to content

Commit

Permalink
[TIMOB-18840] Updated ioslib to v0.4.0. Small bug fix with ti create …
Browse files Browse the repository at this point in the history
…for apps.
  • Loading branch information
cb1kenobi committed Jul 28, 2015
1 parent 171a748 commit 2dd11c0
Show file tree
Hide file tree
Showing 754 changed files with 9,658 additions and 86,591 deletions.
2 changes: 1 addition & 1 deletion cli/lib/creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ Creator.prototype.configOptionWorkspaceDir = function configOptionWorkspaceDir(o
}

// check if the project already exists
if (cli.argv.name && !cli.argv.force) {
if (cli.argv.name && !cli.argv.force && workspaceDir) {
var projectDir = path.join(workspaceDir, cli.argv.name);
if (fs.existsSync(projectDir)) {
logger.error(__('Project already exists: %s', projectDir));
Expand Down
2 changes: 1 addition & 1 deletion iphone/cli/hooks/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports.init = function (logger, config, cli) {
ioslib.simulator.launch(builder.deviceId, {
appPath: builder.xcodeAppDir,
focus: cli.argv['sim-focus'],
killIfRunning: false,
killIfRunning: false, // it will only kill the simulator if the device udid is different
launchBundleId: cli.argv['launch-bundle-id'],
launchWatchApp: builder.hasWatchApp && cli.argv['launch-watch-app'],
launchWatchAppOnly: builder.hasWatchApp && cli.argv['launch-watch-app-only'],
Expand Down
2 changes: 1 addition & 1 deletion node_modules/adm-zip/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/archiver/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit 2dd11c0

Please sign in to comment.