git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2138 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4088de4302
commit
a4a82896b3
|
@ -1040,6 +1040,13 @@
|
||||||
remoteGlobalIDString = D3DEC8300A75DA10002001CF;
|
remoteGlobalIDString = D3DEC8300A75DA10002001CF;
|
||||||
remoteInfo = teletone.framework;
|
remoteInfo = teletone.framework;
|
||||||
};
|
};
|
||||||
|
D3EDD2A00A76D3C900AC4900 /* PBXContainerItemProxy */ = {
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||||
|
proxyType = 1;
|
||||||
|
remoteGlobalIDString = D37671640A75F0DC00ACC1FB /* libfreeswitch */;
|
||||||
|
remoteInfo = libfreeswitch;
|
||||||
|
};
|
||||||
/* End PBXContainerItemProxy section */
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
@ -4074,6 +4081,7 @@
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
|
D3EDD2A10A76D3C900AC4900 /* PBXTargetDependency */,
|
||||||
);
|
);
|
||||||
name = freeswitch;
|
name = freeswitch;
|
||||||
productName = freeswitch;
|
productName = freeswitch;
|
||||||
|
@ -4569,7 +4577,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/bash;
|
shellPath = /bin/bash;
|
||||||
shellScript = "cd ../..\n./build/checkversion.sh force\nif [ -e .complete ]; then\n\texit 0\nfi\n./configure\ntouch .complete\n";
|
shellScript = "cd ../..\nif [ -e .complete ]; then\n\texit 0\nfi\n./configure\ntouch .complete\n";
|
||||||
};
|
};
|
||||||
D3DEC2260A75CB62002001CF /* ShellScript */ = {
|
D3DEC2260A75CB62002001CF /* ShellScript */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
@ -5386,6 +5394,11 @@
|
||||||
target = D3DEC8300A75DA10002001CF /* teletone */;
|
target = D3DEC8300A75DA10002001CF /* teletone */;
|
||||||
targetProxy = D3DEC8440A75DAC1002001CF /* PBXContainerItemProxy */;
|
targetProxy = D3DEC8440A75DAC1002001CF /* PBXContainerItemProxy */;
|
||||||
};
|
};
|
||||||
|
D3EDD2A10A76D3C900AC4900 /* PBXTargetDependency */ = {
|
||||||
|
isa = PBXTargetDependency;
|
||||||
|
target = D37671640A75F0DC00ACC1FB /* libfreeswitch */;
|
||||||
|
targetProxy = D3EDD2A00A76D3C900AC4900 /* PBXContainerItemProxy */;
|
||||||
|
};
|
||||||
/* End PBXTargetDependency section */
|
/* End PBXTargetDependency section */
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
/* Begin XCBuildConfiguration section */
|
||||||
|
|
Loading…
Reference in New Issue