|
Makeprojects
|
Sub file for makeprojects. More...
Classes | |
| class | PBXShellScriptBuildPhase |
| Each PBXShellScriptBuildPhase entry. More... | |
Functions | |
| get_sdk_root (solution) | |
| Determine the main Xcode root sdk. | |
| copy_tool_to_bin () | |
| Create a PBXShellScriptBuildPhase to copy to bin. | |
Variables | |
| str | TEMP_EXE_NAME = "${CONFIGURATION_BUILD_DIR}/${EXECUTABLE_NAME}" |
| Build executable pathname. | |
| str | PERFORCE_PATH = "/opt/local/bin/p4" |
| Path of the perforce executable. | |
Sub file for makeprojects.
Subroutines for Apple Computer XCode projects
This module contains classes needed to generate project files intended for use by Apple's XCode IDE
| makeprojects.xcode_utils.copy_tool_to_bin | ( | ) |
Create a PBXShellScriptBuildPhase to copy to bin.
Create a PBXShellScriptBuildPhase to take a binary tool file, append a suffix, and then copy it to a "bin" folder.
| makeprojects.xcode_utils.get_sdk_root | ( | solution | ) |
Determine the main Xcode root sdk.
| solution | Solution object |