Skip to content

Commit 17f1f25

Browse files
alextran1502shenlong-tanwen
authored andcommitted
fix: null check on created date
1 parent 62a70f6 commit 17f1f25

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mobile/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -507,14 +507,10 @@
507507
inputFileListPaths = (
508508
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
509509
);
510-
inputPaths = (
511-
);
512510
name = "[CP] Copy Pods Resources";
513511
outputFileListPaths = (
514512
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
515513
);
516-
outputPaths = (
517-
);
518514
runOnlyForDeploymentPostprocessing = 0;
519515
shellPath = /bin/sh;
520516
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
@@ -543,14 +539,10 @@
543539
inputFileListPaths = (
544540
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
545541
);
546-
inputPaths = (
547-
);
548542
name = "[CP] Embed Pods Frameworks";
549543
outputFileListPaths = (
550544
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
551545
);
552-
outputPaths = (
553-
);
554546
runOnlyForDeploymentPostprocessing = 0;
555547
shellPath = /bin/sh;
556548
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";

0 commit comments

Comments
 (0)