Skip to content

Commit 11b4786

Browse files
committed
Remove NodeMobile.framework
1 parent 4d515e2 commit 11b4786

File tree

6 files changed

+6
-148
lines changed

6 files changed

+6
-148
lines changed

ios/NodeMobile.framework/Headers/NodeMobile.h

Lines changed: 0 additions & 10 deletions
This file was deleted.

ios/NodeMobile.framework/Info.plist

-891 Bytes
Binary file not shown.

ios/NodeMobile.framework/Modules/module.modulemap

Lines changed: 0 additions & 6 deletions
This file was deleted.

ios/NodeMobile.framework/NodeMobile

-87.4 MB
Binary file not shown.

ios/NodeMobile.framework/_CodeSignature/CodeResources

Lines changed: 0 additions & 132 deletions
This file was deleted.

scripts/create-node-structure.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var mkdirp = require('mkdirp');
99

1010
function hostPackageDir(file) {
1111
var pathComponents = file.split(path.sep);
12+
console.log({pathComponents})
1213
var modulesDirIndex = pathComponents.lastIndexOf('node_modules');
1314
if (modulesDirIndex < 1) return undefined;
1415

@@ -43,6 +44,11 @@ function installFiles(done) {
4344
var installTargetPackageName = process.env.npm_package_name;
4445

4546
var source, target;
47+
48+
console.log({
49+
fileInstallingPackagePath,
50+
installTargetPackageName
51+
})
4652
source = path.join(fileInstallingPackagePath, 'node_modules', installTargetPackageName, 'install','resources','nodejs-assets');
4753
target = fileInstallingPackagePath;
4854

0 commit comments

Comments
 (0)