File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 326
326
isa = PBXNativeTarget;
327
327
buildConfigurationList = F155202F2971093400DC009B /* Build configuration list for PBXNativeTarget "Diffusion-macOS" */;
328
328
buildPhases = (
329
+ EB7FE72529954BFF009056BD /* ShellScript */,
329
330
F155201D2971093300DC009B /* Sources */,
330
331
F155201E2971093300DC009B /* Frameworks */,
331
332
F155201F2971093300DC009B /* Resources */,
433
434
};
434
435
/* End PBXResourcesBuildPhase section */
435
436
437
+ /* Begin PBXShellScriptBuildPhase section */
438
+ EB7FE72529954BFF009056BD /* ShellScript */ = {
439
+ isa = PBXShellScriptBuildPhase;
440
+ alwaysOutOfDate = 1;
441
+ buildActionMask = 12;
442
+ files = (
443
+ );
444
+ inputFileListPaths = (
445
+ );
446
+ inputPaths = (
447
+ );
448
+ outputFileListPaths = (
449
+ );
450
+ outputPaths = (
451
+ );
452
+ runOnlyForDeploymentPostprocessing = 0;
453
+ shellPath = /bin/sh;
454
+ shellScript = "if [ \"$CONFIGURATION\" != \"Debug\" ]\nthen \n version=`date +%Y%m%d.%H%M%S`\n CONFIG_FILE=${SRCROOT}/config/common.xcconfig\n sed -e 's/^CURRENT_PROJECT_VERSION.*/CURRENT_PROJECT_VERSION = '\"$version\"'/' ${CONFIG_FILE} > ${CONFIG_FILE}.tmp\n [[ -s ${CONFIG_FILE}.tmp ]] && {\n mv ${CONFIG_FILE}.tmp ${CONFIG_FILE}\n }\nfi\n";
455
+ };
456
+ /* End PBXShellScriptBuildPhase section */
457
+
436
458
/* Begin PBXSourcesBuildPhase section */
437
459
EBE755C1293E37DD00806B32 /* Sources */ = {
438
460
isa = PBXSourcesBuildPhase;
You can’t perform that action at this time.
0 commit comments