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 environment. Show all posts
Showing posts with label environment. Show all posts

Saturday, February 23, 2013

Re: MAMP/Apache environment vars question

Re: MAMP/Apache environment vars question

Re: MAMP/Apache environment vars question

Thursday, February 21, 2013

MAMP/Apache environment vars question

Hello,

 

I am not sure if this is the right place to ask the question but since this is a developing forum, I assume it is.

 

I was wondering if anyone would know why in MAMP when I view the phpinfo(), the PATH info under Apache Environment is different than what I specify in the Apache envvars file.

 

Apache seems to be getting the PATH info from somewhere else and I can't quite figure out where. I am using just MAMP; not the pro version.

 

Any help is greatly appreciated. Thank you!


View the original article here

Re: MAMP/Apache environment vars question

Hello etresoft,

 

The file I changed is called: envvars

 

There are two actually, one is called envvars and the other envvars-std. Both have the same exact information in them. For me the file(s) are located at: Applications>MAMP>Library>bin

 

Thanks.


View the original article here

MAMP/Apache environment vars question

Hello,

 

I am not sure if this is the right place to ask the question but since this is a developing forum, I assume it is.

 

I was wondering if anyone would know why in MAMP when I view the phpinfo(), the PATH info under Apache Environment is different than what I specify in the Apache envvars file.

 

Apache seems to be getting the PATH info from somewhere else and I can't quite figure out where. I am using just MAMP; not the pro version.

 

Any help is greatly appreciated. Thank you!


View the original article here

Friday, January 11, 2013

how to invalidate DYLD_INSERT_LIBRARIES environment variable?

I find that in Mountain Lion, DYLD_INSERT_LIBRARIES environment variable is ignored for some applications, like Safari.app, Screen Sharing.app. And after some study, I also know it is probably because that the app is code signed with some special entitlements.

Now I am trying to make this environment variable also ignored for my app. I tried to sign my app with some entitlements but this environment variable is not ignored.  I have tried many entitlement keys listed in the apple doc and all failed.

I notice that Safari.app uses entitlement "com.apple.private.accounts.allacounts" and looks like it is apple perpriotary value and it is not listed in the app doc. I have ever tried to sign my app with this entitlement manually but the application cannot run (taskgated killed it).

 

so my questions is:

1. in order to invalidate DYLD_INSERT_LIBRARIES environment variable for my app, what entitlement key value should I use when signing my app?

2. what is the critetria that Mountain Lion uses to determine whether ignore this enviroment variable or not?

 

Thanks!


View the original article here

Re: how to invalidate DYLD_INSERT_LIBRARIES environment variable?

What are you trying to do? DYLD_INSERT_LIBRARIES has noting to do with entitlements.


View the original article here

Re: how to invalidate DYLD_INSERT_LIBRARIES environment variable?

What are you trying to do? DYLD_INSERT_LIBRARIES has noting to do with entitlements.


View the original article here

Re: how to invalidate DYLD_INSERT_LIBRARIES environment variable?

What are you trying to do? DYLD_INSERT_LIBRARIES has noting to do with entitlements.


View the original article here