How to read the deployment target of a .plugin?
How to read the deployment target of a .plugin?
- Subject: How to read the deployment target of a .plugin?
- From: Jerry Krinock <email@hidden>
- Date: Sun, 10 Feb 2013 19:09:54 -0800
In an .app project, the Build Setting named Deployment Target in Xcode gets compiled into the product's Info.plist as LSMinimumSystemVersion, and this is the minimum Mac OS X version in which the product will launch.
In a .plugin project, there is also a Deployment Target in Xcode, but I don't see this reflected anywhere in the product's Info.plist. How does it work?
Why I want to know this: I think that maybe, thanks to Xcode 4.5, I've built a plugin with Deployment Target set to the mysterious "Compiler Default" which will not load in a system < 10.8. I cannot find any indication of what "Compiler Default" is. Even the "Resolved" column of the "OS X Deployment Target" Build Setting in Xcode tells me only "Compiler Default" :( I suspect that it is 10.8. But it seems like this should be stated in the product somewhere.
Thanks,
Jerry Krinock
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden