File tree Expand file tree Collapse file tree
Plugins/PackageToJS/Sources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -751,9 +751,9 @@ class SkeletonCollector {
751751 let directories = [
752752 target. directoryURL. appending ( path: " Generated/JavaScript " ) ,
753753 // context.pluginWorkDirectoryURL: ".build/plugins/PackageToJS/outputs/"
754- // .build/plugins/outputs/exportswift/MyApp /destination/BridgeJS/BridgeJS.ExportSwift .json
754+ // .build/plugins/outputs/[package]/[target] /destination/BridgeJS/JavaScript/ BridgeJS.json
755755 context. pluginWorkDirectoryURL. deletingLastPathComponent ( ) . deletingLastPathComponent ( )
756- . appending ( path: " outputs/ \( package . id) / \( target. name) /destination/BridgeJS " ) ,
756+ . appending ( path: " outputs/ \( package . id) / \( target. name) /destination/BridgeJS/JavaScript " ) ,
757757 ]
758758 for directory in directories {
759759 let skeletonURL = directory. appending ( path: skeletonFile)
You can’t perform that action at this time.
0 commit comments