Skip to content

Commit

Permalink
Merge pull request #150 from Gwamegis/feature/nexsongWithMiniPlayer
Browse files Browse the repository at this point in the history
Feature/nexsong with mini player
  • Loading branch information
Anti9uA authored Feb 10, 2024
2 parents 7fe8cfe + 224cb9f commit 60fc284
Show file tree
Hide file tree
Showing 34 changed files with 2,041 additions and 1,177 deletions.
132 changes: 109 additions & 23 deletions Halmap.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions Halmap.xcodeproj/xcshareddata/xcschemes/Halmap.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A81FFC7528F15D9900B0FC7C"
BuildableName = "Halmap.app"
BlueprintName = "Halmap"
ReferencedContainer = "container:Halmap.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A81FFC7528F15D9900B0FC7C"
BuildableName = "Halmap.app"
BlueprintName = "Halmap"
ReferencedContainer = "container:Halmap.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "FIRAnalyticsVerboseLoggingEnabled"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-FIRDebugEnabled"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A81FFC7528F15D9900B0FC7C"
BuildableName = "Halmap.app"
BlueprintName = "Halmap"
ReferencedContainer = "container:Halmap.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "NcAlbum.png",
"filename" : "NCAlbum.png",
"idiom" : "universal",
"scale" : "1x"
},
Expand Down
Loading

0 comments on commit 60fc284

Please sign in to comment.