Skip to content

Commit

Permalink
Merge pull request #18 from OutSystems/fix/RNMT-4364/hooks-cli10-comp…
Browse files Browse the repository at this point in the history
…atibility

RNMT-4364 Update hooks for CLI 10 compatibility
  • Loading branch information
usernuno authored Nov 1, 2020
2 parents 8bc6e5d + 9f72c67 commit 2e270e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Fixes
- Update hooks to be compatible with Cordova CLI 10 [RNMT-4364](https://outsystemsrd.atlassian.net/browse/RNMT-4364)

## [2.4.4]
### Fixes
Expand Down
2 changes: 1 addition & 1 deletion hooks/ios/before_plugin_install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = function (context) {
var fs = context.requireCordovaModule("fs");
var fs = require("fs");
var linkPath = "plugins/com.outsystems.plugins.appfeedback/src/ios/MobileECT/OutSystemsMobileECT.framework/";
var targetPath = "Versions/A/";

Expand Down

0 comments on commit 2e270e9

Please sign in to comment.