IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Permissions. Show all posts
Showing posts with label Permissions. Show all posts

Monday, May 5, 2014

AppleScript, Growl, and permissions.

Hi,

 

I'm using an AppleScript in conjunction with Growl to create a new text file in Dropbox when a tagged notification is displayed, but a permission error is stopping the process. I've got read/write access to the folder, com.Growl.GrowlHelperApp (in Application Scripts) but the error's persisting. Can I alter something to fix this? The error reads:

 

The document “Untitled” could not be exported as “[text file].txt”. You don’t have permission. To view or change permissions, select the item in the Finder and choose File > Get Info.

 

I'll be using Hazel to move and eventually trash this file once it's triggered another workflow, so it's not ideal to fix each text file as it's created. I'm new to AppleScript, thanks for any help offered.


View the original article here

Saturday, January 18, 2014

Code Signing Apple Account Permissions

Hi,

 

I have a question regarding the subjects - "Gatekeeper" and "Code Signing". However,

first I have to explain the circumstances I am in. I have developed an application

remotly controlling a camera via USB for a larger company which will distribute the

software along with the camera (no apple store). Since the gatekeeper the client is

asking me to digitally sign the code so that the gatekeeper will stop poping out.

 

The problem is that they want to use their own apple account and they are asking

what permissions it (the account) should have in

order for me (extern firm) to code sign the application. I have read for example that

the account has to be enrolled for the Mac Developer Program, but there is A LOT

information on the subject, I seem to struggle with putting the actions together that

they should take in order to generate such an account (due to the numerous options

and use cases).

 

Hence the question, does anybody know what kind of account should they set up

for me in order to code sign the app and not having too many permissions (i guess that

is the main point)?

 

I have a developer account and the codesiging itself is not a problem, that I have to

do it with an account specifically prepared for that and the explanation (step-by-step)

how such an account should be set up is what I can't put together.

 

Any help will be greatly appreciated, thank you in advance.

 

Regards,

artOf...


View the original article here