Skip to content

Commit f6c684b

Browse files
committed
🔧 chore(example): update macOS project configuration
1 parent 369f7fd commit f6c684b

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

example/macos/Podfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
PODS:
22
- FlutterMacOS (1.0.0)
3-
- path_provider_foundation (0.0.1):
4-
- Flutter
5-
- FlutterMacOS
63

74
DEPENDENCIES:
85
- FlutterMacOS (from `Flutter/ephemeral`)
9-
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
106

117
EXTERNAL SOURCES:
128
FlutterMacOS:
139
:path: Flutter/ephemeral
14-
path_provider_foundation:
15-
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
1610

1711
SPEC CHECKSUMS:
1812
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
19-
path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
2013

2114
PODFILE CHECKSUM: 54d867c82ac51cbd61b565781b9fada492027009
2215

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@
240240
33CC10EB2044A3C60003C045 /* Resources */,
241241
33CC110E2044A8840003C045 /* Bundle Framework */,
242242
3399D490228B24CF009A79C7 /* ShellScript */,
243-
816D94C326D2B67E2C2B028C /* [CP] Embed Pods Frameworks */,
244243
);
245244
buildRules = (
246245
);
@@ -405,23 +404,6 @@
405404
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";
406405
showEnvVarsInLog = 0;
407406
};
408-
816D94C326D2B67E2C2B028C /* [CP] Embed Pods Frameworks */ = {
409-
isa = PBXShellScriptBuildPhase;
410-
buildActionMask = 2147483647;
411-
files = (
412-
);
413-
inputFileListPaths = (
414-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
415-
);
416-
name = "[CP] Embed Pods Frameworks";
417-
outputFileListPaths = (
418-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
419-
);
420-
runOnlyForDeploymentPostprocessing = 0;
421-
shellPath = /bin/sh;
422-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
423-
showEnvVarsInLog = 0;
424-
};
425407
/* End PBXShellScriptBuildPhase section */
426408

427409
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)