Skip to content

Commit

Permalink
Merge pull request #8618 from cb1kenobi/timob-24154
Browse files Browse the repository at this point in the history
[TIMOB-24154] Improved verbiage to make sense.
  • Loading branch information
cb1kenobi committed Nov 17, 2016
2 parents 0f2314c + 4293872 commit 3565797
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -986,13 +986,13 @@ iOSBuilder.prototype.configOptionPPuuid = function configOptionPPuuid(order) {
provisioningProfiles[__('Available Development UUIDs:')] = pp;
} else {
logger.error(__('Unable to find any non-expired development provisioning profiles that match the app id "%s"', appId) + '\n');
logger.log(__('You will need to login into %s with your Apple Download account, then create, download, and install a profile.',
logger.log(__('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.',
'http://appcelerator.com/ios-dev-certs'.cyan) + '\n');
process.exit(1);
}
} else {
logger.error(__('Unable to find any development provisioning profiles') + '\n');
logger.log(__('You will need to login into %s with your Apple Download account, then create, download, and install a profile.',
logger.log(__('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.',
'http://appcelerator.com/ios-dev-certs'.cyan) + '\n');
process.exit(1);
}
Expand All @@ -1012,13 +1012,13 @@ iOSBuilder.prototype.configOptionPPuuid = function configOptionPPuuid(order) {

if (!valid) {
logger.error(__('Unable to find any non-expired distribution or adhoc provisioning profiles that match the app id "%s".', appId) + '\n');
logger.log(__('You will need to login into %s with your Apple Download account, then create, download, and install a profile.',
logger.log(__('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.',
'http://appcelerator.com/ios-dist-certs'.cyan) + '\n');
process.exit(1);
}
} else {
logger.error(__('Unable to find any distribution or adhoc provisioning profiles'));
logger.log(__('You will need to login into %s with your Apple Download account, then create, download, and install a profile.',
logger.log(__('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.',
'http://appcelerator.com/ios-dist-certs'.cyan) + '\n');
process.exit(1);
}
Expand Down
10 changes: 5 additions & 5 deletions iphone/cli/lib/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ exports.detect = function (types, config, next) {
issue.message += '\n' + __('Titanium will most likely not be able to detect any developer or distribution certificates.');
break;
case 'IOS_NO_VALID_DEV_CERTS_FOUND':
issue.message += '\n' + __('You will need to login into %s with your Apple Download account, then create, download, and install a certificate.', '__http://appcelerator.com/ios-dev-certs__');
issue.message += '\n' + __('You will need to log in to %s with your Apple Developer account, then create, download, and install a certificate.', '__http://appcelerator.com/ios-dev-certs__');
break;
case 'IOS_NO_VALID_DIST_CERTS_FOUND':
issue.message += '\n' + __('You will need to login into %s with your Apple Download account, then create, download, and install a certificate.', '__http://appcelerator.com/ios-dist-certs__');
issue.message += '\n' + __('You will need to log in to %s with your Apple Developer account, then create, download, and install a certificate.', '__http://appcelerator.com/ios-dist-certs__');
break;
case 'IOS_NO_VALID_DEVELOPMENT_PROVISIONING_PROFILES':
issue.message += '\n' + __('You will need to login into %s with your Apple Download account, then create, download, and install a profile.', '__http://appcelerator.com/ios-dev-certs__');
issue.message += '\n' + __('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.', '__http://appcelerator.com/ios-dev-certs__');
break;
case 'IOS_NO_VALID_ADHOC_PROVISIONING_PROFILES':
issue.message += '\n' + __('You will need to login into %s with your Apple Download account, then create, download, and install a profile.', '__http://appcelerator.com/ios-dist-certs__');
issue.message += '\n' + __('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.', '__http://appcelerator.com/ios-dist-certs__');
break;
case 'IOS_NO_VALID_DISTRIBUTION_PROVISIONING_PROFILES':
issue.message += '\n' + __('You will need to login into %s with your Apple Download account, then create, download, and install a profile.', '__http://appcelerator.com/ios-dist-certs__');
issue.message += '\n' + __('You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.', '__http://appcelerator.com/ios-dist-certs__');
break;
}
});
Expand Down
6 changes: 3 additions & 3 deletions iphone/cli/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"the provisioning profile uuid; required when target is %s, %s, or %s": "the provisioning profile uuid; required when target is %s, %s, or %s",
"Available Development UUIDs:": "Available Development UUIDs:",
"Unable to find any non-expired development provisioning profiles that match the app id \"%s\"": "Unable to find any non-expired development provisioning profiles that match the app id \"%s\"",
"You will need to login into %s with your Apple Download account, then create, download, and install a profile.": "You will need to login into %s with your Apple Download account, then create, download, and install a profile.",
"You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.": "You will need to log in to %s with your Apple Developer account, then create, download, and install a profile.",
"Unable to find any development provisioning profiles": "Unable to find any development provisioning profiles",
"Available Distribution UUIDs:": "Available Distribution UUIDs:",
"Available Adhoc UUIDs:": "Available Adhoc UUIDs:",
Expand Down Expand Up @@ -245,7 +245,7 @@
"Xcode %s may or may not work with Titanium SDK %s.": "Xcode %s may or may not work with Titanium SDK %s.",
"The maximum supported Xcode version by Titanium SDK %s is Xcode %s.": "The maximum supported Xcode version by Titanium SDK %s is Xcode %s.",
"Titanium will most likely not be able to detect any developer or distribution certificates.": "Titanium will most likely not be able to detect any developer or distribution certificates.",
"You will need to login into %s with your Apple Download account, then create, download, and install a certificate.": "You will need to login into %s with your Apple Download account, then create, download, and install a certificate.",
"You will need to log in to %s with your Apple Developer account, then create, download, and install a certificate.": "You will need to log in to %s with your Apple Developer account, then create, download, and install a certificate.",
"Xcode": "Xcode",
"Install Location": "Install Location",
"iOS SDKs": "iOS SDKs",
Expand Down Expand Up @@ -275,4 +275,4 @@
"Type": "Type",
"iOS Version": "iOS Version",
"CPU Architecture": "CPU Architecture"
}
}

0 comments on commit 3565797

Please sign in to comment.