Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Applescripting the disk browser of BBEdit

Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp4-2.free.fr!not-for-mail
Newsgroups: alt.comp.lang.applescript
Subject: Applescripting the disk browser of BBEdit
From: pierre.lemerc...@wanado.fr (pierre lemercier)
Date: Wed, 3 Aug 2011 15:05:07 +0200
Message-ID: <1k5fj40.1rot4iyefbydcN%pierre.lemercier@wanado.fr>
User-Agent: MacSOUP/2.8.3 (Mac OS X version 10.6.8 (x86))
Lines: 20
Organization: Guest of ProXad - France
NNTP-Posting-Date: 03 Aug 2011 15:05:07 MEST
NNTP-Posting-Host: 82.224.181.150
X-Trace: 1312376707 news-2.free.fr 5826 82.224.181.150:50168
X-Complaints-To: abuse@proxad.net

Hello,

I would like to extract certain parts (info.plist) of .ipa files (iPhone
apps); these files include various interesting parameters.

This can be manually done by:

Opening xxx.ipa file with BBEdit
In the disk browser 
        Opening payload
        Opening xxx folder
        Selecting Info.plist
The content of Info.plist appears in the right part of the window

I would like to automatise the above actions by using applescript but I
have not found the way to script the disk browser

Any ideas?

best regards