|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
11 | 11 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
12 |
| - 3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; |
13 |
| - 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
14 |
| - 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; |
15 |
| - 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
16 | 12 | 9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
|
17 | 13 | 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
|
18 | 14 | 97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
|
|
28 | 24 | dstPath = "";
|
29 | 25 | dstSubfolderSpec = 10;
|
30 | 26 | files = (
|
31 |
| - 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */, |
32 |
| - 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */, |
33 | 27 | );
|
34 | 28 | name = "Embed Frameworks";
|
35 | 29 | runOnlyForDeploymentPostprocessing = 0;
|
|
40 | 34 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
41 | 35 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
42 | 36 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
43 |
| - 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; }; |
44 | 37 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
45 | 38 | 7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
46 | 39 | 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
47 | 40 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
48 | 41 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
49 |
| - 9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; }; |
50 | 42 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
51 | 43 | 97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
52 | 44 | 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
60 | 52 | isa = PBXFrameworksBuildPhase;
|
61 | 53 | buildActionMask = 2147483647;
|
62 | 54 | files = (
|
63 |
| - 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */, |
64 |
| - 3B80C3941E831B6300D905FE /* App.framework in Frameworks */, |
65 | 55 | );
|
66 | 56 | runOnlyForDeploymentPostprocessing = 0;
|
67 | 57 | };
|
|
71 | 61 | 9740EEB11CF90186004384FC /* Flutter */ = {
|
72 | 62 | isa = PBXGroup;
|
73 | 63 | children = (
|
74 |
| - 3B80C3931E831B6300D905FE /* App.framework */, |
75 | 64 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
76 |
| - 9740EEBA1CF902C7004384FC /* Flutter.framework */, |
77 | 65 | 9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
78 | 66 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
79 | 67 | 9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
|
206 | 194 | );
|
207 | 195 | runOnlyForDeploymentPostprocessing = 0;
|
208 | 196 | shellPath = /bin/sh;
|
209 |
| - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; |
| 197 | + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; |
210 | 198 | };
|
211 | 199 | 9740EEB61CF901F6004384FC /* Run Script */ = {
|
212 | 200 | isa = PBXShellScriptBuildPhase;
|
|
259 | 247 | /* Begin XCBuildConfiguration section */
|
260 | 248 | 249021D3217E4FDB00AE95B9 /* Profile */ = {
|
261 | 249 | isa = XCBuildConfiguration;
|
262 |
| - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; |
263 | 250 | buildSettings = {
|
264 | 251 | ALWAYS_SEARCH_USER_PATHS = NO;
|
265 | 252 | CLANG_ANALYZER_NONNULL = YES;
|
|
331 | 318 | };
|
332 | 319 | 97C147031CF9000F007C117D /* Debug */ = {
|
333 | 320 | isa = XCBuildConfiguration;
|
334 |
| - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; |
335 | 321 | buildSettings = {
|
336 | 322 | ALWAYS_SEARCH_USER_PATHS = NO;
|
337 | 323 | CLANG_ANALYZER_NONNULL = YES;
|
|
385 | 371 | };
|
386 | 372 | 97C147041CF9000F007C117D /* Release */ = {
|
387 | 373 | isa = XCBuildConfiguration;
|
388 |
| - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; |
389 | 374 | buildSettings = {
|
390 | 375 | ALWAYS_SEARCH_USER_PATHS = NO;
|
391 | 376 | CLANG_ANALYZER_NONNULL = YES;
|
|
0 commit comments