Skip to content

Commit 2780528

Browse files
authored
Update bundle identifier.
Differential Revision: D61191185 Pull Request resolved: #4684
1 parent 023ab35 commit 2780528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
"-force_load",
651651
"$(BUILT_PRODUCTS_DIR)/libbackend_mps-simulator-debug.a",
652652
);
653-
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama;
653+
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama;
654654
PRODUCT_NAME = "$(PROJECT_NAME)";
655655
PROVISIONING_PROFILE_SPECIFIER = "";
656656
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -712,7 +712,7 @@
712712
"-force_load",
713713
"$(BUILT_PRODUCTS_DIR)/libbackend_mps-simulator-release.a",
714714
);
715-
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama;
715+
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama;
716716
PRODUCT_NAME = "$(PROJECT_NAME)";
717717
PROVISIONING_PROFILE_SPECIFIER = "";
718718
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -765,7 +765,7 @@
765765
"-force_load",
766766
"$(BUILT_PRODUCTS_DIR)/libexecutorch-simulator-debug.a",
767767
);
768-
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama.LLaMARunner;
768+
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama.LLaMARunner;
769769
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
770770
SKIP_INSTALL = YES;
771771
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -817,7 +817,7 @@
817817
"-force_load",
818818
"$(BUILT_PRODUCTS_DIR)/libexecutorch-simulator-debug.a",
819819
);
820-
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama.LLaMARunner;
820+
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama.LLaMARunner;
821821
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
822822
SKIP_INSTALL = YES;
823823
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

0 commit comments

Comments
 (0)