Skip to content

Instantly share code, notes, and snippets.

@StanislavK
Last active June 21, 2020 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StanislavK/3d0d41411473608e450e27b26937e01f to your computer and use it in GitHub Desktop.
Save StanislavK/3d0d41411473608e450e27b26937e01f to your computer and use it in GitHub Desktop.
Fix rendering markdown in Xcode
<?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">
<plist version="1.0">
<array/>
</plist>

Place the .xcodesamplecode.plist in your foo.xcworkspace directory if you have a workspace named foo. If you are just working with a project, place it in your foo.xcodeproj dir.

Content of .xcodesamplecode.plist

<?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">
<plist version="1.0">
<array/>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment