Skip to content

Commit

Permalink
just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Oct 1, 2024
1 parent e7fe3f1 commit 962b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alloy/tiapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function getSdkSelectVersion() {
file = path.join(homeDir, '.titanium', 'config.json');
if (!fs.existsSync(file)) {
//U.die('Titanium configuration file does not exist at "' + file + '"');
return ""
return '12.5.0.GA';
}
var ticonfig = JSON.parse(fs.readFileSync(file, {encoding: 'utf8'}));
return ticonfig.sdk.selected;
Expand Down

0 comments on commit 962b770

Please sign in to comment.