| Index: pylib/gyp/xcodeproj_file.py
|
| diff --git a/pylib/gyp/xcodeproj_file.py b/pylib/gyp/xcodeproj_file.py
|
| index a9deb1549e086c5166bac32b986c5d0a500ad806..75a119aa78fb3a124d7652bb6f414194c60cf075 100644
|
| --- a/pylib/gyp/xcodeproj_file.py
|
| +++ b/pylib/gyp/xcodeproj_file.py
|
| @@ -2240,10 +2240,14 @@ class PBXNativeTarget(XCTarget):
|
| # prefix : the prefix for the file name
|
| # suffix : the suffix for the file name
|
| _product_filetypes = {
|
| - 'com.apple.product-type.application': ['wrapper.application',
|
| - '', '.app'],
|
| - 'com.apple.product-type.app-extension': ['wrapper.app-extension',
|
| - '', '.appex'],
|
| + 'com.apple.product-type.application': ['wrapper.application',
|
| + '', '.app'],
|
| + 'com.apple.product-type.application.watchapp': ['wrapper.application',
|
| + '', '.app'],
|
| + 'com.apple.product-type.watchkit-extension': ['wrapper.app-extension',
|
| + '', '.appex'],
|
| + 'com.apple.product-type.app-extension': ['wrapper.app-extension',
|
| + '', '.appex'],
|
| 'com.apple.product-type.bundle': ['wrapper.cfbundle',
|
| '', '.bundle'],
|
| 'com.apple.product-type.framework': ['wrapper.framework',
|
|
|