Skip to content

Commit 0c60867

Browse files
author
Deyan Ginev
authored
Update README.md
1 parent 2840020 commit 0c60867

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The sample implements a scenario in which a NativeScript app references two plug
1919

2020
## Sample source
2121

22+
### after-prepare hook
2223
```
2324
const sourceMapLocation = '/node_modules/plugin1/platforms/ios/module.modulemap';
2425
const targetMapLocation = '/platforms/ios/GVRSDK/module.modulemap';
@@ -32,7 +33,7 @@ module.exports = function (logger, platformsData, projectData, hookArgs, $usbLiv
3233
fs.copyFileSync(projectData.projectDir + sourceMapLocation, projectData.projectDir + targetMapLocation);
3334
}
3435
```
35-
36+
### module.modulemap contents
3637
And here's a sample of how the `module.modulemap` will look like:
3738

3839
```

0 commit comments

Comments
 (0)