Detect from Lua if build is Developer or Production

Is there any way to detect from Lua if the app has been compiled with a Developer or Production certificate? If not, I would really appreciate to see this in an upcoming build. Thanks!

[Lua]

if system.getInfo(“buildIdentity”) == “Developer” then

   doSomething()

elseif system.getInfo(“buildIdentity”) == “Distribution” then

   doSomethingElse()

end

[/Lua]

Thanks for the suggestion, can you goto http://feedback.coronalabs.com and request the feature there and then vote it up?

Done! Great feature request system (provided you use it on your side!)

We do.  Of course sometimes people request things that are too hard/too expensive/etc.  even though it may be a popular request. 

Thanks for the suggestion, can you goto http://feedback.coronalabs.com and request the feature there and then vote it up?

Done! Great feature request system (provided you use it on your side!)

We do.  Of course sometimes people request things that are too hard/too expensive/etc.  even though it may be a popular request.