Skip to content

Commit

Permalink
Merge pull request #28 from ReactiveCocoa/cl-fix-productname
Browse files Browse the repository at this point in the history
Fix productName values
  • Loading branch information
mdiep committed Oct 31, 2018
2 parents 3b1296a + 72621a9 commit 07511fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ReactiveObjCBridge.xcodeproj/project.pbxproj
Expand Up @@ -498,7 +498,7 @@
dependencies = (
);
name = "ReactiveObjCBridge-tvOS";
productName = ReactiveCocoa;
productName = "ReactiveObjCBridge-tvOS";
productReference = 57A4D2411BA13D7A00F7D4B1 /* ReactiveObjCBridge.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -517,7 +517,7 @@
7DFBED0A1CDB8C9500EE435B /* PBXTargetDependency */,
);
name = "ReactiveObjCBridge-tvOSTests";
productName = "ReactiveCocoa-tvOSTests";
productName = "ReactiveObjCBridge-tvOSTests";
productReference = 7DFBED031CDB8C9500EE435B /* ReactiveObjCBridgeTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand All @@ -535,7 +535,7 @@
dependencies = (
);
name = "ReactiveObjCBridge-watchOS";
productName = ReactiveCocoa;
productName = "ReactiveObjCBridge-watchOS";
productReference = A9B315541B3940610001CB9C /* ReactiveObjCBridge.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -553,7 +553,7 @@
dependencies = (
);
name = "ReactiveObjCBridge-macOS";
productName = ReactiveCocoa;
productName = "ReactiveObjCBridge-macOS";
productReference = D04725EA19E49ED7006002AA /* ReactiveObjCBridge.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -571,7 +571,7 @@
D04725F819E49ED7006002AA /* PBXTargetDependency */,
);
name = "ReactiveObjCBridge-macOSTests";
productName = ReactiveCocoaTests;
productName = "ReactiveObjCBridge-macOSTests";
productReference = D04725F519E49ED7006002AA /* ReactiveObjCBridgeTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand All @@ -589,7 +589,7 @@
dependencies = (
);
name = "ReactiveObjCBridge-iOS";
productName = ReactiveCocoa;
productName = "ReactiveObjCBridge-iOS";
productReference = D047260C19E49F82006002AA /* ReactiveObjCBridge.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -608,7 +608,7 @@
D047261919E49F82006002AA /* PBXTargetDependency */,
);
name = "ReactiveObjCBridge-iOSTests";
productName = ReactiveCocoaTests;
productName = "ReactiveObjCBridge-iOSTests";
productReference = D047261619E49F82006002AA /* ReactiveObjCBridgeTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand Down

0 comments on commit 07511fd

Please sign in to comment.