Xcode updates for vision table removal part 3

This commit is contained in:
nhmall
2020-12-30 12:17:39 -05:00
parent 99cc236d4a
commit a7c804a965
2 changed files with 4 additions and 3 deletions
@@ -1011,8 +1011,6 @@
"$(NH_UTIL_DIR)/options", "$(NH_UTIL_DIR)/options",
"$(NH_INC_DIR)/date.h", "$(NH_INC_DIR)/date.h",
"$(NH_INC_DIR)/onames.h", "$(NH_INC_DIR)/onames.h",
"$(NH_INC_DIR)/vis_tab.h",
"$(NH_SRC_DIR)/vis_tab.c",
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict/> <dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist> </plist>