|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1F3858C76FA5230BD4B34FEF /* libPods-LFLiveKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D9E53AEC8F2938295308B625 /* libPods-LFLiveKit.a */; }; |
10 | 11 | 84D8B4BF1D757EB800752B56 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D8B4BE1D757EB800752B56 /* VideoToolbox.framework */; };
|
11 | 12 | 84D8B4C11D757EBE00752B56 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D8B4C01D757EBE00752B56 /* AudioToolbox.framework */; };
|
12 | 13 | 84D8B4C31D757EC400752B56 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D8B4C21D757EC400752B56 /* AVFoundation.framework */; };
|
|
63 | 64 | /* End PBXBuildFile section */
|
64 | 65 |
|
65 | 66 | /* Begin PBXFileReference section */
|
| 67 | + 7F7E051931BABE0B14FE6A57 /* Pods-LFLiveKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LFLiveKit.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LFLiveKit/Pods-LFLiveKit.debug.xcconfig"; sourceTree = "<group>"; }; |
66 | 68 | 84D8B3901D7574D600752B56 /* LFLiveKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LFLiveKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
67 | 69 | 84D8B4BE1D757EB800752B56 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
|
68 | 70 | 84D8B4C01D757EBE00752B56 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
119 | 121 | 84D8B5B81D768B6E00752B56 /* LFStreamSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LFStreamSocket.h; sourceTree = "<group>"; };
|
120 | 122 | 84D8B5B91D768B6E00752B56 /* NSMutableArray+LFAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableArray+LFAdd.h"; sourceTree = "<group>"; };
|
121 | 123 | 84D8B5BA1D768B6E00752B56 /* NSMutableArray+LFAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableArray+LFAdd.m"; sourceTree = "<group>"; };
|
| 124 | + BF1D108D206BBD2267CDB4FB /* Pods-LFLiveKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LFLiveKit.release.xcconfig"; path = "Pods/Target Support Files/Pods-LFLiveKit/Pods-LFLiveKit.release.xcconfig"; sourceTree = "<group>"; }; |
| 125 | + D9E53AEC8F2938295308B625 /* libPods-LFLiveKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LFLiveKit.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
122 | 126 | /* End PBXFileReference section */
|
123 | 127 |
|
124 | 128 | /* Begin PBXFrameworksBuildPhase section */
|
|
131 | 135 | 84D8B4C31D757EC400752B56 /* AVFoundation.framework in Frameworks */,
|
132 | 136 | 84D8B4C11D757EBE00752B56 /* AudioToolbox.framework in Frameworks */,
|
133 | 137 | 84D8B4BF1D757EB800752B56 /* VideoToolbox.framework in Frameworks */,
|
| 138 | + 1F3858C76FA5230BD4B34FEF /* libPods-LFLiveKit.a in Frameworks */, |
134 | 139 | );
|
135 | 140 | runOnlyForDeploymentPostprocessing = 0;
|
136 | 141 | };
|
|
149 | 154 | 84D8B4C01D757EBE00752B56 /* AudioToolbox.framework */,
|
150 | 155 | 84D8B4BE1D757EB800752B56 /* VideoToolbox.framework */,
|
151 | 156 | 84D8B3911D7574D600752B56 /* Products */,
|
| 157 | + D77470616157694EC6FD0A0D /* Pods */, |
| 158 | + 9ABACAFFC334034AA0115426 /* Frameworks */, |
152 | 159 | );
|
153 | 160 | sourceTree = "<group>";
|
154 | 161 | };
|
|
272 | 279 | path = publish;
|
273 | 280 | sourceTree = "<group>";
|
274 | 281 | };
|
| 282 | + 9ABACAFFC334034AA0115426 /* Frameworks */ = { |
| 283 | + isa = PBXGroup; |
| 284 | + children = ( |
| 285 | + D9E53AEC8F2938295308B625 /* libPods-LFLiveKit.a */, |
| 286 | + ); |
| 287 | + name = Frameworks; |
| 288 | + sourceTree = "<group>"; |
| 289 | + }; |
| 290 | + D77470616157694EC6FD0A0D /* Pods */ = { |
| 291 | + isa = PBXGroup; |
| 292 | + children = ( |
| 293 | + 7F7E051931BABE0B14FE6A57 /* Pods-LFLiveKit.debug.xcconfig */, |
| 294 | + BF1D108D206BBD2267CDB4FB /* Pods-LFLiveKit.release.xcconfig */, |
| 295 | + ); |
| 296 | + name = Pods; |
| 297 | + sourceTree = "<group>"; |
| 298 | + }; |
275 | 299 | /* End PBXGroup section */
|
276 | 300 |
|
277 | 301 | /* Begin PBXHeadersBuildPhase section */
|
|
315 | 339 | isa = PBXNativeTarget;
|
316 | 340 | buildConfigurationList = 84D8B3981D7574D600752B56 /* Build configuration list for PBXNativeTarget "LFLiveKit" */;
|
317 | 341 | buildPhases = (
|
| 342 | + 2833F857062C89FFF3975A1B /* 📦 Check Pods Manifest.lock */, |
318 | 343 | 84D8B38B1D7574D600752B56 /* Sources */,
|
319 | 344 | 84D8B38C1D7574D600752B56 /* Frameworks */,
|
320 | 345 | 84D8B38D1D7574D600752B56 /* Headers */,
|
321 | 346 | 84D8B38E1D7574D600752B56 /* Resources */,
|
| 347 | + D64BB080ABC44A32A8D6E2CF /* 📦 Copy Pods Resources */, |
322 | 348 | );
|
323 | 349 | buildRules = (
|
324 | 350 | );
|
|
370 | 396 | };
|
371 | 397 | /* End PBXResourcesBuildPhase section */
|
372 | 398 |
|
| 399 | +/* Begin PBXShellScriptBuildPhase section */ |
| 400 | + 2833F857062C89FFF3975A1B /* 📦 Check Pods Manifest.lock */ = { |
| 401 | + isa = PBXShellScriptBuildPhase; |
| 402 | + buildActionMask = 2147483647; |
| 403 | + files = ( |
| 404 | + ); |
| 405 | + inputPaths = ( |
| 406 | + ); |
| 407 | + name = "📦 Check Pods Manifest.lock"; |
| 408 | + outputPaths = ( |
| 409 | + ); |
| 410 | + runOnlyForDeploymentPostprocessing = 0; |
| 411 | + shellPath = /bin/sh; |
| 412 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 413 | + showEnvVarsInLog = 0; |
| 414 | + }; |
| 415 | + D64BB080ABC44A32A8D6E2CF /* 📦 Copy Pods Resources */ = { |
| 416 | + isa = PBXShellScriptBuildPhase; |
| 417 | + buildActionMask = 2147483647; |
| 418 | + files = ( |
| 419 | + ); |
| 420 | + inputPaths = ( |
| 421 | + ); |
| 422 | + name = "📦 Copy Pods Resources"; |
| 423 | + outputPaths = ( |
| 424 | + ); |
| 425 | + runOnlyForDeploymentPostprocessing = 0; |
| 426 | + shellPath = /bin/sh; |
| 427 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LFLiveKit/Pods-LFLiveKit-resources.sh\"\n"; |
| 428 | + showEnvVarsInLog = 0; |
| 429 | + }; |
| 430 | +/* End PBXShellScriptBuildPhase section */ |
| 431 | + |
373 | 432 | /* Begin PBXSourcesBuildPhase section */
|
374 | 433 | 84D8B38B1D7574D600752B56 /* Sources */ = {
|
375 | 434 | isa = PBXSourcesBuildPhase;
|
|
495 | 554 | };
|
496 | 555 | 84D8B3991D7574D600752B56 /* Debug */ = {
|
497 | 556 | isa = XCBuildConfiguration;
|
| 557 | + baseConfigurationReference = 7F7E051931BABE0B14FE6A57 /* Pods-LFLiveKit.debug.xcconfig */; |
498 | 558 | buildSettings = {
|
499 | 559 | DEFINES_MODULE = YES;
|
500 | 560 | DYLIB_COMPATIBILITY_VERSION = 1;
|
501 | 561 | DYLIB_CURRENT_VERSION = 1;
|
502 | 562 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
| 563 | + HEADER_SEARCH_PATHS = "$(inherited)"; |
503 | 564 | INFOPLIST_FILE = Info.plist;
|
504 | 565 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
505 | 566 | IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
506 | 567 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
| 568 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
507 | 569 | MACH_O_TYPE = staticlib;
|
508 | 570 | OTHER_LDFLAGS = "";
|
509 | 571 | PRODUCT_BUNDLE_IDENTIFIER = com.youku.LFLiveKit;
|
|
514 | 576 | };
|
515 | 577 | 84D8B39A1D7574D600752B56 /* Release */ = {
|
516 | 578 | isa = XCBuildConfiguration;
|
| 579 | + baseConfigurationReference = BF1D108D206BBD2267CDB4FB /* Pods-LFLiveKit.release.xcconfig */; |
517 | 580 | buildSettings = {
|
518 | 581 | DEFINES_MODULE = YES;
|
519 | 582 | DYLIB_COMPATIBILITY_VERSION = 1;
|
520 | 583 | DYLIB_CURRENT_VERSION = 1;
|
521 | 584 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
| 585 | + HEADER_SEARCH_PATHS = "$(inherited)"; |
522 | 586 | INFOPLIST_FILE = Info.plist;
|
523 | 587 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
524 | 588 | IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
525 | 589 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
| 590 | + LIBRARY_SEARCH_PATHS = "$(inherited)"; |
526 | 591 | MACH_O_TYPE = staticlib;
|
527 | 592 | OTHER_LDFLAGS = "";
|
528 | 593 | PRODUCT_BUNDLE_IDENTIFIER = com.youku.LFLiveKit;
|
|
0 commit comments