mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable plist parse
This commit is contained in:
parent
0073b1b624
commit
e5c22e0298
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Buffer, Blob } from 'buffer'
|
||||
// import plist from 'plist'
|
||||
import * as plist from 'simple-plist'
|
||||
// import * as plist from 'simple-plist'
|
||||
import prettyBytes from 'pretty-bytes'
|
||||
// import zip from '@zip.js/zip.js'
|
||||
import FileApi, { File } from 'file-api'
|
||||
|
|
@ -204,7 +204,7 @@ export class AppScan {
|
|||
// console.log( 'infoBuffer', Buffer.from( infoBuffer ) )
|
||||
|
||||
// Parse the Info.plist data
|
||||
this.infoPlist = plist.parse( infoBuffer )
|
||||
// this.infoPlist = plist.parse( infoBuffer )
|
||||
|
||||
this.sendMessage({
|
||||
message: 'ℹ️ Found Info.plist',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue