project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 29C4E0C71BB4599400D6B073 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E0C61BB4599400D6B073 /* AppDelegate.swift */; };
  10. 29C4E0C91BB4599400D6B073 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E0C81BB4599400D6B073 /* ViewController.swift */; };
  11. 29C4E0CC1BB4599400D6B073 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29C4E0CA1BB4599400D6B073 /* Main.storyboard */; };
  12. 29C4E0CE1BB4599400D6B073 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29C4E0CD1BB4599400D6B073 /* Assets.xcassets */; };
  13. 29C4E1041BB46BF400D6B073 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1031BB46BF400D6B073 /* AFSecurityPolicy.m */; };
  14. 29C4E1091BB46BFC00D6B073 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1061BB46BFC00D6B073 /* AFURLRequestSerialization.m */; };
  15. 29C4E10A1BB46BFC00D6B073 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1081BB46BFC00D6B073 /* AFURLResponseSerialization.m */; };
  16. 29C4E10E1BB46C6200D6B073 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E10D1BB46C6200D6B073 /* AFNetworkReachabilityManager.m */; };
  17. 29C4E1141BB46C8300D6B073 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1111BB46C8300D6B073 /* AFHTTPSessionManager.m */; };
  18. 29C4E1151BB46C8300D6B073 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1131BB46C8300D6B073 /* AFURLSessionManager.m */; };
  19. 29C4E1451BB47DBC00D6B073 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1231BB46D3F00D6B073 /* UIImageView+AFNetworking.m */; };
  20. 29C4E14F1BB480F400D6B073 /* Gravatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E14E1BB480F400D6B073 /* Gravatar.swift */; };
  21. 29C4E1521BB489B600D6B073 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1511BB489B600D6B073 /* AFAutoPurgingImageCache.m */; };
  22. 29C4E1581BB48C2D00D6B073 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C4E1571BB48C2D00D6B073 /* AFImageDownloader.m */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXFileReference section */
  25. 29C4E0C31BB4599400D6B073 /* AFNetworking tvOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AFNetworking tvOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 29C4E0C61BB4599400D6B073 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  27. 29C4E0C81BB4599400D6B073 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  28. 29C4E0CB1BB4599400D6B073 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  29. 29C4E0CD1BB4599400D6B073 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  30. 29C4E0CF1BB4599400D6B073 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 29C4E0F41BB45C5500D6B073 /* AFNetworking tvOS Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AFNetworking tvOS Example-Bridging-Header.h"; sourceTree = "<group>"; };
  32. 29C4E1021BB46BF400D6B073 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = ../../AFNetworking/AFSecurityPolicy.h; sourceTree = "<group>"; };
  33. 29C4E1031BB46BF400D6B073 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = ../../AFNetworking/AFSecurityPolicy.m; sourceTree = "<group>"; };
  34. 29C4E1051BB46BFC00D6B073 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = ../../AFNetworking/AFURLRequestSerialization.h; sourceTree = "<group>"; };
  35. 29C4E1061BB46BFC00D6B073 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = ../../AFNetworking/AFURLRequestSerialization.m; sourceTree = "<group>"; };
  36. 29C4E1071BB46BFC00D6B073 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = ../../AFNetworking/AFURLResponseSerialization.h; sourceTree = "<group>"; };
  37. 29C4E1081BB46BFC00D6B073 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = ../../AFNetworking/AFURLResponseSerialization.m; sourceTree = "<group>"; };
  38. 29C4E10C1BB46C6200D6B073 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = ../../AFNetworking/AFNetworkReachabilityManager.h; sourceTree = "<group>"; };
  39. 29C4E10D1BB46C6200D6B073 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = ../../AFNetworking/AFNetworkReachabilityManager.m; sourceTree = "<group>"; };
  40. 29C4E1101BB46C8300D6B073 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = ../../AFNetworking/AFHTTPSessionManager.h; sourceTree = "<group>"; };
  41. 29C4E1111BB46C8300D6B073 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = ../../AFNetworking/AFHTTPSessionManager.m; sourceTree = "<group>"; };
  42. 29C4E1121BB46C8300D6B073 /* AFURLSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = ../../AFNetworking/AFURLSessionManager.h; sourceTree = "<group>"; };
  43. 29C4E1131BB46C8300D6B073 /* AFURLSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = ../../AFNetworking/AFURLSessionManager.m; sourceTree = "<group>"; };
  44. 29C4E1161BB46C8B00D6B073 /* AFNetworking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = ../../AFNetworking/AFNetworking.h; sourceTree = "<group>"; };
  45. 29C4E1191BB46D3F00D6B073 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "../../UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = "<group>"; };
  46. 29C4E11A1BB46D3F00D6B073 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "../../UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = "<group>"; };
  47. 29C4E11B1BB46D3F00D6B073 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = "<group>"; };
  48. 29C4E11C1BB46D3F00D6B073 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "../../UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = "<group>"; };
  49. 29C4E11D1BB46D3F00D6B073 /* UIAlertView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIAlertView+AFNetworking.h"; sourceTree = "<group>"; };
  50. 29C4E11E1BB46D3F00D6B073 /* UIAlertView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+AFNetworking.m"; path = "../../UIKit+AFNetworking/UIAlertView+AFNetworking.m"; sourceTree = "<group>"; };
  51. 29C4E11F1BB46D3F00D6B073 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = "<group>"; };
  52. 29C4E1201BB46D3F00D6B073 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "../../UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = "<group>"; };
  53. 29C4E1211BB46D3F00D6B073 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIImage+AFNetworking.h"; sourceTree = "<group>"; };
  54. 29C4E1221BB46D3F00D6B073 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = "<group>"; };
  55. 29C4E1231BB46D3F00D6B073 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "../../UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = "<group>"; };
  56. 29C4E1241BB46D3F00D6B073 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = "<group>"; };
  57. 29C4E1251BB46D3F00D6B073 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = "<group>"; };
  58. 29C4E1261BB46D3F00D6B073 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "../../UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = "<group>"; };
  59. 29C4E1271BB46D3F00D6B073 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "../../UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = "<group>"; };
  60. 29C4E1281BB46D3F00D6B073 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "../../UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = "<group>"; };
  61. 29C4E14E1BB480F400D6B073 /* Gravatar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Gravatar.swift; sourceTree = "<group>"; };
  62. 29C4E1501BB489B600D6B073 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "../../UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = "<group>"; };
  63. 29C4E1511BB489B600D6B073 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "../../UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = "<group>"; };
  64. 29C4E1561BB48C2D00D6B073 /* AFImageDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "../../UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = "<group>"; };
  65. 29C4E1571BB48C2D00D6B073 /* AFImageDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "../../UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = "<group>"; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. 29C4E0C01BB4599400D6B073 /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. /* End PBXFrameworksBuildPhase section */
  76. /* Begin PBXGroup section */
  77. 29C4E0BA1BB4599400D6B073 = {
  78. isa = PBXGroup;
  79. children = (
  80. 29C4E0C51BB4599400D6B073 /* AFNetworking tvOS Example */,
  81. 29C4E0C41BB4599400D6B073 /* Products */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. 29C4E0C41BB4599400D6B073 /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 29C4E0C31BB4599400D6B073 /* AFNetworking tvOS Example.app */,
  89. );
  90. name = Products;
  91. sourceTree = "<group>";
  92. };
  93. 29C4E0C51BB4599400D6B073 /* AFNetworking tvOS Example */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 29C4E14E1BB480F400D6B073 /* Gravatar.swift */,
  97. 29C4E0F41BB45C5500D6B073 /* AFNetworking tvOS Example-Bridging-Header.h */,
  98. 29C4E0D51BB459C400D6B073 /* Vendor */,
  99. 29C4E0C61BB4599400D6B073 /* AppDelegate.swift */,
  100. 29C4E0C81BB4599400D6B073 /* ViewController.swift */,
  101. 29C4E0CA1BB4599400D6B073 /* Main.storyboard */,
  102. 29C4E0CD1BB4599400D6B073 /* Assets.xcassets */,
  103. 29C4E0CF1BB4599400D6B073 /* Info.plist */,
  104. );
  105. name = "AFNetworking tvOS Example";
  106. path = "tvOS Example";
  107. sourceTree = "<group>";
  108. };
  109. 29C4E0D51BB459C400D6B073 /* Vendor */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 29C4E1181BB46D2800D6B073 /* UIKit+AFNetworking */,
  113. 29C4E1171BB46D1300D6B073 /* AFNetworking */,
  114. );
  115. name = Vendor;
  116. sourceTree = "<group>";
  117. };
  118. 29C4E0F31BB45C3F00D6B073 /* Security */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 29C4E1021BB46BF400D6B073 /* AFSecurityPolicy.h */,
  122. 29C4E1031BB46BF400D6B073 /* AFSecurityPolicy.m */,
  123. );
  124. name = Security;
  125. sourceTree = "<group>";
  126. };
  127. 29C4E0F81BB45CB500D6B073 /* Serialization */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 29C4E1051BB46BFC00D6B073 /* AFURLRequestSerialization.h */,
  131. 29C4E1061BB46BFC00D6B073 /* AFURLRequestSerialization.m */,
  132. 29C4E1071BB46BFC00D6B073 /* AFURLResponseSerialization.h */,
  133. 29C4E1081BB46BFC00D6B073 /* AFURLResponseSerialization.m */,
  134. );
  135. name = Serialization;
  136. sourceTree = "<group>";
  137. };
  138. 29C4E10B1BB46C5400D6B073 /* Reachability */ = {
  139. isa = PBXGroup;
  140. children = (
  141. 29C4E10C1BB46C6200D6B073 /* AFNetworkReachabilityManager.h */,
  142. 29C4E10D1BB46C6200D6B073 /* AFNetworkReachabilityManager.m */,
  143. );
  144. name = Reachability;
  145. sourceTree = "<group>";
  146. };
  147. 29C4E10F1BB46C7000D6B073 /* NSURLSession */ = {
  148. isa = PBXGroup;
  149. children = (
  150. 29C4E1101BB46C8300D6B073 /* AFHTTPSessionManager.h */,
  151. 29C4E1111BB46C8300D6B073 /* AFHTTPSessionManager.m */,
  152. 29C4E1121BB46C8300D6B073 /* AFURLSessionManager.h */,
  153. 29C4E1131BB46C8300D6B073 /* AFURLSessionManager.m */,
  154. );
  155. name = NSURLSession;
  156. sourceTree = "<group>";
  157. };
  158. 29C4E1171BB46D1300D6B073 /* AFNetworking */ = {
  159. isa = PBXGroup;
  160. children = (
  161. 29C4E1161BB46C8B00D6B073 /* AFNetworking.h */,
  162. 29C4E10F1BB46C7000D6B073 /* NSURLSession */,
  163. 29C4E10B1BB46C5400D6B073 /* Reachability */,
  164. 29C4E0F81BB45CB500D6B073 /* Serialization */,
  165. 29C4E0F31BB45C3F00D6B073 /* Security */,
  166. );
  167. name = AFNetworking;
  168. sourceTree = "<group>";
  169. };
  170. 29C4E1181BB46D2800D6B073 /* UIKit+AFNetworking */ = {
  171. isa = PBXGroup;
  172. children = (
  173. 29C4E1561BB48C2D00D6B073 /* AFImageDownloader.h */,
  174. 29C4E1571BB48C2D00D6B073 /* AFImageDownloader.m */,
  175. 29C4E1501BB489B600D6B073 /* AFAutoPurgingImageCache.h */,
  176. 29C4E1511BB489B600D6B073 /* AFAutoPurgingImageCache.m */,
  177. 29C4E1241BB46D3F00D6B073 /* UIKit+AFNetworking.h */,
  178. 29C4E1191BB46D3F00D6B073 /* AFNetworkActivityIndicatorManager.h */,
  179. 29C4E11A1BB46D3F00D6B073 /* AFNetworkActivityIndicatorManager.m */,
  180. 29C4E11B1BB46D3F00D6B073 /* UIActivityIndicatorView+AFNetworking.h */,
  181. 29C4E11C1BB46D3F00D6B073 /* UIActivityIndicatorView+AFNetworking.m */,
  182. 29C4E11D1BB46D3F00D6B073 /* UIAlertView+AFNetworking.h */,
  183. 29C4E11E1BB46D3F00D6B073 /* UIAlertView+AFNetworking.m */,
  184. 29C4E11F1BB46D3F00D6B073 /* UIButton+AFNetworking.h */,
  185. 29C4E1201BB46D3F00D6B073 /* UIButton+AFNetworking.m */,
  186. 29C4E1211BB46D3F00D6B073 /* UIImage+AFNetworking.h */,
  187. 29C4E1221BB46D3F00D6B073 /* UIImageView+AFNetworking.h */,
  188. 29C4E1231BB46D3F00D6B073 /* UIImageView+AFNetworking.m */,
  189. 29C4E1251BB46D3F00D6B073 /* UIProgressView+AFNetworking.h */,
  190. 29C4E1261BB46D3F00D6B073 /* UIProgressView+AFNetworking.m */,
  191. 29C4E1271BB46D3F00D6B073 /* UIRefreshControl+AFNetworking.h */,
  192. 29C4E1281BB46D3F00D6B073 /* UIRefreshControl+AFNetworking.m */,
  193. );
  194. name = "UIKit+AFNetworking";
  195. sourceTree = "<group>";
  196. };
  197. /* End PBXGroup section */
  198. /* Begin PBXNativeTarget section */
  199. 29C4E0C21BB4599400D6B073 /* AFNetworking tvOS Example */ = {
  200. isa = PBXNativeTarget;
  201. buildConfigurationList = 29C4E0D21BB4599400D6B073 /* Build configuration list for PBXNativeTarget "AFNetworking tvOS Example" */;
  202. buildPhases = (
  203. 29C4E0BF1BB4599400D6B073 /* Sources */,
  204. 29C4E0C01BB4599400D6B073 /* Frameworks */,
  205. 29C4E0C11BB4599400D6B073 /* Resources */,
  206. );
  207. buildRules = (
  208. );
  209. dependencies = (
  210. );
  211. name = "AFNetworking tvOS Example";
  212. productName = "AFNetworking tvOS Example";
  213. productReference = 29C4E0C31BB4599400D6B073 /* AFNetworking tvOS Example.app */;
  214. productType = "com.apple.product-type.application";
  215. };
  216. /* End PBXNativeTarget section */
  217. /* Begin PBXProject section */
  218. 29C4E0BB1BB4599400D6B073 /* Project object */ = {
  219. isa = PBXProject;
  220. attributes = {
  221. LastUpgradeCheck = 0710;
  222. ORGANIZATIONNAME = Alamofire;
  223. TargetAttributes = {
  224. 29C4E0C21BB4599400D6B073 = {
  225. CreatedOnToolsVersion = 7.1;
  226. };
  227. };
  228. };
  229. buildConfigurationList = 29C4E0BE1BB4599400D6B073 /* Build configuration list for PBXProject "AFNetworking tvOS Example" */;
  230. compatibilityVersion = "Xcode 3.2";
  231. developmentRegion = English;
  232. hasScannedForEncodings = 0;
  233. knownRegions = (
  234. English,
  235. en,
  236. Base,
  237. );
  238. mainGroup = 29C4E0BA1BB4599400D6B073;
  239. productRefGroup = 29C4E0C41BB4599400D6B073 /* Products */;
  240. projectDirPath = "";
  241. projectRoot = "";
  242. targets = (
  243. 29C4E0C21BB4599400D6B073 /* AFNetworking tvOS Example */,
  244. );
  245. };
  246. /* End PBXProject section */
  247. /* Begin PBXResourcesBuildPhase section */
  248. 29C4E0C11BB4599400D6B073 /* Resources */ = {
  249. isa = PBXResourcesBuildPhase;
  250. buildActionMask = 2147483647;
  251. files = (
  252. 29C4E0CE1BB4599400D6B073 /* Assets.xcassets in Resources */,
  253. 29C4E0CC1BB4599400D6B073 /* Main.storyboard in Resources */,
  254. );
  255. runOnlyForDeploymentPostprocessing = 0;
  256. };
  257. /* End PBXResourcesBuildPhase section */
  258. /* Begin PBXSourcesBuildPhase section */
  259. 29C4E0BF1BB4599400D6B073 /* Sources */ = {
  260. isa = PBXSourcesBuildPhase;
  261. buildActionMask = 2147483647;
  262. files = (
  263. 29C4E0C91BB4599400D6B073 /* ViewController.swift in Sources */,
  264. 29C4E1151BB46C8300D6B073 /* AFURLSessionManager.m in Sources */,
  265. 29C4E1041BB46BF400D6B073 /* AFSecurityPolicy.m in Sources */,
  266. 29C4E0C71BB4599400D6B073 /* AppDelegate.swift in Sources */,
  267. 29C4E1091BB46BFC00D6B073 /* AFURLRequestSerialization.m in Sources */,
  268. 29C4E10E1BB46C6200D6B073 /* AFNetworkReachabilityManager.m in Sources */,
  269. 29C4E1521BB489B600D6B073 /* AFAutoPurgingImageCache.m in Sources */,
  270. 29C4E1451BB47DBC00D6B073 /* UIImageView+AFNetworking.m in Sources */,
  271. 29C4E1141BB46C8300D6B073 /* AFHTTPSessionManager.m in Sources */,
  272. 29C4E14F1BB480F400D6B073 /* Gravatar.swift in Sources */,
  273. 29C4E10A1BB46BFC00D6B073 /* AFURLResponseSerialization.m in Sources */,
  274. 29C4E1581BB48C2D00D6B073 /* AFImageDownloader.m in Sources */,
  275. );
  276. runOnlyForDeploymentPostprocessing = 0;
  277. };
  278. /* End PBXSourcesBuildPhase section */
  279. /* Begin PBXVariantGroup section */
  280. 29C4E0CA1BB4599400D6B073 /* Main.storyboard */ = {
  281. isa = PBXVariantGroup;
  282. children = (
  283. 29C4E0CB1BB4599400D6B073 /* Base */,
  284. );
  285. name = Main.storyboard;
  286. sourceTree = "<group>";
  287. };
  288. /* End PBXVariantGroup section */
  289. /* Begin XCBuildConfiguration section */
  290. 29C4E0D01BB4599400D6B073 /* Debug */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. ALWAYS_SEARCH_USER_PATHS = NO;
  294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  295. CLANG_CXX_LIBRARY = "libc++";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_WARN_BOOL_CONVERSION = YES;
  299. CLANG_WARN_CONSTANT_CONVERSION = YES;
  300. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  301. CLANG_WARN_EMPTY_BODY = YES;
  302. CLANG_WARN_ENUM_CONVERSION = YES;
  303. CLANG_WARN_INT_CONVERSION = YES;
  304. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  305. CLANG_WARN_UNREACHABLE_CODE = YES;
  306. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  307. COPY_PHASE_STRIP = NO;
  308. DEBUG_INFORMATION_FORMAT = dwarf;
  309. ENABLE_STRICT_OBJC_MSGSEND = YES;
  310. ENABLE_TESTABILITY = YES;
  311. GCC_C_LANGUAGE_STANDARD = gnu99;
  312. GCC_DYNAMIC_NO_PIC = NO;
  313. GCC_NO_COMMON_BLOCKS = YES;
  314. GCC_OPTIMIZATION_LEVEL = 0;
  315. GCC_PREPROCESSOR_DEFINITIONS = (
  316. "DEBUG=1",
  317. "$(inherited)",
  318. );
  319. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  320. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  321. GCC_WARN_UNDECLARED_SELECTOR = YES;
  322. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  323. GCC_WARN_UNUSED_FUNCTION = YES;
  324. GCC_WARN_UNUSED_VARIABLE = YES;
  325. MTL_ENABLE_DEBUG_INFO = YES;
  326. ONLY_ACTIVE_ARCH = YES;
  327. SDKROOT = appletvos;
  328. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  329. TARGETED_DEVICE_FAMILY = 3;
  330. TVOS_DEPLOYMENT_TARGET = 9.0;
  331. };
  332. name = Debug;
  333. };
  334. 29C4E0D11BB4599400D6B073 /* Release */ = {
  335. isa = XCBuildConfiguration;
  336. buildSettings = {
  337. ALWAYS_SEARCH_USER_PATHS = NO;
  338. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  339. CLANG_CXX_LIBRARY = "libc++";
  340. CLANG_ENABLE_MODULES = YES;
  341. CLANG_ENABLE_OBJC_ARC = YES;
  342. CLANG_WARN_BOOL_CONVERSION = YES;
  343. CLANG_WARN_CONSTANT_CONVERSION = YES;
  344. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  345. CLANG_WARN_EMPTY_BODY = YES;
  346. CLANG_WARN_ENUM_CONVERSION = YES;
  347. CLANG_WARN_INT_CONVERSION = YES;
  348. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  349. CLANG_WARN_UNREACHABLE_CODE = YES;
  350. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  351. COPY_PHASE_STRIP = NO;
  352. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  353. ENABLE_NS_ASSERTIONS = NO;
  354. ENABLE_STRICT_OBJC_MSGSEND = YES;
  355. GCC_C_LANGUAGE_STANDARD = gnu99;
  356. GCC_NO_COMMON_BLOCKS = YES;
  357. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  358. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  359. GCC_WARN_UNDECLARED_SELECTOR = YES;
  360. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  361. GCC_WARN_UNUSED_FUNCTION = YES;
  362. GCC_WARN_UNUSED_VARIABLE = YES;
  363. MTL_ENABLE_DEBUG_INFO = NO;
  364. SDKROOT = appletvos;
  365. TARGETED_DEVICE_FAMILY = 3;
  366. TVOS_DEPLOYMENT_TARGET = 9.0;
  367. VALIDATE_PRODUCT = YES;
  368. };
  369. name = Release;
  370. };
  371. 29C4E0D31BB4599400D6B073 /* Debug */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  375. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  376. CLANG_ENABLE_MODULES = YES;
  377. GCC_PREFIX_HEADER = "$(PROJECT_DIR)/Prefix.pch";
  378. INFOPLIST_FILE = "$(PROJECT_DIR)/tvOS Example/Info.plist";
  379. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  380. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.AFNetworking-tvOS-Example";
  381. PRODUCT_NAME = "$(TARGET_NAME)";
  382. SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/tvOS Example/AFNetworking tvOS Example-Bridging-Header.h";
  383. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  384. SWIFT_VERSION = 5.0;
  385. };
  386. name = Debug;
  387. };
  388. 29C4E0D41BB4599400D6B073 /* Release */ = {
  389. isa = XCBuildConfiguration;
  390. buildSettings = {
  391. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  392. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  393. CLANG_ENABLE_MODULES = YES;
  394. GCC_PREFIX_HEADER = "$(PROJECT_DIR)/Prefix.pch";
  395. INFOPLIST_FILE = "$(PROJECT_DIR)/tvOS Example/Info.plist";
  396. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  397. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.AFNetworking-tvOS-Example";
  398. PRODUCT_NAME = "$(TARGET_NAME)";
  399. SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/tvOS Example/AFNetworking tvOS Example-Bridging-Header.h";
  400. SWIFT_VERSION = 5.0;
  401. };
  402. name = Release;
  403. };
  404. /* End XCBuildConfiguration section */
  405. /* Begin XCConfigurationList section */
  406. 29C4E0BE1BB4599400D6B073 /* Build configuration list for PBXProject "AFNetworking tvOS Example" */ = {
  407. isa = XCConfigurationList;
  408. buildConfigurations = (
  409. 29C4E0D01BB4599400D6B073 /* Debug */,
  410. 29C4E0D11BB4599400D6B073 /* Release */,
  411. );
  412. defaultConfigurationIsVisible = 0;
  413. defaultConfigurationName = Release;
  414. };
  415. 29C4E0D21BB4599400D6B073 /* Build configuration list for PBXNativeTarget "AFNetworking tvOS Example" */ = {
  416. isa = XCConfigurationList;
  417. buildConfigurations = (
  418. 29C4E0D31BB4599400D6B073 /* Debug */,
  419. 29C4E0D41BB4599400D6B073 /* Release */,
  420. );
  421. defaultConfigurationIsVisible = 0;
  422. defaultConfigurationName = Release;
  423. };
  424. /* End XCConfigurationList section */
  425. };
  426. rootObject = 29C4E0BB1BB4599400D6B073 /* Project object */;
  427. }