project.pbxproj 23 KB

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