Yes, and if your plug-in does not use the 10.7 APIs, it will be flagged as "not sandbox ready" anyway (got the info straight from Apple).George wrote:Edit: Sean, security warning dialog still triggers if your AU is code signed but it's not sandbox ready.
Anyone making "Sandbox-Safe" Audio Units?
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6335 posts since 8 Sep, 2004 from Paris (France)
-
- KVRAF
- 2481 posts since 28 Mar, 2005
Just checked and as long as you validate lower security settings, it works fine.
I was quite afraid it was not possible at all.
I was quite afraid it was not possible at all.
-
- KVRAF
- 5632 posts since 18 Jul, 2002
I assume it forces you to use XCode 4 thenBlue Cat Audio wrote:Yes, and if your plug-in does not use the 10.7 APIs, it will be flagged as "not sandbox ready" anyway (got the info straight from Apple).George wrote:Edit: Sean, security warning dialog still triggers if your AU is code signed but it's not sandbox ready.
- u-he
- 30180 posts since 8 Aug, 2002 from Berlin
That would suck...George wrote:I assume it forces you to use XCode 4 thenBlue Cat Audio wrote:Yes, and if your plug-in does not use the 10.7 APIs, it will be flagged as "not sandbox ready" anyway (got the info straight from Apple).George wrote:Edit: Sean, security warning dialog still triggers if your AU is code signed but it's not sandbox ready.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6335 posts since 8 Sep, 2004 from Paris (France)
Probably. Not a big deal though... Are you guys aware that XCode 5 has now been released?I assume it forces you to use XCode 4 then
-
- KVRAF
- 5632 posts since 18 Jul, 2002
It is a big deal in some cases. Fortunately sandbox bypass is easy enough for the end user right now.
-
- KVRAF
- 2481 posts since 28 Mar, 2005
Honestly if they force everyone to upgrade their OS version that would be great.Blue Cat Audio wrote:Probably. Not a big deal though... Are you guys aware that XCode 5 has now been released?I assume it forces you to use XCode 4 then
I would be happy to only support min 10.7 and use Xcode 5
It's great compare to 3.2.5 and we would be able to use C++11 but we still need to use it in order to support 10.5
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6335 posts since 8 Sep, 2004 from Paris (France)
It is possible to use XCode 4 with the 10.5 SDK if you do not need PPC support (haven't checked with XCode 5 yet but I guess it should work).
I agree it would be great to get rid of older versions! However, we still have a very large Snow Leopard user base...
I agree it would be great to get rid of older versions! However, we still have a very large Snow Leopard user base...
-
- KVRian
- 515 posts since 18 Jan, 2004 from PHX AZ
Further experimentation report: the plug-in can _not_ see the user Library/Application Support.
HOWEVER!!!!
It _can_ see the root Library/Application Support. This may make things very easy for some of us. Use this info at your own risk.
HOWEVER!!!!
It _can_ see the root Library/Application Support. This may make things very easy for some of us. Use this info at your own risk.
Chris Randall
Plug-ins: http://www.audiodamage.com
Blog: http://www.analogindustries.com
Music: http://chrisrandall.bandcamp.com/
More Music: http://rtsixy.bandcamp.com/
Plug-ins: http://www.audiodamage.com
Blog: http://www.analogindustries.com
Music: http://chrisrandall.bandcamp.com/
More Music: http://rtsixy.bandcamp.com/
-
- KVRAF
- 2481 posts since 28 Mar, 2005
Question is, why do they keep snow leopard.Blue Cat Audio wrote:It is possible to use XCode 4 with the 10.5 SDK if you do not need PPC support (haven't checked with XCode 5 yet but I guess it should work).
I agree it would be great to get rid of older versions! However, we still have a very large Snow Leopard user base...
Is this because of Mavericks requirements or some other reason ?
- KVRAF
- 3426 posts since 15 Nov, 2006 from Pacific NW
It's because Snow Leopard WORKS for these clients, for whatever reason.otristan wrote:Question is, why do they keep snow leopard.Blue Cat Audio wrote:It is possible to use XCode 4 with the 10.5 SDK if you do not need PPC support (haven't checked with XCode 5 yet but I guess it should work).
I agree it would be great to get rid of older versions! However, we still have a very large Snow Leopard user base...
Is this because of Mavericks requirements or some other reason ?
Most people I know that work with audio for a living would prefer to work with Snow Leopard, as it is very stable on their machines. Plus, many DAWs don't perform well on the cutting edge of Mac OS upgrades (Pro Tools in particular).
Sean Costello
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6335 posts since 8 Sep, 2004 from Paris (France)
For some reason, Snow Leopard seems to be the system people tend to prefer (maybe because it's the last non-full-64-bit OS?). Pro Tools runs perfectly on 10.7 or 10.8, but I can understand that people just don't want to bother upgrading if they do not absolutely need it: it's just a waste of time and a risk to break things...
-
- KVRAF
- 5632 posts since 18 Jul, 2002
Our plug-in Corona can access ~/Library/Application Support/Crandall1 wrote:Further experimentation report: the plug-in can _not_ see the user Library/Application Support.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6335 posts since 8 Sep, 2004 from Paris (France)
Be aware that you might be able to access some specific paths because the app may have "bookmarked" them (if you chose a path, opened a file...). It may not be reliable in all situations...
-
- KVRAF
- 5632 posts since 18 Jul, 2002
Ok, thanks.
