Skip to content

Commit d360573

Browse files
Steve TreaseSteve Trease
authored andcommitted
Xcode 9 and Swift 4 changes
1 parent ed0deaf commit d360573

25 files changed

+208
-118
lines changed

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/Charts.xcscheme

Lines changed: 27 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/Pods-iOS Steps Today.xcscheme

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/Pods-iOS Steps Watch Extension.xcscheme

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/Pods-iOS Steps Watch.xcscheme

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/Pods-iOS Steps.xcscheme

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/UICountingLabel.xcscheme

Lines changed: 27 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
576
1+
581

iOS Steps Today/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>576</string>
22+
<string>580</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionMainStoryboard</key>

iOS Steps Today/TodayViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,4 @@ class TodayViewController: UIViewController, NCWidgetProviding {
228228
}
229229
healthStore.execute(query)
230230
}
231-
232231
}

0 commit comments

Comments
 (0)