This is an automated email from the ASF dual-hosted git repository.
jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
The following commit(s) were added to refs/heads/master by this push:
new c52b561 fix: Update CDVAvailability.h path (#323)
c52b561 is described below
commit c52b561b907e2a3ff38b83784b1a20da1255ff94
Author: jcesarmobile <[email protected]>
AuthorDate: Thu Jul 20 15:41:49 2023 +0200
fix: Update CDVAvailability.h path (#323)
---
src/platform-release.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/platform-release.js b/src/platform-release.js
index 2786551..8ad7541 100644
--- a/src/platform-release.js
+++ b/src/platform-release.js
@@ -106,7 +106,7 @@ let hasBuiltJs = '';
// Adds the version to CDVAvailability.h for iOS
function * updateCDVAvailabilityFile (version, platform) {
// Default to iOS
- const file = path.join(process.cwd(), 'CordovaLib', 'Classes', 'Public',
'CDVAvailability.h');
+ const file = path.join(process.cwd(), 'CordovaLib', 'include', 'Cordova',
'CDVAvailability.h');
let fileContents = fs.readFileSync(file, 'utf8');
fileContents = fileContents.split('\n');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]