Skip to content

Commit da113d3

Browse files
samsam
authored andcommitted
feat: run
1 parent a17e35c commit da113d3

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4444
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4545
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
46+
3DB87B9B20AEA710C58FBCC8 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
47+
6F6754CA16FD7E3C9E4FCEB3 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4648
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4749
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4850
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -56,6 +58,7 @@
5658
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5759
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5860
BEBBA521223FEA6600583D52 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
61+
C1D6F379F6B3C85C2CC34999 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
5962
D7BE9010C4F7FF033BA299B7 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6063
/* End PBXFileReference section */
6164

@@ -84,6 +87,9 @@
8487
8B5D251E963699100C93BD5E /* Pods */ = {
8588
isa = PBXGroup;
8689
children = (
90+
6F6754CA16FD7E3C9E4FCEB3 /* Pods-Runner.debug.xcconfig */,
91+
3DB87B9B20AEA710C58FBCC8 /* Pods-Runner.release.xcconfig */,
92+
C1D6F379F6B3C85C2CC34999 /* Pods-Runner.profile.xcconfig */,
8793
);
8894
name = Pods;
8995
sourceTree = "<group>";
@@ -160,6 +166,7 @@
160166
9705A1C41CF9048500538489 /* Embed Frameworks */,
161167
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
162168
EB6D2D2E068567EE260A8427 /* [CP] Embed Pods Frameworks */,
169+
B44D8CA51437C704F51F9F97 /* [CP] Copy Pods Resources */,
163170
);
164171
buildRules = (
165172
);
@@ -266,13 +273,35 @@
266273
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";
267274
showEnvVarsInLog = 0;
268275
};
276+
B44D8CA51437C704F51F9F97 /* [CP] Copy Pods Resources */ = {
277+
isa = PBXShellScriptBuildPhase;
278+
buildActionMask = 2147483647;
279+
files = (
280+
);
281+
inputFileListPaths = (
282+
);
283+
inputPaths = (
284+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh",
285+
"${PODS_CONFIGURATION_BUILD_DIR}/flutter_downloader/FlutterDownloaderDatabase.bundle",
286+
);
287+
name = "[CP] Copy Pods Resources";
288+
outputFileListPaths = (
289+
);
290+
outputPaths = (
291+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FlutterDownloaderDatabase.bundle",
292+
);
293+
runOnlyForDeploymentPostprocessing = 0;
294+
shellPath = /bin/sh;
295+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
296+
showEnvVarsInLog = 0;
297+
};
269298
EB6D2D2E068567EE260A8427 /* [CP] Embed Pods Frameworks */ = {
270299
isa = PBXShellScriptBuildPhase;
271300
buildActionMask = 2147483647;
272301
files = (
273302
);
274303
inputPaths = (
275-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
304+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
276305
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
277306
);
278307
name = "[CP] Embed Pods Frameworks";
@@ -281,7 +310,7 @@
281310
);
282311
runOnlyForDeploymentPostprocessing = 0;
283312
shellPath = /bin/sh;
284-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
313+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
285314
showEnvVarsInLog = 0;
286315
};
287316
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)