Skip to content

Commit

Permalink
Fix bad productName values
Browse files Browse the repository at this point in the history
  • Loading branch information
liscio committed Apr 26, 2017
1 parent 1556b84 commit 8b24423
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ReactiveSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
dependencies = (
);
name = "ReactiveSwift-tvOS";
productName = ReactiveCocoa;
productName = "ReactiveSwift-tvOS";
productReference = 57A4D2411BA13D7A00F7D4B1 /* ReactiveSwift.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -673,7 +673,7 @@
7DFBED0A1CDB8C9500EE435B /* PBXTargetDependency */,
);
name = "ReactiveSwift-tvOSTests";
productName = "ReactiveCocoa-tvOSTests";
productName = "ReactiveSwift-tvOSTests";
productReference = 7DFBED031CDB8C9500EE435B /* ReactiveSwiftTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand All @@ -691,7 +691,7 @@
dependencies = (
);
name = "ReactiveSwift-watchOS";
productName = ReactiveCocoa;
productName = "ReactiveSwift-watchOS";
productReference = A9B315541B3940610001CB9C /* ReactiveSwift.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -709,7 +709,7 @@
dependencies = (
);
name = "ReactiveSwift-macOS";
productName = ReactiveCocoa;
productName = "ReactiveSwift-macOS";
productReference = D04725EA19E49ED7006002AA /* ReactiveSwift.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -727,7 +727,7 @@
D04725F819E49ED7006002AA /* PBXTargetDependency */,
);
name = "ReactiveSwift-macOSTests";
productName = ReactiveCocoaTests;
productName = "ReactiveSwift-macOSTests";
productReference = D04725F519E49ED7006002AA /* ReactiveSwiftTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand All @@ -745,7 +745,7 @@
dependencies = (
);
name = "ReactiveSwift-iOS";
productName = ReactiveCocoa;
productName = "ReactiveSwift-iOS";
productReference = D047260C19E49F82006002AA /* ReactiveSwift.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -764,7 +764,7 @@
D047261919E49F82006002AA /* PBXTargetDependency */,
);
name = "ReactiveSwift-iOSTests";
productName = ReactiveCocoaTests;
productName = "ReactiveSwift-iOSTests";
productReference = D047261619E49F82006002AA /* ReactiveSwiftTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand Down

0 comments on commit 8b24423

Please sign in to comment.