Skip to content

Commit

Permalink
cleanup (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay42 authored Sep 14, 2020
1 parent 6cdef24 commit 1d2062b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

4 changes: 2 additions & 2 deletions Playgrounds/Charts.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import SwiftUI
import Charts
import Shapes

import PlaygroundSupport

struct ContentView: View {
Expand Down Expand Up @@ -137,6 +136,7 @@ struct ContentView: View {
}

@State var selectedChart = 1

var body: some View {
VStack {
Picker("Charts", selection: $selectedChart) {
Expand All @@ -154,7 +154,7 @@ struct ContentView: View {
if selectedChart == 4 { chart4 }
if selectedChart == 5 { chart5 }
}
}.frame(width: 700)
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion Playgrounds/Charts.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='macos' buildActiveScheme='true'>
<playground version='5.0' target-platform='macos' display-mode='rendered' buildActiveScheme='true' executeOnSourceChanges='true'>
<timeline fileName='timeline.xctimeline'/>
</playground>
6 changes: 6 additions & 0 deletions Playgrounds/Charts.playground/timeline.xctimeline
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Timeline
version = "3.0">
<TimelineItems>
</TimelineItems>
</Timeline>

0 comments on commit 1d2062b

Please sign in to comment.