mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
This is required to build loadable bundles. Drop this into your
/Library/Application Support/Apple/Developer Tools/Target Templates/BSD/Loadable Bundle.trgttmpl Restart XCode git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2232 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e68ae05926
commit
184fc54762
24
mac/xcode/Loadable Bundle.trgttmpl
Normal file
24
mac/xcode/Loadable Bundle.trgttmpl
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
Class = Native;
|
||||||
|
ProductType = "com.apple.product-type.objfile";
|
||||||
|
Description = "Target for building a laodable bundle without a bundle wrapper.";
|
||||||
|
CustomBuildSettings = {
|
||||||
|
MACH_O_TYPE = "mh_bundle";
|
||||||
|
INSTALL_PATH = "/usr/local/lib";
|
||||||
|
PRODUCT_NAME = "«PRODUCTNAME»";
|
||||||
|
PREBINDING = NO;
|
||||||
|
GCC_MODEL_TUNING = G5;
|
||||||
|
OTHER_LDFLAGS = "-undefined dynamic_lookup";
|
||||||
|
EXECUTABLE_PREFIX = "";
|
||||||
|
EXECUTABLE_EXTENSION = "dylib";
|
||||||
|
KEEP_PRIVATE_EXTERNS = NO;
|
||||||
|
};
|
||||||
|
BuildPhases = (
|
||||||
|
{
|
||||||
|
Class = Sources;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Class = Frameworks;
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user