25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

329 satır
12KB

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