Skip to content

Commit

Permalink
Added AFImageResponseSerializerTests to MacOS and tvOS test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
quellish committed Mar 14, 2016
1 parent 77f6fe1 commit 723cf32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AFNetworking.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/* Begin PBXBuildFile section */
1BF9F9601C87832B00F1F35A /* AFImageResponseSerializerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BF9F95F1C87832B00F1F35A /* AFImageResponseSerializerTests.m */; };
1BF9F9611C87843200F1F35A /* AFImageResponseSerializerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BF9F95F1C87832B00F1F35A /* AFImageResponseSerializerTests.m */; };
1BF9F9621C87843300F1F35A /* AFImageResponseSerializerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BF9F95F1C87832B00F1F35A /* AFImageResponseSerializerTests.m */; };
1FE783011C5857A100A73B7C /* httpbinorg_01192017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 1FE783001C58579D00A73B7C /* httpbinorg_01192017.cer */; };
1FE783021C5857A100A73B7C /* httpbinorg_01192017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 1FE783001C58579D00A73B7C /* httpbinorg_01192017.cer */; };
1FE783031C5857A200A73B7C /* httpbinorg_01192017.cer in Resources */ = {isa = PBXBuildFile; fileRef = 1FE783001C58579D00A73B7C /* httpbinorg_01192017.cer */; };
Expand Down Expand Up @@ -957,6 +959,7 @@
2987B0E31BC40B0900179A4C /* AFUIActivityIndicatorViewTests.m in Sources */,
2987B0D01BC40A7600179A4C /* AFSecurityPolicyTests.m in Sources */,
2987B0CB1BC40A7600179A4C /* AFHTTPResponseSerializationTests.m in Sources */,
1BF9F9621C87843300F1F35A /* AFImageResponseSerializerTests.m in Sources */,
2987B0CE1BC40A7600179A4C /* AFNetworkReachabilityManagerTests.m in Sources */,
2987B0E01BC40B0900179A4C /* AFAutoPurgingImageCacheTests.m in Sources */,
2987B0CA1BC40A7600179A4C /* AFHTTPRequestSerializationTests.m in Sources */,
Expand Down Expand Up @@ -1002,6 +1005,7 @@
29D341401C20D46400A7D266 /* AFCompoundResponseSerializerTests.m in Sources */,
298D7CB21BC2CA6E00FD3B3E /* AFHTTPRequestSerializationTests.m in Sources */,
298D7CDE1BC2CAF800FD3B3E /* AFSecurityPolicyTests.m in Sources */,
1BF9F9611C87843200F1F35A /* AFImageResponseSerializerTests.m in Sources */,
298D7C971BC2C94500FD3B3E /* AFTestCase.m in Sources */,
298D7CD81BC2CAF000FD3B3E /* AFJSONSerializationTests.m in Sources */,
298D7CDC1BC2CAF500FD3B3E /* AFPropertyListResponseSerializerTests.m in Sources */,
Expand Down

0 comments on commit 723cf32

Please sign in to comment.