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

[TIMOB-24154] Improved verbiage to make sense. #8618

Merged
merged 1 commit into from
Nov 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
}
}