Skip to content

Commit 84beab2

Browse files
committed
version and tag bump
1 parent d55e956 commit 84beab2

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

ExampleiOS/ExampleiOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@
320320
B901B7271C3DC99B007691FA /* Frameworks */,
321321
B901B7281C3DC99B007691FA /* Resources */,
322322
204A77D2FEE83753023A02E7 /* [CP] Embed Pods Frameworks */,
323-
15951C02DD9BA4726A6DFB51 /* [CP] Copy Pods Resources */,
324323
);
325324
buildRules = (
326325
);
@@ -340,7 +339,6 @@
340339
B901B7401C3DC99B007691FA /* Frameworks */,
341340
B901B7411C3DC99B007691FA /* Resources */,
342341
FA77AE57BB0E92B244B8AD86 /* [CP] Embed Pods Frameworks */,
343-
6BC2CF2A845D9AA7FF19F1BB /* [CP] Copy Pods Resources */,
344342
);
345343
buildRules = (
346344
);
@@ -421,28 +419,13 @@
421419
/* End PBXResourcesBuildPhase section */
422420

423421
/* Begin PBXShellScriptBuildPhase section */
424-
15951C02DD9BA4726A6DFB51 /* [CP] Copy Pods Resources */ = {
425-
isa = PBXShellScriptBuildPhase;
426-
buildActionMask = 2147483647;
427-
files = (
428-
);
429-
inputPaths = (
430-
);
431-
name = "[CP] Copy Pods Resources";
432-
outputPaths = (
433-
);
434-
runOnlyForDeploymentPostprocessing = 0;
435-
shellPath = /bin/sh;
436-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleiOS/Pods-ExampleiOS-resources.sh\"\n";
437-
showEnvVarsInLog = 0;
438-
};
439422
204A77D2FEE83753023A02E7 /* [CP] Embed Pods Frameworks */ = {
440423
isa = PBXShellScriptBuildPhase;
441424
buildActionMask = 2147483647;
442425
files = (
443426
);
444427
inputPaths = (
445-
"${SRCROOT}/Pods/Target Support Files/Pods-ExampleiOS/Pods-ExampleiOS-frameworks.sh",
428+
"${PODS_ROOT}/Target Support Files/Pods-ExampleiOS/Pods-ExampleiOS-frameworks.sh",
446429
"${BUILT_PRODUCTS_DIR}/TMTumblrSDK/TMTumblrSDK.framework",
447430
);
448431
name = "[CP] Embed Pods Frameworks";
@@ -451,7 +434,7 @@
451434
);
452435
runOnlyForDeploymentPostprocessing = 0;
453436
shellPath = /bin/sh;
454-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleiOS/Pods-ExampleiOS-frameworks.sh\"\n";
437+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExampleiOS/Pods-ExampleiOS-frameworks.sh\"\n";
455438
showEnvVarsInLog = 0;
456439
};
457440
35122AA6CEBF3302083F7076 /* [CP] Check Pods Manifest.lock */ = {
@@ -472,21 +455,6 @@
472455
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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
473456
showEnvVarsInLog = 0;
474457
};
475-
6BC2CF2A845D9AA7FF19F1BB /* [CP] Copy Pods Resources */ = {
476-
isa = PBXShellScriptBuildPhase;
477-
buildActionMask = 2147483647;
478-
files = (
479-
);
480-
inputPaths = (
481-
);
482-
name = "[CP] Copy Pods Resources";
483-
outputPaths = (
484-
);
485-
runOnlyForDeploymentPostprocessing = 0;
486-
shellPath = /bin/sh;
487-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleiOSTests/Pods-ExampleiOSTests-resources.sh\"\n";
488-
showEnvVarsInLog = 0;
489-
};
490458
E0F1E3731D0C9C45B8FF0037 /* [CP] Check Pods Manifest.lock */ = {
491459
isa = PBXShellScriptBuildPhase;
492460
buildActionMask = 2147483647;
@@ -511,7 +479,7 @@
511479
files = (
512480
);
513481
inputPaths = (
514-
"${SRCROOT}/Pods/Target Support Files/Pods-ExampleiOSTests/Pods-ExampleiOSTests-frameworks.sh",
482+
"${PODS_ROOT}/Target Support Files/Pods-ExampleiOSTests/Pods-ExampleiOSTests-frameworks.sh",
515483
"${BUILT_PRODUCTS_DIR}/TMTumblrSDK/TMTumblrSDK.framework",
516484
);
517485
name = "[CP] Embed Pods Frameworks";
@@ -520,7 +488,7 @@
520488
);
521489
runOnlyForDeploymentPostprocessing = 0;
522490
shellPath = /bin/sh;
523-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleiOSTests/Pods-ExampleiOSTests-frameworks.sh\"\n";
491+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExampleiOSTests/Pods-ExampleiOSTests-frameworks.sh\"\n";
524492
showEnvVarsInLog = 0;
525493
};
526494
/* End PBXShellScriptBuildPhase section */

TMTumblrSDK.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "TMTumblrSDK",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"summary": "An unopinionated and flexible library for easily integrating Tumblr data into your iOS or OS X application.",
55
"homepage": "https://github.com/tumblr/TMTumblrSDK",
66
"source": {
77
"git": "https://github.com/tumblr/TMTumblrSDK.git",
8-
"tag": "5.3.1"
8+
"tag": "5.3.2"
99
},
1010
"license": {
1111
"type": "Apache 2.0",

0 commit comments

Comments
 (0)