Grain flutter app
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 54;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
12 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
13 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
14 7924BEB36BF1975AF6F9D692 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A669229714966864B1BAC56B /* Pods_Runner.framework */; };
15 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
16 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
17 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
18 A096D6D6828807E98FC5CB37 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45771B2986C0DF469D11F228 /* Pods_RunnerTests.framework */; };
19/* End PBXBuildFile section */
20
21/* Begin PBXContainerItemProxy section */
22 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
23 isa = PBXContainerItemProxy;
24 containerPortal = 97C146E61CF9000F007C117D /* Project object */;
25 proxyType = 1;
26 remoteGlobalIDString = 97C146ED1CF9000F007C117D;
27 remoteInfo = Runner;
28 };
29/* End PBXContainerItemProxy section */
30
31/* Begin PBXCopyFilesBuildPhase section */
32 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
33 isa = PBXCopyFilesBuildPhase;
34 buildActionMask = 2147483647;
35 dstPath = "";
36 dstSubfolderSpec = 10;
37 files = (
38 );
39 name = "Embed Frameworks";
40 runOnlyForDeploymentPostprocessing = 0;
41 };
42/* End PBXCopyFilesBuildPhase section */
43
44/* Begin PBXFileReference section */
45 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
46 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
47 1D6BE487C5E5B0B864003BB1 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
48 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
49 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
50 39ACD6502246E8D3EA9627F4 /* 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>"; };
51 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52 45771B2986C0DF469D11F228 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
53 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
54 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
55 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
56 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
57 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
58 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
59 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
60 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
61 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
62 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
63 97E37BECF9B3943C0FB7F852 /* 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>"; };
64 A669229714966864B1BAC56B /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
65 AA08BF815C647AB5DC8411F3 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
66 B3EC375064CC6A991028B9FD /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
67 FC01FA309D18D213F1CED0D3 /* 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>"; };
68/* End PBXFileReference section */
69
70/* Begin PBXFrameworksBuildPhase section */
71 97C146EB1CF9000F007C117D /* Frameworks */ = {
72 isa = PBXFrameworksBuildPhase;
73 buildActionMask = 2147483647;
74 files = (
75 7924BEB36BF1975AF6F9D692 /* Pods_Runner.framework in Frameworks */,
76 );
77 runOnlyForDeploymentPostprocessing = 0;
78 };
79 97CE750970CC057226DCD33A /* Frameworks */ = {
80 isa = PBXFrameworksBuildPhase;
81 buildActionMask = 2147483647;
82 files = (
83 A096D6D6828807E98FC5CB37 /* Pods_RunnerTests.framework in Frameworks */,
84 );
85 runOnlyForDeploymentPostprocessing = 0;
86 };
87/* End PBXFrameworksBuildPhase section */
88
89/* Begin PBXGroup section */
90 331C8082294A63A400263BE5 /* RunnerTests */ = {
91 isa = PBXGroup;
92 children = (
93 331C807B294A618700263BE5 /* RunnerTests.swift */,
94 );
95 path = RunnerTests;
96 sourceTree = "<group>";
97 };
98 860759C0C3981E0F028B8371 /* Frameworks */ = {
99 isa = PBXGroup;
100 children = (
101 A669229714966864B1BAC56B /* Pods_Runner.framework */,
102 45771B2986C0DF469D11F228 /* Pods_RunnerTests.framework */,
103 );
104 name = Frameworks;
105 sourceTree = "<group>";
106 };
107 9740EEB11CF90186004384FC /* Flutter */ = {
108 isa = PBXGroup;
109 children = (
110 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
111 9740EEB21CF90195004384FC /* Debug.xcconfig */,
112 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
113 9740EEB31CF90195004384FC /* Generated.xcconfig */,
114 );
115 name = Flutter;
116 sourceTree = "<group>";
117 };
118 97C146E51CF9000F007C117D = {
119 isa = PBXGroup;
120 children = (
121 9740EEB11CF90186004384FC /* Flutter */,
122 97C146F01CF9000F007C117D /* Runner */,
123 97C146EF1CF9000F007C117D /* Products */,
124 331C8082294A63A400263BE5 /* RunnerTests */,
125 ACAFCAD992F78725A9FFDFC2 /* Pods */,
126 860759C0C3981E0F028B8371 /* Frameworks */,
127 );
128 sourceTree = "<group>";
129 };
130 97C146EF1CF9000F007C117D /* Products */ = {
131 isa = PBXGroup;
132 children = (
133 97C146EE1CF9000F007C117D /* Runner.app */,
134 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
135 );
136 name = Products;
137 sourceTree = "<group>";
138 };
139 97C146F01CF9000F007C117D /* Runner */ = {
140 isa = PBXGroup;
141 children = (
142 97C146FA1CF9000F007C117D /* Main.storyboard */,
143 97C146FD1CF9000F007C117D /* Assets.xcassets */,
144 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
145 97C147021CF9000F007C117D /* Info.plist */,
146 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
147 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
148 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
149 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
150 );
151 path = Runner;
152 sourceTree = "<group>";
153 };
154 ACAFCAD992F78725A9FFDFC2 /* Pods */ = {
155 isa = PBXGroup;
156 children = (
157 97E37BECF9B3943C0FB7F852 /* Pods-Runner.debug.xcconfig */,
158 39ACD6502246E8D3EA9627F4 /* Pods-Runner.release.xcconfig */,
159 FC01FA309D18D213F1CED0D3 /* Pods-Runner.profile.xcconfig */,
160 B3EC375064CC6A991028B9FD /* Pods-RunnerTests.debug.xcconfig */,
161 AA08BF815C647AB5DC8411F3 /* Pods-RunnerTests.release.xcconfig */,
162 1D6BE487C5E5B0B864003BB1 /* Pods-RunnerTests.profile.xcconfig */,
163 );
164 path = Pods;
165 sourceTree = "<group>";
166 };
167/* End PBXGroup section */
168
169/* Begin PBXNativeTarget section */
170 331C8080294A63A400263BE5 /* RunnerTests */ = {
171 isa = PBXNativeTarget;
172 buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
173 buildPhases = (
174 272171B4F2E0D7CB40BCFB07 /* [CP] Check Pods Manifest.lock */,
175 331C807D294A63A400263BE5 /* Sources */,
176 331C807F294A63A400263BE5 /* Resources */,
177 97CE750970CC057226DCD33A /* Frameworks */,
178 );
179 buildRules = (
180 );
181 dependencies = (
182 331C8086294A63A400263BE5 /* PBXTargetDependency */,
183 );
184 name = RunnerTests;
185 productName = RunnerTests;
186 productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
187 productType = "com.apple.product-type.bundle.unit-test";
188 };
189 97C146ED1CF9000F007C117D /* Runner */ = {
190 isa = PBXNativeTarget;
191 buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
192 buildPhases = (
193 1876A2BC32AE0C7EC01B4930 /* [CP] Check Pods Manifest.lock */,
194 9740EEB61CF901F6004384FC /* Run Script */,
195 97C146EA1CF9000F007C117D /* Sources */,
196 97C146EB1CF9000F007C117D /* Frameworks */,
197 97C146EC1CF9000F007C117D /* Resources */,
198 9705A1C41CF9048500538489 /* Embed Frameworks */,
199 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
200 71467E02D12DD9EA48D7C678 /* [CP] Embed Pods Frameworks */,
201 );
202 buildRules = (
203 );
204 dependencies = (
205 );
206 name = Runner;
207 productName = Runner;
208 productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
209 productType = "com.apple.product-type.application";
210 };
211/* End PBXNativeTarget section */
212
213/* Begin PBXProject section */
214 97C146E61CF9000F007C117D /* Project object */ = {
215 isa = PBXProject;
216 attributes = {
217 BuildIndependentTargetsInParallel = YES;
218 LastUpgradeCheck = 1510;
219 ORGANIZATIONNAME = "";
220 TargetAttributes = {
221 331C8080294A63A400263BE5 = {
222 CreatedOnToolsVersion = 14.0;
223 TestTargetID = 97C146ED1CF9000F007C117D;
224 };
225 97C146ED1CF9000F007C117D = {
226 CreatedOnToolsVersion = 7.3.1;
227 LastSwiftMigration = 1100;
228 };
229 };
230 };
231 buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
232 compatibilityVersion = "Xcode 9.3";
233 developmentRegion = en;
234 hasScannedForEncodings = 0;
235 knownRegions = (
236 en,
237 Base,
238 );
239 mainGroup = 97C146E51CF9000F007C117D;
240 productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
241 projectDirPath = "";
242 projectRoot = "";
243 targets = (
244 97C146ED1CF9000F007C117D /* Runner */,
245 331C8080294A63A400263BE5 /* RunnerTests */,
246 );
247 };
248/* End PBXProject section */
249
250/* Begin PBXResourcesBuildPhase section */
251 331C807F294A63A400263BE5 /* Resources */ = {
252 isa = PBXResourcesBuildPhase;
253 buildActionMask = 2147483647;
254 files = (
255 );
256 runOnlyForDeploymentPostprocessing = 0;
257 };
258 97C146EC1CF9000F007C117D /* Resources */ = {
259 isa = PBXResourcesBuildPhase;
260 buildActionMask = 2147483647;
261 files = (
262 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
263 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
264 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
265 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
266 );
267 runOnlyForDeploymentPostprocessing = 0;
268 };
269/* End PBXResourcesBuildPhase section */
270
271/* Begin PBXShellScriptBuildPhase section */
272 1876A2BC32AE0C7EC01B4930 /* [CP] Check Pods Manifest.lock */ = {
273 isa = PBXShellScriptBuildPhase;
274 buildActionMask = 2147483647;
275 files = (
276 );
277 inputFileListPaths = (
278 );
279 inputPaths = (
280 "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
281 "${PODS_ROOT}/Manifest.lock",
282 );
283 name = "[CP] Check Pods Manifest.lock";
284 outputFileListPaths = (
285 );
286 outputPaths = (
287 "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
288 );
289 runOnlyForDeploymentPostprocessing = 0;
290 shellPath = /bin/sh;
291 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";
292 showEnvVarsInLog = 0;
293 };
294 272171B4F2E0D7CB40BCFB07 /* [CP] Check Pods Manifest.lock */ = {
295 isa = PBXShellScriptBuildPhase;
296 buildActionMask = 2147483647;
297 files = (
298 );
299 inputFileListPaths = (
300 );
301 inputPaths = (
302 "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
303 "${PODS_ROOT}/Manifest.lock",
304 );
305 name = "[CP] Check Pods Manifest.lock";
306 outputFileListPaths = (
307 );
308 outputPaths = (
309 "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
310 );
311 runOnlyForDeploymentPostprocessing = 0;
312 shellPath = /bin/sh;
313 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";
314 showEnvVarsInLog = 0;
315 };
316 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
317 isa = PBXShellScriptBuildPhase;
318 alwaysOutOfDate = 1;
319 buildActionMask = 2147483647;
320 files = (
321 );
322 inputPaths = (
323 "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
324 );
325 name = "Thin Binary";
326 outputPaths = (
327 );
328 runOnlyForDeploymentPostprocessing = 0;
329 shellPath = /bin/sh;
330 shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
331 };
332 71467E02D12DD9EA48D7C678 /* [CP] Embed Pods Frameworks */ = {
333 isa = PBXShellScriptBuildPhase;
334 buildActionMask = 2147483647;
335 files = (
336 );
337 inputFileListPaths = (
338 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
339 );
340 name = "[CP] Embed Pods Frameworks";
341 outputFileListPaths = (
342 "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
343 );
344 runOnlyForDeploymentPostprocessing = 0;
345 shellPath = /bin/sh;
346 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
347 showEnvVarsInLog = 0;
348 };
349 9740EEB61CF901F6004384FC /* Run Script */ = {
350 isa = PBXShellScriptBuildPhase;
351 alwaysOutOfDate = 1;
352 buildActionMask = 2147483647;
353 files = (
354 );
355 inputPaths = (
356 );
357 name = "Run Script";
358 outputPaths = (
359 );
360 runOnlyForDeploymentPostprocessing = 0;
361 shellPath = /bin/sh;
362 shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
363 };
364/* End PBXShellScriptBuildPhase section */
365
366/* Begin PBXSourcesBuildPhase section */
367 331C807D294A63A400263BE5 /* Sources */ = {
368 isa = PBXSourcesBuildPhase;
369 buildActionMask = 2147483647;
370 files = (
371 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
372 );
373 runOnlyForDeploymentPostprocessing = 0;
374 };
375 97C146EA1CF9000F007C117D /* Sources */ = {
376 isa = PBXSourcesBuildPhase;
377 buildActionMask = 2147483647;
378 files = (
379 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
380 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
381 );
382 runOnlyForDeploymentPostprocessing = 0;
383 };
384/* End PBXSourcesBuildPhase section */
385
386/* Begin PBXTargetDependency section */
387 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
388 isa = PBXTargetDependency;
389 target = 97C146ED1CF9000F007C117D /* Runner */;
390 targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
391 };
392/* End PBXTargetDependency section */
393
394/* Begin PBXVariantGroup section */
395 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
396 isa = PBXVariantGroup;
397 children = (
398 97C146FB1CF9000F007C117D /* Base */,
399 );
400 name = Main.storyboard;
401 sourceTree = "<group>";
402 };
403 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
404 isa = PBXVariantGroup;
405 children = (
406 97C147001CF9000F007C117D /* Base */,
407 );
408 name = LaunchScreen.storyboard;
409 sourceTree = "<group>";
410 };
411/* End PBXVariantGroup section */
412
413/* Begin XCBuildConfiguration section */
414 249021D3217E4FDB00AE95B9 /* Profile */ = {
415 isa = XCBuildConfiguration;
416 buildSettings = {
417 ALWAYS_SEARCH_USER_PATHS = NO;
418 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
419 CLANG_ANALYZER_NONNULL = YES;
420 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
421 CLANG_CXX_LIBRARY = "libc++";
422 CLANG_ENABLE_MODULES = YES;
423 CLANG_ENABLE_OBJC_ARC = YES;
424 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
425 CLANG_WARN_BOOL_CONVERSION = YES;
426 CLANG_WARN_COMMA = YES;
427 CLANG_WARN_CONSTANT_CONVERSION = YES;
428 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
429 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
430 CLANG_WARN_EMPTY_BODY = YES;
431 CLANG_WARN_ENUM_CONVERSION = YES;
432 CLANG_WARN_INFINITE_RECURSION = YES;
433 CLANG_WARN_INT_CONVERSION = YES;
434 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
435 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
436 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
437 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
438 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
439 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
440 CLANG_WARN_STRICT_PROTOTYPES = YES;
441 CLANG_WARN_SUSPICIOUS_MOVE = YES;
442 CLANG_WARN_UNREACHABLE_CODE = YES;
443 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
444 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
445 COPY_PHASE_STRIP = NO;
446 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
447 ENABLE_NS_ASSERTIONS = NO;
448 ENABLE_STRICT_OBJC_MSGSEND = YES;
449 ENABLE_USER_SCRIPT_SANDBOXING = NO;
450 GCC_C_LANGUAGE_STANDARD = gnu99;
451 GCC_NO_COMMON_BLOCKS = YES;
452 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
453 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
454 GCC_WARN_UNDECLARED_SELECTOR = YES;
455 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
456 GCC_WARN_UNUSED_FUNCTION = YES;
457 GCC_WARN_UNUSED_VARIABLE = YES;
458 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
459 MTL_ENABLE_DEBUG_INFO = NO;
460 SDKROOT = iphoneos;
461 SUPPORTED_PLATFORMS = iphoneos;
462 TARGETED_DEVICE_FAMILY = "1,2";
463 VALIDATE_PRODUCT = YES;
464 };
465 name = Profile;
466 };
467 249021D4217E4FDB00AE95B9 /* Profile */ = {
468 isa = XCBuildConfiguration;
469 baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
470 buildSettings = {
471 API_URL = "https://grain.social";
472 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
473 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
474 CLANG_ENABLE_MODULES = YES;
475 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
476 DEVELOPMENT_TEAM = YN68LN9T7Z;
477 ENABLE_BITCODE = NO;
478 INFOPLIST_FILE = Runner/Info.plist;
479 INFOPLIST_KEY_CFBundleDisplayName = Grain;
480 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
481 LD_RUNPATH_SEARCH_PATHS = (
482 "$(inherited)",
483 "@executable_path/Frameworks",
484 );
485 MARKETING_VERSION = 1.0.0;
486 PRODUCT_BUNDLE_IDENTIFIER = social.grain.grain;
487 PRODUCT_NAME = "$(TARGET_NAME)";
488 SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
489 SUPPORTS_MACCATALYST = NO;
490 SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
491 SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
492 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
493 SWIFT_VERSION = 5.0;
494 TARGETED_DEVICE_FAMILY = 1;
495 VERSIONING_SYSTEM = "apple-generic";
496 WS_URL = "wss://notifications.grainsocial.network/ws";
497 };
498 name = Profile;
499 };
500 331C8088294A63A400263BE5 /* Debug */ = {
501 isa = XCBuildConfiguration;
502 baseConfigurationReference = B3EC375064CC6A991028B9FD /* Pods-RunnerTests.debug.xcconfig */;
503 buildSettings = {
504 BUNDLE_LOADER = "$(TEST_HOST)";
505 CODE_SIGN_STYLE = Automatic;
506 CURRENT_PROJECT_VERSION = 1;
507 GENERATE_INFOPLIST_FILE = YES;
508 MARKETING_VERSION = 1.0;
509 PRODUCT_BUNDLE_IDENTIFIER = com.example.grainFlutter.RunnerTests;
510 PRODUCT_NAME = "$(TARGET_NAME)";
511 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
512 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
513 SWIFT_VERSION = 5.0;
514 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
515 };
516 name = Debug;
517 };
518 331C8089294A63A400263BE5 /* Release */ = {
519 isa = XCBuildConfiguration;
520 baseConfigurationReference = AA08BF815C647AB5DC8411F3 /* Pods-RunnerTests.release.xcconfig */;
521 buildSettings = {
522 BUNDLE_LOADER = "$(TEST_HOST)";
523 CODE_SIGN_STYLE = Automatic;
524 CURRENT_PROJECT_VERSION = 1;
525 GENERATE_INFOPLIST_FILE = YES;
526 MARKETING_VERSION = 1.0;
527 PRODUCT_BUNDLE_IDENTIFIER = com.example.grainFlutter.RunnerTests;
528 PRODUCT_NAME = "$(TARGET_NAME)";
529 SWIFT_VERSION = 5.0;
530 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
531 };
532 name = Release;
533 };
534 331C808A294A63A400263BE5 /* Profile */ = {
535 isa = XCBuildConfiguration;
536 baseConfigurationReference = 1D6BE487C5E5B0B864003BB1 /* Pods-RunnerTests.profile.xcconfig */;
537 buildSettings = {
538 BUNDLE_LOADER = "$(TEST_HOST)";
539 CODE_SIGN_STYLE = Automatic;
540 CURRENT_PROJECT_VERSION = 1;
541 GENERATE_INFOPLIST_FILE = YES;
542 MARKETING_VERSION = 1.0;
543 PRODUCT_BUNDLE_IDENTIFIER = com.example.grainFlutter.RunnerTests;
544 PRODUCT_NAME = "$(TARGET_NAME)";
545 SWIFT_VERSION = 5.0;
546 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
547 };
548 name = Profile;
549 };
550 97C147031CF9000F007C117D /* Debug */ = {
551 isa = XCBuildConfiguration;
552 buildSettings = {
553 ALWAYS_SEARCH_USER_PATHS = NO;
554 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
555 CLANG_ANALYZER_NONNULL = YES;
556 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
557 CLANG_CXX_LIBRARY = "libc++";
558 CLANG_ENABLE_MODULES = YES;
559 CLANG_ENABLE_OBJC_ARC = YES;
560 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
561 CLANG_WARN_BOOL_CONVERSION = YES;
562 CLANG_WARN_COMMA = YES;
563 CLANG_WARN_CONSTANT_CONVERSION = YES;
564 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
565 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
566 CLANG_WARN_EMPTY_BODY = YES;
567 CLANG_WARN_ENUM_CONVERSION = YES;
568 CLANG_WARN_INFINITE_RECURSION = YES;
569 CLANG_WARN_INT_CONVERSION = YES;
570 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
571 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
572 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
573 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
574 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
575 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
576 CLANG_WARN_STRICT_PROTOTYPES = YES;
577 CLANG_WARN_SUSPICIOUS_MOVE = YES;
578 CLANG_WARN_UNREACHABLE_CODE = YES;
579 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
580 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
581 COPY_PHASE_STRIP = NO;
582 DEBUG_INFORMATION_FORMAT = dwarf;
583 ENABLE_STRICT_OBJC_MSGSEND = YES;
584 ENABLE_TESTABILITY = YES;
585 ENABLE_USER_SCRIPT_SANDBOXING = NO;
586 GCC_C_LANGUAGE_STANDARD = gnu99;
587 GCC_DYNAMIC_NO_PIC = NO;
588 GCC_NO_COMMON_BLOCKS = YES;
589 GCC_OPTIMIZATION_LEVEL = 0;
590 GCC_PREPROCESSOR_DEFINITIONS = (
591 "DEBUG=1",
592 "$(inherited)",
593 );
594 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
595 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
596 GCC_WARN_UNDECLARED_SELECTOR = YES;
597 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
598 GCC_WARN_UNUSED_FUNCTION = YES;
599 GCC_WARN_UNUSED_VARIABLE = YES;
600 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
601 MTL_ENABLE_DEBUG_INFO = YES;
602 ONLY_ACTIVE_ARCH = YES;
603 SDKROOT = iphoneos;
604 TARGETED_DEVICE_FAMILY = "1,2";
605 };
606 name = Debug;
607 };
608 97C147041CF9000F007C117D /* Release */ = {
609 isa = XCBuildConfiguration;
610 buildSettings = {
611 ALWAYS_SEARCH_USER_PATHS = NO;
612 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
613 CLANG_ANALYZER_NONNULL = YES;
614 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
615 CLANG_CXX_LIBRARY = "libc++";
616 CLANG_ENABLE_MODULES = YES;
617 CLANG_ENABLE_OBJC_ARC = YES;
618 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
619 CLANG_WARN_BOOL_CONVERSION = YES;
620 CLANG_WARN_COMMA = YES;
621 CLANG_WARN_CONSTANT_CONVERSION = YES;
622 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
623 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
624 CLANG_WARN_EMPTY_BODY = YES;
625 CLANG_WARN_ENUM_CONVERSION = YES;
626 CLANG_WARN_INFINITE_RECURSION = YES;
627 CLANG_WARN_INT_CONVERSION = YES;
628 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
629 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
630 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
631 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
632 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
633 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
634 CLANG_WARN_STRICT_PROTOTYPES = YES;
635 CLANG_WARN_SUSPICIOUS_MOVE = YES;
636 CLANG_WARN_UNREACHABLE_CODE = YES;
637 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
638 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
639 COPY_PHASE_STRIP = NO;
640 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
641 ENABLE_NS_ASSERTIONS = NO;
642 ENABLE_STRICT_OBJC_MSGSEND = YES;
643 ENABLE_USER_SCRIPT_SANDBOXING = NO;
644 GCC_C_LANGUAGE_STANDARD = gnu99;
645 GCC_NO_COMMON_BLOCKS = YES;
646 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
647 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
648 GCC_WARN_UNDECLARED_SELECTOR = YES;
649 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
650 GCC_WARN_UNUSED_FUNCTION = YES;
651 GCC_WARN_UNUSED_VARIABLE = YES;
652 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
653 MTL_ENABLE_DEBUG_INFO = NO;
654 SDKROOT = iphoneos;
655 SUPPORTED_PLATFORMS = iphoneos;
656 SWIFT_COMPILATION_MODE = wholemodule;
657 SWIFT_OPTIMIZATION_LEVEL = "-O";
658 TARGETED_DEVICE_FAMILY = "1,2";
659 VALIDATE_PRODUCT = YES;
660 };
661 name = Release;
662 };
663 97C147061CF9000F007C117D /* Debug */ = {
664 isa = XCBuildConfiguration;
665 baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
666 buildSettings = {
667 API_URL = "https://grain.social";
668 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
669 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
670 CLANG_ENABLE_MODULES = YES;
671 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
672 DEVELOPMENT_TEAM = YN68LN9T7Z;
673 ENABLE_BITCODE = NO;
674 INFOPLIST_FILE = Runner/Info.plist;
675 INFOPLIST_KEY_CFBundleDisplayName = Grain;
676 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
677 LD_RUNPATH_SEARCH_PATHS = (
678 "$(inherited)",
679 "@executable_path/Frameworks",
680 );
681 MARKETING_VERSION = 1.0.0;
682 PRODUCT_BUNDLE_IDENTIFIER = social.grain.grain;
683 PRODUCT_NAME = "$(TARGET_NAME)";
684 SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
685 SUPPORTS_MACCATALYST = NO;
686 SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
687 SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
688 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
689 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
690 SWIFT_VERSION = 5.0;
691 TARGETED_DEVICE_FAMILY = 1;
692 VERSIONING_SYSTEM = "apple-generic";
693 WS_URL = "wss://notifications.grainsocial.network/ws";
694 };
695 name = Debug;
696 };
697 97C147071CF9000F007C117D /* Release */ = {
698 isa = XCBuildConfiguration;
699 baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
700 buildSettings = {
701 API_URL = "https://grain.social";
702 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
703 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
704 CLANG_ENABLE_MODULES = YES;
705 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
706 DEVELOPMENT_TEAM = YN68LN9T7Z;
707 ENABLE_BITCODE = NO;
708 INFOPLIST_FILE = Runner/Info.plist;
709 INFOPLIST_KEY_CFBundleDisplayName = Grain;
710 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
711 LD_RUNPATH_SEARCH_PATHS = (
712 "$(inherited)",
713 "@executable_path/Frameworks",
714 );
715 MARKETING_VERSION = 1.0.0;
716 PRODUCT_BUNDLE_IDENTIFIER = social.grain.grain;
717 PRODUCT_NAME = "$(TARGET_NAME)";
718 SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
719 SUPPORTS_MACCATALYST = NO;
720 SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
721 SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
722 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
723 SWIFT_VERSION = 5.0;
724 TARGETED_DEVICE_FAMILY = 1;
725 VERSIONING_SYSTEM = "apple-generic";
726 WS_URL = "wss://notifications.grainsocial.network/ws";
727 };
728 name = Release;
729 };
730/* End XCBuildConfiguration section */
731
732/* Begin XCConfigurationList section */
733 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
734 isa = XCConfigurationList;
735 buildConfigurations = (
736 331C8088294A63A400263BE5 /* Debug */,
737 331C8089294A63A400263BE5 /* Release */,
738 331C808A294A63A400263BE5 /* Profile */,
739 );
740 defaultConfigurationIsVisible = 0;
741 defaultConfigurationName = Release;
742 };
743 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
744 isa = XCConfigurationList;
745 buildConfigurations = (
746 97C147031CF9000F007C117D /* Debug */,
747 97C147041CF9000F007C117D /* Release */,
748 249021D3217E4FDB00AE95B9 /* Profile */,
749 );
750 defaultConfigurationIsVisible = 0;
751 defaultConfigurationName = Release;
752 };
753 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
754 isa = XCConfigurationList;
755 buildConfigurations = (
756 97C147061CF9000F007C117D /* Debug */,
757 97C147071CF9000F007C117D /* Release */,
758 249021D4217E4FDB00AE95B9 /* Profile */,
759 );
760 defaultConfigurationIsVisible = 0;
761 defaultConfigurationName = Release;
762 };
763/* End XCConfigurationList section */
764 };
765 rootObject = 97C146E61CF9000F007C117D /* Project object */;
766}