Skip to content

Commit

Permalink
RMET-2477 :: Update Hook (#28)
Browse files Browse the repository at this point in the history
* feat: update hook

* refactor: iOS hook
  • Loading branch information
OS-martacarlos authored and OS-ricardomoreirasilva committed Apr 10, 2024
1 parent 603dde6 commit ede9387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The changes documented here do not include those from the original repository.

## [Unreleased]
- Feat: Update hook to consider new resources paths (https://outsystemsrd.atlassian.net/browse/RMET-2477)

### 03-10-2023
- Fix: [iOS] Fixes path, removing duplicate string (https://outsystemsrd.atlassian.net/browse/RMET-2855).
Expand Down
1 change: 0 additions & 1 deletion hooks/ios/iOSCopyPreferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const et = require('elementtree');
const path = require('path');
const fs = require('fs');
const plist = require('plist');
const child_process = require('child_process');
const { ConfigParser } = require('cordova-common');

module.exports = function (context) {
Expand Down

0 comments on commit ede9387

Please sign in to comment.