We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5e52b commit 80e3c99Copy full SHA for 80e3c99
example/ios/Runner.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
3
archiveVersion = 1;
4
classes = {
5
};
6
- objectVersion = 50;
+ objectVersion = 46;
7
objects = {
8
9
/* Begin PBXBuildFile section */
@@ -324,15 +324,15 @@
324
325
9740EEB61CF901F6004384FC /* Run Script */ = {
326
isa = PBXShellScriptBuildPhase;
327
- buildActionMask = 8;
+ buildActionMask = 12;
328
files = (
329
);
330
inputPaths = (
331
332
name = "Run Script";
333
outputPaths = (
334
335
- runOnlyForDeploymentPostprocessing = 1;
+ runOnlyForDeploymentPostprocessing = 0;
336
shellPath = /bin/sh;
337
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
338
0 commit comments