Skip to content

Commit f8675fb

Browse files
committed
pbxProject: pbxCopyFilesBuildPhaseObj missing 'frameworks'
Previously there was no way to access SUBFOLDERSPEC_BY_DESTINATION.frameworks
1 parent f082343 commit f8675fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,7 @@ function pbxCopyFilesBuildPhaseObj(obj, folderType, subfolderPath, phaseName){
14471447
command_line_tool: 'wrapper',
14481448
dynamic_library: 'products_directory',
14491449
framework: 'shared_frameworks',
1450+
frameworks: 'frameworks',
14501451
static_library: 'products_directory',
14511452
unit_test_bundle: 'wrapper',
14521453
watch_app: 'wrapper',

0 commit comments

Comments
 (0)