|
312 | 312 | inputFileListPaths = ( |
313 | 313 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
314 | 314 | ); |
| 315 | + inputPaths = ( |
| 316 | + ); |
315 | 317 | name = "[CP] Embed Pods Frameworks"; |
316 | 318 | outputFileListPaths = ( |
317 | 319 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
318 | 320 | ); |
| 321 | + outputPaths = ( |
| 322 | + ); |
319 | 323 | runOnlyForDeploymentPostprocessing = 0; |
320 | 324 | shellPath = /bin/sh; |
321 | 325 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks.sh\"\n"; |
|
370 | 374 | inputFileListPaths = ( |
371 | 375 | "${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-input-files.xcfilelist", |
372 | 376 | ); |
| 377 | + inputPaths = ( |
| 378 | + ); |
373 | 379 | name = "[CP] Copy Pods Resources"; |
374 | 380 | outputFileListPaths = ( |
375 | 381 | "${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-output-files.xcfilelist", |
376 | 382 | ); |
| 383 | + outputPaths = ( |
| 384 | + ); |
377 | 385 | runOnlyForDeploymentPostprocessing = 0; |
378 | 386 | shellPath = /bin/sh; |
379 | 387 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources.sh\"\n"; |
|
432 | 440 | inputFileListPaths = ( |
433 | 441 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-input-files.xcfilelist", |
434 | 442 | ); |
| 443 | + inputPaths = ( |
| 444 | + ); |
435 | 445 | name = "[CP] Copy Pods Resources"; |
436 | 446 | outputFileListPaths = ( |
437 | 447 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-output-files.xcfilelist", |
438 | 448 | ); |
| 449 | + outputPaths = ( |
| 450 | + ); |
439 | 451 | runOnlyForDeploymentPostprocessing = 0; |
440 | 452 | shellPath = /bin/sh; |
441 | 453 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources.sh\"\n"; |
|
501 | 513 | CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements; |
502 | 514 | CODE_SIGN_IDENTITY = "Apple Development"; |
503 | 515 | CODE_SIGN_STYLE = Automatic; |
504 | | - CURRENT_PROJECT_VERSION = 3300; |
| 516 | + CURRENT_PROJECT_VERSION = 3310; |
505 | 517 | DEAD_CODE_STRIPPING = YES; |
506 | 518 | DEVELOPMENT_TEAM = G896QC26MC; |
507 | 519 | ENABLE_BITCODE = NO; |
|
518 | 530 | "$(SDKROOT)/System/iOSSupport/usr/lib/swift", |
519 | 531 | "$(inherited)", |
520 | 532 | ); |
521 | | - MARKETING_VERSION = 15.3.0; |
| 533 | + MARKETING_VERSION = 15.3.1; |
522 | 534 | OTHER_LDFLAGS = ( |
523 | 535 | "$(inherited)", |
524 | 536 | "-ObjC", |
|
548 | 560 | CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements; |
549 | 561 | CODE_SIGN_IDENTITY = "Apple Development"; |
550 | 562 | CODE_SIGN_STYLE = Automatic; |
551 | | - CURRENT_PROJECT_VERSION = 3300; |
| 563 | + CURRENT_PROJECT_VERSION = 3310; |
552 | 564 | DEAD_CODE_STRIPPING = YES; |
553 | 565 | DEVELOPMENT_TEAM = G896QC26MC; |
554 | 566 | INFOPLIST_FILE = learnX/Info.plist; |
|
564 | 576 | "$(SDKROOT)/System/iOSSupport/usr/lib/swift", |
565 | 577 | "$(inherited)", |
566 | 578 | ); |
567 | | - MARKETING_VERSION = 15.3.0; |
| 579 | + MARKETING_VERSION = 15.3.1; |
568 | 580 | OTHER_LDFLAGS = ( |
569 | 581 | "$(inherited)", |
570 | 582 | "-ObjC", |
|
661 | 673 | ); |
662 | 674 | MTL_ENABLE_DEBUG_INFO = YES; |
663 | 675 | ONLY_ACTIVE_ARCH = YES; |
664 | | - OTHER_CFLAGS = ( |
665 | | - "$(inherited)", |
666 | | - " ", |
667 | | - ); |
| 676 | + OTHER_CFLAGS = "$(inherited) "; |
668 | 677 | OTHER_CPLUSPLUSFLAGS = ( |
669 | 678 | "$(OTHER_CFLAGS)", |
670 | 679 | "-DFOLLY_NO_CONFIG", |
|
750 | 759 | "\"$(inherited)\"", |
751 | 760 | ); |
752 | 761 | MTL_ENABLE_DEBUG_INFO = NO; |
753 | | - OTHER_CFLAGS = ( |
754 | | - "$(inherited)", |
755 | | - " ", |
756 | | - ); |
| 762 | + OTHER_CFLAGS = "$(inherited) "; |
757 | 763 | OTHER_CPLUSPLUSFLAGS = ( |
758 | 764 | "$(OTHER_CFLAGS)", |
759 | 765 | "-DFOLLY_NO_CONFIG", |
|
0 commit comments