Skip to content

Commit

Permalink
corresponds to carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0n0 committed Aug 4, 2020
1 parent 92bd38a commit 83e5c3e
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# for Xcode
xcuserdata/

# for Carthage
Carthage/Build

# for Example
Example/Pods/
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@

### CocoaPods



```ruby
pod 'WaveSlider'
```

### Carthage

```
github "yuki0n0/WaveSlider"
```

## Usage

### Swift
Expand Down Expand Up @@ -53,7 +57,6 @@ waveSlider.value = 0.2
- [ ] padding
- [ ] 角丸か否かの選択
- [ ] ライブラリ
- [ ] Carthage
- [ ] Swifty Package Manager
- [ ] Manual
- [ ] バグ修正
Expand Down
67 changes: 67 additions & 0 deletions WaveSlider.xcodeproj/xcshareddata/xcschemes/WaveSlider.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CFA64F3F24D074E50016EE1B"
BuildableName = "WaveSlider.framework"
BlueprintName = "WaveSlider"
ReferencedContainer = "container:WaveSlider.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</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">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CFA64F3F24D074E50016EE1B"
BuildableName = "WaveSlider.framework"
BlueprintName = "WaveSlider"
ReferencedContainer = "container:WaveSlider.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>CFA64F3F24D074E50016EE1B</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

This file was deleted.

0 comments on commit 83e5c3e

Please sign in to comment.