Skip to content

Commit

Permalink
correct a test build phase warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois committed Feb 8, 2021
1 parent b44135a commit d217b8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Connect4.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
0FB794CC25D1402E005AE438 /* BenchmarkDataSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FB794C825D1402E005AE438 /* BenchmarkDataSetTests.swift */; };
0FB794CD25D1402E005AE438 /* SolverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FB794C925D1402E005AE438 /* SolverTests.swift */; };
0FB794CE25D1402E005AE438 /* PositionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FB794CA25D1402E005AE438 /* PositionTests.swift */; };
0FB794CF25D1402E005AE438 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0FB794CB25D1402E005AE438 /* Info.plist */; };
0FFB4F0925B342290092BC48 /* Connect4.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FFB4EFF25B342290092BC48 /* Connect4.framework */; };
0FFB4F2F25B342BA0092BC48 /* Connect4.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FFB4EFF25B342290092BC48 /* Connect4.framework */; };
0FFB4F3025B342BA0092BC48 /* Connect4.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0FFB4EFF25B342290092BC48 /* Connect4.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -323,7 +322,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0FB794CF25D1402E005AE438 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit d217b8a

Please sign in to comment.