diff --git a/MacDown.xcworkspace/xcshareddata/MacDown.xccheckout b/MacDown.xcworkspace/xcshareddata/MacDown.xccheckout new file mode 100644 index 00000000..b1f7a022 --- /dev/null +++ b/MacDown.xcworkspace/xcshareddata/MacDown.xccheckout @@ -0,0 +1,41 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 986767E6-9A53-42CD-BFAA-ABCFE07D0246 + IDESourceControlProjectName + MacDown + IDESourceControlProjectOriginsDictionary + + 69C569CB-1F6C-4CD2-B0B6-13C61B55C751 + ssh://github.com/uranusjr/macdown.git + + IDESourceControlProjectPath + MacDown.xcworkspace + IDESourceControlProjectRelativeInstallPathDictionary + + 69C569CB-1F6C-4CD2-B0B6-13C61B55C751 + .. + + IDESourceControlProjectURL + ssh://github.com/uranusjr/macdown.git + IDESourceControlProjectVersion + 110 + IDESourceControlProjectWCCIdentifier + 69C569CB-1F6C-4CD2-B0B6-13C61B55C751 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 69C569CB-1F6C-4CD2-B0B6-13C61B55C751 + IDESourceControlWCCName + macdown + + + + diff --git a/README.md b/README.md index 00e760a5..38488457 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,13 @@ The following editor themes and CSS files are extracted from [Mou](http://mouapp * Clearness Dark * GitHub * GirHub2 + +## Development + +If you wish to build MacDown yourself, you will need [Cocoapods](http://cocoapods.org). After you clone the repository, run the following command inside the repository root (directory containing the `Podfile` file): + +```bash +pod install +``` + +and open `MacDown.xcworkspace` in Xcode. Refer to the official Cocoapods guide if you need more instructions on its installation, setup, and usage. \ No newline at end of file