From 2c2f5b18c96cf420bdf99932fca5e41ebd83796f Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Wed, 26 Feb 2014 01:36:37 -0800 Subject: [PATCH] Real Ogg Vorbis fix for vgmstream --- .../VorbisNoDot.xcodeproj/project.pbxproj | 589 ++++++++++++++++++ .../vgmstream.xcodeproj/project.pbxproj | 50 +- .../vgmstream.xcodeproj/project.pbxproj | 1 + 3 files changed, 615 insertions(+), 25 deletions(-) create mode 100644 Frameworks/Vorbis/VorbisNoDot.xcodeproj/project.pbxproj diff --git a/Frameworks/Vorbis/VorbisNoDot.xcodeproj/project.pbxproj b/Frameworks/Vorbis/VorbisNoDot.xcodeproj/project.pbxproj new file mode 100644 index 000000000..00bef14b7 --- /dev/null +++ b/Frameworks/Vorbis/VorbisNoDot.xcodeproj/project.pbxproj @@ -0,0 +1,589 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 17F563540C3BDB130019975C /* ogg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17F563420C3BDAE80019975C /* ogg.framework */; }; + 17F563570C3BDB150019975C /* ogg.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17F563420C3BDAE80019975C /* ogg.framework */; }; + 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; }; + 8E75727909F31A150080F1EE /* codec.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75727609F31A150080F1EE /* codec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E75727A09F31A150080F1EE /* vorbisenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75727709F31A150080F1EE /* vorbisenc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E75727B09F31A150080F1EE /* vorbisfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75727809F31A150080F1EE /* vorbisfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E7572D309F31A200080F1EE /* analysis.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75727C09F31A200080F1EE /* analysis.c */; }; + 8E7572D409F31A200080F1EE /* backends.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75727D09F31A200080F1EE /* backends.h */; }; + 8E7572D609F31A200080F1EE /* bitrate.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75727F09F31A200080F1EE /* bitrate.c */; }; + 8E7572D709F31A200080F1EE /* bitrate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75728009F31A200080F1EE /* bitrate.h */; }; + 8E7572D809F31A200080F1EE /* block.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75728109F31A200080F1EE /* block.c */; }; + 8E7572D909F31A200080F1EE /* books in Resources */ = {isa = PBXBuildFile; fileRef = 8E75728209F31A200080F1EE /* books */; }; + 8E7572DA09F31A200080F1EE /* codebook.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75729509F31A200080F1EE /* codebook.c */; }; + 8E7572DB09F31A200080F1EE /* codebook.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75729609F31A200080F1EE /* codebook.h */; }; + 8E7572DC09F31A200080F1EE /* codec_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75729709F31A200080F1EE /* codec_internal.h */; }; + 8E7572DD09F31A200080F1EE /* envelope.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75729809F31A200080F1EE /* envelope.c */; }; + 8E7572DE09F31A200080F1EE /* envelope.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75729909F31A200080F1EE /* envelope.h */; }; + 8E7572DF09F31A200080F1EE /* floor0.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75729A09F31A200080F1EE /* floor0.c */; }; + 8E7572E009F31A200080F1EE /* floor1.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75729B09F31A200080F1EE /* floor1.c */; }; + 8E7572E109F31A200080F1EE /* highlevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75729C09F31A200080F1EE /* highlevel.h */; }; + 8E7572E209F31A200080F1EE /* info.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75729D09F31A200080F1EE /* info.c */; }; + 8E7572E309F31A200080F1EE /* lookup_data.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E75729E09F31A200080F1EE /* lookup_data.h */; }; + 8E7572E409F31A200080F1EE /* lookup.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E75729F09F31A200080F1EE /* lookup.c */; }; + 8E7572E509F31A200080F1EE /* lookup.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572A009F31A200080F1EE /* lookup.h */; }; + 8E7572E609F31A200080F1EE /* lookups.pl in Resources */ = {isa = PBXBuildFile; fileRef = 8E7572A109F31A200080F1EE /* lookups.pl */; }; + 8E7572E709F31A200080F1EE /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572A209F31A200080F1EE /* lpc.c */; }; + 8E7572E809F31A200080F1EE /* lpc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572A309F31A200080F1EE /* lpc.h */; }; + 8E7572E909F31A200080F1EE /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572A409F31A200080F1EE /* lsp.c */; }; + 8E7572EA09F31A200080F1EE /* lsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572A509F31A200080F1EE /* lsp.h */; }; + 8E7572EB09F31A200080F1EE /* Makefile.am in Resources */ = {isa = PBXBuildFile; fileRef = 8E7572A609F31A200080F1EE /* Makefile.am */; }; + 8E7572EC09F31A200080F1EE /* mapping0.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572A709F31A200080F1EE /* mapping0.c */; }; + 8E7572ED09F31A200080F1EE /* masking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572A809F31A200080F1EE /* masking.h */; }; + 8E7572EE09F31A200080F1EE /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572A909F31A200080F1EE /* mdct.c */; }; + 8E7572EF09F31A200080F1EE /* mdct.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572AA09F31A200080F1EE /* mdct.h */; }; + 8E7572F009F31A200080F1EE /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572AB09F31A200080F1EE /* misc.c */; }; + 8E7572F109F31A200080F1EE /* misc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572AC09F31A200080F1EE /* misc.h */; }; + 8E7572F209F31A200080F1EE /* modes in Resources */ = {isa = PBXBuildFile; fileRef = 8E7572AD09F31A200080F1EE /* modes */; }; + 8E7572F309F31A200080F1EE /* os.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572C209F31A200080F1EE /* os.h */; }; + 8E7572F409F31A200080F1EE /* psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572C309F31A200080F1EE /* psy.c */; }; + 8E7572F509F31A200080F1EE /* psy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572C409F31A200080F1EE /* psy.h */; }; + 8E7572F709F31A200080F1EE /* registry.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572C609F31A200080F1EE /* registry.c */; }; + 8E7572F809F31A200080F1EE /* registry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572C709F31A200080F1EE /* registry.h */; }; + 8E7572F909F31A200080F1EE /* res0.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572C809F31A200080F1EE /* res0.c */; }; + 8E7572FA09F31A200080F1EE /* scales.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572C909F31A200080F1EE /* scales.h */; }; + 8E7572FB09F31A200080F1EE /* sharedbook.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572CA09F31A200080F1EE /* sharedbook.c */; }; + 8E7572FC09F31A200080F1EE /* smallft.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572CB09F31A200080F1EE /* smallft.c */; }; + 8E7572FD09F31A200080F1EE /* smallft.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572CC09F31A200080F1EE /* smallft.h */; }; + 8E7572FE09F31A200080F1EE /* synthesis.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572CD09F31A200080F1EE /* synthesis.c */; }; + 8E75730009F31A200080F1EE /* vorbisenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572CF09F31A200080F1EE /* vorbisenc.c */; }; + 8E75730109F31A200080F1EE /* vorbisfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572D009F31A200080F1EE /* vorbisfile.c */; }; + 8E75730209F31A200080F1EE /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E7572D109F31A200080F1EE /* window.c */; }; + 8E75730309F31A200080F1EE /* window.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7572D209F31A200080F1EE /* window.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 17F563410C3BDAE80019975C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17F5633A0C3BDAE80019975C /* ogg.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8DC2EF5B0486A6940098B216; + remoteInfo = "Ogg Framework"; + }; + 17F563520C3BDB040019975C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17F5633A0C3BDAE80019975C /* ogg.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 8DC2EF4F0486A6940098B216; + remoteInfo = "Ogg Framework"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 17C93DEC0B8FDED8008627D6 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 17F563570C3BDB150019975C /* ogg.framework in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 17F5633A0C3BDAE80019975C /* ogg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ogg.xcodeproj; path = ../Ogg/ogg.xcodeproj; sourceTree = SOURCE_ROOT; }; + 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8DC2EF5B0486A6940098B216 /* Vorbis.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Vorbis.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E75727609F31A150080F1EE /* codec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = codec.h; path = Files/include/vorbis/codec.h; sourceTree = ""; }; + 8E75727709F31A150080F1EE /* vorbisenc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vorbisenc.h; path = Files/include/vorbis/vorbisenc.h; sourceTree = ""; }; + 8E75727809F31A150080F1EE /* vorbisfile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vorbisfile.h; path = Files/include/vorbis/vorbisfile.h; sourceTree = ""; }; + 8E75727C09F31A200080F1EE /* analysis.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = analysis.c; path = Files/lib/analysis.c; sourceTree = ""; }; + 8E75727D09F31A200080F1EE /* backends.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = backends.h; path = Files/lib/backends.h; sourceTree = ""; }; + 8E75727E09F31A200080F1EE /* barkmel.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = barkmel.c; path = Files/lib/barkmel.c; sourceTree = ""; }; + 8E75727F09F31A200080F1EE /* bitrate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bitrate.c; path = Files/lib/bitrate.c; sourceTree = ""; }; + 8E75728009F31A200080F1EE /* bitrate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bitrate.h; path = Files/lib/bitrate.h; sourceTree = ""; }; + 8E75728109F31A200080F1EE /* block.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = block.c; path = Files/lib/block.c; sourceTree = ""; }; + 8E75728209F31A200080F1EE /* books */ = {isa = PBXFileReference; lastKnownFileType = folder; name = books; path = Files/lib/books; sourceTree = ""; }; + 8E75729509F31A200080F1EE /* codebook.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = codebook.c; path = Files/lib/codebook.c; sourceTree = ""; }; + 8E75729609F31A200080F1EE /* codebook.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = codebook.h; path = Files/lib/codebook.h; sourceTree = ""; }; + 8E75729709F31A200080F1EE /* codec_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = codec_internal.h; path = Files/lib/codec_internal.h; sourceTree = ""; }; + 8E75729809F31A200080F1EE /* envelope.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = envelope.c; path = Files/lib/envelope.c; sourceTree = ""; }; + 8E75729909F31A200080F1EE /* envelope.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = envelope.h; path = Files/lib/envelope.h; sourceTree = ""; }; + 8E75729A09F31A200080F1EE /* floor0.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = floor0.c; path = Files/lib/floor0.c; sourceTree = ""; }; + 8E75729B09F31A200080F1EE /* floor1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = floor1.c; path = Files/lib/floor1.c; sourceTree = ""; }; + 8E75729C09F31A200080F1EE /* highlevel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = highlevel.h; path = Files/lib/highlevel.h; sourceTree = ""; }; + 8E75729D09F31A200080F1EE /* info.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = info.c; path = Files/lib/info.c; sourceTree = ""; }; + 8E75729E09F31A200080F1EE /* lookup_data.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lookup_data.h; path = Files/lib/lookup_data.h; sourceTree = ""; }; + 8E75729F09F31A200080F1EE /* lookup.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lookup.c; path = Files/lib/lookup.c; sourceTree = ""; }; + 8E7572A009F31A200080F1EE /* lookup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lookup.h; path = Files/lib/lookup.h; sourceTree = ""; }; + 8E7572A109F31A200080F1EE /* lookups.pl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.perl; name = lookups.pl; path = Files/lib/lookups.pl; sourceTree = ""; }; + 8E7572A209F31A200080F1EE /* lpc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lpc.c; path = Files/lib/lpc.c; sourceTree = ""; }; + 8E7572A309F31A200080F1EE /* lpc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lpc.h; path = Files/lib/lpc.h; sourceTree = ""; }; + 8E7572A409F31A200080F1EE /* lsp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lsp.c; path = Files/lib/lsp.c; sourceTree = ""; }; + 8E7572A509F31A200080F1EE /* lsp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lsp.h; path = Files/lib/lsp.h; sourceTree = ""; }; + 8E7572A609F31A200080F1EE /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = Makefile.am; path = Files/lib/Makefile.am; sourceTree = ""; }; + 8E7572A709F31A200080F1EE /* mapping0.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mapping0.c; path = Files/lib/mapping0.c; sourceTree = ""; }; + 8E7572A809F31A200080F1EE /* masking.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = masking.h; path = Files/lib/masking.h; sourceTree = ""; }; + 8E7572A909F31A200080F1EE /* mdct.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mdct.c; path = Files/lib/mdct.c; sourceTree = ""; }; + 8E7572AA09F31A200080F1EE /* mdct.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mdct.h; path = Files/lib/mdct.h; sourceTree = ""; }; + 8E7572AB09F31A200080F1EE /* misc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = misc.c; path = Files/lib/misc.c; sourceTree = ""; }; + 8E7572AC09F31A200080F1EE /* misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = misc.h; path = Files/lib/misc.h; sourceTree = ""; }; + 8E7572AD09F31A200080F1EE /* modes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = modes; path = Files/lib/modes; sourceTree = ""; }; + 8E7572C209F31A200080F1EE /* os.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os.h; path = Files/lib/os.h; sourceTree = ""; }; + 8E7572C309F31A200080F1EE /* psy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = psy.c; path = Files/lib/psy.c; sourceTree = ""; }; + 8E7572C409F31A200080F1EE /* psy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = psy.h; path = Files/lib/psy.h; sourceTree = ""; }; + 8E7572C509F31A200080F1EE /* psytune.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = psytune.c; path = Files/lib/psytune.c; sourceTree = ""; }; + 8E7572C609F31A200080F1EE /* registry.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = registry.c; path = Files/lib/registry.c; sourceTree = ""; }; + 8E7572C709F31A200080F1EE /* registry.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = registry.h; path = Files/lib/registry.h; sourceTree = ""; }; + 8E7572C809F31A200080F1EE /* res0.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = res0.c; path = Files/lib/res0.c; sourceTree = ""; }; + 8E7572C909F31A200080F1EE /* scales.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = scales.h; path = Files/lib/scales.h; sourceTree = ""; }; + 8E7572CA09F31A200080F1EE /* sharedbook.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sharedbook.c; path = Files/lib/sharedbook.c; sourceTree = ""; }; + 8E7572CB09F31A200080F1EE /* smallft.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = smallft.c; path = Files/lib/smallft.c; sourceTree = ""; }; + 8E7572CC09F31A200080F1EE /* smallft.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = smallft.h; path = Files/lib/smallft.h; sourceTree = ""; }; + 8E7572CD09F31A200080F1EE /* synthesis.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = synthesis.c; path = Files/lib/synthesis.c; sourceTree = ""; }; + 8E7572CE09F31A200080F1EE /* tone.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = tone.c; path = Files/lib/tone.c; sourceTree = ""; }; + 8E7572CF09F31A200080F1EE /* vorbisenc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vorbisenc.c; path = Files/lib/vorbisenc.c; sourceTree = ""; }; + 8E7572D009F31A200080F1EE /* vorbisfile.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vorbisfile.c; path = Files/lib/vorbisfile.c; sourceTree = ""; }; + 8E7572D109F31A200080F1EE /* window.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = window.c; path = Files/lib/window.c; sourceTree = ""; }; + 8E7572D209F31A200080F1EE /* window.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = window.h; path = Files/lib/window.h; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8DC2EF560486A6940098B216 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 17F563540C3BDB130019975C /* ogg.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 034768DFFF38A50411DB9C8B /* Products */ = { + isa = PBXGroup; + children = ( + 8DC2EF5B0486A6940098B216 /* Vorbis.framework */, + ); + name = Products; + sourceTree = ""; + }; + 0867D691FE84028FC02AAC07 /* Vorbis */ = { + isa = PBXGroup; + children = ( + 8E75727509F31A050080F1EE /* Headers */, + 8E75727409F31A000080F1EE /* Source */, + 089C1665FE841158C02AAC07 /* Resources */, + 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */, + 034768DFFF38A50411DB9C8B /* Products */, + ); + name = Vorbis; + sourceTree = ""; + }; + 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */, + 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C1665FE841158C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8DC2EF5A0486A6940098B216 /* Info.plist */, + 089C1666FE841158C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = { + isa = PBXGroup; + children = ( + 17F5633A0C3BDAE80019975C /* ogg.xcodeproj */, + ); + name = "Linked Frameworks"; + sourceTree = ""; + }; + 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = "Other Frameworks"; + sourceTree = ""; + }; + 17F5633B0C3BDAE80019975C /* Products */ = { + isa = PBXGroup; + children = ( + 17F563420C3BDAE80019975C /* ogg.framework */, + ); + name = Products; + sourceTree = ""; + }; + 8E75727409F31A000080F1EE /* Source */ = { + isa = PBXGroup; + children = ( + 8E75727C09F31A200080F1EE /* analysis.c */, + 8E75727D09F31A200080F1EE /* backends.h */, + 8E75727E09F31A200080F1EE /* barkmel.c */, + 8E75727F09F31A200080F1EE /* bitrate.c */, + 8E75728009F31A200080F1EE /* bitrate.h */, + 8E75728109F31A200080F1EE /* block.c */, + 8E75728209F31A200080F1EE /* books */, + 8E75729509F31A200080F1EE /* codebook.c */, + 8E75729609F31A200080F1EE /* codebook.h */, + 8E75729709F31A200080F1EE /* codec_internal.h */, + 8E75729809F31A200080F1EE /* envelope.c */, + 8E75729909F31A200080F1EE /* envelope.h */, + 8E75729A09F31A200080F1EE /* floor0.c */, + 8E75729B09F31A200080F1EE /* floor1.c */, + 8E75729C09F31A200080F1EE /* highlevel.h */, + 8E75729D09F31A200080F1EE /* info.c */, + 8E75729E09F31A200080F1EE /* lookup_data.h */, + 8E75729F09F31A200080F1EE /* lookup.c */, + 8E7572A009F31A200080F1EE /* lookup.h */, + 8E7572A109F31A200080F1EE /* lookups.pl */, + 8E7572A209F31A200080F1EE /* lpc.c */, + 8E7572A309F31A200080F1EE /* lpc.h */, + 8E7572A409F31A200080F1EE /* lsp.c */, + 8E7572A509F31A200080F1EE /* lsp.h */, + 8E7572A609F31A200080F1EE /* Makefile.am */, + 8E7572A709F31A200080F1EE /* mapping0.c */, + 8E7572A809F31A200080F1EE /* masking.h */, + 8E7572A909F31A200080F1EE /* mdct.c */, + 8E7572AA09F31A200080F1EE /* mdct.h */, + 8E7572AB09F31A200080F1EE /* misc.c */, + 8E7572AC09F31A200080F1EE /* misc.h */, + 8E7572AD09F31A200080F1EE /* modes */, + 8E7572C209F31A200080F1EE /* os.h */, + 8E7572C309F31A200080F1EE /* psy.c */, + 8E7572C409F31A200080F1EE /* psy.h */, + 8E7572C509F31A200080F1EE /* psytune.c */, + 8E7572C609F31A200080F1EE /* registry.c */, + 8E7572C709F31A200080F1EE /* registry.h */, + 8E7572C809F31A200080F1EE /* res0.c */, + 8E7572C909F31A200080F1EE /* scales.h */, + 8E7572CA09F31A200080F1EE /* sharedbook.c */, + 8E7572CB09F31A200080F1EE /* smallft.c */, + 8E7572CC09F31A200080F1EE /* smallft.h */, + 8E7572CD09F31A200080F1EE /* synthesis.c */, + 8E7572CE09F31A200080F1EE /* tone.c */, + 8E7572CF09F31A200080F1EE /* vorbisenc.c */, + 8E7572D009F31A200080F1EE /* vorbisfile.c */, + 8E7572D109F31A200080F1EE /* window.c */, + 8E7572D209F31A200080F1EE /* window.h */, + ); + name = Source; + sourceTree = ""; + }; + 8E75727509F31A050080F1EE /* Headers */ = { + isa = PBXGroup; + children = ( + 8E75727609F31A150080F1EE /* codec.h */, + 8E75727709F31A150080F1EE /* vorbisenc.h */, + 8E75727809F31A150080F1EE /* vorbisfile.h */, + ); + name = Headers; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8DC2EF500486A6940098B216 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8E75727909F31A150080F1EE /* codec.h in Headers */, + 8E75727A09F31A150080F1EE /* vorbisenc.h in Headers */, + 8E75727B09F31A150080F1EE /* vorbisfile.h in Headers */, + 8E7572D409F31A200080F1EE /* backends.h in Headers */, + 8E7572D709F31A200080F1EE /* bitrate.h in Headers */, + 8E7572DB09F31A200080F1EE /* codebook.h in Headers */, + 8E7572DC09F31A200080F1EE /* codec_internal.h in Headers */, + 8E7572DE09F31A200080F1EE /* envelope.h in Headers */, + 8E7572E109F31A200080F1EE /* highlevel.h in Headers */, + 8E7572E309F31A200080F1EE /* lookup_data.h in Headers */, + 8E7572E509F31A200080F1EE /* lookup.h in Headers */, + 8E7572E809F31A200080F1EE /* lpc.h in Headers */, + 8E7572EA09F31A200080F1EE /* lsp.h in Headers */, + 8E7572ED09F31A200080F1EE /* masking.h in Headers */, + 8E7572EF09F31A200080F1EE /* mdct.h in Headers */, + 8E7572F109F31A200080F1EE /* misc.h in Headers */, + 8E7572F309F31A200080F1EE /* os.h in Headers */, + 8E7572F509F31A200080F1EE /* psy.h in Headers */, + 8E7572F809F31A200080F1EE /* registry.h in Headers */, + 8E7572FA09F31A200080F1EE /* scales.h in Headers */, + 8E7572FD09F31A200080F1EE /* smallft.h in Headers */, + 8E75730309F31A200080F1EE /* window.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8DC2EF4F0486A6940098B216 /* Vorbis Framework */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Vorbis Framework" */; + buildPhases = ( + 8DC2EF500486A6940098B216 /* Headers */, + 8DC2EF520486A6940098B216 /* Resources */, + 8DC2EF540486A6940098B216 /* Sources */, + 8DC2EF560486A6940098B216 /* Frameworks */, + 8EA8CC360B8D40D50066A92A /* ShellScript */, + 17C93DEC0B8FDED8008627D6 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + 17F563530C3BDB040019975C /* PBXTargetDependency */, + ); + name = "Vorbis Framework"; + productInstallPath = "$(HOME)/Library/Frameworks"; + productName = Vorbis; + productReference = 8DC2EF5B0486A6940098B216 /* Vorbis.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0867D690FE84028FC02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + }; + buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Vorbis" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + en, + ); + mainGroup = 0867D691FE84028FC02AAC07 /* Vorbis */; + productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 17F5633B0C3BDAE80019975C /* Products */; + ProjectRef = 17F5633A0C3BDAE80019975C /* ogg.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8DC2EF4F0486A6940098B216 /* Vorbis Framework */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 17F563420C3BDAE80019975C /* ogg.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = ogg.framework; + remoteRef = 17F563410C3BDAE80019975C /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8DC2EF520486A6940098B216 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, + 8E7572D909F31A200080F1EE /* books in Resources */, + 8E7572E609F31A200080F1EE /* lookups.pl in Resources */, + 8E7572EB09F31A200080F1EE /* Makefile.am in Resources */, + 8E7572F209F31A200080F1EE /* modes in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 8EA8CC360B8D40D50066A92A /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "LINK=$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.$WRAPPER_EXTENSION/Versions/Frameworks\n\nif ! [ -e $LINK ]; then\n\tln -s A/Frameworks $LINK\nfi\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8DC2EF540486A6940098B216 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8E7572D309F31A200080F1EE /* analysis.c in Sources */, + 8E7572D609F31A200080F1EE /* bitrate.c in Sources */, + 8E7572D809F31A200080F1EE /* block.c in Sources */, + 8E7572DA09F31A200080F1EE /* codebook.c in Sources */, + 8E7572DD09F31A200080F1EE /* envelope.c in Sources */, + 8E7572DF09F31A200080F1EE /* floor0.c in Sources */, + 8E7572E009F31A200080F1EE /* floor1.c in Sources */, + 8E7572E209F31A200080F1EE /* info.c in Sources */, + 8E7572E409F31A200080F1EE /* lookup.c in Sources */, + 8E7572E709F31A200080F1EE /* lpc.c in Sources */, + 8E7572E909F31A200080F1EE /* lsp.c in Sources */, + 8E7572EC09F31A200080F1EE /* mapping0.c in Sources */, + 8E7572EE09F31A200080F1EE /* mdct.c in Sources */, + 8E7572F009F31A200080F1EE /* misc.c in Sources */, + 8E7572F409F31A200080F1EE /* psy.c in Sources */, + 8E7572F709F31A200080F1EE /* registry.c in Sources */, + 8E7572F909F31A200080F1EE /* res0.c in Sources */, + 8E7572FB09F31A200080F1EE /* sharedbook.c in Sources */, + 8E7572FC09F31A200080F1EE /* smallft.c in Sources */, + 8E7572FE09F31A200080F1EE /* synthesis.c in Sources */, + 8E75730009F31A200080F1EE /* vorbisenc.c in Sources */, + 8E75730109F31A200080F1EE /* vorbisfile.c in Sources */, + 8E75730209F31A200080F1EE /* window.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 17F563530C3BDB040019975C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Ogg Framework"; + targetProxy = 17F563520C3BDB040019975C /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C1667FE841158C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 1DEB91AE08733DA50010E9CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_SEARCH_PATHS = ( + "$(FRAMEWORK_SEARCH_PATHS)", + "$(SRCROOT)/../Ogg/build/Release", + ); + FRAMEWORK_VERSION = A; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "@loader_path/Frameworks"; + OTHER_CFLAGS = "-D__MACOSX__"; + OTHER_LDFLAGS = ( + "-weak_framework", + Ogg, + ); + PRODUCT_NAME = Vorbis; + SKIP_INSTALL = YES; + USER_HEADER_SEARCH_PATHS = "Files/lib/ Files/include/"; + WRAPPER_EXTENSION = framework; + ZERO_LINK = YES; + }; + name = Debug; + }; + 1DEB91AF08733DA50010E9CD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_SEARCH_PATHS = ( + "$(FRAMEWORK_SEARCH_PATHS)", + "$(SRCROOT)/../Ogg/build/Release", + ); + FRAMEWORK_VERSION = A; + GCC_MODEL_TUNING = G5; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + HEADER_SEARCH_PATHS = ( + Files/lib, + Files/include, + ); + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "@loader_path/Frameworks"; + OTHER_CFLAGS = "-D__MACOSX__"; + OTHER_LDFLAGS = ( + "-weak_framework", + Ogg, + ); + PRODUCT_NAME = Vorbis; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = framework; + }; + name = Release; + }; + 1DEB91B208733DA50010E9CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + PREBINDING = NO; + SDKROOT = macosx; + SYMROOT = ../../build; + }; + name = Debug; + }; + 1DEB91B308733DA50010E9CD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + PREBINDING = NO; + SDKROOT = macosx; + SYMROOT = ../../build; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Vorbis Framework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1DEB91AE08733DA50010E9CD /* Debug */, + 1DEB91AF08733DA50010E9CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Vorbis" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1DEB91B208733DA50010E9CD /* Debug */, + 1DEB91B308733DA50010E9CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0867D690FE84028FC02AAC07 /* Project object */; +} diff --git a/Frameworks/vgmstream/vgmstream.xcodeproj/project.pbxproj b/Frameworks/vgmstream/vgmstream.xcodeproj/project.pbxproj index e1285a6b9..e533966e9 100644 --- a/Frameworks/vgmstream/vgmstream.xcodeproj/project.pbxproj +++ b/Frameworks/vgmstream/vgmstream.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 8315231E18BDECBB009AE289 /* Vorbis.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8315231D18BDECA1009AE289 /* Vorbis.framework */; }; + 8315231F18BDECC9009AE289 /* Vorbis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8315231D18BDECA1009AE289 /* Vorbis.framework */; }; 836F6B4718BDB8880095E648 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 836F6B4518BDB8880095E648 /* InfoPlist.strings */; }; 836F6F1E18BDC2190095E648 /* acm_decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 836F6DE018BDC2180095E648 /* acm_decoder.c */; }; 836F6F1F18BDC2190095E648 /* acm_decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 836F6DE118BDC2180095E648 /* acm_decoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -318,21 +320,19 @@ 836F705718BDC2190095E648 /* util.h in Headers */ = {isa = PBXBuildFile; fileRef = 836F6F1B18BDC2190095E648 /* util.h */; }; 836F705818BDC2190095E648 /* vgmstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 836F6F1C18BDC2190095E648 /* vgmstream.c */; }; 836F705918BDC2190095E648 /* vgmstream.h in Headers */ = {isa = PBXBuildFile; fileRef = 836F6F1D18BDC2190095E648 /* vgmstream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83979B1618BDDBEC00192D2F /* Vorbis.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83979B1318BDDBCC00192D2F /* Vorbis.framework */; }; - 83979B1718BDDCB900192D2F /* Vorbis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83979B1318BDDBCC00192D2F /* Vorbis.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 83979B1218BDDBCC00192D2F /* PBXContainerItemProxy */ = { + 8315231C18BDECA1009AE289 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 83979B0E18BDDBCB00192D2F /* Vorbis.xcodeproj */; + containerPortal = 8315231718BDECA1009AE289 /* VorbisNoDot.xcodeproj */; proxyType = 2; remoteGlobalIDString = 8DC2EF5B0486A6940098B216; remoteInfo = "Vorbis Framework"; }; - 83979B1418BDDBD400192D2F /* PBXContainerItemProxy */ = { + 8315232018BDECD3009AE289 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 83979B0E18BDDBCB00192D2F /* Vorbis.xcodeproj */; + containerPortal = 8315231718BDECA1009AE289 /* VorbisNoDot.xcodeproj */; proxyType = 1; remoteGlobalIDString = 8DC2EF4F0486A6940098B216; remoteInfo = "Vorbis Framework"; @@ -346,13 +346,14 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 83979B1618BDDBEC00192D2F /* Vorbis.framework in CopyFiles */, + 8315231E18BDECBB009AE289 /* Vorbis.framework in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 8315231718BDECA1009AE289 /* VorbisNoDot.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = VorbisNoDot.xcodeproj; path = ../Vorbis/VorbisNoDot.xcodeproj; sourceTree = ""; }; 836F6B3918BDB8880095E648 /* vgmstream.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = vgmstream.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 836F6B4418BDB8880095E648 /* vgmstream-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "vgmstream-Info.plist"; sourceTree = ""; }; 836F6B4618BDB8880095E648 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; @@ -666,7 +667,6 @@ 836F6F1B18BDC2190095E648 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = ""; }; 836F6F1C18BDC2190095E648 /* vgmstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vgmstream.c; sourceTree = ""; }; 836F6F1D18BDC2190095E648 /* vgmstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vgmstream.h; sourceTree = ""; }; - 83979B0E18BDDBCB00192D2F /* Vorbis.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Vorbis.xcodeproj; path = ../Vorbis/Vorbis.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -674,13 +674,21 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 83979B1718BDDCB900192D2F /* Vorbis.framework in Frameworks */, + 8315231F18BDECC9009AE289 /* Vorbis.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 8315231818BDECA1009AE289 /* Products */ = { + isa = PBXGroup; + children = ( + 8315231D18BDECA1009AE289 /* Vorbis.framework */, + ); + name = Products; + sourceTree = ""; + }; 836F6B2F18BDB8880095E648 = { isa = PBXGroup; children = ( @@ -709,7 +717,7 @@ 836F6B3E18BDB8880095E648 /* Other Frameworks */ = { isa = PBXGroup; children = ( - 83979B0E18BDDBCB00192D2F /* Vorbis.xcodeproj */, + 8315231718BDECA1009AE289 /* VorbisNoDot.xcodeproj */, ); name = "Other Frameworks"; sourceTree = ""; @@ -1073,14 +1081,6 @@ path = meta; sourceTree = ""; }; - 83979B0F18BDDBCB00192D2F /* Products */ = { - isa = PBXGroup; - children = ( - 83979B1318BDDBCC00192D2F /* Vorbis.framework */, - ); - name = Products; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -1117,7 +1117,7 @@ buildRules = ( ); dependencies = ( - 83979B1518BDDBD400192D2F /* PBXTargetDependency */, + 8315232118BDECD3009AE289 /* PBXTargetDependency */, ); name = vgmstream; productName = vgmstream; @@ -1145,8 +1145,8 @@ projectDirPath = ""; projectReferences = ( { - ProductGroup = 83979B0F18BDDBCB00192D2F /* Products */; - ProjectRef = 83979B0E18BDDBCB00192D2F /* Vorbis.xcodeproj */; + ProductGroup = 8315231818BDECA1009AE289 /* Products */; + ProjectRef = 8315231718BDECA1009AE289 /* VorbisNoDot.xcodeproj */; }, ); projectRoot = ""; @@ -1157,11 +1157,11 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ - 83979B1318BDDBCC00192D2F /* Vorbis.framework */ = { + 8315231D18BDECA1009AE289 /* Vorbis.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = Vorbis.framework; - remoteRef = 83979B1218BDDBCC00192D2F /* PBXContainerItemProxy */; + remoteRef = 8315231C18BDECA1009AE289 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXReferenceProxy section */ @@ -1488,10 +1488,10 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 83979B1518BDDBD400192D2F /* PBXTargetDependency */ = { + 8315232118BDECD3009AE289 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Vorbis Framework"; - targetProxy = 83979B1418BDDBD400192D2F /* PBXContainerItemProxy */; + targetProxy = 8315232018BDECD3009AE289 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ diff --git a/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj b/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj index a05aa28e1..92fb29afe 100644 --- a/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj +++ b/Plugins/vgmstream/vgmstream.xcodeproj/project.pbxproj @@ -347,6 +347,7 @@ 836F6B2418BDB80D0095E648 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };