Updated UI

CQTexperiment
vspader 2006-04-30 14:10:16 +00:00
parent 0cd43c174b
commit 2840348513
1 changed files with 0 additions and 16 deletions

View File

@ -11,10 +11,6 @@
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
8E30EF600A025FED00E45631 /* RoundBackgroundCell.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8E30EF5E0A025FED00E45631 /* RoundBackgroundCell.h */; };
8E30EF610A025FED00E45631 /* RoundBackgroundCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E30EF5F0A025FED00E45631 /* RoundBackgroundCell.m */; };
8E30EF640A025FFC00E45631 /* RoundBackgroundField.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8E30EF620A025FFC00E45631 /* RoundBackgroundField.h */; };
8E30EF650A025FFC00E45631 /* RoundBackgroundField.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E30EF630A025FFC00E45631 /* RoundBackgroundField.m */; };
8E75756909F31D5A0080F1EE /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E75751909F31D5A0080F1EE /* AppController.m */; };
8E75756A09F31D5A0080F1EE /* ClickField.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E75751C09F31D5A0080F1EE /* ClickField.m */; };
8E75756B09F31D5A0080F1EE /* InfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E75751E09F31D5A0080F1EE /* InfoView.m */; };
@ -143,8 +139,6 @@
8E757B5709F326710080F1EE /* OggFLAC.framework in CopyFiles */,
8E757B5809F326710080F1EE /* FAAD2.framework in CopyFiles */,
8E757B5909F326710080F1EE /* DecMPA.framework in CopyFiles */,
8E30EF600A025FED00E45631 /* RoundBackgroundCell.h in CopyFiles */,
8E30EF640A025FFC00E45631 /* RoundBackgroundField.h in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -161,10 +155,6 @@
32CA4F630368D1EE00C91783 /* Cog_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cog_Prefix.pch; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* Cog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cog.app; sourceTree = BUILT_PRODUCTS_DIR; };
8E30EF5E0A025FED00E45631 /* RoundBackgroundCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoundBackgroundCell.h; sourceTree = "<group>"; };
8E30EF5F0A025FED00E45631 /* RoundBackgroundCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoundBackgroundCell.m; sourceTree = "<group>"; };
8E30EF620A025FFC00E45631 /* RoundBackgroundField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoundBackgroundField.h; sourceTree = "<group>"; };
8E30EF630A025FFC00E45631 /* RoundBackgroundField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoundBackgroundField.m; sourceTree = "<group>"; };
8E75751309F31D130080F1EE /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/MainMenu.nib; sourceTree = "<group>"; };
8E75751809F31D5A0080F1EE /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
8E75751909F31D5A0080F1EE /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
@ -418,10 +408,6 @@
8E75752009F31D5A0080F1EE /* TrackingCell.m */,
8E75752109F31D5A0080F1EE /* TrackingSlider.h */,
8E75752209F31D5A0080F1EE /* TrackingSlider.m */,
8E30EF5E0A025FED00E45631 /* RoundBackgroundCell.h */,
8E30EF5F0A025FED00E45631 /* RoundBackgroundCell.m */,
8E30EF620A025FFC00E45631 /* RoundBackgroundField.h */,
8E30EF630A025FFC00E45631 /* RoundBackgroundField.m */,
);
path = Custom;
sourceTree = "<group>";
@ -705,8 +691,6 @@
8E75758B09F31D5A0080F1EE /* DBLog.m in Sources */,
8E75758C09F31D5A0080F1EE /* Semaphore.m in Sources */,
8E75758D09F31D5A0080F1EE /* VirtualRingBuffer.m in Sources */,
8E30EF610A025FED00E45631 /* RoundBackgroundCell.m in Sources */,
8E30EF650A025FFC00E45631 /* RoundBackgroundField.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};