|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + D9A9F66F1BC35EDC004395E8 /* AudioMixer.c in Sources */ = {isa = PBXBuildFile; fileRef = D9A9F66D1BC35EDC004395E8 /* AudioMixer.c */; settings = {ASSET_TAGS = (); }; }; |
10 | 11 | ECF208BE1BAF2DE6000D3C2C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ECF208BD1BAF2DE6000D3C2C /* AppDelegate.m */; }; |
11 | 12 | ECF208C11BAF2DE6000D3C2C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = ECF208C01BAF2DE6000D3C2C /* main.m */; }; |
12 | 13 | ECF208C31BAF2DE6000D3C2C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ECF208C21BAF2DE6000D3C2C /* Assets.xcassets */; }; |
13 | 14 | ECF208C61BAF2DE6000D3C2C /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = ECF208C41BAF2DE6000D3C2C /* MainMenu.xib */; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
16 | 17 | /* Begin PBXFileReference section */ |
| 18 | + D9A9F66D1BC35EDC004395E8 /* AudioMixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = AudioMixer.c; path = MuteUnmuteMic/AudioMixer.c; sourceTree = "<group>"; }; |
| 19 | + D9A9F66E1BC35EDC004395E8 /* AudioMixer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioMixer.h; path = MuteUnmuteMic/AudioMixer.h; sourceTree = "<group>"; }; |
17 | 20 | ECF208B91BAF2DE6000D3C2C /* MuteUnmuteMic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MuteUnmuteMic.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
18 | 21 | ECF208BC1BAF2DE6000D3C2C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
19 | 22 | ECF208BD1BAF2DE6000D3C2C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
|
39 | 42 | children = ( |
40 | 43 | ECF208BB1BAF2DE6000D3C2C /* MuteUnmuteMic */, |
41 | 44 | ECF208BA1BAF2DE6000D3C2C /* Products */, |
| 45 | + D9A9F66D1BC35EDC004395E8 /* AudioMixer.c */, |
| 46 | + D9A9F66E1BC35EDC004395E8 /* AudioMixer.h */, |
42 | 47 | ); |
43 | 48 | sourceTree = "<group>"; |
44 | 49 | }; |
|
142 | 147 | files = ( |
143 | 148 | ECF208C11BAF2DE6000D3C2C /* main.m in Sources */, |
144 | 149 | ECF208BE1BAF2DE6000D3C2C /* AppDelegate.m in Sources */, |
| 150 | + D9A9F66F1BC35EDC004395E8 /* AudioMixer.c in Sources */, |
145 | 151 | ); |
146 | 152 | runOnlyForDeploymentPostprocessing = 0; |
147 | 153 | }; |
|
0 commit comments