Skip to content

Commit 167ddf3

Browse files
committed
refactor: remove deprecated lints in Flutter 3.7
1 parent 361c301 commit 167ddf3

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

tests/macos/Runner.xcodeproj/project.pbxproj

+2-19
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXAggregateTarget section */
@@ -184,7 +184,6 @@
184184
33CC110E2044A8840003C045 /* Bundle Framework */,
185185
3399D490228B24CF009A79C7 /* ShellScript */,
186186
B6FDA406E9A0EB363B9CC88C /* [CP] Embed Pods Frameworks */,
187-
741DA0581CD7F52CFA7F2590 /* [CP] Copy Pods Resources */,
188187
76D37D3A2A5275D5E0B8B1B9 /* [firebase_crashlytics] Crashlytics Upload Symbols */,
189188
);
190189
buildRules = (
@@ -279,6 +278,7 @@
279278
};
280279
3399D490228B24CF009A79C7 /* ShellScript */ = {
281280
isa = PBXShellScriptBuildPhase;
281+
alwaysOutOfDate = 1;
282282
buildActionMask = 2147483647;
283283
files = (
284284
);
@@ -314,23 +314,6 @@
314314
shellPath = /bin/sh;
315315
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
316316
};
317-
741DA0581CD7F52CFA7F2590 /* [CP] Copy Pods Resources */ = {
318-
isa = PBXShellScriptBuildPhase;
319-
buildActionMask = 2147483647;
320-
files = (
321-
);
322-
inputFileListPaths = (
323-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
324-
);
325-
name = "[CP] Copy Pods Resources";
326-
outputFileListPaths = (
327-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
328-
);
329-
runOnlyForDeploymentPostprocessing = 0;
330-
shellPath = /bin/sh;
331-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
332-
showEnvVarsInLog = 0;
333-
};
334317
76D37D3A2A5275D5E0B8B1B9 /* [firebase_crashlytics] Crashlytics Upload Symbols */ = {
335318
isa = PBXShellScriptBuildPhase;
336319
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)