Skip to content

Commit

Permalink
preserve permissions of Info.plist after build, fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Nov 18, 2016
1 parent f90ef9b commit 194a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mini vMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "GIT=`which git`\nif [ \"$GIT\" -a -d .git ]; then\nGIT_VERSION=`$GIT describe --tags --always`\nelse\nGIT_VERSION=unknown\nfi\ndefaults write \"$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Info\" GitVersion -string $GIT_VERSION";
shellScript = "GIT=`which git`\nif [ \"$GIT\" -a -d .git ]; then\nGIT_VERSION=`$GIT describe --tags --always`\nelse\nGIT_VERSION=unknown\nfi\ndefaults write \"$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Info\" GitVersion -string $GIT_VERSION\nchmod 0644 \"$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Info.plist\"";
};
28F8758E1D2936B5001E99EB /* Add capabilities to Info.plist */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 194a683

Please sign in to comment.