25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

337 lines
13KB

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