• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Sandboxing of an Apple Script Studio application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sandboxing of an Apple Script Studio application


  • Subject: Sandboxing of an Apple Script Studio application
  • From: Filhol Alain <email@hidden>
  • Date: Thu, 27 Jun 2013 21:51:56 +0200

Hi,

I am knew at sandboxing I do not understand how exactly I can manage the following case.

I have a bundle starting with an Apple Script Studio app that manages a set of scientific command-line applications.

The script does the following :

1- give the application a OS X like behavior (one icon, drag&drop install, etc.)
2- check the availability of X11 (or XQuartz)
3- check the OS version through a call to the Finder
tell application "Finder"
  set the hexData to system attribute "sysv"
4- set environment variables and launch a first Unix application [A] through a command : 
do shell script aCmmd
5- then the application [A] will launch others applications [B], [C], [D], which are all inside the bundle and do nothing else than number crunching and data display.

I am presently stopped at step 3 since I do not understand how to handle "com.apple.security.scripting-targets" and how to include Finder in a "scripting access group".
Apple says "watch WWDC 2012: Secure Automation Techniques in OS X" but this video seems to be missing.
I tried to build a file "entitlements.plist" but I miss a good example.

I suspect that steps 4 and 5 will be difficult too !

I would be very happy if someone could give me a hint.

Alain

-----
Alain et MC Filhol  <email@hidden>
Résidence Bois Fleuri (Bât C), Parc de Rocheplaine 
7 rue du Rif Tronchard
38120 St Egrève

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: How come 'setenv' in Xcode build transcripts?
  • Next by Date: Xcode, Privacy, and Access Contacts
  • Previous by thread: Re: How to start/stop Instruments (Time Profiler) programatically ?
  • Next by thread: Xcode, Privacy, and Access Contacts
  • Index(es):
    • Date
    • Thread