diff --git a/helpers/app-files-scanner.js b/helpers/app-files-scanner.js index affe93b..0c58dbc 100644 --- a/helpers/app-files-scanner.js +++ b/helpers/app-files-scanner.js @@ -292,7 +292,7 @@ export default class AppFilesScanner { }) { // Each file scanned: Filename, Type(Drop or URL), File URL, Datetime, Architectures, Mach-o Meta - console.log( 'this.testResultStore', this.testResultStore ) + // console.log( 'this.testResultStore', this.testResultStore ) await axios.post( this.testResultStore , { filename, @@ -410,11 +410,11 @@ export default class AppFilesScanner { } ) - // console.log('infoXml', infoXml) - // Parse the Info.plist data const info = plist.parse( infoXml ) + // console.log('info', info) + file.appVersion = info.CFBundleShortVersionString file.displayName = info.CFBundleDisplayName