| Index: pylib/gyp/xcodeproj_file.py
|
| diff --git a/pylib/gyp/xcodeproj_file.py b/pylib/gyp/xcodeproj_file.py
|
| index 034a0d2d4fcc23ae097c615d23699a07f61ed055..c7b522a100df1de7e476dbd85ee4b00b1fcdb500 100644
|
| --- a/pylib/gyp/xcodeproj_file.py
|
| +++ b/pylib/gyp/xcodeproj_file.py
|
| @@ -1951,6 +1951,7 @@ class PBXCopyFilesBuildPhase(XCBuildPhase):
|
| # path_tree_to_subfolder maps names of Xcode variables to the associated
|
| # dstSubfolderSpec property value used in a PBXCopyFilesBuildPhase object.
|
| path_tree_to_subfolder = {
|
| + 'BUILT_FRAMEWORKS_DIR': 10, # Frameworks Directory
|
| 'BUILT_PRODUCTS_DIR': 16, # Products Directory
|
| # Other types that can be chosen via the Xcode UI.
|
| # TODO(mark): Map Xcode variable names to these.
|
|
|