krz/hutch
an ios client for sourcehut
clone: git clone https://gitbay.org/krz/hutch.git
remove-splash-highlighter: Hutch.xcodeproj/project.pbxproj · raw
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 77;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 8B2F89662F69DEB900FC0253 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89632F69DEB900FC0253 /* LICENSE */; };
11 8B2F89672F69DEB900FC0253 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89642F69DEB900FC0253 /* README.md */; };
12 8B2F89682F69DEB900FC0253 /* SECURITY.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89652F69DEB900FC0253 /* SECURITY.md */; };
13 8B2FA9CD2F7E211800E609E2 /* meta.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C82F7E211800E609E2 /* meta.json */; };
14 8B2FA9CE2F7E211800E609E2 /* hg.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C62F7E211800E609E2 /* hg.json */; };
15 8B2FA9CF2F7E211800E609E2 /* builds.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C42F7E211800E609E2 /* builds.json */; };
16 8B2FA9D02F7E211800E609E2 /* git.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C52F7E211800E609E2 /* git.json */; };
17 8B2FA9D12F7E211800E609E2 /* paste.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C92F7E211800E609E2 /* paste.json */; };
18 8B2FA9D22F7E211800E609E2 /* todo.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9CA2F7E211800E609E2 /* todo.json */; };
19 8B2FA9D32F7E211800E609E2 /* lists.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C72F7E211800E609E2 /* lists.json */; };
20 8BE082012F80000100000001 /* HutchWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 8BE081F62F80000100000001 /* HutchWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
21 8BE083012F81000100000001 /* HutchSafariExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 8BE083032F81000100000001 /* HutchSafariExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
22 8BF100032F9A000100000001 /* Markdown in Frameworks */ = {isa = PBXBuildFile; productRef = 8BF100022F9A000100000001 /* Markdown */; };
23/* End PBXBuildFile section */
24
25/* Begin PBXContainerItemProxy section */
26 8B8182BB2F6B73F3000AE049 /* PBXContainerItemProxy */ = {
27 isa = PBXContainerItemProxy;
28 containerPortal = 8B4B28C92F6704280045FA19 /* Project object */;
29 proxyType = 1;
30 remoteGlobalIDString = 8B4B28D02F6704280045FA19;
31 remoteInfo = Hutch;
32 };
33 8BE082022F80000100000001 /* PBXContainerItemProxy */ = {
34 isa = PBXContainerItemProxy;
35 containerPortal = 8B4B28C92F6704280045FA19 /* Project object */;
36 proxyType = 1;
37 remoteGlobalIDString = 8BE081F72F80000100000001;
38 remoteInfo = HutchWidgetExtension;
39 };
40 8BE083022F81000100000001 /* PBXContainerItemProxy */ = {
41 isa = PBXContainerItemProxy;
42 containerPortal = 8B4B28C92F6704280045FA19 /* Project object */;
43 proxyType = 1;
44 remoteGlobalIDString = 8BE083092F81000100000001;
45 remoteInfo = HutchSafariExtension;
46 };
47/* End PBXContainerItemProxy section */
48
49/* Begin PBXCopyFilesBuildPhase section */
50 8BE081FA2F80000100000001 /* Embed Foundation Extensions */ = {
51 isa = PBXCopyFilesBuildPhase;
52 buildActionMask = 2147483647;
53 dstPath = "";
54 dstSubfolderSpec = 13;
55 files = (
56 8BE082012F80000100000001 /* HutchWidgetExtension.appex in Embed Foundation Extensions */,
57 8BE083012F81000100000001 /* HutchSafariExtension.appex in Embed Foundation Extensions */,
58 );
59 name = "Embed Foundation Extensions";
60 runOnlyForDeploymentPostprocessing = 0;
61 };
62/* End PBXCopyFilesBuildPhase section */
63
64/* Begin PBXFileReference section */
65 8B01C8012F955ACC00FCFB9A /* SyncedProducts.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = SyncedProducts.storekit; sourceTree = "<group>"; };
66 8B2F89632F69DEB900FC0253 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
67 8B2F89642F69DEB900FC0253 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
68 8B2F89652F69DEB900FC0253 /* SECURITY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SECURITY.md; sourceTree = "<group>"; };
69 8B2FA9C42F7E211800E609E2 /* builds.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = builds.json; sourceTree = "<group>"; };
70 8B2FA9C52F7E211800E609E2 /* git.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = git.json; sourceTree = "<group>"; };
71 8B2FA9C62F7E211800E609E2 /* hg.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = hg.json; sourceTree = "<group>"; };
72 8B2FA9C72F7E211800E609E2 /* lists.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = lists.json; sourceTree = "<group>"; };
73 8B2FA9C82F7E211800E609E2 /* meta.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = meta.json; sourceTree = "<group>"; };
74 8B2FA9C92F7E211800E609E2 /* paste.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = paste.json; sourceTree = "<group>"; };
75 8B2FA9CA2F7E211800E609E2 /* todo.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = todo.json; sourceTree = "<group>"; };
76 8B4B28D12F6704280045FA19 /* Hutch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hutch.app; sourceTree = BUILT_PRODUCTS_DIR; };
77 8B8182B72F6B73F3000AE049 /* HutchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HutchTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
78 8B8182C22F6B742B000AE049 /* HutchTests */ = {isa = PBXFileReference; lastKnownFileType = folder; path = HutchTests; sourceTree = "<group>"; };
79 8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = HutchTests.xctestplan; sourceTree = "<group>"; };
80 8BE081F62F80000100000001 /* HutchWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = HutchWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
81 8BE083032F81000100000001 /* HutchSafariExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = HutchSafariExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
82/* End PBXFileReference section */
83
84/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
85 8B4B29632F6715DD0045FA19 /* Exceptions for "Hutch" folder in "Hutch" target */ = {
86 isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
87 membershipExceptions = (
88 Info.plist,
89 );
90 target = 8B4B28D02F6704280045FA19 /* Hutch */;
91 };
92 8BE082032F80000100000001 /* Exceptions for "HutchWidgetExtension" folder in "HutchWidgetExtension" target */ = {
93 isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
94 membershipExceptions = (
95 Info.plist,
96 );
97 target = 8BE081F72F80000100000001 /* HutchWidgetExtension */;
98 };
99 8BE083042F81000100000001 /* Exceptions for "HutchSafariExtension" folder in "HutchSafariExtension" target */ = {
100 isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
101 membershipExceptions = (
102 Info.plist,
103 );
104 target = 8BE083092F81000100000001 /* HutchSafariExtension */;
105 };
106/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
107
108/* Begin PBXFileSystemSynchronizedRootGroup section */
109 8B4B28D32F6704280045FA19 /* Hutch */ = {
110 isa = PBXFileSystemSynchronizedRootGroup;
111 exceptions = (
112 8B4B29632F6715DD0045FA19 /* Exceptions for "Hutch" folder in "Hutch" target */,
113 );
114 path = Hutch;
115 sourceTree = "<group>";
116 };
117 8B8182B82F6B73F3000AE049 /* HutchTests */ = {
118 isa = PBXFileSystemSynchronizedRootGroup;
119 path = HutchTests;
120 sourceTree = "<group>";
121 };
122 8BE081F42F80000100000001 /* Shared */ = {
123 isa = PBXFileSystemSynchronizedRootGroup;
124 path = Shared;
125 sourceTree = "<group>";
126 };
127 8BE081F52F80000100000001 /* HutchWidgetExtension */ = {
128 isa = PBXFileSystemSynchronizedRootGroup;
129 exceptions = (
130 8BE082032F80000100000001 /* Exceptions for "HutchWidgetExtension" folder in "HutchWidgetExtension" target */,
131 );
132 path = HutchWidgetExtension;
133 sourceTree = "<group>";
134 };
135 8BE083052F81000100000001 /* HutchSafariExtension */ = {
136 isa = PBXFileSystemSynchronizedRootGroup;
137 exceptions = (
138 8BE083042F81000100000001 /* Exceptions for "HutchSafariExtension" folder in "HutchSafariExtension" target */,
139 );
140 path = HutchSafariExtension;
141 sourceTree = "<group>";
142 };
143/* End PBXFileSystemSynchronizedRootGroup section */
144
145/* Begin PBXFrameworksBuildPhase section */
146 8B4B28CE2F6704280045FA19 /* Frameworks */ = {
147 isa = PBXFrameworksBuildPhase;
148 buildActionMask = 2147483647;
149 files = (
150 8BF100032F9A000100000001 /* Markdown in Frameworks */,
151 );
152 runOnlyForDeploymentPostprocessing = 0;
153 };
154 8B8182B42F6B73F3000AE049 /* Frameworks */ = {
155 isa = PBXFrameworksBuildPhase;
156 buildActionMask = 2147483647;
157 files = (
158 );
159 runOnlyForDeploymentPostprocessing = 0;
160 };
161 8BE081F92F80000100000001 /* Frameworks */ = {
162 isa = PBXFrameworksBuildPhase;
163 buildActionMask = 2147483647;
164 files = (
165 );
166 runOnlyForDeploymentPostprocessing = 0;
167 };
168 8BE083062F81000100000001 /* Frameworks */ = {
169 isa = PBXFrameworksBuildPhase;
170 buildActionMask = 2147483647;
171 files = (
172 );
173 runOnlyForDeploymentPostprocessing = 0;
174 };
175/* End PBXFrameworksBuildPhase section */
176
177/* Begin PBXGroup section */
178 8B2FA9CB2F7E211800E609E2 /* API */ = {
179 isa = PBXGroup;
180 children = (
181 8B2FA9C42F7E211800E609E2 /* builds.json */,
182 8B2FA9C52F7E211800E609E2 /* git.json */,
183 8B2FA9C62F7E211800E609E2 /* hg.json */,
184 8B2FA9C72F7E211800E609E2 /* lists.json */,
185 8B2FA9C82F7E211800E609E2 /* meta.json */,
186 8B2FA9C92F7E211800E609E2 /* paste.json */,
187 8B2FA9CA2F7E211800E609E2 /* todo.json */,
188 );
189 path = API;
190 sourceTree = "<group>";
191 };
192 8B2FA9CC2F7E211800E609E2 /* Docs */ = {
193 isa = PBXGroup;
194 children = (
195 8B2FA9CB2F7E211800E609E2 /* API */,
196 );
197 path = Docs;
198 sourceTree = "<group>";
199 };
200 8B4B28C82F6704280045FA19 = {
201 isa = PBXGroup;
202 children = (
203 8B01C8012F955ACC00FCFB9A /* SyncedProducts.storekit */,
204 8B2FA9CC2F7E211800E609E2 /* Docs */,
205 8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */,
206 8B8182C22F6B742B000AE049 /* HutchTests */,
207 8B2F89632F69DEB900FC0253 /* LICENSE */,
208 8B2F89642F69DEB900FC0253 /* README.md */,
209 8B2F89652F69DEB900FC0253 /* SECURITY.md */,
210 8B4B28D32F6704280045FA19 /* Hutch */,
211 8BE081F42F80000100000001 /* Shared */,
212 8BE081F52F80000100000001 /* HutchWidgetExtension */,
213 8BE083052F81000100000001 /* HutchSafariExtension */,
214 8B8182B82F6B73F3000AE049 /* HutchTests */,
215 8B4B28D22F6704280045FA19 /* Products */,
216 );
217 sourceTree = "<group>";
218 };
219 8B4B28D22F6704280045FA19 /* Products */ = {
220 isa = PBXGroup;
221 children = (
222 8B4B28D12F6704280045FA19 /* Hutch.app */,
223 8B8182B72F6B73F3000AE049 /* HutchTests.xctest */,
224 8BE081F62F80000100000001 /* HutchWidgetExtension.appex */,
225 8BE083032F81000100000001 /* HutchSafariExtension.appex */,
226 );
227 name = Products;
228 sourceTree = "<group>";
229 };
230/* End PBXGroup section */
231
232/* Begin PBXNativeTarget section */
233 8B4B28D02F6704280045FA19 /* Hutch */ = {
234 isa = PBXNativeTarget;
235 buildConfigurationList = 8B4B28DC2F6704290045FA19 /* Build configuration list for PBXNativeTarget "Hutch" */;
236 buildPhases = (
237 8B4B28CD2F6704280045FA19 /* Sources */,
238 8B4B28CE2F6704280045FA19 /* Frameworks */,
239 8B4B28CF2F6704280045FA19 /* Resources */,
240 8BE081FA2F80000100000001 /* Embed Foundation Extensions */,
241 );
242 buildRules = (
243 );
244 dependencies = (
245 8BE082042F80000100000001 /* PBXTargetDependency */,
246 8BE0830A2F81000100000001 /* PBXTargetDependency */,
247 );
248 fileSystemSynchronizedGroups = (
249 8B4B28D32F6704280045FA19 /* Hutch */,
250 8BE081F42F80000100000001 /* Shared */,
251 );
252 name = Hutch;
253 packageProductDependencies = (
254 8BF100022F9A000100000001 /* Markdown */,
255 );
256 productName = Hutch;
257 productReference = 8B4B28D12F6704280045FA19 /* Hutch.app */;
258 productType = "com.apple.product-type.application";
259 };
260 8B8182B62F6B73F3000AE049 /* HutchTests */ = {
261 isa = PBXNativeTarget;
262 buildConfigurationList = 8B8182BF2F6B73F3000AE049 /* Build configuration list for PBXNativeTarget "HutchTests" */;
263 buildPhases = (
264 8B8182B32F6B73F3000AE049 /* Sources */,
265 8B8182B42F6B73F3000AE049 /* Frameworks */,
266 8B8182B52F6B73F3000AE049 /* Resources */,
267 );
268 buildRules = (
269 );
270 dependencies = (
271 8B8182BC2F6B73F3000AE049 /* PBXTargetDependency */,
272 );
273 fileSystemSynchronizedGroups = (
274 8B8182B82F6B73F3000AE049 /* HutchTests */,
275 );
276 name = HutchTests;
277 packageProductDependencies = (
278 );
279 productName = HutchTests;
280 productReference = 8B8182B72F6B73F3000AE049 /* HutchTests.xctest */;
281 productType = "com.apple.product-type.bundle.unit-test";
282 };
283 8BE081F72F80000100000001 /* HutchWidgetExtension */ = {
284 isa = PBXNativeTarget;
285 buildConfigurationList = 8BE081FE2F80000100000001 /* Build configuration list for PBXNativeTarget "HutchWidgetExtension" */;
286 buildPhases = (
287 8BE081F82F80000100000001 /* Sources */,
288 8BE081F92F80000100000001 /* Frameworks */,
289 8BE081FB2F80000100000001 /* Resources */,
290 );
291 buildRules = (
292 );
293 dependencies = (
294 );
295 fileSystemSynchronizedGroups = (
296 8BE081F42F80000100000001 /* Shared */,
297 8BE081F52F80000100000001 /* HutchWidgetExtension */,
298 );
299 name = HutchWidgetExtension;
300 packageProductDependencies = (
301 );
302 productName = HutchWidgetExtension;
303 productReference = 8BE081F62F80000100000001 /* HutchWidgetExtension.appex */;
304 productType = "com.apple.product-type.app-extension";
305 };
306 8BE083092F81000100000001 /* HutchSafariExtension */ = {
307 isa = PBXNativeTarget;
308 buildConfigurationList = 8BE0830D2F81000100000001 /* Build configuration list for PBXNativeTarget "HutchSafariExtension" */;
309 buildPhases = (
310 8BE083072F81000100000001 /* Sources */,
311 8BE083062F81000100000001 /* Frameworks */,
312 8BE083082F81000100000001 /* Resources */,
313 );
314 buildRules = (
315 );
316 dependencies = (
317 );
318 fileSystemSynchronizedGroups = (
319 8BE083052F81000100000001 /* HutchSafariExtension */,
320 );
321 name = HutchSafariExtension;
322 packageProductDependencies = (
323 );
324 productName = HutchSafariExtension;
325 productReference = 8BE083032F81000100000001 /* HutchSafariExtension.appex */;
326 productType = "com.apple.product-type.app-extension";
327 };
328/* End PBXNativeTarget section */
329
330/* Begin PBXProject section */
331 8B4B28C92F6704280045FA19 /* Project object */ = {
332 isa = PBXProject;
333 attributes = {
334 BuildIndependentTargetsInParallel = 1;
335 LastSwiftUpdateCheck = 2630;
336 LastUpgradeCheck = 2640;
337 TargetAttributes = {
338 8B4B28D02F6704280045FA19 = {
339 CreatedOnToolsVersion = 26.3;
340 };
341 8B8182B62F6B73F3000AE049 = {
342 CreatedOnToolsVersion = 26.3;
343 TestTargetID = 8B4B28D02F6704280045FA19;
344 };
345 8BE083092F81000100000001 = {
346 CreatedOnToolsVersion = 26.3;
347 };
348 };
349 };
350 buildConfigurationList = 8B4B28CC2F6704280045FA19 /* Build configuration list for PBXProject "Hutch" */;
351 developmentRegion = en;
352 hasScannedForEncodings = 0;
353 knownRegions = (
354 en,
355 Base,
356 );
357 mainGroup = 8B4B28C82F6704280045FA19;
358 minimizedProjectReferenceProxies = 1;
359 packageReferences = (
360 8BF100012F9A000100000001 /* XCRemoteSwiftPackageReference "swift-markdown" */,
361 );
362 preferredProjectObjectVersion = 77;
363 productRefGroup = 8B4B28D22F6704280045FA19 /* Products */;
364 projectDirPath = "";
365 projectRoot = "";
366 targets = (
367 8B4B28D02F6704280045FA19 /* Hutch */,
368 8BE081F72F80000100000001 /* HutchWidgetExtension */,
369 8BE083092F81000100000001 /* HutchSafariExtension */,
370 8B8182B62F6B73F3000AE049 /* HutchTests */,
371 );
372 };
373/* End PBXProject section */
374
375/* Begin PBXResourcesBuildPhase section */
376 8B4B28CF2F6704280045FA19 /* Resources */ = {
377 isa = PBXResourcesBuildPhase;
378 buildActionMask = 2147483647;
379 files = (
380 8B2F89662F69DEB900FC0253 /* LICENSE in Resources */,
381 8B2F89672F69DEB900FC0253 /* README.md in Resources */,
382 8B2F89682F69DEB900FC0253 /* SECURITY.md in Resources */,
383 8B2FA9CD2F7E211800E609E2 /* meta.json in Resources */,
384 8B2FA9CE2F7E211800E609E2 /* hg.json in Resources */,
385 8B2FA9CF2F7E211800E609E2 /* builds.json in Resources */,
386 8B2FA9D02F7E211800E609E2 /* git.json in Resources */,
387 8B2FA9D12F7E211800E609E2 /* paste.json in Resources */,
388 8B2FA9D22F7E211800E609E2 /* todo.json in Resources */,
389 8B2FA9D32F7E211800E609E2 /* lists.json in Resources */,
390 );
391 runOnlyForDeploymentPostprocessing = 0;
392 };
393 8B8182B52F6B73F3000AE049 /* Resources */ = {
394 isa = PBXResourcesBuildPhase;
395 buildActionMask = 2147483647;
396 files = (
397 );
398 runOnlyForDeploymentPostprocessing = 0;
399 };
400 8BE081FB2F80000100000001 /* Resources */ = {
401 isa = PBXResourcesBuildPhase;
402 buildActionMask = 2147483647;
403 files = (
404 );
405 runOnlyForDeploymentPostprocessing = 0;
406 };
407 8BE083082F81000100000001 /* Resources */ = {
408 isa = PBXResourcesBuildPhase;
409 buildActionMask = 2147483647;
410 files = (
411 );
412 runOnlyForDeploymentPostprocessing = 0;
413 };
414/* End PBXResourcesBuildPhase section */
415
416/* Begin PBXSourcesBuildPhase section */
417 8B4B28CD2F6704280045FA19 /* Sources */ = {
418 isa = PBXSourcesBuildPhase;
419 buildActionMask = 2147483647;
420 files = (
421 );
422 runOnlyForDeploymentPostprocessing = 0;
423 };
424 8B8182B32F6B73F3000AE049 /* Sources */ = {
425 isa = PBXSourcesBuildPhase;
426 buildActionMask = 2147483647;
427 files = (
428 );
429 runOnlyForDeploymentPostprocessing = 0;
430 };
431 8BE081F82F80000100000001 /* Sources */ = {
432 isa = PBXSourcesBuildPhase;
433 buildActionMask = 2147483647;
434 files = (
435 );
436 runOnlyForDeploymentPostprocessing = 0;
437 };
438 8BE083072F81000100000001 /* Sources */ = {
439 isa = PBXSourcesBuildPhase;
440 buildActionMask = 2147483647;
441 files = (
442 );
443 runOnlyForDeploymentPostprocessing = 0;
444 };
445/* End PBXSourcesBuildPhase section */
446
447/* Begin PBXTargetDependency section */
448 8B8182BC2F6B73F3000AE049 /* PBXTargetDependency */ = {
449 isa = PBXTargetDependency;
450 target = 8B4B28D02F6704280045FA19 /* Hutch */;
451 targetProxy = 8B8182BB2F6B73F3000AE049 /* PBXContainerItemProxy */;
452 };
453 8BE082042F80000100000001 /* PBXTargetDependency */ = {
454 isa = PBXTargetDependency;
455 target = 8BE081F72F80000100000001 /* HutchWidgetExtension */;
456 targetProxy = 8BE082022F80000100000001 /* PBXContainerItemProxy */;
457 };
458 8BE0830A2F81000100000001 /* PBXTargetDependency */ = {
459 isa = PBXTargetDependency;
460 target = 8BE083092F81000100000001 /* HutchSafariExtension */;
461 targetProxy = 8BE083022F81000100000001 /* PBXContainerItemProxy */;
462 };
463/* End PBXTargetDependency section */
464
465/* Begin XCBuildConfiguration section */
466 8B4B28DA2F6704290045FA19 /* Debug */ = {
467 isa = XCBuildConfiguration;
468 buildSettings = {
469 ALWAYS_SEARCH_USER_PATHS = NO;
470 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
471 CLANG_ANALYZER_NONNULL = YES;
472 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
473 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
474 CLANG_ENABLE_MODULES = YES;
475 CLANG_ENABLE_OBJC_ARC = YES;
476 CLANG_ENABLE_OBJC_WEAK = YES;
477 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
478 CLANG_WARN_BOOL_CONVERSION = YES;
479 CLANG_WARN_COMMA = YES;
480 CLANG_WARN_CONSTANT_CONVERSION = YES;
481 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
482 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
483 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
484 CLANG_WARN_EMPTY_BODY = YES;
485 CLANG_WARN_ENUM_CONVERSION = YES;
486 CLANG_WARN_INFINITE_RECURSION = YES;
487 CLANG_WARN_INT_CONVERSION = YES;
488 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
489 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
490 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
491 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
492 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
493 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
494 CLANG_WARN_STRICT_PROTOTYPES = YES;
495 CLANG_WARN_SUSPICIOUS_MOVE = YES;
496 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
497 CLANG_WARN_UNREACHABLE_CODE = YES;
498 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
499 COPY_PHASE_STRIP = NO;
500 DEBUG_INFORMATION_FORMAT = dwarf;
501 DEVELOPMENT_TEAM = ZCNAX3VL9D;
502 ENABLE_STRICT_OBJC_MSGSEND = YES;
503 ENABLE_TESTABILITY = YES;
504 ENABLE_USER_SCRIPT_SANDBOXING = YES;
505 GCC_C_LANGUAGE_STANDARD = gnu17;
506 GCC_DYNAMIC_NO_PIC = NO;
507 GCC_NO_COMMON_BLOCKS = YES;
508 GCC_OPTIMIZATION_LEVEL = 0;
509 GCC_PREPROCESSOR_DEFINITIONS = (
510 "DEBUG=1",
511 "$(inherited)",
512 );
513 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
514 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
515 GCC_WARN_UNDECLARED_SELECTOR = YES;
516 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
517 GCC_WARN_UNUSED_FUNCTION = YES;
518 GCC_WARN_UNUSED_VARIABLE = YES;
519 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
520 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
521 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
522 MTL_FAST_MATH = YES;
523 ONLY_ACTIVE_ARCH = YES;
524 SDKROOT = iphoneos;
525 STRING_CATALOG_GENERATE_SYMBOLS = YES;
526 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
527 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
528 };
529 name = Debug;
530 };
531 8B4B28DB2F6704290045FA19 /* Release */ = {
532 isa = XCBuildConfiguration;
533 buildSettings = {
534 ALWAYS_SEARCH_USER_PATHS = NO;
535 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
536 CLANG_ANALYZER_NONNULL = YES;
537 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
538 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
539 CLANG_ENABLE_MODULES = YES;
540 CLANG_ENABLE_OBJC_ARC = YES;
541 CLANG_ENABLE_OBJC_WEAK = YES;
542 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
543 CLANG_WARN_BOOL_CONVERSION = YES;
544 CLANG_WARN_COMMA = YES;
545 CLANG_WARN_CONSTANT_CONVERSION = YES;
546 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
547 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
548 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
549 CLANG_WARN_EMPTY_BODY = YES;
550 CLANG_WARN_ENUM_CONVERSION = YES;
551 CLANG_WARN_INFINITE_RECURSION = YES;
552 CLANG_WARN_INT_CONVERSION = YES;
553 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
554 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
555 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
556 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
557 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
558 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
559 CLANG_WARN_STRICT_PROTOTYPES = YES;
560 CLANG_WARN_SUSPICIOUS_MOVE = YES;
561 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
562 CLANG_WARN_UNREACHABLE_CODE = YES;
563 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
564 COPY_PHASE_STRIP = NO;
565 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
566 DEVELOPMENT_TEAM = ZCNAX3VL9D;
567 ENABLE_NS_ASSERTIONS = NO;
568 ENABLE_STRICT_OBJC_MSGSEND = YES;
569 ENABLE_USER_SCRIPT_SANDBOXING = YES;
570 GCC_C_LANGUAGE_STANDARD = gnu17;
571 GCC_NO_COMMON_BLOCKS = YES;
572 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
573 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
574 GCC_WARN_UNDECLARED_SELECTOR = YES;
575 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
576 GCC_WARN_UNUSED_FUNCTION = YES;
577 GCC_WARN_UNUSED_VARIABLE = YES;
578 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
579 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
580 MTL_ENABLE_DEBUG_INFO = NO;
581 MTL_FAST_MATH = YES;
582 SDKROOT = iphoneos;
583 STRING_CATALOG_GENERATE_SYMBOLS = YES;
584 SWIFT_COMPILATION_MODE = wholemodule;
585 VALIDATE_PRODUCT = YES;
586 };
587 name = Release;
588 };
589 8B4B28DD2F6704290045FA19 /* Debug */ = {
590 isa = XCBuildConfiguration;
591 buildSettings = {
592 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
593 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
594 CODE_SIGN_ENTITLEMENTS = Hutch/Hutch.entitlements;
595 CODE_SIGN_STYLE = Automatic;
596 CURRENT_PROJECT_VERSION = 90;
597 DEVELOPMENT_TEAM = ZCNAX3VL9D;
598 ENABLE_PREVIEWS = YES;
599 GENERATE_INFOPLIST_FILE = YES;
600 INFOPLIST_FILE = Hutch/Info.plist;
601 INFOPLIST_KEY_CFBundleDisplayName = Hutch;
602 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
603 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
604 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
605 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
606 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
607 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
608 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
609 LD_RUNPATH_SEARCH_PATHS = (
610 "$(inherited)",
611 "@executable_path/Frameworks",
612 );
613 MARKETING_VERSION = 3.8.2;
614 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch;
615 PRODUCT_NAME = "$(TARGET_NAME)";
616 STRING_CATALOG_GENERATE_SYMBOLS = YES;
617 SWIFT_APPROACHABLE_CONCURRENCY = YES;
618 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
619 SWIFT_EMIT_LOC_STRINGS = YES;
620 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
621 SWIFT_VERSION = 5.0;
622 TARGETED_DEVICE_FAMILY = "1,2";
623 };
624 name = Debug;
625 };
626 8B4B28DE2F6704290045FA19 /* Release */ = {
627 isa = XCBuildConfiguration;
628 buildSettings = {
629 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
630 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
631 CODE_SIGN_ENTITLEMENTS = Hutch/Hutch.entitlements;
632 CODE_SIGN_STYLE = Automatic;
633 CURRENT_PROJECT_VERSION = 90;
634 DEVELOPMENT_TEAM = ZCNAX3VL9D;
635 ENABLE_PREVIEWS = YES;
636 GENERATE_INFOPLIST_FILE = YES;
637 INFOPLIST_FILE = Hutch/Info.plist;
638 INFOPLIST_KEY_CFBundleDisplayName = Hutch;
639 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
640 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
641 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
642 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
643 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
644 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
645 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
646 LD_RUNPATH_SEARCH_PATHS = (
647 "$(inherited)",
648 "@executable_path/Frameworks",
649 );
650 MARKETING_VERSION = 3.8.2;
651 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch;
652 PRODUCT_NAME = "$(TARGET_NAME)";
653 STRING_CATALOG_GENERATE_SYMBOLS = YES;
654 SWIFT_APPROACHABLE_CONCURRENCY = YES;
655 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
656 SWIFT_EMIT_LOC_STRINGS = YES;
657 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
658 SWIFT_VERSION = 5.0;
659 TARGETED_DEVICE_FAMILY = "1,2";
660 };
661 name = Release;
662 };
663 8B8182BD2F6B73F3000AE049 /* Debug */ = {
664 isa = XCBuildConfiguration;
665 buildSettings = {
666 BUNDLE_LOADER = "$(TEST_HOST)";
667 CODE_SIGN_STYLE = Automatic;
668 CURRENT_PROJECT_VERSION = 1;
669 DEVELOPMENT_TEAM = ZCNAX3VL9D;
670 GENERATE_INFOPLIST_FILE = YES;
671 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
672 MARKETING_VERSION = 1.0;
673 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.HutchTests;
674 PRODUCT_NAME = "$(TARGET_NAME)";
675 STRING_CATALOG_GENERATE_SYMBOLS = NO;
676 SWIFT_APPROACHABLE_CONCURRENCY = YES;
677 SWIFT_EMIT_LOC_STRINGS = NO;
678 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
679 SWIFT_VERSION = 5.0;
680 TARGETED_DEVICE_FAMILY = "1,2";
681 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Hutch.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Hutch";
682 };
683 name = Debug;
684 };
685 8B8182BE2F6B73F3000AE049 /* Release */ = {
686 isa = XCBuildConfiguration;
687 buildSettings = {
688 BUNDLE_LOADER = "$(TEST_HOST)";
689 CODE_SIGN_STYLE = Automatic;
690 CURRENT_PROJECT_VERSION = 1;
691 DEVELOPMENT_TEAM = ZCNAX3VL9D;
692 GENERATE_INFOPLIST_FILE = YES;
693 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
694 MARKETING_VERSION = 1.0;
695 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.HutchTests;
696 PRODUCT_NAME = "$(TARGET_NAME)";
697 STRING_CATALOG_GENERATE_SYMBOLS = NO;
698 SWIFT_APPROACHABLE_CONCURRENCY = YES;
699 SWIFT_EMIT_LOC_STRINGS = NO;
700 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
701 SWIFT_VERSION = 5.0;
702 TARGETED_DEVICE_FAMILY = "1,2";
703 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Hutch.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Hutch";
704 };
705 name = Release;
706 };
707 8BE081FC2F80000100000001 /* Debug */ = {
708 isa = XCBuildConfiguration;
709 buildSettings = {
710 APPLICATION_EXTENSION_API_ONLY = YES;
711 CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements;
712 CODE_SIGN_STYLE = Automatic;
713 CURRENT_PROJECT_VERSION = 90;
714 DEVELOPMENT_TEAM = ZCNAX3VL9D;
715 GENERATE_INFOPLIST_FILE = NO;
716 INFOPLIST_FILE = HutchWidgetExtension/Info.plist;
717 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
718 LD_RUNPATH_SEARCH_PATHS = (
719 "$(inherited)",
720 "@executable_path/Frameworks",
721 "@executable_path/../../Frameworks",
722 );
723 MARKETING_VERSION = 3.8.2;
724 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchWidgetExtension;
725 PRODUCT_NAME = "$(TARGET_NAME)";
726 SKIP_INSTALL = YES;
727 STRING_CATALOG_GENERATE_SYMBOLS = YES;
728 SWIFT_APPROACHABLE_CONCURRENCY = YES;
729 SWIFT_EMIT_LOC_STRINGS = YES;
730 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
731 SWIFT_VERSION = 5.0;
732 TARGETED_DEVICE_FAMILY = "1,2";
733 };
734 name = Debug;
735 };
736 8BE081FD2F80000100000001 /* Release */ = {
737 isa = XCBuildConfiguration;
738 buildSettings = {
739 APPLICATION_EXTENSION_API_ONLY = YES;
740 CODE_SIGN_ENTITLEMENTS = HutchWidgetExtension/HutchWidgetExtension.entitlements;
741 CODE_SIGN_STYLE = Automatic;
742 CURRENT_PROJECT_VERSION = 90;
743 DEVELOPMENT_TEAM = ZCNAX3VL9D;
744 GENERATE_INFOPLIST_FILE = NO;
745 INFOPLIST_FILE = HutchWidgetExtension/Info.plist;
746 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
747 LD_RUNPATH_SEARCH_PATHS = (
748 "$(inherited)",
749 "@executable_path/Frameworks",
750 "@executable_path/../../Frameworks",
751 );
752 MARKETING_VERSION = 3.8.2;
753 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchWidgetExtension;
754 PRODUCT_NAME = "$(TARGET_NAME)";
755 SKIP_INSTALL = YES;
756 STRING_CATALOG_GENERATE_SYMBOLS = YES;
757 SWIFT_APPROACHABLE_CONCURRENCY = YES;
758 SWIFT_EMIT_LOC_STRINGS = YES;
759 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
760 SWIFT_VERSION = 5.0;
761 TARGETED_DEVICE_FAMILY = "1,2";
762 };
763 name = Release;
764 };
765 8BE0830B2F81000100000001 /* Debug */ = {
766 isa = XCBuildConfiguration;
767 buildSettings = {
768 APPLICATION_EXTENSION_API_ONLY = YES;
769 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
770 CODE_SIGN_STYLE = Automatic;
771 CURRENT_PROJECT_VERSION = 90;
772 DEVELOPMENT_TEAM = ZCNAX3VL9D;
773 GENERATE_INFOPLIST_FILE = NO;
774 INFOPLIST_FILE = HutchSafariExtension/Info.plist;
775 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
776 LD_RUNPATH_SEARCH_PATHS = (
777 "$(inherited)",
778 "@executable_path/Frameworks",
779 "@executable_path/../../Frameworks",
780 );
781 MARKETING_VERSION = 3.8.2;
782 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchSafariExtension;
783 PRODUCT_NAME = "$(TARGET_NAME)";
784 SKIP_INSTALL = YES;
785 STRING_CATALOG_GENERATE_SYMBOLS = YES;
786 SWIFT_APPROACHABLE_CONCURRENCY = YES;
787 SWIFT_EMIT_LOC_STRINGS = YES;
788 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
789 SWIFT_VERSION = 5.0;
790 TARGETED_DEVICE_FAMILY = "1,2";
791 };
792 name = Debug;
793 };
794 8BE0830C2F81000100000001 /* Release */ = {
795 isa = XCBuildConfiguration;
796 buildSettings = {
797 APPLICATION_EXTENSION_API_ONLY = YES;
798 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
799 CODE_SIGN_STYLE = Automatic;
800 CURRENT_PROJECT_VERSION = 90;
801 DEVELOPMENT_TEAM = ZCNAX3VL9D;
802 GENERATE_INFOPLIST_FILE = NO;
803 INFOPLIST_FILE = HutchSafariExtension/Info.plist;
804 IPHONEOS_DEPLOYMENT_TARGET = 17.6;
805 LD_RUNPATH_SEARCH_PATHS = (
806 "$(inherited)",
807 "@executable_path/Frameworks",
808 "@executable_path/../../Frameworks",
809 );
810 MARKETING_VERSION = 3.8.2;
811 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch.HutchSafariExtension;
812 PRODUCT_NAME = "$(TARGET_NAME)";
813 SKIP_INSTALL = YES;
814 STRING_CATALOG_GENERATE_SYMBOLS = YES;
815 SWIFT_APPROACHABLE_CONCURRENCY = YES;
816 SWIFT_EMIT_LOC_STRINGS = YES;
817 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
818 SWIFT_VERSION = 5.0;
819 TARGETED_DEVICE_FAMILY = "1,2";
820 };
821 name = Release;
822 };
823/* End XCBuildConfiguration section */
824
825/* Begin XCConfigurationList section */
826 8B4B28CC2F6704280045FA19 /* Build configuration list for PBXProject "Hutch" */ = {
827 isa = XCConfigurationList;
828 buildConfigurations = (
829 8B4B28DA2F6704290045FA19 /* Debug */,
830 8B4B28DB2F6704290045FA19 /* Release */,
831 );
832 defaultConfigurationIsVisible = 0;
833 defaultConfigurationName = Release;
834 };
835 8B4B28DC2F6704290045FA19 /* Build configuration list for PBXNativeTarget "Hutch" */ = {
836 isa = XCConfigurationList;
837 buildConfigurations = (
838 8B4B28DD2F6704290045FA19 /* Debug */,
839 8B4B28DE2F6704290045FA19 /* Release */,
840 );
841 defaultConfigurationIsVisible = 0;
842 defaultConfigurationName = Release;
843 };
844 8B8182BF2F6B73F3000AE049 /* Build configuration list for PBXNativeTarget "HutchTests" */ = {
845 isa = XCConfigurationList;
846 buildConfigurations = (
847 8B8182BD2F6B73F3000AE049 /* Debug */,
848 8B8182BE2F6B73F3000AE049 /* Release */,
849 );
850 defaultConfigurationIsVisible = 0;
851 defaultConfigurationName = Release;
852 };
853 8BE081FE2F80000100000001 /* Build configuration list for PBXNativeTarget "HutchWidgetExtension" */ = {
854 isa = XCConfigurationList;
855 buildConfigurations = (
856 8BE081FC2F80000100000001 /* Debug */,
857 8BE081FD2F80000100000001 /* Release */,
858 );
859 defaultConfigurationIsVisible = 0;
860 defaultConfigurationName = Release;
861 };
862 8BE0830D2F81000100000001 /* Build configuration list for PBXNativeTarget "HutchSafariExtension" */ = {
863 isa = XCConfigurationList;
864 buildConfigurations = (
865 8BE0830B2F81000100000001 /* Debug */,
866 8BE0830C2F81000100000001 /* Release */,
867 );
868 defaultConfigurationIsVisible = 0;
869 defaultConfigurationName = Release;
870 };
871/* End XCConfigurationList section */
872
873/* Begin XCRemoteSwiftPackageReference section */
874 8BF100012F9A000100000001 /* XCRemoteSwiftPackageReference "swift-markdown" */ = {
875 isa = XCRemoteSwiftPackageReference;
876 repositoryURL = "https://github.com/apple/swift-markdown";
877 requirement = {
878 kind = upToNextMajorVersion;
879 minimumVersion = 0.8.0;
880 };
881 };
882/* End XCRemoteSwiftPackageReference section */
883
884/* Begin XCSwiftPackageProductDependency section */
885 8BF100022F9A000100000001 /* Markdown */ = {
886 isa = XCSwiftPackageProductDependency;
887 package = 8BF100012F9A000100000001 /* XCRemoteSwiftPackageReference "swift-markdown" */;
888 productName = Markdown;
889 };
890/* End XCSwiftPackageProductDependency section */
891 };
892 rootObject = 8B4B28C92F6704280045FA19 /* Project object */;
893}