1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 56;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 549479CB2AC9E16000E0F78B /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 549479CA2AC9E16000E0F78B /* Metal.framework */; };
11 79E1D9CD2B4CD16E005F8E46 /* InputButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79E1D9CC2B4CD16E005F8E46 /* InputButton.swift */; };
12 7FA3D2B32B2EA2F600543F92 /* DownloadButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA3D2B22B2EA2F600543F92 /* DownloadButton.swift */; };
13 8A1C83772AC328BD0096AF73 /* llama_swiftuiApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A1C83762AC328BD0096AF73 /* llama_swiftuiApp.swift */; };
14 8A1C83792AC328BD0096AF73 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A1C83782AC328BD0096AF73 /* ContentView.swift */; };
15 8A1C837B2AC328BE0096AF73 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A1C837A2AC328BE0096AF73 /* Assets.xcassets */; };
16 8A39BE0A2AC7601100BFEB40 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A39BE092AC7601000BFEB40 /* Accelerate.framework */; };
17 8A3F84242AC4C891005E2EE8 /* models in Resources */ = {isa = PBXBuildFile; fileRef = 8A3F84232AC4C891005E2EE8 /* models */; };
18 8A907F332AC7138A006146EA /* LibLlama.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A907F322AC7134E006146EA /* LibLlama.swift */; };
19 8A9F7C4D2AC332EE008AE1EA /* LlamaState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */; };
20 DD84C9FD2D747FED007778EC /* llama.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD84C9FC2D747FED007778EC /* llama.xcframework */; };
21 DD84C9FE2D747FED007778EC /* llama.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DD84C9FC2D747FED007778EC /* llama.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
22 F1FE20E22B465ECA00B45541 /* LoadCustomButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */; };
23/* End PBXBuildFile section */
24
25/* Begin PBXCopyFilesBuildPhase section */
26 DD84C9FF2D747FED007778EC /* Embed Frameworks */ = {
27 isa = PBXCopyFilesBuildPhase;
28 buildActionMask = 2147483647;
29 dstPath = "";
30 dstSubfolderSpec = 10;
31 files = (
32 DD84C9FE2D747FED007778EC /* llama.xcframework in Embed Frameworks */,
33 );
34 name = "Embed Frameworks";
35 runOnlyForDeploymentPostprocessing = 0;
36 };
37/* End PBXCopyFilesBuildPhase section */
38
39/* Begin PBXFileReference section */
40 549479CA2AC9E16000E0F78B /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; };
41 79E1D9CC2B4CD16E005F8E46 /* InputButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputButton.swift; sourceTree = "<group>"; };
42 7FA3D2B22B2EA2F600543F92 /* DownloadButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadButton.swift; sourceTree = "<group>"; };
43 8A1C83732AC328BD0096AF73 /* llama.swiftui.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = llama.swiftui.app; sourceTree = BUILT_PRODUCTS_DIR; };
44 8A1C83762AC328BD0096AF73 /* llama_swiftuiApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = llama_swiftuiApp.swift; sourceTree = "<group>"; };
45 8A1C83782AC328BD0096AF73 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
46 8A1C837A2AC328BE0096AF73 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
47 8A39BE092AC7601000BFEB40 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
48 8A3F84232AC4C891005E2EE8 /* models */ = {isa = PBXFileReference; lastKnownFileType = folder; name = models; path = llama.swiftui/Resources/models; sourceTree = "<group>"; };
49 8A907F322AC7134E006146EA /* LibLlama.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibLlama.swift; sourceTree = "<group>"; };
50 8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LlamaState.swift; sourceTree = "<group>"; };
51 DD84C9FC2D747FED007778EC /* llama.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = llama.xcframework; path = "../../build-apple/llama.xcframework"; sourceTree = "<group>"; };
52 DF2D2FE72B4A59BE00FCB72D /* llama.cpp */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = llama.cpp; path = ../..; sourceTree = "<group>"; };
53 F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadCustomButton.swift; sourceTree = "<group>"; };
54/* End PBXFileReference section */
55
56/* Begin PBXFrameworksBuildPhase section */
57 8A1C83702AC328BD0096AF73 /* Frameworks */ = {
58 isa = PBXFrameworksBuildPhase;
59 buildActionMask = 2147483647;
60 files = (
61 549479CB2AC9E16000E0F78B /* Metal.framework in Frameworks */,
62 8A39BE0A2AC7601100BFEB40 /* Accelerate.framework in Frameworks */,
63 DD84C9FD2D747FED007778EC /* llama.xcframework in Frameworks */,
64 );
65 runOnlyForDeploymentPostprocessing = 0;
66 };
67/* End PBXFrameworksBuildPhase section */
68
69/* Begin PBXGroup section */
70 8A1C836A2AC328BD0096AF73 = {
71 isa = PBXGroup;
72 children = (
73 DF2D2FE72B4A59BE00FCB72D /* llama.cpp */,
74 8A907F312AC7134E006146EA /* llama.cpp.swift */,
75 8A3F84232AC4C891005E2EE8 /* models */,
76 8A1C83752AC328BD0096AF73 /* llama.swiftui */,
77 8A1C83742AC328BD0096AF73 /* Products */,
78 8A39BE082AC7601000BFEB40 /* Frameworks */,
79 );
80 sourceTree = "<group>";
81 };
82 8A1C83742AC328BD0096AF73 /* Products */ = {
83 isa = PBXGroup;
84 children = (
85 8A1C83732AC328BD0096AF73 /* llama.swiftui.app */,
86 );
87 name = Products;
88 sourceTree = "<group>";
89 };
90 8A1C83752AC328BD0096AF73 /* llama.swiftui */ = {
91 isa = PBXGroup;
92 children = (
93 8A3F84102AC4BD85005E2EE8 /* Resources */,
94 8A9F7C4B2AC332DC008AE1EA /* Models */,
95 8A9F7C4A2AC332BF008AE1EA /* UI */,
96 8A1C83762AC328BD0096AF73 /* llama_swiftuiApp.swift */,
97 8A1C837A2AC328BE0096AF73 /* Assets.xcassets */,
98 );
99 path = llama.swiftui;
100 sourceTree = "<group>";
101 };
102 8A39BE082AC7601000BFEB40 /* Frameworks */ = {
103 isa = PBXGroup;
104 children = (
105 DD84C9FC2D747FED007778EC /* llama.xcframework */,
106 549479CA2AC9E16000E0F78B /* Metal.framework */,
107 8A39BE092AC7601000BFEB40 /* Accelerate.framework */,
108 );
109 name = Frameworks;
110 sourceTree = "<group>";
111 };
112 8A3F84102AC4BD85005E2EE8 /* Resources */ = {
113 isa = PBXGroup;
114 children = (
115 8A3F84112AC4BD8C005E2EE8 /* models */,
116 );
117 path = Resources;
118 sourceTree = "<group>";
119 };
120 8A3F84112AC4BD8C005E2EE8 /* models */ = {
121 isa = PBXGroup;
122 children = (
123 );
124 path = models;
125 sourceTree = "<group>";
126 };
127 8A907F312AC7134E006146EA /* llama.cpp.swift */ = {
128 isa = PBXGroup;
129 children = (
130 8A907F322AC7134E006146EA /* LibLlama.swift */,
131 );
132 path = llama.cpp.swift;
133 sourceTree = "<group>";
134 };
135 8A9F7C4A2AC332BF008AE1EA /* UI */ = {
136 isa = PBXGroup;
137 children = (
138 7FA3D2B22B2EA2F600543F92 /* DownloadButton.swift */,
139 8A1C83782AC328BD0096AF73 /* ContentView.swift */,
140 F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */,
141 79E1D9CC2B4CD16E005F8E46 /* InputButton.swift */,
142 );
143 path = UI;
144 sourceTree = "<group>";
145 };
146 8A9F7C4B2AC332DC008AE1EA /* Models */ = {
147 isa = PBXGroup;
148 children = (
149 8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */,
150 );
151 path = Models;
152 sourceTree = "<group>";
153 };
154/* End PBXGroup section */
155
156/* Begin PBXNativeTarget section */
157 8A1C83722AC328BD0096AF73 /* llama.swiftui */ = {
158 isa = PBXNativeTarget;
159 buildConfigurationList = 8A1C83812AC328BE0096AF73 /* Build configuration list for PBXNativeTarget "llama.swiftui" */;
160 buildPhases = (
161 8A1C836F2AC328BD0096AF73 /* Sources */,
162 8A1C83702AC328BD0096AF73 /* Frameworks */,
163 8A1C83712AC328BD0096AF73 /* Resources */,
164 DD84C9FF2D747FED007778EC /* Embed Frameworks */,
165 );
166 buildRules = (
167 );
168 dependencies = (
169 );
170 name = llama.swiftui;
171 packageProductDependencies = (
172 );
173 productName = llama.swiftui;
174 productReference = 8A1C83732AC328BD0096AF73 /* llama.swiftui.app */;
175 productType = "com.apple.product-type.application";
176 };
177/* End PBXNativeTarget section */
178
179/* Begin PBXProject section */
180 8A1C836B2AC328BD0096AF73 /* Project object */ = {
181 isa = PBXProject;
182 attributes = {
183 BuildIndependentTargetsInParallel = 1;
184 LastSwiftUpdateCheck = 1500;
185 LastUpgradeCheck = 1500;
186 TargetAttributes = {
187 8A1C83722AC328BD0096AF73 = {
188 CreatedOnToolsVersion = 15.0;
189 LastSwiftMigration = 1500;
190 };
191 };
192 };
193 buildConfigurationList = 8A1C836E2AC328BD0096AF73 /* Build configuration list for PBXProject "llama.swiftui" */;
194 compatibilityVersion = "Xcode 14.0";
195 developmentRegion = en;
196 hasScannedForEncodings = 0;
197 knownRegions = (
198 en,
199 Base,
200 );
201 mainGroup = 8A1C836A2AC328BD0096AF73;
202 packageReferences = (
203 );
204 productRefGroup = 8A1C83742AC328BD0096AF73 /* Products */;
205 projectDirPath = "";
206 projectRoot = "";
207 targets = (
208 8A1C83722AC328BD0096AF73 /* llama.swiftui */,
209 );
210 };
211/* End PBXProject section */
212
213/* Begin PBXResourcesBuildPhase section */
214 8A1C83712AC328BD0096AF73 /* Resources */ = {
215 isa = PBXResourcesBuildPhase;
216 buildActionMask = 2147483647;
217 files = (
218 8A3F84242AC4C891005E2EE8 /* models in Resources */,
219 8A1C837B2AC328BE0096AF73 /* Assets.xcassets in Resources */,
220 );
221 runOnlyForDeploymentPostprocessing = 0;
222 };
223/* End PBXResourcesBuildPhase section */
224
225/* Begin PBXSourcesBuildPhase section */
226 8A1C836F2AC328BD0096AF73 /* Sources */ = {
227 isa = PBXSourcesBuildPhase;
228 buildActionMask = 2147483647;
229 files = (
230 F1FE20E22B465ECA00B45541 /* LoadCustomButton.swift in Sources */,
231 8A907F332AC7138A006146EA /* LibLlama.swift in Sources */,
232 8A9F7C4D2AC332EE008AE1EA /* LlamaState.swift in Sources */,
233 8A1C83792AC328BD0096AF73 /* ContentView.swift in Sources */,
234 8A1C83772AC328BD0096AF73 /* llama_swiftuiApp.swift in Sources */,
235 7FA3D2B32B2EA2F600543F92 /* DownloadButton.swift in Sources */,
236 79E1D9CD2B4CD16E005F8E46 /* InputButton.swift in Sources */,
237 );
238 runOnlyForDeploymentPostprocessing = 0;
239 };
240/* End PBXSourcesBuildPhase section */
241
242/* Begin XCBuildConfiguration section */
243 8A1C837F2AC328BE0096AF73 /* Debug */ = {
244 isa = XCBuildConfiguration;
245 buildSettings = {
246 ALWAYS_SEARCH_USER_PATHS = NO;
247 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
248 CLANG_ANALYZER_NONNULL = YES;
249 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
250 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
251 CLANG_ENABLE_MODULES = YES;
252 CLANG_ENABLE_OBJC_ARC = YES;
253 CLANG_ENABLE_OBJC_WEAK = YES;
254 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
255 CLANG_WARN_BOOL_CONVERSION = YES;
256 CLANG_WARN_COMMA = YES;
257 CLANG_WARN_CONSTANT_CONVERSION = YES;
258 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
259 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
260 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
261 CLANG_WARN_EMPTY_BODY = YES;
262 CLANG_WARN_ENUM_CONVERSION = YES;
263 CLANG_WARN_INFINITE_RECURSION = YES;
264 CLANG_WARN_INT_CONVERSION = YES;
265 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
266 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
267 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
268 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
269 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
270 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
271 CLANG_WARN_STRICT_PROTOTYPES = YES;
272 CLANG_WARN_SUSPICIOUS_MOVE = YES;
273 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
274 CLANG_WARN_UNREACHABLE_CODE = YES;
275 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
276 COPY_PHASE_STRIP = NO;
277 DEBUG_INFORMATION_FORMAT = dwarf;
278 ENABLE_STRICT_OBJC_MSGSEND = YES;
279 ENABLE_TESTABILITY = YES;
280 ENABLE_USER_SCRIPT_SANDBOXING = YES;
281 GCC_C_LANGUAGE_STANDARD = gnu17;
282 GCC_DYNAMIC_NO_PIC = NO;
283 GCC_NO_COMMON_BLOCKS = YES;
284 GCC_OPTIMIZATION_LEVEL = 0;
285 GCC_PREPROCESSOR_DEFINITIONS = (
286 "DEBUG=1",
287 "$(inherited)",
288 );
289 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
290 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
291 GCC_WARN_UNDECLARED_SELECTOR = YES;
292 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
293 GCC_WARN_UNUSED_FUNCTION = YES;
294 GCC_WARN_UNUSED_VARIABLE = YES;
295 IPHONEOS_DEPLOYMENT_TARGET = 17.0;
296 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
297 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
298 MTL_FAST_MATH = YES;
299 ONLY_ACTIVE_ARCH = YES;
300 SDKROOT = iphoneos;
301 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
302 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
303 };
304 name = Debug;
305 };
306 8A1C83802AC328BE0096AF73 /* Release */ = {
307 isa = XCBuildConfiguration;
308 buildSettings = {
309 ALWAYS_SEARCH_USER_PATHS = NO;
310 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
311 CLANG_ANALYZER_NONNULL = YES;
312 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
313 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
314 CLANG_ENABLE_MODULES = YES;
315 CLANG_ENABLE_OBJC_ARC = YES;
316 CLANG_ENABLE_OBJC_WEAK = YES;
317 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
318 CLANG_WARN_BOOL_CONVERSION = YES;
319 CLANG_WARN_COMMA = YES;
320 CLANG_WARN_CONSTANT_CONVERSION = YES;
321 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
322 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
323 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
324 CLANG_WARN_EMPTY_BODY = YES;
325 CLANG_WARN_ENUM_CONVERSION = YES;
326 CLANG_WARN_INFINITE_RECURSION = YES;
327 CLANG_WARN_INT_CONVERSION = YES;
328 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
329 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
330 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
331 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
332 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
333 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
334 CLANG_WARN_STRICT_PROTOTYPES = YES;
335 CLANG_WARN_SUSPICIOUS_MOVE = YES;
336 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
337 CLANG_WARN_UNREACHABLE_CODE = YES;
338 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
339 COPY_PHASE_STRIP = NO;
340 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
341 ENABLE_NS_ASSERTIONS = NO;
342 ENABLE_STRICT_OBJC_MSGSEND = YES;
343 ENABLE_USER_SCRIPT_SANDBOXING = YES;
344 GCC_C_LANGUAGE_STANDARD = gnu17;
345 GCC_NO_COMMON_BLOCKS = YES;
346 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
347 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
348 GCC_WARN_UNDECLARED_SELECTOR = YES;
349 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
350 GCC_WARN_UNUSED_FUNCTION = YES;
351 GCC_WARN_UNUSED_VARIABLE = YES;
352 IPHONEOS_DEPLOYMENT_TARGET = 17.0;
353 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
354 MTL_ENABLE_DEBUG_INFO = NO;
355 MTL_FAST_MATH = YES;
356 SDKROOT = iphoneos;
357 SWIFT_COMPILATION_MODE = wholemodule;
358 VALIDATE_PRODUCT = YES;
359 };
360 name = Release;
361 };
362 8A1C83822AC328BE0096AF73 /* Debug */ = {
363 isa = XCBuildConfiguration;
364 buildSettings = {
365 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
366 CLANG_ENABLE_MODULES = YES;
367 CODE_SIGN_STYLE = Automatic;
368 CURRENT_PROJECT_VERSION = 1;
369 DEVELOPMENT_TEAM = K5UQJPP73A;
370 ENABLE_PREVIEWS = YES;
371 GENERATE_INFOPLIST_FILE = YES;
372 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
373 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
374 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
375 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
376 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
377 IPHONEOS_DEPLOYMENT_TARGET = 16.0;
378 LD_RUNPATH_SEARCH_PATHS = (
379 "$(inherited)",
380 "@executable_path/Frameworks",
381 );
382 MARKETING_VERSION = 1.0;
383 PRODUCT_BUNDLE_IDENTIFIER = "com.bachittle.llama-swift";
384 PRODUCT_NAME = "$(TARGET_NAME)";
385 SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
386 SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
387 SWIFT_EMIT_LOC_STRINGS = YES;
388 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
389 SWIFT_VERSION = 5.0;
390 TARGETED_DEVICE_FAMILY = "1,2,7";
391 };
392 name = Debug;
393 };
394 8A1C83832AC328BE0096AF73 /* Release */ = {
395 isa = XCBuildConfiguration;
396 buildSettings = {
397 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
398 CLANG_ENABLE_MODULES = YES;
399 CODE_SIGN_STYLE = Automatic;
400 CURRENT_PROJECT_VERSION = 1;
401 DEVELOPMENT_TEAM = K5UQJPP73A;
402 ENABLE_PREVIEWS = YES;
403 GENERATE_INFOPLIST_FILE = YES;
404 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
405 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
406 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
407 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
408 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
409 IPHONEOS_DEPLOYMENT_TARGET = 16.0;
410 LD_RUNPATH_SEARCH_PATHS = (
411 "$(inherited)",
412 "@executable_path/Frameworks",
413 );
414 MARKETING_VERSION = 1.0;
415 PRODUCT_BUNDLE_IDENTIFIER = "com.bachittle.llama-swift";
416 PRODUCT_NAME = "$(TARGET_NAME)";
417 SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
418 SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
419 SWIFT_EMIT_LOC_STRINGS = YES;
420 SWIFT_VERSION = 5.0;
421 TARGETED_DEVICE_FAMILY = "1,2,7";
422 };
423 name = Release;
424 };
425/* End XCBuildConfiguration section */
426
427/* Begin XCConfigurationList section */
428 8A1C836E2AC328BD0096AF73 /* Build configuration list for PBXProject "llama.swiftui" */ = {
429 isa = XCConfigurationList;
430 buildConfigurations = (
431 8A1C837F2AC328BE0096AF73 /* Debug */,
432 8A1C83802AC328BE0096AF73 /* Release */,
433 );
434 defaultConfigurationIsVisible = 0;
435 defaultConfigurationName = Release;
436 };
437 8A1C83812AC328BE0096AF73 /* Build configuration list for PBXNativeTarget "llama.swiftui" */ = {
438 isa = XCConfigurationList;
439 buildConfigurations = (
440 8A1C83822AC328BE0096AF73 /* Debug */,
441 8A1C83832AC328BE0096AF73 /* Release */,
442 );
443 defaultConfigurationIsVisible = 0;
444 defaultConfigurationName = Release;
445 };
446/* End XCConfigurationList section */
447 };
448 rootObject = 8A1C836B2AC328BD0096AF73 /* Project object */;
449}