|
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, ); }; }; |
12 | 14 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
| 15 | + 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; |
| 16 | + 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
13 | 17 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
14 | 18 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
15 | 19 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
|
23 | 27 | dstPath = "";
|
24 | 28 | dstSubfolderSpec = 10;
|
25 | 29 | files = (
|
| 30 | + 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */, |
| 31 | + 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */, |
26 | 32 | );
|
27 | 33 | name = "Embed Frameworks";
|
28 | 34 | runOnlyForDeploymentPostprocessing = 0;
|
|
33 | 39 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
34 | 40 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
35 | 41 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
| 42 | + 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; }; |
36 | 43 | 5B3FF722E95A2F7E61CC4A29 /* 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>"; };
|
37 | 44 | 66E5B3579B8D3925846CAA9D /* 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>"; };
|
38 | 45 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
41 | 48 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
42 | 49 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
43 | 50 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
| 51 | + 9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; }; |
44 | 52 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
45 | 53 | 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
46 | 54 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
54 | 62 | isa = PBXFrameworksBuildPhase;
|
55 | 63 | buildActionMask = 2147483647;
|
56 | 64 | files = (
|
| 65 | + 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */, |
| 66 | + 3B80C3941E831B6300D905FE /* App.framework in Frameworks */, |
57 | 67 | E67F02A3DCFD50227C270464 /* Pods_Runner.framework in Frameworks */,
|
58 | 68 | );
|
59 | 69 | runOnlyForDeploymentPostprocessing = 0;
|
|
83 | 93 | 9740EEB11CF90186004384FC /* Flutter */ = {
|
84 | 94 | isa = PBXGroup;
|
85 | 95 | children = (
|
| 96 | + 3B80C3931E831B6300D905FE /* App.framework */, |
86 | 97 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
| 98 | + 9740EEBA1CF902C7004384FC /* Flutter.framework */, |
87 | 99 | 9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
88 | 100 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
89 | 101 | 9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
|
218 | 230 | );
|
219 | 231 | runOnlyForDeploymentPostprocessing = 0;
|
220 | 232 | shellPath = /bin/sh;
|
221 |
| - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; |
| 233 | + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; |
222 | 234 | };
|
223 | 235 | 5DEAE3B5ED2B6CBD3C04F985 /* [CP] Embed Pods Frameworks */ = {
|
224 | 236 | isa = PBXShellScriptBuildPhase;
|
225 | 237 | buildActionMask = 2147483647;
|
226 | 238 | files = (
|
227 | 239 | );
|
228 | 240 | inputPaths = (
|
229 |
| - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
230 |
| - "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", |
231 |
| - "${PODS_ROOT}/../Flutter/Flutter.framework", |
232 |
| - "${BUILT_PRODUCTS_DIR}/flutter_stetho/flutter_stetho.framework", |
233 |
| - "${BUILT_PRODUCTS_DIR}/path_provider/path_provider.framework", |
234 |
| - "${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework", |
235 |
| - "${BUILT_PRODUCTS_DIR}/url_launcher/url_launcher.framework", |
236 | 241 | );
|
237 | 242 | name = "[CP] Embed Pods Frameworks";
|
238 | 243 | outputPaths = (
|
239 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework", |
240 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework", |
241 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_stetho.framework", |
242 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider.framework", |
243 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework", |
244 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher.framework", |
245 | 244 | );
|
246 | 245 | runOnlyForDeploymentPostprocessing = 0;
|
247 | 246 | shellPath = /bin/sh;
|
|
0 commit comments