~njh-aelius/maxosx/mp3-isrc

« back to all changes in this revision

Viewing changes to Max.xcodeproj/project.pbxproj

  • Committer: stephen_booth
  • Date: 2008-04-30 02:17:10 UTC
  • Revision ID: svn-v4:6b6cea13-1402-0410-9567-a7afb52bf336:trunk:1375
Add metadata reading/writing for Speex files

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        objects = {
8
8
 
9
9
/* Begin PBXBuildFile section */
 
10
                322E1EB30DC81AAB00CB6DDB /* OggSpeexEncoderTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 322E1EB20DC81AAB00CB6DDB /* OggSpeexEncoderTask.mm */; };
10
11
                8C0406530B5C584000648158 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8C04064E0B5C584000648158 /* InfoPlist.strings */; };
11
12
                8C05F19C0CC2DAA1006E5746 /* Growl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C05F1800CC2DAA1006E5746 /* Growl.framework */; };
12
13
                8C05F19D0CC2DAA1006E5746 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C05F1810CC2DAA1006E5746 /* Sparkle.framework */; };
174
175
                8CABDD990ABE654C00905814 /* OggVorbisEncoderTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9450F00A12E3FC00C8DCAE /* OggVorbisEncoderTask.mm */; };
175
176
                8CABDDC80ABE664100905814 /* OggFLACEncoderTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9450EE0A12E3FC00C8DCAE /* OggFLACEncoderTask.mm */; };
176
177
                8CABDE0D0ABE671D00905814 /* WavPackEncoderTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C9450F40A12E3FC00C8DCAE /* WavPackEncoderTask.m */; };
177
 
                8CABDE3E0ABE682B00905814 /* OggSpeexEncoderTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CFA573A0ABE32BB00C5AE9F /* OggSpeexEncoderTask.m */; };
178
178
                8CABDE6B0ABE691300905814 /* LibsndfileEncoderTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C9450E80A12E3FC00C8DCAE /* LibsndfileEncoderTask.m */; };
179
179
                8CABDE6C0ABE691400905814 /* MonkeysAudioEncoderTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C9450EA0A12E3FC00C8DCAE /* MonkeysAudioEncoderTask.mm */; };
180
180
                8CABDE920ABE6A0600905814 /* OggSpeexSettingsSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CABDE900ABE6A0600905814 /* OggSpeexSettingsSheet.m */; };
292
292
                29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
293
293
                29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
294
294
                29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
 
295
                322E1EB20DC81AAB00CB6DDB /* OggSpeexEncoderTask.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OggSpeexEncoderTask.mm; sourceTree = "<group>"; };
295
296
                327375A10D88F21F00B9D9FB /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/Formats.nib; sourceTree = "<group>"; };
296
297
                327375B80D88F44E00B9D9FB /* Dutch */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Dutch; path = Dutch.lproj/Formats.nib; sourceTree = "<group>"; };
297
298
                327375BB0D88F47C00B9D9FB /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = German.lproj/Formats.nib; sourceTree = "<group>"; };
790
791
                8CFA4B440ABDE11800C5AE9F /* WavPackDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WavPackDecoder.h; path = Decoders/WavPackDecoder.h; sourceTree = "<group>"; };
791
792
                8CFA4B450ABDE11800C5AE9F /* WavPackDecoder.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = WavPackDecoder.m; path = Decoders/WavPackDecoder.m; sourceTree = "<group>"; };
792
793
                8CFA57390ABE32BB00C5AE9F /* OggSpeexEncoderTask.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = OggSpeexEncoderTask.h; sourceTree = "<group>"; };
793
 
                8CFA573A0ABE32BB00C5AE9F /* OggSpeexEncoderTask.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = OggSpeexEncoderTask.m; sourceTree = "<group>"; };
794
794
                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
795
795
                8D1107320486CEB800E47090 /* Max.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Max.app; sourceTree = BUILT_PRODUCTS_DIR; };
796
796
/* End PBXFileReference section */
1281
1281
                8C9450E00A12E3FC00C8DCAE /* EncoderTasks */ = {
1282
1282
                        isa = PBXGroup;
1283
1283
                        children = (
 
1284
                                322E1EB20DC81AAB00CB6DDB /* OggSpeexEncoderTask.mm */,
1284
1285
                                8CD015E80ADAA67A00216B29 /* MP3EncoderTask.h */,
1285
1286
                                8CD015E90ADAA67A00216B29 /* MP3EncoderTask.mm */,
1286
1287
                                8CFA57390ABE32BB00C5AE9F /* OggSpeexEncoderTask.h */,
1287
 
                                8CFA573A0ABE32BB00C5AE9F /* OggSpeexEncoderTask.m */,
1288
1288
                                8C9450E10A12E3FC00C8DCAE /* CoreAudioEncoderTask.h */,
1289
1289
                                8C9450E20A12E3FC00C8DCAE /* CoreAudioEncoderTask.m */,
1290
1290
                                8C9450E30A12E3FC00C8DCAE /* EncoderTask.h */,
1655
1655
                                8CABDD990ABE654C00905814 /* OggVorbisEncoderTask.mm in Sources */,
1656
1656
                                8CABDDC80ABE664100905814 /* OggFLACEncoderTask.mm in Sources */,
1657
1657
                                8CABDE0D0ABE671D00905814 /* WavPackEncoderTask.m in Sources */,
1658
 
                                8CABDE3E0ABE682B00905814 /* OggSpeexEncoderTask.m in Sources */,
1659
1658
                                8CABDE6B0ABE691300905814 /* LibsndfileEncoderTask.m in Sources */,
1660
1659
                                8CABDE6C0ABE691400905814 /* MonkeysAudioEncoderTask.mm in Sources */,
1661
1660
                                8CABDE920ABE6A0600905814 /* OggSpeexSettingsSheet.m in Sources */,
1695
1694
                                8C397B9A0CC1D9A3004EFC92 /* WavPackDecoder.m in Sources */,
1696
1695
                                8C2682FF0CE95B8D00EF1929 /* MPEGDecoder.m in Sources */,
1697
1696
                                8CBB34EE0CEFF42F004678FB /* FileConversionToolbar.m in Sources */,
 
1697
                                322E1EB30DC81AAB00CB6DDB /* OggSpeexEncoderTask.mm in Sources */,
1698
1698
                        );
1699
1699
                        runOnlyForDeploymentPostprocessing = 0;
1700
1700
                };