yoldar commented on PR #1203: URL: https://github.com/apache/cordova-ios/pull/1203#issuecomment-1658213762
@erisu Hi! Could you please tell me how to change from old method of getting /cordova/lib/projectFile.js to new one? Here is code: `// try cordova 7.0 structure` `const IosPlatformApi = require( path.join( iosPlatformPath(), "/cordova/Api" ) );` `const projectFileApi = require( path.join( iosPlatformPath(), "/cordova/lib/projectFile.js" ) );` `const locations = ( new IosPlatformApi() ).locations;` `projectFile = projectFileApi.parse( locations );` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
