Skip to content

Commit f267e24

Browse files
committed
update version
1 parent 87adbc6 commit f267e24

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changelog
22

3+
## 0.0.5 (2017-08-1)
4+
### 修正
5+
* tcpping 内存错误
6+
37
## 0.0.4 (2016-12-06)
48
### 修改
59
* 将ping,traceroute加入到串行队列

NetDiag.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
isa = PBXNativeTarget;
201201
buildConfigurationList = DF8DFFD71C61DA1B00174DA9 /* Build configuration list for PBXNativeTarget "NetDiagTests" */;
202202
buildPhases = (
203-
2BC639100A21D41EC8EB8480 /* Check Pods Manifest.lock */,
203+
2BC639100A21D41EC8EB8480 /* [CP] Check Pods Manifest.lock */,
204204
9F9B0470989AE72C26C6B154 /* [CP] Check Pods Manifest.lock */,
205205
DF8DFFCB1C61DA1B00174DA9 /* Sources */,
206206
DF8DFFCC1C61DA1B00174DA9 /* Frameworks */,
@@ -283,19 +283,19 @@
283283
/* End PBXResourcesBuildPhase section */
284284

285285
/* Begin PBXShellScriptBuildPhase section */
286-
2BC639100A21D41EC8EB8480 /* Check Pods Manifest.lock */ = {
286+
2BC639100A21D41EC8EB8480 /* [CP] Check Pods Manifest.lock */ = {
287287
isa = PBXShellScriptBuildPhase;
288288
buildActionMask = 2147483647;
289289
files = (
290290
);
291291
inputPaths = (
292292
);
293-
name = "Check Pods Manifest.lock";
293+
name = "[CP] Check Pods Manifest.lock";
294294
outputPaths = (
295295
);
296296
runOnlyForDeploymentPostprocessing = 0;
297297
shellPath = /bin/sh;
298-
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";
298+
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";
299299
showEnvVarsInLog = 0;
300300
};
301301
3317CC6757C386790A56DF6E /* Copy Pods Resources */ = {

QNNetDiag.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'QNNetDiag'
3-
s.version = '0.0.4'
3+
s.version = '0.0.5'
44
s.summary = 'Qiniu Net Diagnostic library'
55
s.homepage = 'https://github.com/qiniu/iOS-netdiag'
66
s.social_media_url = 'http://weibo.com/qiniutek'

0 commit comments

Comments
 (0)