Skip to content

Commit ace2334

Browse files
committedDec 26, 2016
update dependency lib version
1 parent b696127 commit ace2334

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4208
-3747
lines changed
 

‎ChatKit 自定义业务.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ UI自定义,需要实现 `LCCKInputViewPluginDelegate` 方法:
494494

495495
## 国际化与本地化
496496

497-
ChatKit 目前已在核心流程(聊天、对话列表话及相关页面)中支持国际化,开发者可以通过非常少的工作量来支持本地化,只需要自定义 Other.bundle 为 CustomizedChatKitOther.bundle,并修改或增加其中的本地化文件即可。
497+
ChatKit 目前已在核心流程(聊天、对话列表话及相关页面)中支持国际化,开发者可以通过非常少的工作量来支持本地化,只需要自定义 Other.bundle 为 CustomizedChatKit.Other.bundle,并修改或增加其中的本地化文件即可。
498498

499499
这个文件在每次 ChatKit 版本发布时是增量更新的,新增的内容置于文件的末尾并有时间注释,保证开发者可以迅速定位新增键值对。
500500

‎ChatKit-OC/ChatKit-OC.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
isa = PBXNativeTarget;
730730
buildConfigurationList = 9A754D621CECAC3E000967F1 /* Build configuration list for PBXNativeTarget "ChatKit-OC" */;
731731
buildPhases = (
732-
3A326A90827A83ABFB06EDAA /* 📦 Check Pods Manifest.lock */,
732+
3A326A90827A83ABFB06EDAA /* [CP] Check Pods Manifest.lock */,
733733
93F4B19236F002733267544F /* [CP] Check Pods Manifest.lock */,
734734
CDA6F8A69927C83B20C33EBD /* [CP] Check Pods Manifest.lock */,
735735
1E370B72B10E872F9EF1EABD /* [CP] Check Pods Manifest.lock */,
@@ -824,19 +824,19 @@
824824
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
825825
showEnvVarsInLog = 0;
826826
};
827-
3A326A90827A83ABFB06EDAA /* 📦 Check Pods Manifest.lock */ = {
827+
3A326A90827A83ABFB06EDAA /* [CP] Check Pods Manifest.lock */ = {
828828
isa = PBXShellScriptBuildPhase;
829829
buildActionMask = 2147483647;
830830
files = (
831831
);
832832
inputPaths = (
833833
);
834-
name = "📦 Check Pods Manifest.lock";
834+
name = "[CP] Check Pods Manifest.lock";
835835
outputPaths = (
836836
);
837837
runOnlyForDeploymentPostprocessing = 0;
838838
shellPath = /bin/sh;
839-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
839+
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";
840840
showEnvVarsInLog = 0;
841841
};
842842
5852033203B0746EE8645654 /* 📦 Copy Pods Resources */ = {

0 commit comments

Comments
 (0)