Skip to content

Commit

Permalink
fix realm test target
Browse files Browse the repository at this point in the history
  • Loading branch information
pmairoldi committed Sep 28, 2016
1 parent 76d828b commit f4aee89
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Charts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,25 @@
productReference = 06B120D51D811E6200D14B02 /* ChartsRealm.framework */;
productType = "com.apple.product-type.framework";
};
06B120FE1D811F1600D14B02 /* ChartsRealmTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 06B121071D811F1600D14B02 /* Build configuration list for PBXNativeTarget "ChartsRealmTests" */;
buildPhases = (
06B120FB1D811F1600D14B02 /* Sources */,
06B120FC1D811F1600D14B02 /* Frameworks */,
06B120FD1D811F1600D14B02 /* Resources */,
06B121161D81215D00D14B02 /* Copy Carthage Frameworks */,
);
buildRules = (
);
dependencies = (
06B121061D811F1600D14B02 /* PBXTargetDependency */,
);
name = ChartsRealmTests;
productName = ChartsRealmTests;
productReference = 06B120FF1D811F1600D14B02 /* ChartsRealmTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand Down

0 comments on commit f4aee89

Please sign in to comment.