Skip to content

Commit cbfaf0e

Browse files
committed
Recreate the mac example with Flutter 3.24.0.
1 parent 08fd2da commit cbfaf0e

File tree

5 files changed

+70
-68
lines changed

5 files changed

+70
-68
lines changed

example/.metadata

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "761747bfc538b5af34aa0d3fac380f1bc331ec49"
7+
revision: "80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819"
88
channel: "stable"
99

1010
project_type: app
@@ -13,26 +13,26 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
17-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
16+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
17+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
1818
- platform: android
19-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
20-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
19+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
20+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
2121
- platform: ios
22-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
23-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
22+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
23+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
2424
- platform: linux
25-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
26-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
25+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
26+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
2727
- platform: macos
28-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
29-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
28+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
29+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
3030
- platform: web
31-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
32-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
31+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
32+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
3333
- platform: windows
34-
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
35-
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
34+
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
35+
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
3636

3737
# User provided section
3838

example/macos/Podfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
PODS:
22
- flutter_platform_alert (0.0.1):
33
- FlutterMacOS
4+
- flutter_window_close (0.0.1):
5+
- FlutterMacOS
46
- FlutterMacOS (1.0.0)
57

68
DEPENDENCIES:
79
- flutter_platform_alert (from `Flutter/ephemeral/.symlinks/plugins/flutter_platform_alert/macos`)
10+
- flutter_window_close (from `Flutter/ephemeral/.symlinks/plugins/flutter_window_close/macos`)
811
- FlutterMacOS (from `Flutter/ephemeral`)
912

1013
EXTERNAL SOURCES:
1114
flutter_platform_alert:
1215
:path: Flutter/ephemeral/.symlinks/plugins/flutter_platform_alert/macos
16+
flutter_window_close:
17+
:path: Flutter/ephemeral/.symlinks/plugins/flutter_window_close/macos
1318
FlutterMacOS:
1419
:path: Flutter/ephemeral
1520

1621
SPEC CHECKSUMS:
17-
flutter_platform_alert: b21b2b7d801e71c12ce9ffab618ff114ca9fc903
22+
flutter_platform_alert: 0373c95e18cdeda110eddcc3cb78fdd64f59dce0
23+
flutter_window_close: bd408414cbbf0d39f0d3076c4da0cdbf1c527168
1824
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
1925

2026
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
2127

22-
COCOAPODS: 1.15.2
28+
COCOAPODS: 1.16.2

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24-
1D622D149DE93D6AA5A8F158 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7772B243A5BE36071D393542 /* Pods_Runner.framework */; };
2524
331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C80D7294CF71000263BE5 /* RunnerTests.swift */; };
2625
335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
2726
33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
2827
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
2928
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
3029
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
31-
65C7B6E275AB8B3C544F54CC /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F53A720DADD0174974AB9CB7 /* Pods_RunnerTests.framework */; };
30+
4C1D26F2605A25E8ED11FEB2 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62DF2BE92490DF74160148CA /* Pods_RunnerTests.framework */; };
31+
906427C3774C0331A56736E8 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E379A9463D9CEDC184E6C45 /* Pods_Runner.framework */; };
3232
/* End PBXBuildFile section */
3333

3434
/* Begin PBXContainerItemProxy section */
@@ -62,9 +62,7 @@
6262
/* End PBXCopyFilesBuildPhase section */
6363

