Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

353 linhas
15KB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 46C5B3762183EE1500419E57 /* rtmp-netstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3682183EE1500419E57 /* rtmp-netstream.c */; };
  10. 46C5B3772183EE1500419E57 /* rtmp-chunk-write.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3692183EE1500419E57 /* rtmp-chunk-write.c */; };
  11. 46C5B3782183EE1500419E57 /* rtmp-netconnection.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B36A2183EE1500419E57 /* rtmp-netconnection.c */; };
  12. 46C5B3792183EE1500419E57 /* rtmp-control-handler.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B36B2183EE1500419E57 /* rtmp-control-handler.c */; };
  13. 46C5B37A2183EE1500419E57 /* rtmp-client-invoke-handler.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C5B36C2183EE1500419E57 /* rtmp-client-invoke-handler.h */; };
  14. 46C5B37B2183EE1500419E57 /* rtmp-client.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B36D2183EE1500419E57 /* rtmp-client.c */; };
  15. 46C5B37C2183EE1500419E57 /* rtmp-event.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B36E2183EE1500419E57 /* rtmp-event.c */; };
  16. 46C5B37D2183EE1500419E57 /* rtmp-handshake.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B36F2183EE1500419E57 /* rtmp-handshake.c */; };
  17. 46C5B37E2183EE1500419E57 /* rtmp-server.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3702183EE1500419E57 /* rtmp-server.c */; };
  18. 46C5B37F2183EE1500419E57 /* rtmp-handler.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3712183EE1500419E57 /* rtmp-handler.c */; };
  19. 46C5B3802183EE1500419E57 /* rtmp-invoke-handler.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3722183EE1500419E57 /* rtmp-invoke-handler.c */; };
  20. 46C5B3812183EE1500419E57 /* rtmp-control-message.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3732183EE1500419E57 /* rtmp-control-message.c */; };
  21. 46C5B3822183EE1500419E57 /* rtmp-chunk-header.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3742183EE1500419E57 /* rtmp-chunk-header.c */; };
  22. 46C5B3832183EE1500419E57 /* rtmp-chunk-read.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C5B3752183EE1500419E57 /* rtmp-chunk-read.c */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXFileReference section */
  25. 46C5B2722183ECB600419E57 /* librtmp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = librtmp.a; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 46C5B3662183EE0D00419E57 /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; path = include; sourceTree = "<group>"; };
  27. 46C5B3682183EE1500419E57 /* rtmp-netstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-netstream.c"; sourceTree = "<group>"; };
  28. 46C5B3692183EE1500419E57 /* rtmp-chunk-write.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-chunk-write.c"; sourceTree = "<group>"; };
  29. 46C5B36A2183EE1500419E57 /* rtmp-netconnection.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-netconnection.c"; sourceTree = "<group>"; };
  30. 46C5B36B2183EE1500419E57 /* rtmp-control-handler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-control-handler.c"; sourceTree = "<group>"; };
  31. 46C5B36C2183EE1500419E57 /* rtmp-client-invoke-handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "rtmp-client-invoke-handler.h"; sourceTree = "<group>"; };
  32. 46C5B36D2183EE1500419E57 /* rtmp-client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-client.c"; sourceTree = "<group>"; };
  33. 46C5B36E2183EE1500419E57 /* rtmp-event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-event.c"; sourceTree = "<group>"; };
  34. 46C5B36F2183EE1500419E57 /* rtmp-handshake.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-handshake.c"; sourceTree = "<group>"; };
  35. 46C5B3702183EE1500419E57 /* rtmp-server.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-server.c"; sourceTree = "<group>"; };
  36. 46C5B3712183EE1500419E57 /* rtmp-handler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-handler.c"; sourceTree = "<group>"; };
  37. 46C5B3722183EE1500419E57 /* rtmp-invoke-handler.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-invoke-handler.c"; sourceTree = "<group>"; };
  38. 46C5B3732183EE1500419E57 /* rtmp-control-message.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-control-message.c"; sourceTree = "<group>"; };
  39. 46C5B3742183EE1500419E57 /* rtmp-chunk-header.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-chunk-header.c"; sourceTree = "<group>"; };
  40. 46C5B3752183EE1500419E57 /* rtmp-chunk-read.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rtmp-chunk-read.c"; sourceTree = "<group>"; };
  41. /* End PBXFileReference section */
  42. /* Begin PBXFrameworksBuildPhase section */
  43. 46C5B2702183ECB600419E57 /* Frameworks */ = {
  44. isa = PBXFrameworksBuildPhase;
  45. buildActionMask = 2147483647;
  46. files = (
  47. );
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. /* End PBXFrameworksBuildPhase section */
  51. /* Begin PBXGroup section */
  52. 46C5B2692183ECB600419E57 = {
  53. isa = PBXGroup;
  54. children = (
  55. 46C5B3672183EE1500419E57 /* source */,
  56. 46C5B3662183EE0D00419E57 /* include */,
  57. 46C5B2732183ECB600419E57 /* Products */,
  58. );
  59. sourceTree = "<group>";
  60. };
  61. 46C5B2732183ECB600419E57 /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. 46C5B2722183ECB600419E57 /* librtmp.a */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. 46C5B3672183EE1500419E57 /* source */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 46C5B3682183EE1500419E57 /* rtmp-netstream.c */,
  73. 46C5B3692183EE1500419E57 /* rtmp-chunk-write.c */,
  74. 46C5B36A2183EE1500419E57 /* rtmp-netconnection.c */,
  75. 46C5B36B2183EE1500419E57 /* rtmp-control-handler.c */,
  76. 46C5B36C2183EE1500419E57 /* rtmp-client-invoke-handler.h */,
  77. 46C5B36D2183EE1500419E57 /* rtmp-client.c */,
  78. 46C5B36E2183EE1500419E57 /* rtmp-event.c */,
  79. 46C5B36F2183EE1500419E57 /* rtmp-handshake.c */,
  80. 46C5B3702183EE1500419E57 /* rtmp-server.c */,
  81. 46C5B3712183EE1500419E57 /* rtmp-handler.c */,
  82. 46C5B3722183EE1500419E57 /* rtmp-invoke-handler.c */,
  83. 46C5B3732183EE1500419E57 /* rtmp-control-message.c */,
  84. 46C5B3742183EE1500419E57 /* rtmp-chunk-header.c */,
  85. 46C5B3752183EE1500419E57 /* rtmp-chunk-read.c */,
  86. );
  87. path = source;
  88. sourceTree = "<group>";
  89. };
  90. /* End PBXGroup section */
  91. /* Begin PBXHeadersBuildPhase section */
  92. 46C5B26E2183ECB600419E57 /* Headers */ = {
  93. isa = PBXHeadersBuildPhase;
  94. buildActionMask = 2147483647;
  95. files = (
  96. 46C5B37A2183EE1500419E57 /* rtmp-client-invoke-handler.h in Headers */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXHeadersBuildPhase section */
  101. /* Begin PBXNativeTarget section */
  102. 46C5B2712183ECB600419E57 /* librtmp */ = {
  103. isa = PBXNativeTarget;
  104. buildConfigurationList = 46C5B2762183ECB600419E57 /* Build configuration list for PBXNativeTarget "librtmp" */;
  105. buildPhases = (
  106. 46C5B26E2183ECB600419E57 /* Headers */,
  107. 46C5B26F2183ECB600419E57 /* Sources */,
  108. 46C5B2702183ECB600419E57 /* Frameworks */,
  109. );
  110. buildRules = (
  111. );
  112. dependencies = (
  113. );
  114. name = librtmp;
  115. productName = librtmp;
  116. productReference = 46C5B2722183ECB600419E57 /* librtmp.a */;
  117. productType = "com.apple.product-type.library.static";
  118. };
  119. /* End PBXNativeTarget section */
  120. /* Begin PBXProject section */
  121. 46C5B26A2183ECB600419E57 /* Project object */ = {
  122. isa = PBXProject;
  123. attributes = {
  124. LastUpgradeCheck = 1000;
  125. ORGANIZATIONNAME = ireader;
  126. TargetAttributes = {
  127. 46C5B2712183ECB600419E57 = {
  128. CreatedOnToolsVersion = 10.0;
  129. };
  130. };
  131. };
  132. buildConfigurationList = 46C5B26D2183ECB600419E57 /* Build configuration list for PBXProject "librtmp" */;
  133. compatibilityVersion = "Xcode 9.3";
  134. developmentRegion = en;
  135. hasScannedForEncodings = 0;
  136. knownRegions = (
  137. en,
  138. Base,
  139. );
  140. mainGroup = 46C5B2692183ECB600419E57;
  141. productRefGroup = 46C5B2732183ECB600419E57 /* Products */;
  142. projectDirPath = "";
  143. projectRoot = "";
  144. targets = (
  145. 46C5B2712183ECB600419E57 /* librtmp */,
  146. );
  147. };
  148. /* End PBXProject section */
  149. /* Begin PBXSourcesBuildPhase section */
  150. 46C5B26F2183ECB600419E57 /* Sources */ = {
  151. isa = PBXSourcesBuildPhase;
  152. buildActionMask = 2147483647;
  153. files = (
  154. 46C5B3832183EE1500419E57 /* rtmp-chunk-read.c in Sources */,
  155. 46C5B3782183EE1500419E57 /* rtmp-netconnection.c in Sources */,
  156. 46C5B3802183EE1500419E57 /* rtmp-invoke-handler.c in Sources */,
  157. 46C5B37B2183EE1500419E57 /* rtmp-client.c in Sources */,
  158. 46C5B3772183EE1500419E57 /* rtmp-chunk-write.c in Sources */,
  159. 46C5B37D2183EE1500419E57 /* rtmp-handshake.c in Sources */,
  160. 46C5B37F2183EE1500419E57 /* rtmp-handler.c in Sources */,
  161. 46C5B3812183EE1500419E57 /* rtmp-control-message.c in Sources */,
  162. 46C5B3822183EE1500419E57 /* rtmp-chunk-header.c in Sources */,
  163. 46C5B3762183EE1500419E57 /* rtmp-netstream.c in Sources */,
  164. 46C5B37E2183EE1500419E57 /* rtmp-server.c in Sources */,
  165. 46C5B3792183EE1500419E57 /* rtmp-control-handler.c in Sources */,
  166. 46C5B37C2183EE1500419E57 /* rtmp-event.c in Sources */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. /* End PBXSourcesBuildPhase section */
  171. /* Begin XCBuildConfiguration section */
  172. 46C5B2742183ECB600419E57 /* Debug */ = {
  173. isa = XCBuildConfiguration;
  174. buildSettings = {
  175. ALWAYS_SEARCH_USER_PATHS = NO;
  176. CLANG_ANALYZER_NONNULL = YES;
  177. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  178. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  179. CLANG_CXX_LIBRARY = "libc++";
  180. CLANG_ENABLE_MODULES = YES;
  181. CLANG_ENABLE_OBJC_ARC = YES;
  182. CLANG_ENABLE_OBJC_WEAK = YES;
  183. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  184. CLANG_WARN_BOOL_CONVERSION = YES;
  185. CLANG_WARN_COMMA = YES;
  186. CLANG_WARN_CONSTANT_CONVERSION = YES;
  187. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  188. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  189. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  190. CLANG_WARN_EMPTY_BODY = YES;
  191. CLANG_WARN_ENUM_CONVERSION = YES;
  192. CLANG_WARN_INFINITE_RECURSION = YES;
  193. CLANG_WARN_INT_CONVERSION = YES;
  194. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  195. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  196. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  197. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  198. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  199. CLANG_WARN_STRICT_PROTOTYPES = YES;
  200. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  201. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  202. CLANG_WARN_UNREACHABLE_CODE = YES;
  203. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  204. CODE_SIGN_IDENTITY = "-";
  205. COPY_PHASE_STRIP = NO;
  206. DEBUG_INFORMATION_FORMAT = dwarf;
  207. ENABLE_STRICT_OBJC_MSGSEND = YES;
  208. ENABLE_TESTABILITY = YES;
  209. GCC_C_LANGUAGE_STANDARD = gnu11;
  210. GCC_DYNAMIC_NO_PIC = NO;
  211. GCC_NO_COMMON_BLOCKS = YES;
  212. GCC_OPTIMIZATION_LEVEL = 0;
  213. GCC_PREPROCESSOR_DEFINITIONS = (
  214. "DEBUG=1",
  215. "$(inherited)",
  216. );
  217. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  218. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  219. GCC_WARN_UNDECLARED_SELECTOR = YES;
  220. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  221. GCC_WARN_UNUSED_FUNCTION = YES;
  222. GCC_WARN_UNUSED_VARIABLE = YES;
  223. MACOSX_DEPLOYMENT_TARGET = 10.13;
  224. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  225. MTL_FAST_MATH = YES;
  226. ONLY_ACTIVE_ARCH = YES;
  227. SDKROOT = macosx;
  228. USER_HEADER_SEARCH_PATHS = (
  229. .,
  230. ./include,
  231. ../libflv/include,
  232. ../../sdk/include,
  233. );
  234. };
  235. name = Debug;
  236. };
  237. 46C5B2752183ECB600419E57 /* Release */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. ALWAYS_SEARCH_USER_PATHS = NO;
  241. CLANG_ANALYZER_NONNULL = YES;
  242. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  243. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  244. CLANG_CXX_LIBRARY = "libc++";
  245. CLANG_ENABLE_MODULES = YES;
  246. CLANG_ENABLE_OBJC_ARC = YES;
  247. CLANG_ENABLE_OBJC_WEAK = YES;
  248. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  249. CLANG_WARN_BOOL_CONVERSION = YES;
  250. CLANG_WARN_COMMA = YES;
  251. CLANG_WARN_CONSTANT_CONVERSION = YES;
  252. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  255. CLANG_WARN_EMPTY_BODY = YES;
  256. CLANG_WARN_ENUM_CONVERSION = YES;
  257. CLANG_WARN_INFINITE_RECURSION = YES;
  258. CLANG_WARN_INT_CONVERSION = YES;
  259. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  260. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  261. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  262. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  263. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  264. CLANG_WARN_STRICT_PROTOTYPES = YES;
  265. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  266. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  267. CLANG_WARN_UNREACHABLE_CODE = YES;
  268. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  269. CODE_SIGN_IDENTITY = "-";
  270. COPY_PHASE_STRIP = NO;
  271. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  272. ENABLE_NS_ASSERTIONS = NO;
  273. ENABLE_STRICT_OBJC_MSGSEND = YES;
  274. GCC_C_LANGUAGE_STANDARD = gnu11;
  275. GCC_NO_COMMON_BLOCKS = YES;
  276. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  277. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  278. GCC_WARN_UNDECLARED_SELECTOR = YES;
  279. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  280. GCC_WARN_UNUSED_FUNCTION = YES;
  281. GCC_WARN_UNUSED_VARIABLE = YES;
  282. MACOSX_DEPLOYMENT_TARGET = 10.13;
  283. MTL_ENABLE_DEBUG_INFO = NO;
  284. MTL_FAST_MATH = YES;
  285. SDKROOT = macosx;
  286. USER_HEADER_SEARCH_PATHS = (
  287. .,
  288. ./include,
  289. ../libflv/include,
  290. ../../sdk/include,
  291. );
  292. };
  293. name = Release;
  294. };
  295. 46C5B2772183ECB600419E57 /* Debug */ = {
  296. isa = XCBuildConfiguration;
  297. buildSettings = {
  298. CODE_SIGN_STYLE = Automatic;
  299. EXECUTABLE_PREFIX = "";
  300. GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
  301. PRODUCT_NAME = "$(TARGET_NAME)";
  302. SKIP_INSTALL = YES;
  303. USER_HEADER_SEARCH_PATHS = "$(inherited)";
  304. };
  305. name = Debug;
  306. };
  307. 46C5B2782183ECB600419E57 /* Release */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. CODE_SIGN_STYLE = Automatic;
  311. EXECUTABLE_PREFIX = "";
  312. GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
  313. PRODUCT_NAME = "$(TARGET_NAME)";
  314. SKIP_INSTALL = YES;
  315. USER_HEADER_SEARCH_PATHS = "$(inherited)";
  316. };
  317. name = Release;
  318. };
  319. /* End XCBuildConfiguration section */
  320. /* Begin XCConfigurationList section */
  321. 46C5B26D2183ECB600419E57 /* Build configuration list for PBXProject "librtmp" */ = {
  322. isa = XCConfigurationList;
  323. buildConfigurations = (
  324. 46C5B2742183ECB600419E57 /* Debug */,
  325. 46C5B2752183ECB600419E57 /* Release */,
  326. );
  327. defaultConfigurationIsVisible = 0;
  328. defaultConfigurationName = Release;
  329. };
  330. 46C5B2762183ECB600419E57 /* Build configuration list for PBXNativeTarget "librtmp" */ = {
  331. isa = XCConfigurationList;
  332. buildConfigurations = (
  333. 46C5B2772183ECB600419E57 /* Debug */,
  334. 46C5B2782183ECB600419E57 /* Release */,
  335. );
  336. defaultConfigurationIsVisible = 0;
  337. defaultConfigurationName = Release;
  338. };
  339. /* End XCConfigurationList section */
  340. };
  341. rootObject = 46C5B26A2183ECB600419E57 /* Project object */;
  342. }