Merge pull request #59 from ente-io/fix_build

Fix iOS build by configuring the Flutter script to be run for all builds
This commit is contained in:
Manav 2023-02-13 12:34:44 +05:30 committed by GitHub
commit 6582c3b3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
buildActionMask = 12;
files = (
);
inputPaths = (
@ -265,7 +265,7 @@
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
};