6464
/* Begin PBXFileReference section */
65-
0141BE5BBFBA818ED2C4CB86 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
66-
1A16F376FDF2BE2D7F00F28A /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
67-
28A7D8E3B49E6FCBFD9BA26F /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
65+
1E379A9463D9CEDC184E6C45 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6866
331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6967
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
7068
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
@@ -81,29 +79,31 @@
8179
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
8280
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
8381
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
84-
7772B243A5BE36071D393542 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
82+
44CA3DB5F2A74E0D3E9261D8 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
83+
46CC52690C05A4543A2E6866 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
84+
62DF2BE92490DF74160148CA /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
85+
6F04307FAA48958CEBC3CEB9 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
86+
734E0E604A08CD0278DFA6CF /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
8587
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
86-
813C3C849A1E1AE15CF142F9 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
8788
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
88-
9E2186A612D1485D2C9647E8 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
89-
DD0591943BD47EA761B4AD76 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
90-
F53A720DADD0174974AB9CB7 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
89+
DDBA8768CD788F2207C26A24 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
90+
E60C5EA8B2D72FECCC151536 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
9191
/* End PBXFileReference section */
9292

9393
/* Begin PBXFrameworksBuildPhase section */
9494
331C80D2294CF70F00263BE5 /* Frameworks */ = {
9595
isa = PBXFrameworksBuildPhase;
9696
buildActionMask = 2147483647;
9797
files = (
98-
65C7B6E275AB8B3C544F54CC /* Pods_RunnerTests.framework in Frameworks */,
98+
4C1D26F2605A25E8ED11FEB2 /* Pods_RunnerTests.framework in Frameworks */,
9999
);
100100
runOnlyForDeploymentPostprocessing = 0;
101101
};
102102
33CC10EA2044A3C60003C045 /* Frameworks */ = {
103103
isa = PBXFrameworksBuildPhase;
104104
buildActionMask = 2147483647;
105105
files = (
106-
1D622D149DE93D6AA5A8F158 /* Pods_Runner.framework in Frameworks */,
106+
906427C3774C0331A56736E8 /* Pods_Runner.framework in Frameworks */,
107107
);
108108
runOnlyForDeploymentPostprocessing = 0;
109109
};
@@ -137,7 +137,7 @@
137137
331C80D6294CF71000263BE5 /* RunnerTests */,
138138
33CC10EE2044A3C60003C045 /* Products */,
139139
D73912EC22F37F3D000D13A0 /* Frameworks */,
140-
C54708ABD731FAD22335BAFA /* Pods */,
140+
A1B25D3C13CC1A4B110A0ED4 /* Pods */,
141141
);
142142
sourceTree = "<group>";
143143
};
@@ -185,15 +185,15 @@
185185
path = Runner;
186186
sourceTree = "<group>";
187187
};
188-
C54708ABD731FAD22335BAFA /* Pods */ = {
188+
A1B25D3C13CC1A4B110A0ED4 /* Pods */ = {
189189
isa = PBXGroup;
190190
children = (
191-
28A7D8E3B49E6FCBFD9BA26F /* Pods-Runner.debug.xcconfig */,
192-
DD0591943BD47EA761B4AD76 /* Pods-Runner.release.xcconfig */,
193-
9E2186A612D1485D2C9647E8 /* Pods-Runner.profile.xcconfig */,
194-
1A16F376FDF2BE2D7F00F28A /* Pods-RunnerTests.debug.xcconfig */,
195-
0141BE5BBFBA818ED2C4CB86 /* Pods-RunnerTests.release.xcconfig */,
196-
813C3C849A1E1AE15CF142F9 /* Pods-RunnerTests.profile.xcconfig */,
191+
44CA3DB5F2A74E0D3E9261D8 /* Pods-Runner.debug.xcconfig */,
192+
DDBA8768CD788F2207C26A24 /* Pods-Runner.release.xcconfig */,
193+
E60C5EA8B2D72FECCC151536 /* Pods-Runner.profile.xcconfig */,
194+
6F04307FAA48958CEBC3CEB9 /* Pods-RunnerTests.debug.xcconfig */,
195+
46CC52690C05A4543A2E6866 /* Pods-RunnerTests.release.xcconfig */,
196+
734E0E604A08CD0278DFA6CF /* Pods-RunnerTests.profile.xcconfig */,
197197
);
198198
name = Pods;
199199
path = Pods;
@@ -202,8 +202,8 @@
202202
D73912EC22F37F3D000D13A0 /* Frameworks */ = {
203203
isa = PBXGroup;
204204
children = (
205-
7772B243A5BE36071D393542 /* Pods_Runner.framework */,
206-
F53A720DADD0174974AB9CB7 /* Pods_RunnerTests.framework */,
205+
1E379A9463D9CEDC184E6C45 /* Pods_Runner.framework */,
206+
62DF2BE92490DF74160148CA /* Pods_RunnerTests.framework */,
207207
);
208208
name = Frameworks;
209209
sourceTree = "<group>";
@@ -215,7 +215,7 @@
215215
isa = PBXNativeTarget;
216216
buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
217217
buildPhases = (
218-
A099E0737E76B2DDE3194C29 /* [CP] Check Pods Manifest.lock */,
218+
6DA52BE4AC52804517130F8D /* [CP] Check Pods Manifest.lock */,
219219
331C80D1294CF70F00263BE5 /* Sources */,
220220
331C80D2294CF70F00263BE5 /* Frameworks */,
221221
331C80D3294CF70F00263BE5 /* Resources */,
@@ -234,13 +234,13 @@
234234
isa = PBXNativeTarget;
235235
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
236236
buildPhases = (
237-
E9E4A66A482FE48C94016838 /* [CP] Check Pods Manifest.lock */,
237+
279D181F2C20510F4216139C /* [CP] Check Pods Manifest.lock */,
238238
33CC10E92044A3C60003C045 /* Sources */,
239239
33CC10EA2044A3C60003C045 /* Frameworks */,
240240
33CC10EB2044A3C60003C045 /* Resources */,
241241
33CC110E2044A8840003C045 /* Bundle Framework */,
242242
3399D490228B24CF009A79C7 /* ShellScript */,
243-
2C83EDF76D953473B9E59D0F /* [CP] Embed Pods Frameworks */,
243+
18D2BE9D7DD6FAAF1CD00FD4 /* [CP] Embed Pods Frameworks */,
244244
);
245245
buildRules = (
246246
);
@@ -323,7 +323,7 @@
323323
/* End PBXResourcesBuildPhase section */
324324

325325
/* Begin PBXShellScriptBuildPhase section */
326-
2C83EDF76D953473B9E59D0F /* [CP] Embed Pods Frameworks */ = {
326+
18D2BE9D7DD6FAAF1CD00FD4 /* [CP] Embed Pods Frameworks */ = {
327327
isa = PBXShellScriptBuildPhase;
328328
buildActionMask = 2147483647;
329329
files = (
@@ -340,67 +340,67 @@
340340
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
341341
showEnvVarsInLog = 0;
342342
};
343-
3399D490228B24CF009A79C7 /* ShellScript */ = {
343+
279D181F2C20510F4216139C /* [CP] Check Pods Manifest.lock */ = {
344344
isa = PBXShellScriptBuildPhase;
345-
alwaysOutOfDate = 1;
346345
buildActionMask = 2147483647;
347346
files = (
348347
);
349348
inputFileListPaths = (
350349
);
351350
inputPaths = (
351+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
352+
"${PODS_ROOT}/Manifest.lock",
352353
);
354+
name = "[CP] Check Pods Manifest.lock";
353355
outputFileListPaths = (
354356
);
355357
outputPaths = (
358+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
356359
);
357360
runOnlyForDeploymentPostprocessing = 0;
358361
shellPath = /bin/sh;
359-
shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
362+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
363+
showEnvVarsInLog = 0;
360364
};
361-
33CC111E2044C6BF0003C045 /* ShellScript */ = {
365+
3399D490228B24CF009A79C7 /* ShellScript */ = {
362366
isa = PBXShellScriptBuildPhase;
367+
alwaysOutOfDate = 1;
363368
buildActionMask = 2147483647;
364369
files = (
365370
);
366371
inputFileListPaths = (
367-
Flutter/ephemeral/FlutterInputs.xcfilelist,
368372
);
369373
inputPaths = (
370-
Flutter/ephemeral/tripwire,
371374
);
372375
outputFileListPaths = (
373-
Flutter/ephemeral/FlutterOutputs.xcfilelist,
374376
);
375377
outputPaths = (
376378
);
377379
runOnlyForDeploymentPostprocessing = 0;
378380
shellPath = /bin/sh;
379-
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
381+
shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
380382
};
381-
A099E0737E76B2DDE3194C29 /* [CP] Check Pods Manifest.lock */ = {
383+
33CC111E2044C6BF0003C045 /* ShellScript */ = {
382384
isa = PBXShellScriptBuildPhase;
383385
buildActionMask = 2147483647;
384386
files = (
385387
);
386388
inputFileListPaths = (
389+
Flutter/ephemeral/FlutterInputs.xcfilelist,
387390
);
388391
inputPaths = (
389-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
390-
"${PODS_ROOT}/Manifest.lock",
392+
Flutter/ephemeral/tripwire,
391393
);
392-
name = "[CP] Check Pods Manifest.lock";
393394
outputFileListPaths = (
395+
Flutter/ephemeral/FlutterOutputs.xcfilelist,
394396
);
395397
outputPaths = (
396-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
397398
);
398399
runOnlyForDeploymentPostprocessing = 0;
399400
shellPath = /bin/sh;
400-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
401-
showEnvVarsInLog = 0;
401+
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
402402
};
403-
E9E4A66A482FE48C94016838 /* [CP] Check Pods Manifest.lock */ = {
403+
6DA52BE4AC52804517130F8D /* [CP] Check Pods Manifest.lock */ = {
404404
isa = PBXShellScriptBuildPhase;
405405
buildActionMask = 2147483647;
406406
files = (
@@ -415,7 +415,7 @@
415415
outputFileListPaths = (
416416
);
417417
outputPaths = (
418-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
418+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
419419
);
420420
runOnlyForDeploymentPostprocessing = 0;
421421
shellPath = /bin/sh;
@@ -473,7 +473,7 @@
473473
/* Begin XCBuildConfiguration section */
474474
331C80DB294CF71000263BE5 /* Debug */ = {
475475
isa = XCBuildConfiguration;
476-
baseConfigurationReference = 1A16F376FDF2BE2D7F00F28A /* Pods-RunnerTests.debug.xcconfig */;
476+
baseConfigurationReference = 6F04307FAA48958CEBC3CEB9 /* Pods-RunnerTests.debug.xcconfig */;
477477
buildSettings = {
478478
BUNDLE_LOADER = "$(TEST_HOST)";
479479
CURRENT_PROJECT_VERSION = 1;
@@ -488,7 +488,7 @@
488488
};
489489
331C80DC294CF71000263BE5 /* Release */ = {
490490
isa = XCBuildConfiguration;
491-
baseConfigurationReference = 0141BE5BBFBA818ED2C4CB86 /* Pods-RunnerTests.release.xcconfig */;
491+
baseConfigurationReference = 46CC52690C05A4543A2E6866 /* Pods-RunnerTests.release.xcconfig */;
492492
buildSettings = {
493493
BUNDLE_LOADER = "$(TEST_HOST)";
494494
CURRENT_PROJECT_VERSION = 1;
@@ -503,7 +503,7 @@
503503
};
504504
331C80DD294CF71000263BE5 /* Profile */ = {
505505
isa = XCBuildConfiguration;
506-
baseConfigurationReference = 813C3C849A1E1AE15CF142F9 /* Pods-RunnerTests.profile.xcconfig */;
506+
baseConfigurationReference = 734E0E604A08CD0278DFA6CF /* Pods-RunnerTests.profile.xcconfig */;
507507
buildSettings = {
508508
BUNDLE_LOADER = "$(TEST_HOST)";
509509
CURRENT_PROJECT_VERSION = 1;

0 commit comments

Comments
 (0)