Skip to content

Commit 820e7d0

Browse files
committed
Deep sign llama app
1 parent 0d35df5 commit 820e7d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@
695695
INFOPLIST_KEY_UIRequiresFullScreen = YES;
696696
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
697697
MARKETING_VERSION = 1.0;
698+
OTHER_CODE_SIGN_FLAGS = "--deep";
698699
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama;
699700
PRODUCT_NAME = "$(PROJECT_NAME)";
700701
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -728,6 +729,7 @@
728729
INFOPLIST_KEY_UIRequiresFullScreen = YES;
729730
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
730731
MARKETING_VERSION = 1.0;
732+
OTHER_CODE_SIGN_FLAGS = "--deep";
731733
PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama;
732734
PRODUCT_NAME = "$(PROJECT_NAME)";
733735
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)