|
@@ -13,6 +13,7 @@
|
13
|
13
|
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
14
|
14
|
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
15
|
15
|
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
|
16
|
+ B568A2A010B7AE954203BBC5 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D36D2817E00A25C0B2E8327 /* Pods_Runner.framework */; };
|
16
|
17
|
/* End PBXBuildFile section */
|
17
|
18
|
|
18
|
19
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -32,6 +33,7 @@
|
32
|
33
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
33
|
34
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
34
|
35
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
|
36
|
+ 5D36D2817E00A25C0B2E8327 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
35
|
37
|
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
36
|
38
|
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
37
|
39
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
|
@@ -42,6 +44,9 @@
|
42
|
44
|
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
43
|
45
|
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
44
|
46
|
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
47
|
+ D60AF8132E40E0544C9BF362 /* 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>"; };
|
|
48
|
+ DE87C961FF082167615F504D /* 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
|
+ F86B34B25E86537F43C34E27 /* 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>"; };
|
45
|
50
|
/* End PBXFileReference section */
|
46
|
51
|
|
47
|
52
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -49,12 +54,21 @@
|
49
|
54
|
isa = PBXFrameworksBuildPhase;
|
50
|
55
|
buildActionMask = 2147483647;
|
51
|
56
|
files = (
|
|
57
|
+ B568A2A010B7AE954203BBC5 /* Pods_Runner.framework in Frameworks */,
|
52
|
58
|
);
|
53
|
59
|
runOnlyForDeploymentPostprocessing = 0;
|
54
|
60
|
};
|
55
|
61
|
/* End PBXFrameworksBuildPhase section */
|
56
|
62
|
|
57
|
63
|
/* Begin PBXGroup section */
|
|
64
|
+ 32BBE99C8D5968C2B169CC47 /* Frameworks */ = {
|
|
65
|
+ isa = PBXGroup;
|
|
66
|
+ children = (
|
|
67
|
+ 5D36D2817E00A25C0B2E8327 /* Pods_Runner.framework */,
|
|
68
|
+ );
|
|
69
|
+ name = Frameworks;
|
|
70
|
+ sourceTree = "<group>";
|
|
71
|
+ };
|
58
|
72
|
9740EEB11CF90186004384FC /* Flutter */ = {
|
59
|
73
|
isa = PBXGroup;
|
60
|
74
|
children = (
|
|
@@ -72,6 +86,8 @@
|
72
|
86
|
9740EEB11CF90186004384FC /* Flutter */,
|
73
|
87
|
97C146F01CF9000F007C117D /* Runner */,
|
74
|
88
|
97C146EF1CF9000F007C117D /* Products */,
|
|
89
|
+ E244E1B155514CCCBAD6C213 /* Pods */,
|
|
90
|
+ 32BBE99C8D5968C2B169CC47 /* Frameworks */,
|
75
|
91
|
);
|
76
|
92
|
sourceTree = "<group>";
|
77
|
93
|
};
|
|
@@ -98,6 +114,17 @@
|
98
|
114
|
path = Runner;
|
99
|
115
|
sourceTree = "<group>";
|
100
|
116
|
};
|
|
117
|
+ E244E1B155514CCCBAD6C213 /* Pods */ = {
|
|
118
|
+ isa = PBXGroup;
|
|
119
|
+ children = (
|
|
120
|
+ D60AF8132E40E0544C9BF362 /* Pods-Runner.debug.xcconfig */,
|
|
121
|
+ F86B34B25E86537F43C34E27 /* Pods-Runner.release.xcconfig */,
|
|
122
|
+ DE87C961FF082167615F504D /* Pods-Runner.profile.xcconfig */,
|
|
123
|
+ );
|
|
124
|
+ name = Pods;
|
|
125
|
+ path = Pods;
|
|
126
|
+ sourceTree = "<group>";
|
|
127
|
+ };
|
101
|
128
|
/* End PBXGroup section */
|
102
|
129
|
|
103
|
130
|
/* Begin PBXNativeTarget section */
|
|
@@ -105,12 +132,15 @@
|
105
|
132
|
isa = PBXNativeTarget;
|
106
|
133
|
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
107
|
134
|
buildPhases = (
|
|
135
|
+ 887B1354755FF7E28C0D9407 /* [CP] Check Pods Manifest.lock */,
|
108
|
136
|
9740EEB61CF901F6004384FC /* Run Script */,
|
109
|
137
|
97C146EA1CF9000F007C117D /* Sources */,
|
110
|
138
|
97C146EB1CF9000F007C117D /* Frameworks */,
|
111
|
139
|
97C146EC1CF9000F007C117D /* Resources */,
|
112
|
140
|
9705A1C41CF9048500538489 /* Embed Frameworks */,
|
113
|
141
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
|
142
|
+ 000CDF669E345B7E51019FA5 /* [CP] Embed Pods Frameworks */,
|
|
143
|
+ 2B4B6499C4D0CF5E3ECF075F /* [CP] Copy Pods Resources */,
|
114
|
144
|
);
|
115
|
145
|
buildRules = (
|
116
|
146
|
);
|
|
@@ -169,6 +199,40 @@
|
169
|
199
|
/* End PBXResourcesBuildPhase section */
|
170
|
200
|
|
171
|
201
|
/* Begin PBXShellScriptBuildPhase section */
|
|
202
|
+ 000CDF669E345B7E51019FA5 /* [CP] Embed Pods Frameworks */ = {
|
|
203
|
+ isa = PBXShellScriptBuildPhase;
|
|
204
|
+ buildActionMask = 2147483647;
|
|
205
|
+ files = (
|
|
206
|
+ );
|
|
207
|
+ inputFileListPaths = (
|
|
208
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
209
|
+ );
|
|
210
|
+ name = "[CP] Embed Pods Frameworks";
|
|
211
|
+ outputFileListPaths = (
|
|
212
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
213
|
+ );
|
|
214
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
215
|
+ shellPath = /bin/sh;
|
|
216
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
217
|
+ showEnvVarsInLog = 0;
|
|
218
|
+ };
|
|
219
|
+ 2B4B6499C4D0CF5E3ECF075F /* [CP] Copy Pods Resources */ = {
|
|
220
|
+ isa = PBXShellScriptBuildPhase;
|
|
221
|
+ buildActionMask = 2147483647;
|
|
222
|
+ files = (
|
|
223
|
+ );
|
|
224
|
+ inputFileListPaths = (
|
|
225
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
226
|
+ );
|
|
227
|
+ name = "[CP] Copy Pods Resources";
|
|
228
|
+ outputFileListPaths = (
|
|
229
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
230
|
+ );
|
|
231
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
232
|
+ shellPath = /bin/sh;
|
|
233
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
|
234
|
+ showEnvVarsInLog = 0;
|
|
235
|
+ };
|
172
|
236
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
173
|
237
|
isa = PBXShellScriptBuildPhase;
|
174
|
238
|
buildActionMask = 2147483647;
|
|
@@ -183,6 +247,28 @@
|
183
|
247
|
shellPath = /bin/sh;
|
184
|
248
|
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
185
|
249
|
};
|
|
250
|
+ 887B1354755FF7E28C0D9407 /* [CP] Check Pods Manifest.lock */ = {
|
|
251
|
+ isa = PBXShellScriptBuildPhase;
|
|
252
|
+ buildActionMask = 2147483647;
|
|
253
|
+ files = (
|
|
254
|
+ );
|
|
255
|
+ inputFileListPaths = (
|
|
256
|
+ );
|
|
257
|
+ inputPaths = (
|
|
258
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
259
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
260
|
+ );
|
|
261
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
262
|
+ outputFileListPaths = (
|
|
263
|
+ );
|
|
264
|
+ outputPaths = (
|
|
265
|
+ "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
|
266
|
+ );
|
|
267
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
268
|
+ shellPath = /bin/sh;
|
|
269
|
+ 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";
|
|
270
|
+ showEnvVarsInLog = 0;
|
|
271
|
+ };
|
186
|
272
|
9740EEB61CF901F6004384FC /* Run Script */ = {
|
187
|
273
|
isa = PBXShellScriptBuildPhase;
|
188
|
274
|
buildActionMask = 2147483647;
|