|
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 | 12 | 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, ); }; }; |
17 | 13 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
18 | 14 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
19 | 15 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
| 16 | + AA9ED002A01557CA2011895D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE09BC6348AC3D01488A6AC5 /* Pods_Runner.framework */; }; |
20 | 17 | /* End PBXBuildFile section */
|
21 | 18 |
|
22 | 19 | /* Begin PBXCopyFilesBuildPhase section */
|
|
26 | 23 | dstPath = "";
|
27 | 24 | dstSubfolderSpec = 10;
|
28 | 25 | files = (
|
29 |
| - 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */, |
30 |
| - 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */, |
31 | 26 | );
|
32 | 27 | name = "Embed Frameworks";
|
33 | 28 | runOnlyForDeploymentPostprocessing = 0;
|
|
38 | 33 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
39 | 34 | 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
40 | 35 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
41 |
| - 3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; }; |
42 | 36 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
43 | 37 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
| 38 | + 764A30AF2F41732B90E56144 /* 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>"; }; |
44 | 39 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
45 | 40 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
46 | 41 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
47 |
| - 9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; }; |
48 | 42 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
49 | 43 | 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
50 | 44 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
51 | 45 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
52 | 46 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 47 | + AFD86D678FFE3E0E17B5F751 /* 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>"; }; |
| 48 | + E161505868E40C07D1C51D61 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; }; |
| 49 | + EE09BC6348AC3D01488A6AC5 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
53 | 50 | /* End PBXFileReference section */
|
54 | 51 |
|
55 | 52 | /* Begin PBXFrameworksBuildPhase section */
|
56 | 53 | 97C146EB1CF9000F007C117D /* Frameworks */ = {
|
57 | 54 | isa = PBXFrameworksBuildPhase;
|
58 | 55 | buildActionMask = 2147483647;
|
59 | 56 | files = (
|
60 |
| - 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */, |
61 |
| - 3B80C3941E831B6300D905FE /* App.framework in Frameworks */, |
| 57 | + AA9ED002A01557CA2011895D /* Pods_Runner.framework in Frameworks */, |
62 | 58 | );
|
63 | 59 | runOnlyForDeploymentPostprocessing = 0;
|
64 | 60 | };
|
65 | 61 | /* End PBXFrameworksBuildPhase section */
|
66 | 62 |
|
67 | 63 | /* Begin PBXGroup section */
|
| 64 | + 1CA33D075B52907741216411 /* Pods */ = { |
| 65 | + isa = PBXGroup; |
| 66 | + children = ( |
| 67 | + 764A30AF2F41732B90E56144 /* Pods-Runner.debug.xcconfig */, |
| 68 | + AFD86D678FFE3E0E17B5F751 /* Pods-Runner.release.xcconfig */, |
| 69 | + E161505868E40C07D1C51D61 /* Pods-Runner.profile.xcconfig */, |
| 70 | + ); |
| 71 | + name = Pods; |
| 72 | + path = Pods; |
| 73 | + sourceTree = "<group>"; |
| 74 | + }; |
68 | 75 | 9740EEB11CF90186004384FC /* Flutter */ = {
|
69 | 76 | isa = PBXGroup;
|
70 | 77 | children = (
|
71 |
| - 3B80C3931E831B6300D905FE /* App.framework */, |
72 | 78 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
73 |
| - 9740EEBA1CF902C7004384FC /* Flutter.framework */, |
74 | 79 | 9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
75 | 80 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
76 | 81 | 9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
|
84 | 89 | 9740EEB11CF90186004384FC /* Flutter */,
|
85 | 90 | 97C146F01CF9000F007C117D /* Runner */,
|
86 | 91 | 97C146EF1CF9000F007C117D /* Products */,
|
| 92 | + 1CA33D075B52907741216411 /* Pods */, |
| 93 | + B23A141FCB739252F1C84813 /* Frameworks */, |
87 | 94 | );
|
88 | 95 | sourceTree = "<group>";
|
89 | 96 | };
|
|
118 | 125 | name = "Supporting Files";
|
119 | 126 | sourceTree = "<group>";
|
120 | 127 | };
|
| 128 | + B23A141FCB739252F1C84813 /* Frameworks */ = { |
| 129 | + isa = PBXGroup; |
| 130 | + children = ( |
| 131 | + EE09BC6348AC3D01488A6AC5 /* Pods_Runner.framework */, |
| 132 | + ); |
| 133 | + name = Frameworks; |
| 134 | + sourceTree = "<group>"; |
| 135 | + }; |
121 | 136 | /* End PBXGroup section */
|
122 | 137 |
|
123 | 138 | /* Begin PBXNativeTarget section */
|
124 | 139 | 97C146ED1CF9000F007C117D /* Runner */ = {
|
125 | 140 | isa = PBXNativeTarget;
|
126 | 141 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
127 | 142 | buildPhases = (
|
| 143 | + 55160CB97B8AD8ECD81974ED /* [CP] Check Pods Manifest.lock */, |
128 | 144 | 9740EEB61CF901F6004384FC /* Run Script */,
|
129 | 145 | 97C146EA1CF9000F007C117D /* Sources */,
|
130 | 146 | 97C146EB1CF9000F007C117D /* Frameworks */,
|
131 | 147 | 97C146EC1CF9000F007C117D /* Resources */,
|
132 | 148 | 9705A1C41CF9048500538489 /* Embed Frameworks */,
|
133 | 149 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
| 150 | + 7239A0A335A6A90C11214E43 /* [CP] Embed Pods Frameworks */, |
134 | 151 | );
|
135 | 152 | buildRules = (
|
136 | 153 | );
|
|
201 | 218 | );
|
202 | 219 | runOnlyForDeploymentPostprocessing = 0;
|
203 | 220 | shellPath = /bin/sh;
|
204 |
| - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin"; |
| 221 | + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; |
| 222 | + }; |
| 223 | + 55160CB97B8AD8ECD81974ED /* [CP] Check Pods Manifest.lock */ = { |
| 224 | + isa = PBXShellScriptBuildPhase; |
| 225 | + buildActionMask = 2147483647; |
| 226 | + files = ( |
| 227 | + ); |
| 228 | + inputFileListPaths = ( |
| 229 | + ); |
| 230 | + inputPaths = ( |
| 231 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 232 | + "${PODS_ROOT}/Manifest.lock", |
| 233 | + ); |
| 234 | + name = "[CP] Check Pods Manifest.lock"; |
| 235 | + outputFileListPaths = ( |
| 236 | + ); |
| 237 | + outputPaths = ( |
| 238 | + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", |
| 239 | + ); |
| 240 | + runOnlyForDeploymentPostprocessing = 0; |
| 241 | + shellPath = /bin/sh; |
| 242 | + 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"; |
| 243 | + showEnvVarsInLog = 0; |
| 244 | + }; |
| 245 | + 7239A0A335A6A90C11214E43 /* [CP] Embed Pods Frameworks */ = { |
| 246 | + isa = PBXShellScriptBuildPhase; |
| 247 | + buildActionMask = 2147483647; |
| 248 | + files = ( |
| 249 | + ); |
| 250 | + inputPaths = ( |
| 251 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", |
| 252 | + "${PODS_ROOT}/../Flutter/Flutter.framework", |
| 253 | + "${BUILT_PRODUCTS_DIR}/Reachability/Reachability.framework", |
| 254 | + "${BUILT_PRODUCTS_DIR}/connectivity/connectivity.framework", |
| 255 | + "${BUILT_PRODUCTS_DIR}/devicelocale/devicelocale.framework", |
| 256 | + "${BUILT_PRODUCTS_DIR}/package_info/package_info.framework", |
| 257 | + "${BUILT_PRODUCTS_DIR}/path_provider/path_provider.framework", |
| 258 | + "${BUILT_PRODUCTS_DIR}/shared_preferences/shared_preferences.framework", |
| 259 | + ); |
| 260 | + name = "[CP] Embed Pods Frameworks"; |
| 261 | + outputPaths = ( |
| 262 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework", |
| 263 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework", |
| 264 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/connectivity.framework", |
| 265 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/devicelocale.framework", |
| 266 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/package_info.framework", |
| 267 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider.framework", |
| 268 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences.framework", |
| 269 | + ); |
| 270 | + runOnlyForDeploymentPostprocessing = 0; |
| 271 | + shellPath = /bin/sh; |
| 272 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
| 273 | + showEnvVarsInLog = 0; |
205 | 274 | };
|
206 | 275 | 9740EEB61CF901F6004384FC /* Run Script */ = {
|
207 | 276 | isa = PBXShellScriptBuildPhase;
|
|
0 commit comments