Skip to content

Commit e88f066

Browse files
authored
generate linkmaps (#228)
1 parent 41355cf commit e88f066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/HackerNews.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@
746746
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
747747
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
748748
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
749+
LD_GENERATE_MAP_FILE = YES;
749750
LD_RUNPATH_SEARCH_PATHS = (
750751
"$(inherited)",
751752
"@executable_path/Frameworks",
@@ -788,6 +789,7 @@
788789
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
789790
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
790791
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
792+
LD_GENERATE_MAP_FILE = YES;
791793
LD_RUNPATH_SEARCH_PATHS = (
792794
"$(inherited)",
793795
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)