Skip to content

Commit

Permalink
Update to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyunderwood committed Sep 12, 2016
1 parent e1cf885 commit 0697061
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
@@ -1 +1 @@
github "jyunderwood/WaveformView-iOS" "master"
github "jyunderwood/WaveformView-iOS" ~> 2.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1 +1 @@
github "jyunderwood/WaveformView-iOS" "6363487a5a1c96d7c99ec0dd2d1f14199bbc34c8"
github "jyunderwood/WaveformView-iOS" "2.0.2"
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ A voice recording and playback application in Swift.

I'm working through the iOS / Swift courses in the Udacity "nanodegree", and this is an evolved version of the "pitch perfect" application that is developed in the first course.

__Uses Swift 3 and requires Xcode 8 and [Carthage](https://github.com/Carthage/Carthage).__ For a version that uses Swift 2.2, Xcode 7.3 and does not need Carthage, checkout [tag 1.2.0](https://github.com/jyunderwood/Talkboy-iOS/releases/tag/1.2.0).

## Notable Additions

- File Management - Now you can replay and delete old files
Expand Down
4 changes: 2 additions & 2 deletions Talkboy/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>120</string>
<string>200</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 0697061

Please sign in to comment.