Update Authors

This commit is contained in:
Giom Foret 2017-06-30 11:55:04 +02:00
parent 3fac2a0b63
commit 960eee2e3b
2 changed files with 5 additions and 1 deletions

View file

@ -22,4 +22,8 @@ Denis Morozov <dmorozkn at gmail.com>
* Fix default room avatar for an empty room #1044
* PR #1090, PR #1113, PR #1123: UX improvements
* PR #1132: Check email validity during reset password operation
* VoIP improvements
Aram Sargsyan <aram.sargsyan.1997 at gmail.com>
* PR #1341: Read receipts details

View file

@ -2414,7 +2414,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */