|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 0675671949C15323862C164B /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06B796751C0435964931B69B /* Pods_Runner.framework */; };
|
11 |
| - 1498D2341E8E89220040F4C2 /* PluginRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* PluginRegistry.m */; }; |
| 11 | + 2D9222481EC32A19007564B0 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9222471EC32A19007564B0 /* GeneratedPluginRegistrant.m */; }; |
12 | 12 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
13 | 13 | 3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
|
14 | 14 | 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
41 | 41 |
|
42 | 42 | /* Begin PBXFileReference section */
|
43 | 43 | 06B796751C0435964931B69B /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
44 |
| - 1498D2321E8E86230040F4C2 /* PluginRegistry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PluginRegistry.h; sourceTree = "<group>"; }; |
45 |
| - 1498D2331E8E89220040F4C2 /* PluginRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PluginRegistry.m; sourceTree = "<group>"; }; |
| 44 | + 2D9222461EC32A19007564B0 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; |
| 45 | + 2D9222471EC32A19007564B0 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; |
46 | 46 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
47 | 47 | 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
|
48 | 48 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
|
117 | 117 | 97C146F01CF9000F007C117D /* Runner */ = {
|
118 | 118 | isa = PBXGroup;
|
119 | 119 | children = (
|
| 120 | + 2D9222461EC32A19007564B0 /* GeneratedPluginRegistrant.h */, |
| 121 | + 2D9222471EC32A19007564B0 /* GeneratedPluginRegistrant.m */, |
120 | 122 | 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */,
|
121 | 123 | 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */,
|
122 | 124 | 97C146FA1CF9000F007C117D /* Main.storyboard */,
|
123 | 125 | 97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
124 | 126 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
125 | 127 | 97C147021CF9000F007C117D /* Info.plist */,
|
126 | 128 | 97C146F11CF9000F007C117D /* Supporting Files */,
|
127 |
| - 1498D2321E8E86230040F4C2 /* PluginRegistry.h */, |
128 |
| - 1498D2331E8E89220040F4C2 /* PluginRegistry.m */, |
129 | 129 | );
|
130 | 130 | path = Runner;
|
131 | 131 | sourceTree = "<group>";
|
|
292 | 292 | );
|
293 | 293 | runOnlyForDeploymentPostprocessing = 0;
|
294 | 294 | shellPath = /bin/sh;
|
295 |
| - shellScript = "diff \"${PODS_ROOT}/../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"; |
| 295 | + 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"; |
296 | 296 | showEnvVarsInLog = 0;
|
297 | 297 | };
|
298 | 298 | /* End PBXShellScriptBuildPhase section */
|
|
304 | 304 | files = (
|
305 | 305 | 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */,
|
306 | 306 | 97C146F31CF9000F007C117D /* main.m in Sources */,
|
307 |
| - 1498D2341E8E89220040F4C2 /* PluginRegistry.m in Sources */, |
| 307 | + 2D9222481EC32A19007564B0 /* GeneratedPluginRegistrant.m in Sources */, |
308 | 308 | );
|
309 | 309 | runOnlyForDeploymentPostprocessing = 0;
|
310 | 310 | };
|
|
0 commit comments