|
61 | 61 | /* End PBXCopyFilesBuildPhase section */
|
62 | 62 |
|
63 | 63 | /* Begin PBXFileReference section */
|
| 64 | + 0320439D2BB4AC6600050211 /* LLaMA-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "LLaMA-Info.plist"; sourceTree = "<group>"; }; |
64 | 65 | 0324D6802BAACB6900DEF36F /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
|
65 | 66 | 0324D6812BAACB6900DEF36F /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
66 | 67 | 0324D6822BAACB6900DEF36F /* LogManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LogManager.swift; sourceTree = "<group>"; };
|
|
73 | 74 | 0324D6942BAACB7000DEF36F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
74 | 75 | 0324D6992BAACB7C00DEF36F /* LLaMARunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LLaMARunner.h; sourceTree = "<group>"; };
|
75 | 76 | 0324D69A2BAACB7C00DEF36F /* LLaMARunner.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = LLaMARunner.mm; sourceTree = "<group>"; };
|
| 77 | + 035A5E942BB4B523001E0553 /* LLaMA.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = LLaMA.entitlements; sourceTree = "<group>"; }; |
76 | 78 | 036CAF9D2BB1444500D6C2D5 /* LLaMA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LLaMA.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
77 | 79 | 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LLaMARunner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
78 | 80 | 03729F072BB203B300152F2E /* runner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = runner.cpp; sourceTree = "<group>"; };
|
|
109 | 111 | /* End PBXFrameworksBuildPhase section */
|
110 | 112 |
|
111 | 113 | /* Begin PBXGroup section */
|
| 114 | + 0320439E2BB4AC6600050211 /* SupportingFiles */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + 0320439D2BB4AC6600050211 /* LLaMA-Info.plist */, |
| 118 | + ); |
| 119 | + path = SupportingFiles; |
| 120 | + sourceTree = "<group>"; |
| 121 | + }; |
112 | 122 | 0324D6892BAACB6900DEF36F /* Application */ = {
|
113 | 123 | isa = PBXGroup;
|
114 | 124 | children = (
|
|
129 | 139 | isa = PBXGroup;
|
130 | 140 | children = (
|
131 | 141 | 0324D6892BAACB6900DEF36F /* Application */,
|
| 142 | + 0320439E2BB4AC6600050211 /* SupportingFiles */, |
132 | 143 | );
|
133 | 144 | path = LLaMA;
|
134 | 145 | sourceTree = "<group>";
|
|
174 | 185 | children = (
|
175 | 186 | 0324D68A2BAACB6900DEF36F /* LLaMA */,
|
176 | 187 | 0324D6952BAACB7000DEF36F /* LLaMAAssets */,
|
| 188 | + 035A5E952BB4B523001E0553 /* LLaMAEntitlements */, |
177 | 189 | 0324D69F2BAACB7C00DEF36F /* LLaMARunner */,
|
178 | 190 | 036CAF9D2BB1444500D6C2D5 /* LLaMA.app */,
|
179 | 191 | 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */,
|
180 | 192 | );
|
181 | 193 | sourceTree = "<group>";
|
182 | 194 | };
|
| 195 | + 035A5E952BB4B523001E0553 /* LLaMAEntitlements */ = { |
| 196 | + isa = PBXGroup; |
| 197 | + children = ( |
| 198 | + 035A5E942BB4B523001E0553 /* LLaMA.entitlements */, |
| 199 | + ); |
| 200 | + path = LLaMAEntitlements; |
| 201 | + sourceTree = "<group>"; |
| 202 | + }; |
183 | 203 | 03729F062BB2035900152F2E /* runner */ = {
|
184 | 204 | isa = PBXGroup;
|
185 | 205 | children = (
|
|
229 | 249 | /* End PBXHeadersBuildPhase section */
|
230 | 250 |
|
231 | 251 | /* Begin PBXNativeTarget section */
|
232 |
| - 032C016E2AC228E6002955E1 /* App */ = { |
| 252 | + 032C016E2AC228E6002955E1 /* LLaMA */ = { |
233 | 253 | isa = PBXNativeTarget;
|
234 |
| - buildConfigurationList = 032C017D2AC228E7002955E1 /* Build configuration list for PBXNativeTarget "App" */; |
| 254 | + buildConfigurationList = 032C017D2AC228E7002955E1 /* Build configuration list for PBXNativeTarget "LLaMA" */; |
235 | 255 | buildPhases = (
|
236 | 256 | 032C016B2AC228E6002955E1 /* Sources */,
|
237 | 257 | 032C016C2AC228E6002955E1 /* Frameworks */,
|
|
243 | 263 | dependencies = (
|
244 | 264 | 03729EDA2BB1F8DE00152F2E /* PBXTargetDependency */,
|
245 | 265 | );
|
246 |
| - name = App; |
| 266 | + name = LLaMA; |
247 | 267 | packageProductDependencies = (
|
248 | 268 | 0395C6D22BB34ED10090705A /* coreml_backend */,
|
249 | 269 | 0395C6D62BB34ED10090705A /* mps_backend */,
|
|
310 | 330 | projectDirPath = "";
|
311 | 331 | projectRoot = "";
|
312 | 332 | targets = (
|
313 |
| - 032C016E2AC228E6002955E1 /* App */, |
| 333 | + 032C016E2AC228E6002955E1 /* LLaMA */, |
314 | 334 | 03729ED42BB1F8DE00152F2E /* LLaMARunner */,
|
315 | 335 | );
|
316 | 336 | };
|
|
512 | 532 | isa = XCBuildConfiguration;
|
513 | 533 | buildSettings = {
|
514 | 534 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 535 | + CODE_SIGN_ENTITLEMENTS = LLaMAEntitlements/LLaMA.entitlements; |
515 | 536 | CODE_SIGN_IDENTITY = "Apple Development";
|
516 | 537 | CODE_SIGN_STYLE = Automatic;
|
517 | 538 | CURRENT_PROJECT_VERSION = 1;
|
518 | 539 | DEVELOPMENT_TEAM = "";
|
519 | 540 | ENABLE_PREVIEWS = YES;
|
520 | 541 | GENERATE_INFOPLIST_FILE = YES;
|
| 542 | + INFOPLIST_FILE = "LLaMA/SupportingFiles/LLaMA-Info.plist"; |
521 | 543 | INFOPLIST_KEY_CFBundleDisplayName = iLLaMA;
|
| 544 | + INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; |
522 | 545 | INFOPLIST_KEY_NSCameraUsageDescription = "";
|
523 | 546 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
524 | 547 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
542 | 565 | isa = XCBuildConfiguration;
|
543 | 566 | buildSettings = {
|
544 | 567 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 568 | + CODE_SIGN_ENTITLEMENTS = LLaMAEntitlements/LLaMA.entitlements; |
545 | 569 | CODE_SIGN_IDENTITY = "Apple Development";
|
546 | 570 | CODE_SIGN_STYLE = Automatic;
|
547 | 571 | CURRENT_PROJECT_VERSION = 1;
|
548 | 572 | DEVELOPMENT_TEAM = "";
|
549 | 573 | ENABLE_PREVIEWS = YES;
|
550 | 574 | GENERATE_INFOPLIST_FILE = YES;
|
| 575 | + INFOPLIST_FILE = "LLaMA/SupportingFiles/LLaMA-Info.plist"; |
551 | 576 | INFOPLIST_KEY_CFBundleDisplayName = iLLaMA;
|
| 577 | + INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; |
552 | 578 | INFOPLIST_KEY_NSCameraUsageDescription = "";
|
553 | 579 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
554 | 580 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
652 | 678 | defaultConfigurationIsVisible = 0;
|
653 | 679 | defaultConfigurationName = Release;
|
654 | 680 | };
|
655 |
| - 032C017D2AC228E7002955E1 /* Build configuration list for PBXNativeTarget "App" */ = { |
| 681 | + 032C017D2AC228E7002955E1 /* Build configuration list for PBXNativeTarget "LLaMA" */ = { |
656 | 682 | isa = XCConfigurationList;
|
657 | 683 | buildConfigurations = (
|
658 | 684 | 032C017E2AC228E7002955E1 /* Debug */,
|
|
0 commit comments