Commit f5321d75 authored by Jérome Decoodt's avatar Jérome Decoodt

project.pbxproj: correct to relatives paths

*.nib: presets disabled on startup
equalizer.*: add property Id
             we prefer to change playlist variables instead of config
             coding style
parent 5b630376
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>614 71 505 517 0 0 1024 746 </string> <string>799 152 505 517 0 0 1280 1002 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>1617</key> <key>1617</key>
<string>542 480 104 149 0 0 1024 746 </string> <string>542 480 104 149 0 0 1024 746 </string>
<key>29</key> <key>29</key>
<string>366 655 419 44 0 0 1024 746 </string> <string>521 894 419 44 0 0 1280 1002 </string>
<key>915</key> <key>915</key>
<string>54 452 185 199 0 0 1024 746 </string> <string>54 452 185 199 0 0 1024 746 </string>
</dict> </dict>
...@@ -21,8 +21,9 @@ ...@@ -21,8 +21,9 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer>
<integer>21</integer> <integer>21</integer>
<integer>2029</integer>
<integer>29</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>7H63</string> <string>7H63</string>
......
...@@ -874,18 +874,18 @@ ...@@ -874,18 +874,18 @@
isa = PBXFileReference; isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h; lastKnownFileType = sourcecode.c.h;
name = equalizer.h; name = equalizer.h;
path = "../../modules/gui/macosx/equalizer.h"; path = ../../modules/gui/macosx/equalizer.h;
refType = 0; refType = 2;
sourceTree = "<absolute>"; sourceTree = SOURCE_ROOT;
}; };
2A16E04006C4F08700C87B09 = { 2A16E04006C4F08700C87B09 = {
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
lastKnownFileType = sourcecode.c.objc; lastKnownFileType = sourcecode.c.objc;
name = equalizer.m; name = equalizer.m;
path = "../../modules/gui/macosx/equalizer.m"; path = ../../modules/gui/macosx/equalizer.m;
refType = 0; refType = 2;
sourceTree = "<absolute>"; sourceTree = SOURCE_ROOT;
}; };
2A16E04106C4F08700C87B09 = { 2A16E04106C4F08700C87B09 = {
fileRef = 2A16E03F06C4F08700C87B09; fileRef = 2A16E03F06C4F08700C87B09;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment