0.0.4
parent
66c34388e2
commit
1fee91dfc3
|
@ -3,7 +3,7 @@
|
|||
Fixed id3v1 tag issue when taggers use spaces to fill empty bytes.
|
||||
Fixed minor UI (Hide NewApplication) bug.
|
||||
Fixed version number, so autoupdate should work.
|
||||
Compiled with GCC3.3, which should hopefully fix issues with 10.3.
|
||||
Compiled with GCC3.3, which should hopefully fix issues with 10.3. (If it doesn't, contact me please)
|
||||
Now ignores case when dealing with file extensions.
|
||||
Added volume slider.
|
||||
|
||||
|
|
|
@ -700,6 +700,8 @@
|
|||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/Libraries/DecMPA/build/Deployment",
|
||||
"$(SRCROOT)/Libraries/FAAD2/build/Deployment",
|
||||
"$(SRCROOT)/Libraries/FLAC/build/Deployment",
|
||||
"$(SRCROOT)/Libraries/MAC/build/Deployment",
|
||||
"$(SRCROOT)/Libraries/MPCDec/build/Deployment",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
This release of Cog is dedicated to Bowser, lord of the Koopas. Be persistent, and you too can have buddha nature.
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue