|
39 | 39 | C814E8F71D29DB4F00837FE1 /* String+IdentifiableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C814E8F41D29DB4F00837FE1 /* String+IdentifiableType.swift */; };
|
40 | 40 | C8153A501CC6C2F40050C990 /* Example1_CustomizationUsingTableViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8153A4F1CC6C2F40050C990 /* Example1_CustomizationUsingTableViewDelegate.swift */; };
|
41 | 41 | C8153A511CC6C2F70050C990 /* Example1_CustomizationUsingTableViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8153A4F1CC6C2F40050C990 /* Example1_CustomizationUsingTableViewDelegate.swift */; };
|
| 42 | + C81905B11DEA019100AE679C /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81905B01DEA019100AE679C /* Tests.swift */; }; |
| 43 | + C81905B31DEA019100AE679C /* RxDataSources.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8BB76811C4C3E53002B21C8 /* RxDataSources.framework */; }; |
42 | 44 | C8477FB91D29DBC90074454A /* IntegerType+IdentifiableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8477FB81D29DBC90074454A /* IntegerType+IdentifiableType.swift */; };
|
43 | 45 | C8477FBA1D29DBC90074454A /* IntegerType+IdentifiableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8477FB81D29DBC90074454A /* IntegerType+IdentifiableType.swift */; };
|
44 | 46 | C8477FBB1D29DBC90074454A /* IntegerType+IdentifiableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8477FB81D29DBC90074454A /* IntegerType+IdentifiableType.swift */; };
|
|
128 | 130 | /* End PBXBuildFile section */
|
129 | 131 |
|
130 | 132 | /* Begin PBXContainerItemProxy section */
|
| 133 | + C81905B41DEA019100AE679C /* PBXContainerItemProxy */ = { |
| 134 | + isa = PBXContainerItemProxy; |
| 135 | + containerPortal = C8984C511C36AF35001E4272 /* Project object */; |
| 136 | + proxyType = 1; |
| 137 | + remoteGlobalIDString = C8BB765D1C4C3E53002B21C8; |
| 138 | + remoteInfo = RxDataSources; |
| 139 | + }; |
131 | 140 | C8984CB61C36B723001E4272 /* PBXContainerItemProxy */ = {
|
132 | 141 | isa = PBXContainerItemProxy;
|
133 | 142 | containerPortal = C8984C511C36AF35001E4272 /* Project object */;
|
|
197 | 206 | B472785F652B32605A7A6838 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
|
198 | 207 | C814E8F41D29DB4F00837FE1 /* String+IdentifiableType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+IdentifiableType.swift"; sourceTree = "<group>"; };
|
199 | 208 | C8153A4F1CC6C2F40050C990 /* Example1_CustomizationUsingTableViewDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Example1_CustomizationUsingTableViewDelegate.swift; sourceTree = "<group>"; };
|
| 209 | + C81905AE1DEA019100AE679C /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 210 | + C81905B01DEA019100AE679C /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
| 211 | + C81905B21DEA019100AE679C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
200 | 212 | C8477FB81D29DBC90074454A /* IntegerType+IdentifiableType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "IntegerType+IdentifiableType.swift"; sourceTree = "<group>"; };
|
201 | 213 | C8477FBC1D29DCE20074454A /* FloatingPointType+IdentifiableType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FloatingPointType+IdentifiableType.swift"; sourceTree = "<group>"; };
|
202 | 214 | C85EE5481C36F1FC0090614D /* Changeset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Changeset.swift; sourceTree = "<group>"; };
|
|
251 | 263 | );
|
252 | 264 | runOnlyForDeploymentPostprocessing = 0;
|
253 | 265 | };
|
| 266 | + C81905AB1DEA019100AE679C /* Frameworks */ = { |
| 267 | + isa = PBXFrameworksBuildPhase; |
| 268 | + buildActionMask = 2147483647; |
| 269 | + files = ( |
| 270 | + C81905B31DEA019100AE679C /* RxDataSources.framework in Frameworks */, |
| 271 | + ); |
| 272 | + runOnlyForDeploymentPostprocessing = 0; |
| 273 | + }; |
254 | 274 | C8984C561C36AF35001E4272 /* Frameworks */ = {
|
255 | 275 | isa = PBXFrameworksBuildPhase;
|
256 | 276 | buildActionMask = 2147483647;
|
|
356 | 376 | name = Frameworks;
|
357 | 377 | sourceTree = "<group>";
|
358 | 378 | };
|
| 379 | + C81905AF1DEA019100AE679C /* Tests */ = { |
| 380 | + isa = PBXGroup; |
| 381 | + children = ( |
| 382 | + C81905B01DEA019100AE679C /* Tests.swift */, |
| 383 | + C81905B21DEA019100AE679C /* Info.plist */, |
| 384 | + ); |
| 385 | + path = Tests; |
| 386 | + sourceTree = "<group>"; |
| 387 | + }; |
359 | 388 | C85EE5461C36F1FC0090614D /* Sources */ = {
|
360 | 389 | isa = PBXGroup;
|
361 | 390 | children = (
|
|
420 | 449 | C8984C5C1C36AF35001E4272 /* RxDataSources */,
|
421 | 450 | C8984C9C1C36B6FA001E4272 /* Example */,
|
422 | 451 | C8984CB21C36B723001E4272 /* ExampleUITests */,
|
| 452 | + C81905AF1DEA019100AE679C /* Tests */, |
423 | 453 | C8984C5B1C36AF35001E4272 /* Products */,
|
424 | 454 | 0B778FC06BA7DEC5E2561D41 /* Dependency Frameworks */,
|
425 | 455 | BFEBA1123C920BFF3E655630 /* Frameworks */,
|
|
436 | 466 | 9FCDA1631C3AF49A000F5F94 /* RxDataSources.framework */,
|
437 | 467 | C8BB765B1C4C3DD4002B21C8 /* Example-Carthage.app */,
|
438 | 468 | C8BB76811C4C3E53002B21C8 /* RxDataSources.framework */,
|
| 469 | + C81905AE1DEA019100AE679C /* Tests.xctest */, |
439 | 470 | );
|
440 | 471 | name = Products;
|
441 | 472 | sourceTree = "<group>";
|
|
523 | 554 | productReference = 9FCDA1631C3AF49A000F5F94 /* RxDataSources.framework */;
|
524 | 555 | productType = "com.apple.product-type.framework";
|
525 | 556 | };
|
| 557 | + C81905AD1DEA019100AE679C /* Tests */ = { |
| 558 | + isa = PBXNativeTarget; |
| 559 | + buildConfigurationList = C81905B81DEA019100AE679C /* Build configuration list for PBXNativeTarget "Tests" */; |
| 560 | + buildPhases = ( |
| 561 | + C81905AA1DEA019100AE679C /* Sources */, |
| 562 | + C81905AB1DEA019100AE679C /* Frameworks */, |
| 563 | + C81905AC1DEA019100AE679C /* Resources */, |
| 564 | + ); |
| 565 | + buildRules = ( |
| 566 | + ); |
| 567 | + dependencies = ( |
| 568 | + C81905B51DEA019100AE679C /* PBXTargetDependency */, |
| 569 | + ); |
| 570 | + name = Tests; |
| 571 | + productName = Tests; |
| 572 | + productReference = C81905AE1DEA019100AE679C /* Tests.xctest */; |
| 573 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 574 | + }; |
526 | 575 | C8984C591C36AF35001E4272 /* RxDataSources-iOS */ = {
|
527 | 576 | isa = PBXNativeTarget;
|
528 | 577 | buildConfigurationList = C8984C621C36AF35001E4272 /* Build configuration list for PBXNativeTarget "RxDataSources-iOS" */;
|
|
626 | 675 | C8984C511C36AF35001E4272 /* Project object */ = {
|
627 | 676 | isa = PBXProject;
|
628 | 677 | attributes = {
|
629 |
| - LastSwiftUpdateCheck = 0720; |
| 678 | + LastSwiftUpdateCheck = 0810; |
630 | 679 | LastUpgradeCheck = 0800;
|
631 | 680 | ORGANIZATIONNAME = kzaher;
|
632 | 681 | TargetAttributes = {
|
633 | 682 | 9FCDA1621C3AF49A000F5F94 = {
|
634 | 683 | CreatedOnToolsVersion = 7.2;
|
635 | 684 | };
|
| 685 | + C81905AD1DEA019100AE679C = { |
| 686 | + CreatedOnToolsVersion = 8.1; |
| 687 | + DevelopmentTeam = 783T66X79Y; |
| 688 | + ProvisioningStyle = Automatic; |
| 689 | + }; |
636 | 690 | C8984C591C36AF35001E4272 = {
|
637 | 691 | CreatedOnToolsVersion = 7.2;
|
638 | 692 | };
|
|
664 | 718 | C8984C9A1C36B6FA001E4272 /* Example */,
|
665 | 719 | C8984CB01C36B723001E4272 /* ExampleUITests */,
|
666 | 720 | C8BB76401C4C3DD4002B21C8 /* Example-Carthage */,
|
| 721 | + C81905AD1DEA019100AE679C /* Tests */, |
667 | 722 | );
|
668 | 723 | };
|
669 | 724 | /* End PBXProject section */
|
|
676 | 731 | );
|
677 | 732 | runOnlyForDeploymentPostprocessing = 0;
|
678 | 733 | };
|
| 734 | + C81905AC1DEA019100AE679C /* Resources */ = { |
| 735 | + isa = PBXResourcesBuildPhase; |
| 736 | + buildActionMask = 2147483647; |
| 737 | + files = ( |
| 738 | + ); |
| 739 | + runOnlyForDeploymentPostprocessing = 0; |
| 740 | + }; |
679 | 741 | C8984C581C36AF35001E4272 /* Resources */ = {
|
680 | 742 | isa = PBXResourcesBuildPhase;
|
681 | 743 | buildActionMask = 2147483647;
|
|
829 | 891 | );
|
830 | 892 | runOnlyForDeploymentPostprocessing = 0;
|
831 | 893 | };
|
| 894 | + C81905AA1DEA019100AE679C /* Sources */ = { |
| 895 | + isa = PBXSourcesBuildPhase; |
| 896 | + buildActionMask = 2147483647; |
| 897 | + files = ( |
| 898 | + C81905B11DEA019100AE679C /* Tests.swift in Sources */, |
| 899 | + ); |
| 900 | + runOnlyForDeploymentPostprocessing = 0; |
| 901 | + }; |
832 | 902 | C8984C551C36AF35001E4272 /* Sources */ = {
|
833 | 903 | isa = PBXSourcesBuildPhase;
|
834 | 904 | buildActionMask = 2147483647;
|
|
938 | 1008 | /* End PBXSourcesBuildPhase section */
|
939 | 1009 |
|
940 | 1010 | /* Begin PBXTargetDependency section */
|
| 1011 | + C81905B51DEA019100AE679C /* PBXTargetDependency */ = { |
| 1012 | + isa = PBXTargetDependency; |
| 1013 | + target = C8BB765D1C4C3E53002B21C8 /* RxDataSources */; |
| 1014 | + targetProxy = C81905B41DEA019100AE679C /* PBXContainerItemProxy */; |
| 1015 | + }; |
941 | 1016 | C8984CB71C36B723001E4272 /* PBXTargetDependency */ = {
|
942 | 1017 | isa = PBXTargetDependency;
|
943 | 1018 | target = C8984C9A1C36B6FA001E4272 /* Example */;
|
|
1024 | 1099 | };
|
1025 | 1100 | name = Release;
|
1026 | 1101 | };
|
| 1102 | + C81905B61DEA019100AE679C /* Debug */ = { |
| 1103 | + isa = XCBuildConfiguration; |
| 1104 | + buildSettings = { |
| 1105 | + CLANG_ANALYZER_NONNULL = YES; |
| 1106 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 1107 | + CLANG_WARN_SUSPICIOUS_MOVES = YES; |
| 1108 | + DEVELOPMENT_TEAM = 783T66X79Y; |
| 1109 | + INFOPLIST_FILE = Tests/Info.plist; |
| 1110 | + IPHONEOS_DEPLOYMENT_TARGET = 10.1; |
| 1111 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1112 | + PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests; |
| 1113 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1114 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 1115 | + SWIFT_VERSION = 3.0; |
| 1116 | + }; |
| 1117 | + name = Debug; |
| 1118 | + }; |
| 1119 | + C81905B71DEA019100AE679C /* Release */ = { |
| 1120 | + isa = XCBuildConfiguration; |
| 1121 | + buildSettings = { |
| 1122 | + CLANG_ANALYZER_NONNULL = YES; |
| 1123 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 1124 | + CLANG_WARN_SUSPICIOUS_MOVES = YES; |
| 1125 | + DEVELOPMENT_TEAM = 783T66X79Y; |
| 1126 | + INFOPLIST_FILE = Tests/Info.plist; |
| 1127 | + IPHONEOS_DEPLOYMENT_TARGET = 10.1; |
| 1128 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1129 | + PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests; |
| 1130 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1131 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 1132 | + SWIFT_VERSION = 3.0; |
| 1133 | + }; |
| 1134 | + name = Release; |
| 1135 | + }; |
1027 | 1136 | C8984C601C36AF35001E4272 /* Debug */ = {
|
1028 | 1137 | isa = XCBuildConfiguration;
|
1029 | 1138 | buildSettings = {
|
|
1326 | 1435 | defaultConfigurationIsVisible = 0;
|
1327 | 1436 | defaultConfigurationName = Release;
|
1328 | 1437 | };
|
| 1438 | + C81905B81DEA019100AE679C /* Build configuration list for PBXNativeTarget "Tests" */ = { |
| 1439 | + isa = XCConfigurationList; |
| 1440 | + buildConfigurations = ( |
| 1441 | + C81905B61DEA019100AE679C /* Debug */, |
| 1442 | + C81905B71DEA019100AE679C /* Release */, |
| 1443 | + ); |
| 1444 | + defaultConfigurationIsVisible = 0; |
| 1445 | + }; |
1329 | 1446 | C8984C541C36AF35001E4272 /* Build configuration list for PBXProject "RxDataSources" */ = {
|
1330 | 1447 | isa = XCConfigurationList;
|
1331 | 1448 | buildConfigurations = (
|
|
0 commit comments