Skip to content

Commit

Permalink
Merge pull request #7 from to4iki/master
Browse files Browse the repository at this point in the history
Carthage support
  • Loading branch information
indragiek committed Mar 3, 2016
2 parents d3d4fcc + 44cd73d commit a101c31
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7252E02C1AF1BC1D006D0535"
BuildableName = "MarkdownTextView.framework"
BlueprintName = "MarkdownTextView"
ReferencedContainer = "container:MarkdownTextView.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7252E0371AF1BC1E006D0535"
BuildableName = "MarkdownTextViewTests.xctest"
BlueprintName = "MarkdownTextViewTests"
ReferencedContainer = "container:MarkdownTextView.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7252E02C1AF1BC1D006D0535"
BuildableName = "MarkdownTextView.framework"
BlueprintName = "MarkdownTextView"
ReferencedContainer = "container:MarkdownTextView.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7252E02C1AF1BC1D006D0535"
BuildableName = "MarkdownTextView.framework"
BlueprintName = "MarkdownTextView"
ReferencedContainer = "container:MarkdownTextView.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7252E02C1AF1BC1D006D0535"
BuildableName = "MarkdownTextView.framework"
BlueprintName = "MarkdownTextView"
ReferencedContainer = "container:MarkdownTextView.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

Check out the includeded Example app to try out the text view and to see how **MarkdownTextView** is integrated into the project.

### Installation

###### With [CocoaPods](https://cocoapods.org/):
```ruby
pod "MarkdownTextView"
```

###### With [Carthage](https://github.com/Carthage/Carthage):
```swift
github "indragiek/MarkdownTextView"
```

### Getting Started

The simplest possible usage is as follows:
Expand Down

0 comments on commit a101c31

Please sign in to comment.