Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2016-03-20 19:05:14 +0300
committermjentsch <mtthsjntsch@gmail.com>2016-03-20 19:18:37 +0300
commita3341cb5cf32f3de046121c9697ccc42a95ece63 (patch)
tree2042c885fb64e70ffc30c182d88048dc22afee99 /telegram-adium
parentd4f52a175ca88cfd67b2abb2e83fff23fa0ee42b (diff)
parent1388bc6ed7821954e64599a652ade90359e2ba96 (diff)
Merge branch 'master' into dev-1.3.0
Diffstat (limited to 'telegram-adium')
-rw-r--r--telegram-adium/telegram-adium.xcodeproj/project.pbxproj17
-rw-r--r--telegram-adium/telegram-adium/telegram-adium-Info.plist2
2 files changed, 18 insertions, 1 deletions
diff --git a/telegram-adium/telegram-adium.xcodeproj/project.pbxproj b/telegram-adium/telegram-adium.xcodeproj/project.pbxproj
index e61248b..d1441cc 100644
--- a/telegram-adium/telegram-adium.xcodeproj/project.pbxproj
+++ b/telegram-adium/telegram-adium.xcodeproj/project.pbxproj
@@ -289,6 +289,7 @@
C410948219BB2D7D0083BF3F /* Sources */,
C410948319BB2D7D0083BF3F /* Frameworks */,
C410948419BB2D7D0083BF3F /* Resources */,
+ C4C325A11C91BD230020D32E /* ShellScript */,
);
buildRules = (
);
@@ -346,6 +347,22 @@
};
/* End PBXResourcesBuildPhase section */
+/* Begin PBXShellScriptBuildPhase section */
+ C4C325A11C91BD230020D32E /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "install_name_tool -change \"@executable_path/../Frameworks/libglib.framework/Versions/2.38.1/libglib\" \"@executable_path/../Frameworks/libglib.framework/libglib\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.$WRAPPER_EXTENSION/Contents/MacOS/$PRODUCT_NAME\"\ninstall_name_tool -change \"@executable_path/../Frameworks/libpurple.framework/Versions/2.10.7rd8d96a636413/libpurple\" \"@executable_path/../Frameworks/libpurple.framework/libpurple\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.$WRAPPER_EXTENSION/Contents/MacOS/$PRODUCT_NAME\"\n";
+ };
+/* End PBXShellScriptBuildPhase section */
+
/* Begin PBXSourcesBuildPhase section */
C410948219BB2D7D0083BF3F /* Sources */ = {
isa = PBXSourcesBuildPhase;
diff --git a/telegram-adium/telegram-adium/telegram-adium-Info.plist b/telegram-adium/telegram-adium/telegram-adium-Info.plist
index d9f5981..a35f5dd 100644
--- a/telegram-adium/telegram-adium/telegram-adium-Info.plist
+++ b/telegram-adium/telegram-adium/telegram-adium-Info.plist
@@ -43,7 +43,7 @@
<key>CFPlugInUnloadFunction</key>
<string></string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2014 Matthias Jentsch.</string>
+ <string>Copyright © 2014-2016 Matthias Jentsch.</string>
<key>NSPrincipalClass</key>
<string>TelegramPlugin</string>
</dict>