krz/rune
an ios client for njalla
clone: git clone https://gitbay.org/krz/rune.git
v1.0.0: Rune.xcodeproj/project.pbxproj · raw
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 77;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 8B9907952F7206FB007853B5 /* API.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B9907932F7206FB007853B5 /* API.md */; };
11 8B9907962F7206FB007853B5 /* PLANNING.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B9907942F7206FB007853B5 /* PLANNING.md */; };
12/* End PBXBuildFile section */
13
14/* Begin PBXContainerItemProxy section */
15 8B9907772F7206E3007853B5 /* PBXContainerItemProxy */ = {
16 isa = PBXContainerItemProxy;
17 containerPortal = 8B9907612F7206E2007853B5 /* Project object */;
18 proxyType = 1;
19 remoteGlobalIDString = 8B9907682F7206E2007853B5;
20 remoteInfo = Rune;
21 };
22 8B9907812F7206E3007853B5 /* PBXContainerItemProxy */ = {
23 isa = PBXContainerItemProxy;
24 containerPortal = 8B9907612F7206E2007853B5 /* Project object */;
25 proxyType = 1;
26 remoteGlobalIDString = 8B9907682F7206E2007853B5;
27 remoteInfo = Rune;
28 };
29/* End PBXContainerItemProxy section */
30
31/* Begin PBXFileReference section */
32 8B9907692F7206E2007853B5 /* Rune.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Rune.app; sourceTree = BUILT_PRODUCTS_DIR; };
33 8B9907762F7206E3007853B5 /* RuneTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RuneTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
34 8B9907802F7206E3007853B5 /* RuneUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RuneUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
35 8B9907932F7206FB007853B5 /* API.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = API.md; sourceTree = "<group>"; };
36 8B9907942F7206FB007853B5 /* PLANNING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PLANNING.md; sourceTree = "<group>"; };
37/* End PBXFileReference section */
38
39/* Begin PBXFileSystemSynchronizedRootGroup section */
40 8B99076B2F7206E2007853B5 /* Rune */ = {
41 isa = PBXFileSystemSynchronizedRootGroup;
42 path = Rune;
43 sourceTree = "<group>";
44 };
45 8B9907792F7206E3007853B5 /* RuneTests */ = {
46 isa = PBXFileSystemSynchronizedRootGroup;
47 path = RuneTests;
48 sourceTree = "<group>";
49 };
50 8B9907832F7206E3007853B5 /* RuneUITests */ = {
51 isa = PBXFileSystemSynchronizedRootGroup;
52 path = RuneUITests;
53 sourceTree = "<group>";
54 };
55/* End PBXFileSystemSynchronizedRootGroup section */
56
57/* Begin PBXFrameworksBuildPhase section */
58 8B9907662F7206E2007853B5 /* Frameworks */ = {
59 isa = PBXFrameworksBuildPhase;
60 buildActionMask = 2147483647;
61 files = (
62 );
63 runOnlyForDeploymentPostprocessing = 0;
64 };
65 8B9907732F7206E3007853B5 /* Frameworks */ = {
66 isa = PBXFrameworksBuildPhase;
67 buildActionMask = 2147483647;
68 files = (
69 );
70 runOnlyForDeploymentPostprocessing = 0;
71 };
72 8B99077D2F7206E3007853B5 /* Frameworks */ = {
73 isa = PBXFrameworksBuildPhase;
74 buildActionMask = 2147483647;
75 files = (
76 );
77 runOnlyForDeploymentPostprocessing = 0;
78 };
79/* End PBXFrameworksBuildPhase section */
80
81/* Begin PBXGroup section */
82 8B9907602F7206E2007853B5 = {
83 isa = PBXGroup;
84 children = (
85 8B9907932F7206FB007853B5 /* API.md */,
86 8B9907942F7206FB007853B5 /* PLANNING.md */,
87 8B99076B2F7206E2007853B5 /* Rune */,
88 8B9907792F7206E3007853B5 /* RuneTests */,
89 8B9907832F7206E3007853B5 /* RuneUITests */,
90 8B99076A2F7206E2007853B5 /* Products */,
91 );
92 sourceTree = "<group>";
93 };
94 8B99076A2F7206E2007853B5 /* Products */ = {
95 isa = PBXGroup;
96 children = (
97 8B9907692F7206E2007853B5 /* Rune.app */,
98 8B9907762F7206E3007853B5 /* RuneTests.xctest */,
99 8B9907802F7206E3007853B5 /* RuneUITests.xctest */,
100 );
101 name = Products;
102 sourceTree = "<group>";
103 };
104/* End PBXGroup section */
105
106/* Begin PBXNativeTarget section */
107 8B9907682F7206E2007853B5 /* Rune */ = {
108 isa = PBXNativeTarget;
109 buildConfigurationList = 8B99078A2F7206E3007853B5 /* Build configuration list for PBXNativeTarget "Rune" */;
110 buildPhases = (
111 8B9907652F7206E2007853B5 /* Sources */,
112 8B9907662F7206E2007853B5 /* Frameworks */,
113 8B9907672F7206E2007853B5 /* Resources */,
114 );
115 buildRules = (
116 );
117 dependencies = (
118 );
119 fileSystemSynchronizedGroups = (
120 8B99076B2F7206E2007853B5 /* Rune */,
121 );
122 name = Rune;
123 packageProductDependencies = (
124 );
125 productName = Rune;
126 productReference = 8B9907692F7206E2007853B5 /* Rune.app */;
127 productType = "com.apple.product-type.application";
128 };
129 8B9907752F7206E3007853B5 /* RuneTests */ = {
130 isa = PBXNativeTarget;
131 buildConfigurationList = 8B99078D2F7206E3007853B5 /* Build configuration list for PBXNativeTarget "RuneTests" */;
132 buildPhases = (
133 8B9907722F7206E3007853B5 /* Sources */,
134 8B9907732F7206E3007853B5 /* Frameworks */,
135 8B9907742F7206E3007853B5 /* Resources */,
136 );
137 buildRules = (
138 );
139 dependencies = (
140 8B9907782F7206E3007853B5 /* PBXTargetDependency */,
141 );
142 fileSystemSynchronizedGroups = (
143 8B9907792F7206E3007853B5 /* RuneTests */,
144 );
145 name = RuneTests;
146 packageProductDependencies = (
147 );
148 productName = RuneTests;
149 productReference = 8B9907762F7206E3007853B5 /* RuneTests.xctest */;
150 productType = "com.apple.product-type.bundle.unit-test";
151 };
152 8B99077F2F7206E3007853B5 /* RuneUITests */ = {
153 isa = PBXNativeTarget;
154 buildConfigurationList = 8B9907902F7206E3007853B5 /* Build configuration list for PBXNativeTarget "RuneUITests" */;
155 buildPhases = (
156 8B99077C2F7206E3007853B5 /* Sources */,
157 8B99077D2F7206E3007853B5 /* Frameworks */,
158 8B99077E2F7206E3007853B5 /* Resources */,
159 );
160 buildRules = (
161 );
162 dependencies = (
163 8B9907822F7206E3007853B5 /* PBXTargetDependency */,
164 );
165 fileSystemSynchronizedGroups = (
166 8B9907832F7206E3007853B5 /* RuneUITests */,
167 );
168 name = RuneUITests;
169 packageProductDependencies = (
170 );
171 productName = RuneUITests;
172 productReference = 8B9907802F7206E3007853B5 /* RuneUITests.xctest */;
173 productType = "com.apple.product-type.bundle.ui-testing";
174 };
175/* End PBXNativeTarget section */
176
177/* Begin PBXProject section */
178 8B9907612F7206E2007853B5 /* Project object */ = {
179 isa = PBXProject;
180 attributes = {
181 BuildIndependentTargetsInParallel = 1;
182 LastSwiftUpdateCheck = 2630;
183 LastUpgradeCheck = 2630;
184 TargetAttributes = {
185 8B9907682F7206E2007853B5 = {
186 CreatedOnToolsVersion = 26.3;
187 };
188 8B9907752F7206E3007853B5 = {
189 CreatedOnToolsVersion = 26.3;
190 TestTargetID = 8B9907682F7206E2007853B5;
191 };
192 8B99077F2F7206E3007853B5 = {
193 CreatedOnToolsVersion = 26.3;
194 TestTargetID = 8B9907682F7206E2007853B5;
195 };
196 };
197 };
198 buildConfigurationList = 8B9907642F7206E2007853B5 /* Build configuration list for PBXProject "Rune" */;
199 developmentRegion = en;
200 hasScannedForEncodings = 0;
201 knownRegions = (
202 en,
203 Base,
204 );
205 mainGroup = 8B9907602F7206E2007853B5;
206 minimizedProjectReferenceProxies = 1;
207 preferredProjectObjectVersion = 77;
208 productRefGroup = 8B99076A2F7206E2007853B5 /* Products */;
209 projectDirPath = "";
210 projectRoot = "";
211 targets = (
212 8B9907682F7206E2007853B5 /* Rune */,
213 8B9907752F7206E3007853B5 /* RuneTests */,
214 8B99077F2F7206E3007853B5 /* RuneUITests */,
215 );
216 };
217/* End PBXProject section */
218
219/* Begin PBXResourcesBuildPhase section */
220 8B9907672F7206E2007853B5 /* Resources */ = {
221 isa = PBXResourcesBuildPhase;
222 buildActionMask = 2147483647;
223 files = (
224 8B9907952F7206FB007853B5 /* API.md in Resources */,
225 8B9907962F7206FB007853B5 /* PLANNING.md in Resources */,
226 );
227 runOnlyForDeploymentPostprocessing = 0;
228 };
229 8B9907742F7206E3007853B5 /* Resources */ = {
230 isa = PBXResourcesBuildPhase;
231 buildActionMask = 2147483647;
232 files = (
233 );
234 runOnlyForDeploymentPostprocessing = 0;
235 };
236 8B99077E2F7206E3007853B5 /* Resources */ = {
237 isa = PBXResourcesBuildPhase;
238 buildActionMask = 2147483647;
239 files = (
240 );
241 runOnlyForDeploymentPostprocessing = 0;
242 };
243/* End PBXResourcesBuildPhase section */
244
245/* Begin PBXSourcesBuildPhase section */
246 8B9907652F7206E2007853B5 /* Sources */ = {
247 isa = PBXSourcesBuildPhase;
248 buildActionMask = 2147483647;
249 files = (
250 );
251 runOnlyForDeploymentPostprocessing = 0;
252 };
253 8B9907722F7206E3007853B5 /* Sources */ = {
254 isa = PBXSourcesBuildPhase;
255 buildActionMask = 2147483647;
256 files = (
257 );
258 runOnlyForDeploymentPostprocessing = 0;
259 };
260 8B99077C2F7206E3007853B5 /* Sources */ = {
261 isa = PBXSourcesBuildPhase;
262 buildActionMask = 2147483647;
263 files = (
264 );
265 runOnlyForDeploymentPostprocessing = 0;
266 };
267/* End PBXSourcesBuildPhase section */
268
269/* Begin PBXTargetDependency section */
270 8B9907782F7206E3007853B5 /* PBXTargetDependency */ = {
271 isa = PBXTargetDependency;
272 target = 8B9907682F7206E2007853B5 /* Rune */;
273 targetProxy = 8B9907772F7206E3007853B5 /* PBXContainerItemProxy */;
274 };
275 8B9907822F7206E3007853B5 /* PBXTargetDependency */ = {
276 isa = PBXTargetDependency;
277 target = 8B9907682F7206E2007853B5 /* Rune */;
278 targetProxy = 8B9907812F7206E3007853B5 /* PBXContainerItemProxy */;
279 };
280/* End PBXTargetDependency section */
281
282/* Begin XCBuildConfiguration section */
283 8B9907882F7206E3007853B5 /* Debug */ = {
284 isa = XCBuildConfiguration;
285 buildSettings = {
286 ALWAYS_SEARCH_USER_PATHS = NO;
287 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
288 CLANG_ANALYZER_NONNULL = YES;
289 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
290 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
291 CLANG_ENABLE_MODULES = YES;
292 CLANG_ENABLE_OBJC_ARC = YES;
293 CLANG_ENABLE_OBJC_WEAK = YES;
294 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
295 CLANG_WARN_BOOL_CONVERSION = YES;
296 CLANG_WARN_COMMA = YES;
297 CLANG_WARN_CONSTANT_CONVERSION = YES;
298 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
299 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
300 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
301 CLANG_WARN_EMPTY_BODY = YES;
302 CLANG_WARN_ENUM_CONVERSION = YES;
303 CLANG_WARN_INFINITE_RECURSION = YES;
304 CLANG_WARN_INT_CONVERSION = YES;
305 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
306 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
307 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
308 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
309 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
310 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
311 CLANG_WARN_STRICT_PROTOTYPES = YES;
312 CLANG_WARN_SUSPICIOUS_MOVE = YES;
313 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
314 CLANG_WARN_UNREACHABLE_CODE = YES;
315 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
316 COPY_PHASE_STRIP = NO;
317 DEBUG_INFORMATION_FORMAT = dwarf;
318 DEVELOPMENT_TEAM = ZCNAX3VL9D;
319 ENABLE_STRICT_OBJC_MSGSEND = YES;
320 ENABLE_TESTABILITY = YES;
321 ENABLE_USER_SCRIPT_SANDBOXING = YES;
322 GCC_C_LANGUAGE_STANDARD = gnu17;
323 GCC_DYNAMIC_NO_PIC = NO;
324 GCC_NO_COMMON_BLOCKS = YES;
325 GCC_OPTIMIZATION_LEVEL = 0;
326 GCC_PREPROCESSOR_DEFINITIONS = (
327 "DEBUG=1",
328 "$(inherited)",
329 );
330 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
331 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
332 GCC_WARN_UNDECLARED_SELECTOR = YES;
333 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
334 GCC_WARN_UNUSED_FUNCTION = YES;
335 GCC_WARN_UNUSED_VARIABLE = YES;
336 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
337 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
338 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
339 MTL_FAST_MATH = YES;
340 ONLY_ACTIVE_ARCH = YES;
341 SDKROOT = iphoneos;
342 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
343 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
344 };
345 name = Debug;
346 };
347 8B9907892F7206E3007853B5 /* Release */ = {
348 isa = XCBuildConfiguration;
349 buildSettings = {
350 ALWAYS_SEARCH_USER_PATHS = NO;
351 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
352 CLANG_ANALYZER_NONNULL = YES;
353 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
354 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
355 CLANG_ENABLE_MODULES = YES;
356 CLANG_ENABLE_OBJC_ARC = YES;
357 CLANG_ENABLE_OBJC_WEAK = YES;
358 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
359 CLANG_WARN_BOOL_CONVERSION = YES;
360 CLANG_WARN_COMMA = YES;
361 CLANG_WARN_CONSTANT_CONVERSION = YES;
362 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
363 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
364 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
365 CLANG_WARN_EMPTY_BODY = YES;
366 CLANG_WARN_ENUM_CONVERSION = YES;
367 CLANG_WARN_INFINITE_RECURSION = YES;
368 CLANG_WARN_INT_CONVERSION = YES;
369 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
370 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
371 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
372 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
373 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
374 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
375 CLANG_WARN_STRICT_PROTOTYPES = YES;
376 CLANG_WARN_SUSPICIOUS_MOVE = YES;
377 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
378 CLANG_WARN_UNREACHABLE_CODE = YES;
379 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
380 COPY_PHASE_STRIP = NO;
381 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
382 DEVELOPMENT_TEAM = ZCNAX3VL9D;
383 ENABLE_NS_ASSERTIONS = NO;
384 ENABLE_STRICT_OBJC_MSGSEND = YES;
385 ENABLE_USER_SCRIPT_SANDBOXING = YES;
386 GCC_C_LANGUAGE_STANDARD = gnu17;
387 GCC_NO_COMMON_BLOCKS = YES;
388 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
389 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
390 GCC_WARN_UNDECLARED_SELECTOR = YES;
391 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
392 GCC_WARN_UNUSED_FUNCTION = YES;
393 GCC_WARN_UNUSED_VARIABLE = YES;
394 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
395 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
396 MTL_ENABLE_DEBUG_INFO = NO;
397 MTL_FAST_MATH = YES;
398 SDKROOT = iphoneos;
399 SWIFT_COMPILATION_MODE = wholemodule;
400 VALIDATE_PRODUCT = YES;
401 };
402 name = Release;
403 };
404 8B99078B2F7206E3007853B5 /* Debug */ = {
405 isa = XCBuildConfiguration;
406 buildSettings = {
407 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
408 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
409 CODE_SIGN_STYLE = Automatic;
410 CURRENT_PROJECT_VERSION = 1;
411 DEVELOPMENT_TEAM = ZCNAX3VL9D;
412 ENABLE_PREVIEWS = YES;
413 GENERATE_INFOPLIST_FILE = YES;
414 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
415 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
416 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
417 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
418 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
419 LD_RUNPATH_SEARCH_PATHS = (
420 "$(inherited)",
421 "@executable_path/Frameworks",
422 );
423 MARKETING_VERSION = 1.0;
424 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Rune;
425 PRODUCT_NAME = "$(TARGET_NAME)";
426 STRING_CATALOG_GENERATE_SYMBOLS = YES;
427 SWIFT_APPROACHABLE_CONCURRENCY = YES;
428 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
429 SWIFT_EMIT_LOC_STRINGS = YES;
430 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
431 SWIFT_VERSION = 5.0;
432 TARGETED_DEVICE_FAMILY = "1,2";
433 };
434 name = Debug;
435 };
436 8B99078C2F7206E3007853B5 /* Release */ = {
437 isa = XCBuildConfiguration;
438 buildSettings = {
439 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
440 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
441 CODE_SIGN_STYLE = Automatic;
442 CURRENT_PROJECT_VERSION = 1;
443 DEVELOPMENT_TEAM = ZCNAX3VL9D;
444 ENABLE_PREVIEWS = YES;
445 GENERATE_INFOPLIST_FILE = YES;
446 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
447 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
448 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
449 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
450 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
451 LD_RUNPATH_SEARCH_PATHS = (
452 "$(inherited)",
453 "@executable_path/Frameworks",
454 );
455 MARKETING_VERSION = 1.0;
456 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Rune;
457 PRODUCT_NAME = "$(TARGET_NAME)";
458 STRING_CATALOG_GENERATE_SYMBOLS = YES;
459 SWIFT_APPROACHABLE_CONCURRENCY = YES;
460 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
461 SWIFT_EMIT_LOC_STRINGS = YES;
462 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
463 SWIFT_VERSION = 5.0;
464 TARGETED_DEVICE_FAMILY = "1,2";
465 };
466 name = Release;
467 };
468 8B99078E2F7206E3007853B5 /* Debug */ = {
469 isa = XCBuildConfiguration;
470 buildSettings = {
471 BUNDLE_LOADER = "$(TEST_HOST)";
472 CODE_SIGN_STYLE = Automatic;
473 CURRENT_PROJECT_VERSION = 1;
474 DEVELOPMENT_TEAM = ZCNAX3VL9D;
475 GENERATE_INFOPLIST_FILE = YES;
476 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
477 MARKETING_VERSION = 1.0;
478 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.RuneTests;
479 PRODUCT_NAME = "$(TARGET_NAME)";
480 STRING_CATALOG_GENERATE_SYMBOLS = NO;
481 SWIFT_APPROACHABLE_CONCURRENCY = YES;
482 SWIFT_EMIT_LOC_STRINGS = NO;
483 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
484 SWIFT_VERSION = 5.0;
485 TARGETED_DEVICE_FAMILY = "1,2";
486 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Rune.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Rune";
487 };
488 name = Debug;
489 };
490 8B99078F2F7206E3007853B5 /* Release */ = {
491 isa = XCBuildConfiguration;
492 buildSettings = {
493 BUNDLE_LOADER = "$(TEST_HOST)";
494 CODE_SIGN_STYLE = Automatic;
495 CURRENT_PROJECT_VERSION = 1;
496 DEVELOPMENT_TEAM = ZCNAX3VL9D;
497 GENERATE_INFOPLIST_FILE = YES;
498 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
499 MARKETING_VERSION = 1.0;
500 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.RuneTests;
501 PRODUCT_NAME = "$(TARGET_NAME)";
502 STRING_CATALOG_GENERATE_SYMBOLS = NO;
503 SWIFT_APPROACHABLE_CONCURRENCY = YES;
504 SWIFT_EMIT_LOC_STRINGS = NO;
505 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
506 SWIFT_VERSION = 5.0;
507 TARGETED_DEVICE_FAMILY = "1,2";
508 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Rune.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Rune";
509 };
510 name = Release;
511 };
512 8B9907912F7206E3007853B5 /* Debug */ = {
513 isa = XCBuildConfiguration;
514 buildSettings = {
515 CODE_SIGN_STYLE = Automatic;
516 CURRENT_PROJECT_VERSION = 1;
517 DEVELOPMENT_TEAM = ZCNAX3VL9D;
518 GENERATE_INFOPLIST_FILE = YES;
519 MARKETING_VERSION = 1.0;
520 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.RuneUITests;
521 PRODUCT_NAME = "$(TARGET_NAME)";
522 STRING_CATALOG_GENERATE_SYMBOLS = NO;
523 SWIFT_APPROACHABLE_CONCURRENCY = YES;
524 SWIFT_EMIT_LOC_STRINGS = NO;
525 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
526 SWIFT_VERSION = 5.0;
527 TARGETED_DEVICE_FAMILY = "1,2";
528 TEST_TARGET_NAME = Rune;
529 };
530 name = Debug;
531 };
532 8B9907922F7206E3007853B5 /* Release */ = {
533 isa = XCBuildConfiguration;
534 buildSettings = {
535 CODE_SIGN_STYLE = Automatic;
536 CURRENT_PROJECT_VERSION = 1;
537 DEVELOPMENT_TEAM = ZCNAX3VL9D;
538 GENERATE_INFOPLIST_FILE = YES;
539 MARKETING_VERSION = 1.0;
540 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.RuneUITests;
541 PRODUCT_NAME = "$(TARGET_NAME)";
542 STRING_CATALOG_GENERATE_SYMBOLS = NO;
543 SWIFT_APPROACHABLE_CONCURRENCY = YES;
544 SWIFT_EMIT_LOC_STRINGS = NO;
545 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
546 SWIFT_VERSION = 5.0;
547 TARGETED_DEVICE_FAMILY = "1,2";
548 TEST_TARGET_NAME = Rune;
549 };
550 name = Release;
551 };
552/* End XCBuildConfiguration section */
553
554/* Begin XCConfigurationList section */
555 8B9907642F7206E2007853B5 /* Build configuration list for PBXProject "Rune" */ = {
556 isa = XCConfigurationList;
557 buildConfigurations = (
558 8B9907882F7206E3007853B5 /* Debug */,
559 8B9907892F7206E3007853B5 /* Release */,
560 );
561 defaultConfigurationIsVisible = 0;
562 defaultConfigurationName = Release;
563 };
564 8B99078A2F7206E3007853B5 /* Build configuration list for PBXNativeTarget "Rune" */ = {
565 isa = XCConfigurationList;
566 buildConfigurations = (
567 8B99078B2F7206E3007853B5 /* Debug */,
568 8B99078C2F7206E3007853B5 /* Release */,
569 );
570 defaultConfigurationIsVisible = 0;
571 defaultConfigurationName = Release;
572 };
573 8B99078D2F7206E3007853B5 /* Build configuration list for PBXNativeTarget "RuneTests" */ = {
574 isa = XCConfigurationList;
575 buildConfigurations = (
576 8B99078E2F7206E3007853B5 /* Debug */,
577 8B99078F2F7206E3007853B5 /* Release */,
578 );
579 defaultConfigurationIsVisible = 0;
580 defaultConfigurationName = Release;
581 };
582 8B9907902F7206E3007853B5 /* Build configuration list for PBXNativeTarget "RuneUITests" */ = {
583 isa = XCConfigurationList;
584 buildConfigurations = (
585 8B9907912F7206E3007853B5 /* Debug */,
586 8B9907922F7206E3007853B5 /* Release */,
587 );
588 defaultConfigurationIsVisible = 0;
589 defaultConfigurationName = Release;
590 };
591/* End XCConfigurationList section */
592 };
593 rootObject = 8B9907612F7206E2007853B5 /* Project object */;
594}