Skip to content

Commit aa2cdcc

Browse files
committed
llama : update llama.swiftui project [no ci]
This commit updates the project and removed the old reference to the xcframework in the build-ios director (now moved to build-apple). It also removes some of the development team and provisioning profile that were added in previous commit by mistake.
1 parent ba54a23 commit aa2cdcc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
8A3F84232AC4C891005E2EE8 /* models */ = {isa = PBXFileReference; lastKnownFileType = folder; name = models; path = llama.swiftui/Resources/models; sourceTree = "<group>"; };
4949
8A907F322AC7134E006146EA /* LibLlama.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibLlama.swift; sourceTree = "<group>"; };
5050
8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LlamaState.swift; sourceTree = "<group>"; };
51-
DD0078912D6756A5003C187C /* llama.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = llama.xcframework; path = "../../build-ios/llama.xcframework"; sourceTree = "<group>"; };
5251
DDD8E3FC2D6DF49800EF0C05 /* llama.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = llama.xcframework; path = "../../build-apple/llama.xcframework"; sourceTree = "<group>"; };
5352
F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadCustomButton.swift; sourceTree = "<group>"; };
5453
/* End PBXFileReference section */
@@ -101,7 +100,6 @@
101100
8A39BE082AC7601000BFEB40 /* Frameworks */ = {
102101
isa = PBXGroup;
103102
children = (
104-
DD0078912D6756A5003C187C /* llama.xcframework */,
105103
DDD8E3FC2D6DF49800EF0C05 /* llama.xcframework */,
106104
549479CA2AC9E16000E0F78B /* Metal.framework */,
107105
8A39BE092AC7601000BFEB40 /* Accelerate.framework */,
@@ -364,9 +362,11 @@
364362
buildSettings = {
365363
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
366364
CLANG_ENABLE_MODULES = YES;
365+
CODE_SIGN_IDENTITY = "Apple Development";
367366
CODE_SIGN_STYLE = Automatic;
368367
CURRENT_PROJECT_VERSION = 1;
369-
DEVELOPMENT_TEAM = K5UQJPP73A;
368+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
369+
DEVELOPMENT_TEAM = "";
370370
ENABLE_PREVIEWS = YES;
371371
GENERATE_INFOPLIST_FILE = YES;
372372
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@@ -380,8 +380,9 @@
380380
"@executable_path/Frameworks",
381381
);
382382
MARKETING_VERSION = 1.0;
383-
PRODUCT_BUNDLE_IDENTIFIER = "com.bachittle.llama-swift";
383+
PRODUCT_BUNDLE_IDENTIFIER = "ggml-org.llama";
384384
PRODUCT_NAME = "$(TARGET_NAME)";
385+
PROVISIONING_PROFILE_SPECIFIER = "";
385386
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
386387
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
387388
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -396,9 +397,10 @@
396397
buildSettings = {
397398
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
398399
CLANG_ENABLE_MODULES = YES;
400+
CODE_SIGN_IDENTITY = "Apple Development";
399401
CODE_SIGN_STYLE = Automatic;
400402
CURRENT_PROJECT_VERSION = 1;
401-
DEVELOPMENT_TEAM = K5UQJPP73A;
403+
DEVELOPMENT_TEAM = "";
402404
ENABLE_PREVIEWS = YES;
403405
GENERATE_INFOPLIST_FILE = YES;
404406
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@@ -412,8 +414,9 @@
412414
"@executable_path/Frameworks",
413415
);
414416
MARKETING_VERSION = 1.0;
415-
PRODUCT_BUNDLE_IDENTIFIER = "com.bachittle.llama-swift";
417+
PRODUCT_BUNDLE_IDENTIFIER = "ggml-org.llama";
416418
PRODUCT_NAME = "$(TARGET_NAME)";
419+
PROVISIONING_PROFILE_SPECIFIER = "";
417420
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
418421
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
419422
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)