|
21 | 21 | /* End PBXAggregateTarget section */ |
22 | 22 |
|
23 | 23 | /* Begin PBXBuildFile section */ |
24 | | - D4D822F51DC9698B00946CA2 /* opus.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822EF1DC9698B00946CA2 /* opus.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
25 | | - D4D822F61DC9698B00946CA2 /* opus_defines.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822F01DC9698B00946CA2 /* opus_defines.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
26 | | - D4D822F71DC9698B00946CA2 /* opus_multistream.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822F11DC9698B00946CA2 /* opus_multistream.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
27 | | - D4D822F81DC9698B00946CA2 /* opus_types.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822F21DC9698B00946CA2 /* opus_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
28 | | - D4D822F91DC9698B00946CA2 /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4D822F41DC9698B00946CA2 /* libopus.a */; }; |
| 24 | + DA3B00841E6F327D000F99DA /* opus_defines.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00801E6F327D000F99DA /* opus_defines.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 25 | + DA3B00851E6F327D000F99DA /* opus_multistream.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00811E6F327D000F99DA /* opus_multistream.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 26 | + DA3B00861E6F327D000F99DA /* opus_types.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00821E6F327D000F99DA /* opus_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 27 | + DA3B00871E6F327D000F99DA /* opus.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00831E6F327D000F99DA /* opus.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 28 | + DA3B00891E6F328B000F99DA /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DA3B00881E6F328B000F99DA /* libopus.a */; }; |
29 | 29 | /* End PBXBuildFile section */ |
30 | 30 |
|
31 | 31 | /* Begin PBXFileReference section */ |
32 | 32 | D4D822D41DC9612800946CA2 /* opus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = opus.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 33 | D4D822D81DC9612800946CA2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
34 | | - D4D822EF1DC9698B00946CA2 /* opus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus.h; sourceTree = "<group>"; }; |
35 | | - D4D822F01DC9698B00946CA2 /* opus_defines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_defines.h; sourceTree = "<group>"; }; |
36 | | - D4D822F11DC9698B00946CA2 /* opus_multistream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_multistream.h; sourceTree = "<group>"; }; |
37 | | - D4D822F21DC9698B00946CA2 /* opus_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_types.h; sourceTree = "<group>"; }; |
38 | | - D4D822F41DC9698B00946CA2 /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopus.a; sourceTree = "<group>"; }; |
| 34 | + DA3B00801E6F327D000F99DA /* opus_defines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus_defines.h; path = opus/dependencies/include/opus/opus_defines.h; sourceTree = SOURCE_ROOT; }; |
| 35 | + DA3B00811E6F327D000F99DA /* opus_multistream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus_multistream.h; path = opus/dependencies/include/opus/opus_multistream.h; sourceTree = SOURCE_ROOT; }; |
| 36 | + DA3B00821E6F327D000F99DA /* opus_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus_types.h; path = opus/dependencies/include/opus/opus_types.h; sourceTree = SOURCE_ROOT; }; |
| 37 | + DA3B00831E6F327D000F99DA /* opus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus.h; path = opus/dependencies/include/opus/opus.h; sourceTree = SOURCE_ROOT; }; |
| 38 | + DA3B00881E6F328B000F99DA /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopus.a; sourceTree = "<group>"; }; |
39 | 39 | /* End PBXFileReference section */ |
40 | 40 |
|
41 | 41 | /* Begin PBXFrameworksBuildPhase section */ |
42 | 42 | D4D822D01DC9612800946CA2 /* Frameworks */ = { |
43 | 43 | isa = PBXFrameworksBuildPhase; |
44 | 44 | buildActionMask = 2147483647; |
45 | 45 | files = ( |
46 | | - D4D822F91DC9698B00946CA2 /* libopus.a in Frameworks */, |
| 46 | + DA3B00891E6F328B000F99DA /* libopus.a in Frameworks */, |
47 | 47 | ); |
48 | 48 | runOnlyForDeploymentPostprocessing = 0; |
49 | 49 | }; |
|
96 | 96 | D4D822EE1DC9698B00946CA2 /* opus */ = { |
97 | 97 | isa = PBXGroup; |
98 | 98 | children = ( |
99 | | - D4D822EF1DC9698B00946CA2 /* opus.h */, |
100 | | - D4D822F01DC9698B00946CA2 /* opus_defines.h */, |
101 | | - D4D822F11DC9698B00946CA2 /* opus_multistream.h */, |
102 | | - D4D822F21DC9698B00946CA2 /* opus_types.h */, |
| 99 | + DA3B00801E6F327D000F99DA /* opus_defines.h */, |
| 100 | + DA3B00811E6F327D000F99DA /* opus_multistream.h */, |
| 101 | + DA3B00821E6F327D000F99DA /* opus_types.h */, |
| 102 | + DA3B00831E6F327D000F99DA /* opus.h */, |
103 | 103 | ); |
104 | 104 | path = opus; |
105 | 105 | sourceTree = "<group>"; |
106 | 106 | }; |
107 | 107 | D4D822F31DC9698B00946CA2 /* lib */ = { |
108 | 108 | isa = PBXGroup; |
109 | 109 | children = ( |
110 | | - D4D822F41DC9698B00946CA2 /* libopus.a */, |
| 110 | + DA3B00881E6F328B000F99DA /* libopus.a */, |
111 | 111 | ); |
112 | 112 | path = lib; |
113 | 113 | sourceTree = "<group>"; |
|
119 | 119 | isa = PBXHeadersBuildPhase; |
120 | 120 | buildActionMask = 2147483647; |
121 | 121 | files = ( |
122 | | - D4D822F51DC9698B00946CA2 /* opus.h in Headers */, |
123 | | - D4D822F61DC9698B00946CA2 /* opus_defines.h in Headers */, |
124 | | - D4D822F81DC9698B00946CA2 /* opus_types.h in Headers */, |
125 | | - D4D822F71DC9698B00946CA2 /* opus_multistream.h in Headers */, |
| 122 | + DA3B00861E6F327D000F99DA /* opus_types.h in Headers */, |
| 123 | + DA3B00871E6F327D000F99DA /* opus.h in Headers */, |
| 124 | + DA3B00841E6F327D000F99DA /* opus_defines.h in Headers */, |
| 125 | + DA3B00851E6F327D000F99DA /* opus_multistream.h in Headers */, |
126 | 126 | ); |
127 | 127 | runOnlyForDeploymentPostprocessing = 0; |
128 | 128 | }; |
|
153 | 153 | D4D822CB1DC9612800946CA2 /* Project object */ = { |
154 | 154 | isa = PBXProject; |
155 | 155 | attributes = { |
156 | | - LastUpgradeCheck = 0800; |
| 156 | + LastUpgradeCheck = 0820; |
157 | 157 | ORGANIZATIONNAME = "Viv Labs, Inc."; |
158 | 158 | TargetAttributes = { |
159 | 159 | D4D822D31DC9612800946CA2 = { |
|
240 | 240 | CLANG_WARN_INFINITE_RECURSION = YES; |
241 | 241 | CLANG_WARN_INT_CONVERSION = YES; |
242 | 242 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 243 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
243 | 244 | CLANG_WARN_SUSPICIOUS_MOVES = YES; |
244 | 245 | CLANG_WARN_UNREACHABLE_CODE = YES; |
245 | 246 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
265 | 266 | GCC_WARN_UNUSED_VARIABLE = YES; |
266 | 267 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
267 | 268 | MTL_ENABLE_DEBUG_INFO = YES; |
268 | | - ONLY_ACTIVE_ARCH = NO; |
| 269 | + ONLY_ACTIVE_ARCH = YES; |
269 | 270 | SDKROOT = iphoneos; |
270 | 271 | TARGETED_DEVICE_FAMILY = "1,2"; |
271 | 272 | VERSIONING_SYSTEM = "apple-generic"; |
|
291 | 292 | CLANG_WARN_INFINITE_RECURSION = YES; |
292 | 293 | CLANG_WARN_INT_CONVERSION = YES; |
293 | 294 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 295 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
294 | 296 | CLANG_WARN_SUSPICIOUS_MOVES = YES; |
295 | 297 | CLANG_WARN_UNREACHABLE_CODE = YES; |
296 | 298 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
371 | 373 | isa = XCBuildConfiguration; |
372 | 374 | buildSettings = { |
373 | 375 | DEVELOPMENT_TEAM = 6ZAST2S5UY; |
| 376 | + ONLY_ACTIVE_ARCH = NO; |
374 | 377 | PRODUCT_NAME = "$(TARGET_NAME)"; |
375 | 378 | }; |
376 | 379 | name = Debug; |
|
379 | 382 | isa = XCBuildConfiguration; |
380 | 383 | buildSettings = { |
381 | 384 | DEVELOPMENT_TEAM = 6ZAST2S5UY; |
| 385 | + ONLY_ACTIVE_ARCH = NO; |
382 | 386 | PRODUCT_NAME = "$(TARGET_NAME)"; |
383 | 387 | }; |
384 | 388 | name = Release; |
|
0 commit comments