project.pbxproj 16 KB

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