Skip to content

Commit 8a62406

Browse files
committed
park
1 parent e402435 commit 8a62406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
2CDD10F858004D5D11A3CF65 /* Pods-RunnerTests.release.xcconfig */,
153153
9BD4C04B284F561BEE38681A /* Pods-RunnerTests.profile.xcconfig */,
154154
);
155-
name = Pods;
156155
path = Pods;
157156
sourceTree = "<group>";
158157
};
@@ -274,6 +273,7 @@
274273
/* Begin PBXShellScriptBuildPhase section */
275274
01641DA1770B7D264396F779 /* [firebase_crashlytics] Crashlytics Upload Symbols */ = {
276275
isa = PBXShellScriptBuildPhase;
276+
alwaysOutOfDate = 1;
277277
buildActionMask = 2147483647;
278278
files = (
279279
);
@@ -293,7 +293,7 @@
293293
);
294294
runOnlyForDeploymentPostprocessing = 0;
295295
shellPath = /bin/sh;
296-
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
296+
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" \n";
297297
};
298298
040C4DAC3FEAF26D7A0D32AA /* [CP] Check Pods Manifest.lock */ = {
299299
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)