parent
6c6af5a7e6
commit
42598d11f5
@ -1,10 +1,21 @@
|
|||||||
# TODO
|
# Roadmap
|
||||||
|
|
||||||
- push to new view
|
|
||||||
- view with media control and background
|
|
||||||
- control menu
|
- control menu
|
||||||
- with option to delete song
|
- with option to delete song
|
||||||
- remove all songs
|
- remove all songs
|
||||||
- change data source
|
- change data source
|
||||||
- multiple datasources (smb, webdav, webserver)
|
- multiple datasources (smb, webdav, webserver(better regex))
|
||||||
|
- A download view
|
||||||
|
- That shows files to download (can select which ones to sync)
|
||||||
|
- Download progress bar, pause/cancel/resume
|
||||||
|
- Optimize Detailed Control View
|
||||||
|
- Use customized controls
|
||||||
|
- Performance tuning, reuse one view object!
|
||||||
|
- Volume and Seekbar
|
||||||
|
- UI Improvements
|
||||||
|
- Playback functions Shuffle, Stop after next song, Repeat
|
||||||
|
- Support for multiple formats (flac, possibly others?)
|
||||||
|
- Database for caching
|
||||||
|
- Playlist, creation/management
|
||||||
|
- Lyrics
|
||||||
|
- Tidy up code, credit page, test on real devices and submit to the appstore
|
||||||
|
@ -0,0 +1,93 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "1420"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "A95C117E29C531C100737618"
|
||||||
|
BuildableName = "MusicPlayer Watch App.app"
|
||||||
|
BlueprintName = "MusicPlayer Watch App"
|
||||||
|
ReferencedContainer = "container:MusicPlayer.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "A95C117829C531C100737618"
|
||||||
|
BuildableName = "MusicPlayer.app"
|
||||||
|
BlueprintName = "MusicPlayer"
|
||||||
|
ReferencedContainer = "container:MusicPlayer.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 = "Release"
|
||||||
|
selectedDebuggerIdentifier = ""
|
||||||
|
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
|
||||||
|
enableASanStackUseAfterReturn = "YES"
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "A95C117E29C531C100737618"
|
||||||
|
BuildableName = "MusicPlayer Watch App.app"
|
||||||
|
BlueprintName = "MusicPlayer Watch App"
|
||||||
|
ReferencedContainer = "container:MusicPlayer.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "A95C117E29C531C100737618"
|
||||||
|
BuildableName = "MusicPlayer Watch App.app"
|
||||||
|
BlueprintName = "MusicPlayer Watch App"
|
||||||
|
ReferencedContainer = "container:MusicPlayer.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
Loading…
Reference in new issue