File tree Expand file tree Collapse file tree 4 files changed +5
-25
lines changed
iOS Example/iOS Example.xcodeproj Expand file tree Collapse file tree 4 files changed +5
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All contributors are welcome. Please use issues and pull requests to contribute
44
55# Release Process
66
7- 1 . Confirm the build is passing in travis
7+ 1 . Confirm the build vorks (todo: set up GitHub Actions testing)
88 1 . This automatically checks the pod file is building
992 . Create a release commit, see [ prior releases] ( https://github.com/fulldecent/FDWaveformView/releases ) for an example
1010 1 . Update the change log to label the latest improvements under the new version name
Original file line number Diff line number Diff line change 11# FDWaveformView
2- [ ![ Build Status] ( https://travis-ci.org/fulldecent/FDWaveformView.svg?branch=master )] ( https://travis-ci.org/fulldecent/FDWaveformView )
3- [ ![ Version] ( https://img.shields.io/cocoapods/v/FDWaveformView.svg?style=flat )] ( http://cocoadocs.org/docsets/FDWaveformView )
4- [ ![ License] ( https://img.shields.io/cocoapods/l/FDWaveformView.svg?style=flat )] ( http://cocoadocs.org/docsets/FDWaveformView )
5- [ ![ Platform] ( https://img.shields.io/cocoapods/p/FDWaveformView.svg?style=flat )] ( http://cocoadocs.org/docsets/FDWaveformView )
6- [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
7-
82
93FDWaveformView is an easy way to display an audio waveform in your app. It is a nice visualization to show a playing audio file or to select a position in a file.
104
@@ -79,7 +73,7 @@ Creates **antialiased waveforms** by drawing more pixels than are seen on screen
7973
8074Supports ** iOS8+** and Swift 3.
8175
82- ** Includes unit tests** which run successfully using Travis CI.
76+ ** Includes unit tests** , todo: run these on GitHub Actions
8377
8478## Installation
8579
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 52 ;
6+ objectVersion = 54 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
342342 DEVELOPMENT_TEAM = 8Q693ZG5RN;
343343 FRAMEWORK_SEARCH_PATHS = "";
344344 INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
345- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
345+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
346346 LD_RUNPATH_SEARCH_PATHS = (
347347 "$(inherited)",
348348 "@executable_path/Frameworks",
361361 DEVELOPMENT_TEAM = 8Q693ZG5RN;
362362 FRAMEWORK_SEARCH_PATHS = "";
363363 INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
364- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
364+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
365365 LD_RUNPATH_SEARCH_PATHS = (
366366 "$(inherited)",
367367 "@executable_path/Frameworks",
You can’t perform that action at this time.
0 commit comments