Skip to content

Commit 5aed699

Browse files
committed
💎 Bump version to 8.2.1
2 parents 1f51a43 + 6289981 commit 5aed699

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-cordova",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.",
55
"main": "index.js",
66
"repository": {

‎scripts/zStripScript.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ module.exports = function(context) {
6060
var options = {shellPath: '/bin/sh', shellScript: 'bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/strip-frameworks.sh"', runOnlyForDeploymentPostprocessing: 0};
6161
var buildPhase = myProj.addBuildPhase([], 'PBXShellScriptBuildPhase', 'StripFrameworkScript', myProj.getFirstTarget().uuid, options).buildPhase;
6262

63+
fs.chmod(projectPath, '0755', function(exc) {
64+
fs.writeFileSync(projectPath, myProj.writeSync());
65+
});
66+
6367
fs.writeFileSync(projectPath, myProj.writeSync());
6468
console.log('Added Arch Trim run script build phase');
6569
};

0 commit comments

Comments
 (0)