Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jul 2, 2012
1 parent 770c1b0 commit dc59353
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 0 deletions.
Binary file modified DMScrollingTicker/.DS_Store
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0450"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9CCFE451576562B0028EC47"
BuildableName = "DMScrollingTicker.app"
BlueprintName = "DMScrollingTicker"
ReferencedContainer = "container:DMScrollingTicker.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9CCFE451576562B0028EC47"
BuildableName = "DMScrollingTicker.app"
BlueprintName = "DMScrollingTicker"
ReferencedContainer = "container:DMScrollingTicker.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9CCFE451576562B0028EC47"
BuildableName = "DMScrollingTicker.app"
BlueprintName = "DMScrollingTicker"
ReferencedContainer = "container:DMScrollingTicker.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D9CCFE451576562B0028EC47"
BuildableName = "DMScrollingTicker.app"
BlueprintName = "DMScrollingTicker"
ReferencedContainer = "container:DMScrollingTicker.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
@@ -0,0 +1,22 @@
<?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">
<dict>
<key>SchemeUserState</key>
<dict>
<key>DMScrollingTicker.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>D9CCFE451576562B0028EC47</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ It allows to load any set of UIView subclasses and add to the scrolling queue wi

Daniele Margutti, <http://www.danielem.org>

![DMScrollingTicker Example Project](http://danielemargutti.com/wp-content/uploads/2012/06/DMScrollingTicker.png)

## How to get started

You can pick between two modes:
Expand Down

0 comments on commit dc59353

Please sign in to comment.