Skip to content

Commit

Permalink
Merge pull request #199 from daltonclaybrook/dc/tvos-carthage
Browse files Browse the repository at this point in the history
Fix issue where Nimble-Snapshots does not compile for tvOS using Carthage
  • Loading branch information
ashfurrow authored May 11, 2020
2 parents 8bd07e4 + 25fa900 commit ed0c29f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Nimble_Snapshots.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/* Begin PBXBuildFile section */
095B47711D4773F000880922 /* Nimble_Snapshots.h in Headers */ = {isa = PBXBuildFile; fileRef = 095B47701D4773F000880922 /* Nimble_Snapshots.h */; settings = {ATTRIBUTES = (Public, ); }; };
095B47891D47761500880922 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 095B47861D47761500880922 /* FBSnapshotTestCase.framework */; };
095B478A1D47761500880922 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 095B47871D47761500880922 /* Nimble.framework */; };
095B478F1D47794300880922 /* HaveValidSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 095B478C1D47794300880922 /* HaveValidSnapshot.swift */; };
095B47901D47794300880922 /* CurrentTestCaseTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 095B478D1D47794300880922 /* CurrentTestCaseTracker.swift */; };
095B47911D47794300880922 /* PrettySyntax.swift in Sources */ = {isa = PBXBuildFile; fileRef = 095B478E1D47794300880922 /* PrettySyntax.swift */; };
Expand Down Expand Up @@ -47,8 +45,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
095B47891D47761500880922 /* FBSnapshotTestCase.framework in Frameworks */,
095B478A1D47761500880922 /* Nimble.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit ed0c29f

Please sign in to comment.