Skip to content

Commit

Permalink
Add NSString+SHA1 to test target
Browse files Browse the repository at this point in the history
  • Loading branch information
turbulem committed Sep 26, 2018
1 parent 33846d1 commit 6371914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Starscream.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
BB1018E721087F1300BA9E60 /* SSLClientCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EACFF1BE2052FE8F00B95FFF /* SSLClientCertificate.swift */; };
BB1018E821087F1900BA9E60 /* NSString+SHA1.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8A647E20E1105C00527BA5 /* NSString+SHA1.h */; settings = {ATTRIBUTES = (Private, ); }; };
BB93FF0021466450005BCEF7 /* NSString+SHA1.m in Sources */ = {isa = PBXBuildFile; fileRef = BB8A647F20E1105C00527BA5 /* NSString+SHA1.m */; };
BB93FF012146664D005BCEF7 /* NSString+SHA1.m in Sources */ = {isa = PBXBuildFile; fileRef = BB8A647F20E1105C00527BA5 /* NSString+SHA1.m */; };
EACFF1BF2052FE8F00B95FFF /* SSLClientCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EACFF1BE2052FE8F00B95FFF /* SSLClientCertificate.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -257,6 +258,7 @@
buildActionMask = 2147483647;
files = (
335FA1F91F5DF71D00F6D2EC /* CompressionTests.swift in Sources */,
BB93FF012146664D005BCEF7 /* NSString+SHA1.m in Sources */,
335FA1FA1F5DF71D00F6D2EC /* StarscreamTests.swift in Sources */,
BB1018E621087E7E00BA9E60 /* SSLClientCertificate.swift in Sources */,
);
Expand Down

0 comments on commit 6371914

Please sign in to comment.