File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 650
650
"-force_load",
651
651
"$(BUILT_PRODUCTS_DIR)/libbackend_mps-simulator-debug.a",
652
652
);
653
- PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama ;
653
+ PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama ;
654
654
PRODUCT_NAME = "$(PROJECT_NAME)";
655
655
PROVISIONING_PROFILE_SPECIFIER = "";
656
656
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
712
712
"-force_load",
713
713
"$(BUILT_PRODUCTS_DIR)/libbackend_mps-simulator-release.a",
714
714
);
715
- PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama ;
715
+ PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama ;
716
716
PRODUCT_NAME = "$(PROJECT_NAME)";
717
717
PROVISIONING_PROFILE_SPECIFIER = "";
718
718
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
765
765
"-force_load",
766
766
"$(BUILT_PRODUCTS_DIR)/libexecutorch-simulator-debug.a",
767
767
);
768
- PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama .LLaMARunner;
768
+ PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama .LLaMARunner;
769
769
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
770
770
SKIP_INSTALL = YES;
771
771
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
817
817
"-force_load",
818
818
"$(BUILT_PRODUCTS_DIR)/libexecutorch-simulator-debug.a",
819
819
);
820
- PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.llama .LLaMARunner;
820
+ PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama .LLaMARunner;
821
821
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
822
822
SKIP_INSTALL = YES;
823
823
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
You can’t perform that action at this time.
0 commit comments