project.pbxproj 19 KB

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