project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7D3035AB1D37CEA900C39EC3 /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035AA1D37CEA900C39EC3 /* libMobileVLCKit.a */; };
  10. 7D3035AF1D37CF7F00C39EC3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035AE1D37CF7F00C39EC3 /* AudioToolbox.framework */; };
  11. 7D3035B11D37CF8600C39EC3 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035B01D37CF8600C39EC3 /* VideoToolbox.framework */; };
  12. 7D3035B31D37CF8A00C39EC3 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035B21D37CF8A00C39EC3 /* CoreVideo.framework */; };
  13. 7D3035B51D37CF9300C39EC3 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035B41D37CF9300C39EC3 /* libc++.tbd */; };
  14. 7D3035B71D37CFB600C39EC3 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035B61D37CFB600C39EC3 /* libiconv.tbd */; };
  15. 7D3035B91D37CFBD00C39EC3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035B81D37CFBD00C39EC3 /* AVFoundation.framework */; };
  16. 7D3035BB1D37CFCD00C39EC3 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3035BA1D37CFCD00C39EC3 /* CoreMedia.framework */; };
  17. 7DA1A01F1D37D759001DA053 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA1A01C1D37D759001DA053 /* AppDelegate.m */; };
  18. 7DA1A0201D37D759001DA053 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA1A01E1D37D759001DA053 /* ViewController.m */; };
  19. 7DA1A0221D37D764001DA053 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7DA1A0211D37D764001DA053 /* Assets.xcassets */; };
  20. 7DA1A0261D37E2FB001DA053 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA1A0251D37E2FB001DA053 /* main.m */; };
  21. 7DA1A0291D37E31E001DA053 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7DA1A0271D37E31E001DA053 /* Main.storyboard */; };
  22. 7DA1A02C1D37E326001DA053 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7DA1A02A1D37E326001DA053 /* LaunchScreen.storyboard */; };
  23. 7DA1A02E1D37E33E001DA053 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7DA1A02D1D37E33E001DA053 /* Info.plist */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXFileReference section */
  26. 7D3035901D37CDE400C39EC3 /* VLCMetadataParser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLCMetadataParser.app; sourceTree = BUILT_PRODUCTS_DIR; };
  27. 7D3035AA1D37CEA900C39EC3 /* libMobileVLCKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileVLCKit.a; path = "../../build/Debug-iphoneos/libMobileVLCKit.a"; sourceTree = "<group>"; };
  28. 7D3035AC1D37CF7A00C39EC3 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
  29. 7D3035AE1D37CF7F00C39EC3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  30. 7D3035B01D37CF8600C39EC3 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
  31. 7D3035B21D37CF8A00C39EC3 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
  32. 7D3035B41D37CF9300C39EC3 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
  33. 7D3035B61D37CFB600C39EC3 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
  34. 7D3035B81D37CFBD00C39EC3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  35. 7D3035BA1D37CFCD00C39EC3 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
  36. 7DA1A01B1D37D759001DA053 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = VLCMetadataParser/AppDelegate.h; sourceTree = SOURCE_ROOT; };
  37. 7DA1A01C1D37D759001DA053 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = VLCMetadataParser/AppDelegate.m; sourceTree = SOURCE_ROOT; };
  38. 7DA1A01D1D37D759001DA053 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ViewController.h; path = VLCMetadataParser/ViewController.h; sourceTree = SOURCE_ROOT; };
  39. 7DA1A01E1D37D759001DA053 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ViewController.m; path = VLCMetadataParser/ViewController.m; sourceTree = SOURCE_ROOT; };
  40. 7DA1A0211D37D764001DA053 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = VLCMetadataParser/Assets.xcassets; sourceTree = SOURCE_ROOT; };
  41. 7DA1A0251D37E2FB001DA053 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = VLCMetadataParser/main.m; sourceTree = SOURCE_ROOT; };
  42. 7DA1A0281D37E31E001DA053 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = VLCMetadataParser/Base.lproj/Main.storyboard; sourceTree = SOURCE_ROOT; };
  43. 7DA1A02B1D37E326001DA053 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = VLCMetadataParser/Base.lproj/LaunchScreen.storyboard; sourceTree = SOURCE_ROOT; };
  44. 7DA1A02D1D37E33E001DA053 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = VLCMetadataParser/Info.plist; sourceTree = SOURCE_ROOT; };
  45. /* End PBXFileReference section */
  46. /* Begin PBXFrameworksBuildPhase section */
  47. 7D30358D1D37CDE400C39EC3 /* Frameworks */ = {
  48. isa = PBXFrameworksBuildPhase;
  49. buildActionMask = 2147483647;
  50. files = (
  51. 7D3035BB1D37CFCD00C39EC3 /* CoreMedia.framework in Frameworks */,
  52. 7D3035B91D37CFBD00C39EC3 /* AVFoundation.framework in Frameworks */,
  53. 7D3035B71D37CFB600C39EC3 /* libiconv.tbd in Frameworks */,
  54. 7D3035B51D37CF9300C39EC3 /* libc++.tbd in Frameworks */,
  55. 7D3035B31D37CF8A00C39EC3 /* CoreVideo.framework in Frameworks */,
  56. 7D3035B11D37CF8600C39EC3 /* VideoToolbox.framework in Frameworks */,
  57. 7D3035AF1D37CF7F00C39EC3 /* AudioToolbox.framework in Frameworks */,
  58. 7D3035AB1D37CEA900C39EC3 /* libMobileVLCKit.a in Frameworks */,
  59. );
  60. runOnlyForDeploymentPostprocessing = 0;
  61. };
  62. /* End PBXFrameworksBuildPhase section */
  63. /* Begin PBXGroup section */
  64. 7D3035871D37CDE300C39EC3 = {
  65. isa = PBXGroup;
  66. children = (
  67. 7D3035BC1D37CFF500C39EC3 /* Frameworks */,
  68. 7D3035921D37CDE400C39EC3 /* VLCMetadataParser */,
  69. 7D3035911D37CDE400C39EC3 /* Products */,
  70. );
  71. sourceTree = "<group>";
  72. };
  73. 7D3035911D37CDE400C39EC3 /* Products */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 7D3035901D37CDE400C39EC3 /* VLCMetadataParser.app */,
  77. );
  78. name = Products;
  79. sourceTree = "<group>";
  80. };
  81. 7D3035921D37CDE400C39EC3 /* VLCMetadataParser */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 7DA1A01B1D37D759001DA053 /* AppDelegate.h */,
  85. 7DA1A01C1D37D759001DA053 /* AppDelegate.m */,
  86. 7DA1A01D1D37D759001DA053 /* ViewController.h */,
  87. 7DA1A01E1D37D759001DA053 /* ViewController.m */,
  88. 7DA1A0271D37E31E001DA053 /* Main.storyboard */,
  89. 7DA1A0211D37D764001DA053 /* Assets.xcassets */,
  90. 7DA1A02D1D37E33E001DA053 /* Info.plist */,
  91. 7DA1A02A1D37E326001DA053 /* LaunchScreen.storyboard */,
  92. 7D3035931D37CDE400C39EC3 /* Supporting Files */,
  93. );
  94. name = VLCMetadataParser;
  95. path = VLCThumbnailer;
  96. sourceTree = "<group>";
  97. };
  98. 7D3035931D37CDE400C39EC3 /* Supporting Files */ = {
  99. isa = PBXGroup;
  100. children = (
  101. 7DA1A0251D37E2FB001DA053 /* main.m */,
  102. );
  103. name = "Supporting Files";
  104. sourceTree = "<group>";
  105. };
  106. 7D3035BC1D37CFF500C39EC3 /* Frameworks */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 7D3035BA1D37CFCD00C39EC3 /* CoreMedia.framework */,
  110. 7D3035B81D37CFBD00C39EC3 /* AVFoundation.framework */,
  111. 7D3035B61D37CFB600C39EC3 /* libiconv.tbd */,
  112. 7D3035B41D37CF9300C39EC3 /* libc++.tbd */,
  113. 7D3035B21D37CF8A00C39EC3 /* CoreVideo.framework */,
  114. 7D3035B01D37CF8600C39EC3 /* VideoToolbox.framework */,
  115. 7D3035AE1D37CF7F00C39EC3 /* AudioToolbox.framework */,
  116. 7D3035AC1D37CF7A00C39EC3 /* AudioUnit.framework */,
  117. 7D3035AA1D37CEA900C39EC3 /* libMobileVLCKit.a */,
  118. );
  119. name = Frameworks;
  120. sourceTree = "<group>";
  121. };
  122. /* End PBXGroup section */
  123. /* Begin PBXNativeTarget section */
  124. 7D30358F1D37CDE400C39EC3 /* VLCMetadataParser */ = {
  125. isa = PBXNativeTarget;
  126. buildConfigurationList = 7D3035A71D37CDE400C39EC3 /* Build configuration list for PBXNativeTarget "VLCMetadataParser" */;
  127. buildPhases = (
  128. 7D30358C1D37CDE400C39EC3 /* Sources */,
  129. 7D30358D1D37CDE400C39EC3 /* Frameworks */,
  130. 7D30358E1D37CDE400C39EC3 /* Resources */,
  131. );
  132. buildRules = (
  133. );
  134. dependencies = (
  135. );
  136. name = VLCMetadataParser;
  137. productName = VLCThumbnailer;
  138. productReference = 7D3035901D37CDE400C39EC3 /* VLCMetadataParser.app */;
  139. productType = "com.apple.product-type.application";
  140. };
  141. /* End PBXNativeTarget section */
  142. /* Begin PBXProject section */
  143. 7D3035881D37CDE300C39EC3 /* Project object */ = {
  144. isa = PBXProject;
  145. attributes = {
  146. LastUpgradeCheck = 0730;
  147. ORGANIZATIONNAME = VideoLAN;
  148. TargetAttributes = {
  149. 7D30358F1D37CDE400C39EC3 = {
  150. CreatedOnToolsVersion = 7.3.1;
  151. };
  152. };
  153. };
  154. buildConfigurationList = 7D30358B1D37CDE300C39EC3 /* Build configuration list for PBXProject "VLCMetadataParser" */;
  155. compatibilityVersion = "Xcode 3.2";
  156. developmentRegion = English;
  157. hasScannedForEncodings = 0;
  158. knownRegions = (
  159. en,
  160. Base,
  161. );
  162. mainGroup = 7D3035871D37CDE300C39EC3;
  163. productRefGroup = 7D3035911D37CDE400C39EC3 /* Products */;
  164. projectDirPath = "";
  165. projectRoot = "";
  166. targets = (
  167. 7D30358F1D37CDE400C39EC3 /* VLCMetadataParser */,
  168. );
  169. };
  170. /* End PBXProject section */
  171. /* Begin PBXResourcesBuildPhase section */
  172. 7D30358E1D37CDE400C39EC3 /* Resources */ = {
  173. isa = PBXResourcesBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. 7DA1A02E1D37E33E001DA053 /* Info.plist in Resources */,
  177. 7DA1A02C1D37E326001DA053 /* LaunchScreen.storyboard in Resources */,
  178. 7DA1A0221D37D764001DA053 /* Assets.xcassets in Resources */,
  179. 7DA1A0291D37E31E001DA053 /* Main.storyboard in Resources */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. /* End PBXResourcesBuildPhase section */
  184. /* Begin PBXSourcesBuildPhase section */
  185. 7D30358C1D37CDE400C39EC3 /* Sources */ = {
  186. isa = PBXSourcesBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. 7DA1A0201D37D759001DA053 /* ViewController.m in Sources */,
  190. 7DA1A0261D37E2FB001DA053 /* main.m in Sources */,
  191. 7DA1A01F1D37D759001DA053 /* AppDelegate.m in Sources */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXSourcesBuildPhase section */
  196. /* Begin PBXVariantGroup section */
  197. 7DA1A0271D37E31E001DA053 /* Main.storyboard */ = {
  198. isa = PBXVariantGroup;
  199. children = (
  200. 7DA1A0281D37E31E001DA053 /* Base */,
  201. );
  202. name = Main.storyboard;
  203. sourceTree = "<group>";
  204. };
  205. 7DA1A02A1D37E326001DA053 /* LaunchScreen.storyboard */ = {
  206. isa = PBXVariantGroup;
  207. children = (
  208. 7DA1A02B1D37E326001DA053 /* Base */,
  209. );
  210. name = LaunchScreen.storyboard;
  211. sourceTree = "<group>";
  212. };
  213. /* End PBXVariantGroup section */
  214. /* Begin XCBuildConfiguration section */
  215. 7D3035A51D37CDE400C39EC3 /* Debug */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_ANALYZER_NONNULL = YES;
  220. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  221. CLANG_CXX_LIBRARY = "libc++";
  222. CLANG_ENABLE_MODULES = YES;
  223. CLANG_ENABLE_OBJC_ARC = YES;
  224. CLANG_WARN_BOOL_CONVERSION = YES;
  225. CLANG_WARN_CONSTANT_CONVERSION = YES;
  226. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  227. CLANG_WARN_EMPTY_BODY = YES;
  228. CLANG_WARN_ENUM_CONVERSION = YES;
  229. CLANG_WARN_INT_CONVERSION = YES;
  230. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  231. CLANG_WARN_UNREACHABLE_CODE = YES;
  232. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  233. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  234. COPY_PHASE_STRIP = NO;
  235. DEBUG_INFORMATION_FORMAT = dwarf;
  236. ENABLE_STRICT_OBJC_MSGSEND = YES;
  237. ENABLE_TESTABILITY = YES;
  238. GCC_C_LANGUAGE_STANDARD = gnu99;
  239. GCC_DYNAMIC_NO_PIC = NO;
  240. GCC_NO_COMMON_BLOCKS = YES;
  241. GCC_OPTIMIZATION_LEVEL = 0;
  242. GCC_PREPROCESSOR_DEFINITIONS = (
  243. "DEBUG=1",
  244. "$(inherited)",
  245. );
  246. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  247. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  248. GCC_WARN_UNDECLARED_SELECTOR = YES;
  249. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  250. GCC_WARN_UNUSED_FUNCTION = YES;
  251. GCC_WARN_UNUSED_VARIABLE = YES;
  252. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  253. MTL_ENABLE_DEBUG_INFO = YES;
  254. ONLY_ACTIVE_ARCH = YES;
  255. SDKROOT = iphoneos;
  256. };
  257. name = Debug;
  258. };
  259. 7D3035A61D37CDE400C39EC3 /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ALWAYS_SEARCH_USER_PATHS = NO;
  263. CLANG_ANALYZER_NONNULL = YES;
  264. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  265. CLANG_CXX_LIBRARY = "libc++";
  266. CLANG_ENABLE_MODULES = YES;
  267. CLANG_ENABLE_OBJC_ARC = YES;
  268. CLANG_WARN_BOOL_CONVERSION = YES;
  269. CLANG_WARN_CONSTANT_CONVERSION = YES;
  270. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  271. CLANG_WARN_EMPTY_BODY = YES;
  272. CLANG_WARN_ENUM_CONVERSION = YES;
  273. CLANG_WARN_INT_CONVERSION = YES;
  274. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  275. CLANG_WARN_UNREACHABLE_CODE = YES;
  276. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  277. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  278. COPY_PHASE_STRIP = NO;
  279. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  280. ENABLE_NS_ASSERTIONS = NO;
  281. ENABLE_STRICT_OBJC_MSGSEND = YES;
  282. GCC_C_LANGUAGE_STANDARD = gnu99;
  283. GCC_NO_COMMON_BLOCKS = YES;
  284. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  285. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  286. GCC_WARN_UNDECLARED_SELECTOR = YES;
  287. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  288. GCC_WARN_UNUSED_FUNCTION = YES;
  289. GCC_WARN_UNUSED_VARIABLE = YES;
  290. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  291. MTL_ENABLE_DEBUG_INFO = NO;
  292. SDKROOT = iphoneos;
  293. VALIDATE_PRODUCT = YES;
  294. };
  295. name = Release;
  296. };
  297. 7D3035A81D37CDE400C39EC3 /* Debug */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  301. ENABLE_BITCODE = NO;
  302. HEADER_SEARCH_PATHS = (
  303. "$(inherited)",
  304. "$(CONFIGURATION_BUILD_DIR)",
  305. );
  306. INFOPLIST_FILE = "$(SRCROOT)/VLCMetadataParser/Info.plist";
  307. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  308. PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCMetadataParser;
  309. PRODUCT_NAME = "$(TARGET_NAME)";
  310. };
  311. name = Debug;
  312. };
  313. 7D3035A91D37CDE400C39EC3 /* Release */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  317. ENABLE_BITCODE = NO;
  318. HEADER_SEARCH_PATHS = (
  319. "$(inherited)",
  320. "$(CONFIGURATION_BUILD_DIR)",
  321. );
  322. INFOPLIST_FILE = "$(SRCROOT)/VLCMetadataParser/Info.plist";
  323. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  324. PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCMetadataParser;
  325. PRODUCT_NAME = "$(TARGET_NAME)";
  326. };
  327. name = Release;
  328. };
  329. /* End XCBuildConfiguration section */
  330. /* Begin XCConfigurationList section */
  331. 7D30358B1D37CDE300C39EC3 /* Build configuration list for PBXProject "VLCMetadataParser" */ = {
  332. isa = XCConfigurationList;
  333. buildConfigurations = (
  334. 7D3035A51D37CDE400C39EC3 /* Debug */,
  335. 7D3035A61D37CDE400C39EC3 /* Release */,
  336. );
  337. defaultConfigurationIsVisible = 0;
  338. defaultConfigurationName = Release;
  339. };
  340. 7D3035A71D37CDE400C39EC3 /* Build configuration list for PBXNativeTarget "VLCMetadataParser" */ = {
  341. isa = XCConfigurationList;
  342. buildConfigurations = (
  343. 7D3035A81D37CDE400C39EC3 /* Debug */,
  344. 7D3035A91D37CDE400C39EC3 /* Release */,
  345. );
  346. defaultConfigurationIsVisible = 0;
  347. defaultConfigurationName = Release;
  348. };
  349. /* End XCConfigurationList section */
  350. };
  351. rootObject = 7D3035881D37CDE300C39EC3 /* Project object */;
  352. }