project.pbxproj 18 KB

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