We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb581ee commit b707615Copy full SHA for b707615
1 file changed
lib/project.service.ts
@@ -188,7 +188,7 @@ export namespace ProjectService {
188
async function _buildProject(projectName: string, platform: string, options: string) {
189
Logger.log(`building project for ${platform} ...`);
190
const cwd = path.join(testDirectory, projectName);
191
- if (platform === 'ios' && cloudEnabled) {
+ if (platform === 'ios') {
192
// TODO: change this after it expires in August 2019
193
options += ' --provision /tns-official/CodeSign/ios/Icenium_QA_Development.mobileprovision --certificate /tns-official/CodeSign/ios/iPhone\\ Developer\\ Dragon\\ Telerikov\\ \\(R58QAA9NR8\\).p12 --certificatePassword 1';
194
}
0 commit comments