| Index: pylib/gyp/xcodeproj_file.py
|
| diff --git a/pylib/gyp/xcodeproj_file.py b/pylib/gyp/xcodeproj_file.py
|
| index 034a0d2d4fcc23ae097c615d23699a07f61ed055..78042d45d65a4c9caa360ac4b3cb969209d541cc 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.
|
| @@ -1958,7 +1959,6 @@ class PBXCopyFilesBuildPhase(XCBuildPhase):
|
| # : 6, # Executables: 6
|
| # : 7, # Resources
|
| # : 15, # Java Resources
|
| - # : 10, # Frameworks
|
| # : 11, # Shared Frameworks
|
| # : 12, # Shared Support
|
| # : 13, # PlugIns
|
|
|