⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project.pbxproj

📁 This is an example application that shows how to use OpenAL to play sounds on an iPhone.
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
// !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 45;	objects = {/* Begin PBXBuildFile section */		1D3623260D0F684500981E51 /* oalTouchAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* oalTouchAppDelegate.m */; };		1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };		A14803740DE241E600413AAA /* stagebg.png in Resources */ = {isa = PBXBuildFile; fileRef = A14803730DE241E600413AAA /* stagebg.png */; };		A15CFC210DE4B84200FB5D08 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = A15CFC200DE4B84200FB5D08 /* icon.png */; };		A16DE1690DF60AA0000930B5 /* speaker_on_0.png in Resources */ = {isa = PBXBuildFile; fileRef = A16DE1640DF60AA0000930B5 /* speaker_on_0.png */; };		A16DE16A0DF60AA0000930B5 /* speaker_on_1.png in Resources */ = {isa = PBXBuildFile; fileRef = A16DE1650DF60AA0000930B5 /* speaker_on_1.png */; };		A16DE16B0DF60AA0000930B5 /* speaker_on_2.png in Resources */ = {isa = PBXBuildFile; fileRef = A16DE1660DF60AA0000930B5 /* speaker_on_2.png */; };		A16DE16C0DF60AA0000930B5 /* speaker_on_3.png in Resources */ = {isa = PBXBuildFile; fileRef = A16DE1670DF60AA0000930B5 /* speaker_on_3.png */; };		A16DE16D0DF60AA0000930B5 /* speaker_on_4.png in Resources */ = {isa = PBXBuildFile; fileRef = A16DE1680DF60AA0000930B5 /* speaker_on_4.png */; };		A192CEC90DDBB0DA00D03FCA /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = A192CEC70DDBB0DA00D03FCA /* play.png */; };		A192CECA0DDBB0DA00D03FCA /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = A192CEC80DDBB0DA00D03FCA /* pause.png */; };		A192CEE10DDBB40300D03FCA /* oalSpatialView.m in Sources */ = {isa = PBXBuildFile; fileRef = A192CEE00DDBB40300D03FCA /* oalSpatialView.m */; };		A192CEE60DDBB43B00D03FCA /* oalPlayback.m in Sources */ = {isa = PBXBuildFile; fileRef = A192CEE50DDBB43B00D03FCA /* oalPlayback.m */; };		A192CF1A0DDBB6C900D03FCA /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A192CF190DDBB6C900D03FCA /* AudioToolbox.framework */; };		A192CF1E0DDBB6D400D03FCA /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A192CF1D0DDBB6D400D03FCA /* OpenAL.framework */; };		A192CF450DDBB9E900D03FCA /* sound.wav in Resources */ = {isa = PBXBuildFile; fileRef = A192CF440DDBB9E900D03FCA /* sound.wav */; };		A1A8A3F80DDCF13300B7BCD6 /* instructions.png in Resources */ = {isa = PBXBuildFile; fileRef = A1A8A3F70DDCF13300B7BCD6 /* instructions.png */; };		A1E88AE50DDCA625008449A6 /* speaker_off.png in Resources */ = {isa = PBXBuildFile; fileRef = A1E88ADE0DDCA625008449A6 /* speaker_off.png */; };		A1E88B190DDCA844008449A6 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A1E88B180DDCA844008449A6 /* QuartzCore.framework */; };		A1E88B6C0DDCA974008449A6 /* listener.png in Resources */ = {isa = PBXBuildFile; fileRef = A1E88B6B0DDCA974008449A6 /* listener.png */; };		F78602FE0DF86FCD00A013EA /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F78602FD0DF86FCD00A013EA /* MediaPlayer.framework */; };/* End PBXBuildFile section *//* Begin PBXFileReference section */		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };		1D3623240D0F684500981E51 /* oalTouchAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oalTouchAppDelegate.h; sourceTree = "<group>"; };		1D3623250D0F684500981E51 /* oalTouchAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = oalTouchAppDelegate.m; sourceTree = "<group>"; };		1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };		1D6058910D05DD3D006BFB54 /* oalTouch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = oalTouch.app; sourceTree = BUILT_PRODUCTS_DIR; };		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };		32CA4F630368D1EE00C91783 /* oalTouch_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oalTouch_Prefix.pch; sourceTree = "<group>"; };		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };		A14803730DE241E600413AAA /* stagebg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = stagebg.png; path = Resources/stagebg.png; sourceTree = "<group>"; };		A15CFC200DE4B84200FB5D08 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };		A16DE1640DF60AA0000930B5 /* speaker_on_0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speaker_on_0.png; path = Resources/speaker_on_0.png; sourceTree = "<group>"; };		A16DE1650DF60AA0000930B5 /* speaker_on_1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speaker_on_1.png; path = Resources/speaker_on_1.png; sourceTree = "<group>"; };		A16DE1660DF60AA0000930B5 /* speaker_on_2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speaker_on_2.png; path = Resources/speaker_on_2.png; sourceTree = "<group>"; };		A16DE1670DF60AA0000930B5 /* speaker_on_3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speaker_on_3.png; path = Resources/speaker_on_3.png; sourceTree = "<group>"; };		A16DE1680DF60AA0000930B5 /* speaker_on_4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speaker_on_4.png; path = Resources/speaker_on_4.png; sourceTree = "<group>"; };		A192CEC70DDBB0DA00D03FCA /* play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = play.png; path = Resources/play.png; sourceTree = "<group>"; };		A192CEC80DDBB0DA00D03FCA /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = pause.png; path = Resources/pause.png; sourceTree = "<group>"; };		A192CEDF0DDBB40300D03FCA /* oalSpatialView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oalSpatialView.h; sourceTree = "<group>"; };		A192CEE00DDBB40300D03FCA /* oalSpatialView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = oalSpatialView.m; sourceTree = "<group>"; };		A192CEE40DDBB43B00D03FCA /* oalPlayback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oalPlayback.h; sourceTree = "<group>"; };		A192CEE50DDBB43B00D03FCA /* oalPlayback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = oalPlayback.m; sourceTree = "<group>"; };		A192CF190DDBB6C900D03FCA /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };		A192CF1D0DDBB6D400D03FCA /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };		A192CF420DDBB97F00D03FCA /* MyOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyOpenALSupport.h; sourceTree = "<group>"; };		A192CF440DDBB9E900D03FCA /* sound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = sound.wav; path = Resources/sound.wav; sourceTree = "<group>"; };		A1A8A3F70DDCF13300B7BCD6 /* instructions.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = instructions.png; path = Resources/instructions.png; sourceTree = "<group>"; };		A1E88ADE0DDCA625008449A6 /* speaker_off.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speaker_off.png; path = Resources/speaker_off.png; sourceTree = "<group>"; };		A1E88B180DDCA844008449A6 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };		A1E88B6B0DDCA974008449A6 /* listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = listener.png; path = Resources/listener.png; sourceTree = "<group>"; };		F78602FD0DF86FCD00A013EA /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,				1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */,				A192CF1A0DDBB6C900D03FCA /* AudioToolbox.framework in Frameworks */,				A192CF1E0DDBB6D400D03FCA /* OpenAL.framework in Frameworks */,				A1E88B190DDCA844008449A6 /* QuartzCore.framework in Frameworks */,				F78602FE0DF86FCD00A013EA /* MediaPlayer.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		080E96DDFE201D6D7F000001 /* Classes */ = {			isa = PBXGroup;			children = (				A192CF420DDBB97F00D03FCA /* MyOpenALSupport.h */,				A192CEE40DDBB43B00D03FCA /* oalPlayback.h */,				A192CEE50DDBB43B00D03FCA /* oalPlayback.m */,				A192CEDF0DDBB40300D03FCA /* oalSpatialView.h */,				A192CEE00DDBB40300D03FCA /* oalSpatialView.m */,				1D3623240D0F684500981E51 /* oalTouchAppDelegate.h */,				1D3623250D0F684500981E51 /* oalTouchAppDelegate.m */,			);			path = Classes;			sourceTree = "<group>";		};		19C28FACFE9D520D11CA2CBB /* Products */ = {			isa = PBXGroup;			children = (				1D6058910D05DD3D006BFB54 /* oalTouch.app */,			);			name = Products;			sourceTree = "<group>";		};		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {			isa = PBXGroup;			children = (				080E96DDFE201D6D7F000001 /* Classes */,				29B97315FDCFA39411CA2CEA /* Other Sources */,				29B97317FDCFA39411CA2CEA /* Resources */,				29B97323FDCFA39411CA2CEA /* Frameworks */,				19C28FACFE9D520D11CA2CBB /* Products */,			);			name = CustomTemplate;			sourceTree = "<group>";		};		29B97315FDCFA39411CA2CEA /* Other Sources */ = {			isa = PBXGroup;			children = (				32CA4F630368D1EE00C91783 /* oalTouch_Prefix.pch */,				29B97316FDCFA39411CA2CEA /* main.m */,			);			name = "Other Sources";			sourceTree = "<group>";		};		29B97317FDCFA39411CA2CEA /* Resources */ = {			isa = PBXGroup;			children = (				A15CFC200DE4B84200FB5D08 /* icon.png */,				A1A8A3F70DDCF13300B7BCD6 /* instructions.png */,				A1E88ADE0DDCA625008449A6 /* speaker_off.png */,				A16DE1640DF60AA0000930B5 /* speaker_on_0.png */,				A16DE1650DF60AA0000930B5 /* speaker_on_1.png */,				A16DE1660DF60AA0000930B5 /* speaker_on_2.png */,				A16DE1670DF60AA0000930B5 /* speaker_on_3.png */,				A16DE1680DF60AA0000930B5 /* speaker_on_4.png */,				A192CF440DDBB9E900D03FCA /* sound.wav */,				A192CEC70DDBB0DA00D03FCA /* play.png */,				A192CEC80DDBB0DA00D03FCA /* pause.png */,				A1E88B6B0DDCA974008449A6 /* listener.png */,				A14803730DE241E600413AAA /* stagebg.png */,				28AD733E0D9D9553002E5188 /* MainWindow.xib */,				8D1107310486CEB800E47090 /* Info.plist */,			);			name = Resources;			sourceTree = "<group>";		};		29B97323FDCFA39411CA2CEA /* Frameworks */ = {			isa = PBXGroup;			children = (				F78602FD0DF86FCD00A013EA /* MediaPlayer.framework */,				A1E88B180DDCA844008449A6 /* QuartzCore.framework */,				1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,				A192CF1D0DDBB6D400D03FCA /* OpenAL.framework */,				A192CF190DDBB6C900D03FCA /* AudioToolbox.framework */,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -