project.pbxproj 23 KB

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