project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  10. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  11. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  12. 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  13. 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  14. 6003F59E195388D20070C39A /* WQAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* WQAppDelegate.m */; };
  15. 6003F5A7195388D20070C39A /* WQViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* WQViewController.m */; };
  16. 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  17. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  18. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  19. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  20. 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  21. 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
  22. 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  23. 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXFileReference section */
  26. 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  27. 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  28. 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  29. 6003F595195388D20070C39A /* WQPlayBallLiveQiu-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "WQPlayBallLiveQiu-Info.plist"; sourceTree = "<group>"; };
  30. 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  31. 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  32. 6003F59B195388D20070C39A /* WQPlayBallLiveQiu-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WQPlayBallLiveQiu-Prefix.pch"; sourceTree = "<group>"; };
  33. 6003F59D195388D20070C39A /* WQAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WQAppDelegate.m; sourceTree = "<group>"; };
  34. 6003F5A6195388D20070C39A /* WQViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WQViewController.m; sourceTree = "<group>"; };
  35. 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  36. 6003F5AE195388D20070C39A /* WQPlayBallLiveQiu_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WQPlayBallLiveQiu_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  38. 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  39. 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  40. 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
  41. 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  42. 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  43. 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  44. CE0E0DB61E9D6AD3549BFE83 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  45. E5A1BDBE3111475CB10D3C81 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  46. F46F044AACAC29BED53BD296 /* WQPlayBallLiveQiu.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = WQPlayBallLiveQiu.podspec; path = ../WQPlayBallLiveQiu.podspec; sourceTree = "<group>"; };
  47. /* End PBXFileReference section */
  48. /* Begin PBXFrameworksBuildPhase section */
  49. 6003F5AB195388D20070C39A /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  54. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  55. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXFrameworksBuildPhase section */
  60. /* Begin PBXGroup section */
  61. 6003F581195388D10070C39A = {
  62. isa = PBXGroup;
  63. children = (
  64. 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
  65. 6003F5B5195388D20070C39A /* Tests */,
  66. 6003F58C195388D20070C39A /* Frameworks */,
  67. 6003F58B195388D20070C39A /* Products */,
  68. );
  69. sourceTree = "<group>";
  70. };
  71. 6003F58B195388D20070C39A /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 6003F5AE195388D20070C39A /* WQPlayBallLiveQiu_Tests.xctest */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. 6003F58C195388D20070C39A /* Frameworks */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 6003F58D195388D20070C39A /* Foundation.framework */,
  83. 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  84. 6003F591195388D20070C39A /* UIKit.framework */,
  85. 6003F5AF195388D20070C39A /* XCTest.framework */,
  86. );
  87. name = Frameworks;
  88. sourceTree = "<group>";
  89. };
  90. 6003F5B5195388D20070C39A /* Tests */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 6003F5BB195388D20070C39A /* Tests.m */,
  94. 6003F5B6195388D20070C39A /* Supporting Files */,
  95. );
  96. path = Tests;
  97. sourceTree = "<group>";
  98. };
  99. 6003F5B6195388D20070C39A /* Supporting Files */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  103. 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  104. 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  105. );
  106. name = "Supporting Files";
  107. sourceTree = "<group>";
  108. };
  109. 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
  110. isa = PBXGroup;
  111. children = (
  112. F46F044AACAC29BED53BD296 /* WQPlayBallLiveQiu.podspec */,
  113. CE0E0DB61E9D6AD3549BFE83 /* README.md */,
  114. E5A1BDBE3111475CB10D3C81 /* LICENSE */,
  115. );
  116. name = "Podspec Metadata";
  117. sourceTree = "<group>";
  118. };
  119. /* End PBXGroup section */
  120. /* Begin PBXNativeTarget section */
  121. 6003F5AD195388D20070C39A /* WQPlayBallLiveQiu_Tests */ = {
  122. isa = PBXNativeTarget;
  123. buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "WQPlayBallLiveQiu_Tests" */;
  124. buildPhases = (
  125. 6003F5AA195388D20070C39A /* Sources */,
  126. 6003F5AB195388D20070C39A /* Frameworks */,
  127. 6003F5AC195388D20070C39A /* Resources */,
  128. );
  129. buildRules = (
  130. );
  131. dependencies = (
  132. );
  133. name = WQPlayBallLiveQiu_Tests;
  134. productName = WQPlayBallLiveQiuTests;
  135. productReference = 6003F5AE195388D20070C39A /* WQPlayBallLiveQiu_Tests.xctest */;
  136. productType = "com.apple.product-type.bundle.unit-test";
  137. };
  138. /* End PBXNativeTarget section */
  139. /* Begin PBXProject section */
  140. 6003F582195388D10070C39A /* Project object */ = {
  141. isa = PBXProject;
  142. attributes = {
  143. CLASSPREFIX = WQ;
  144. LastUpgradeCheck = 0720;
  145. ORGANIZATIONNAME = menghui;
  146. TargetAttributes = {
  147. 6003F5AD195388D20070C39A = {
  148. TestTargetID = 6003F589195388D20070C39A;
  149. };
  150. };
  151. };
  152. buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "PROJECT" */;
  153. compatibilityVersion = "Xcode 3.2";
  154. developmentRegion = English;
  155. hasScannedForEncodings = 0;
  156. knownRegions = (
  157. en,
  158. Base,
  159. );
  160. mainGroup = 6003F581195388D10070C39A;
  161. productRefGroup = 6003F58B195388D20070C39A /* Products */;
  162. projectDirPath = "";
  163. projectRoot = "";
  164. targets = (
  165. 6003F5AD195388D20070C39A /* WQPlayBallLiveQiu_Tests */,
  166. );
  167. };
  168. /* End PBXProject section */
  169. /* Begin PBXResourcesBuildPhase section */
  170. 6003F5AC195388D20070C39A /* Resources */ = {
  171. isa = PBXResourcesBuildPhase;
  172. buildActionMask = 2147483647;
  173. files = (
  174. 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. };
  178. /* End PBXResourcesBuildPhase section */
  179. /* Begin PBXSourcesBuildPhase section */
  180. 6003F5AA195388D20070C39A /* Sources */ = {
  181. isa = PBXSourcesBuildPhase;
  182. buildActionMask = 2147483647;
  183. files = (
  184. 6003F5BC195388D20070C39A /* Tests.m in Sources */,
  185. );
  186. runOnlyForDeploymentPostprocessing = 0;
  187. };
  188. /* End PBXSourcesBuildPhase section */
  189. /* Begin PBXVariantGroup section */
  190. 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  191. isa = PBXVariantGroup;
  192. children = (
  193. 6003F597195388D20070C39A /* en */,
  194. );
  195. name = InfoPlist.strings;
  196. sourceTree = "<group>";
  197. };
  198. 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  199. isa = PBXVariantGroup;
  200. children = (
  201. 6003F5B9195388D20070C39A /* en */,
  202. );
  203. name = InfoPlist.strings;
  204. sourceTree = "<group>";
  205. };
  206. 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  207. isa = PBXVariantGroup;
  208. children = (
  209. 71719F9E1E33DC2100824A3D /* Base */,
  210. );
  211. name = LaunchScreen.storyboard;
  212. sourceTree = "<group>";
  213. };
  214. /* End PBXVariantGroup section */
  215. /* Begin XCBuildConfiguration section */
  216. 6003F5BD195388D20070C39A /* Debug */ = {
  217. isa = XCBuildConfiguration;
  218. buildSettings = {
  219. ALWAYS_SEARCH_USER_PATHS = NO;
  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__DUPLICATE_METHOD_MATCH = YES;
  232. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  233. COPY_PHASE_STRIP = NO;
  234. ENABLE_TESTABILITY = YES;
  235. GCC_C_LANGUAGE_STANDARD = gnu99;
  236. GCC_DYNAMIC_NO_PIC = NO;
  237. GCC_OPTIMIZATION_LEVEL = 0;
  238. GCC_PREPROCESSOR_DEFINITIONS = (
  239. "DEBUG=1",
  240. "$(inherited)",
  241. );
  242. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  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. ONLY_ACTIVE_ARCH = YES;
  251. SDKROOT = iphoneos;
  252. TARGETED_DEVICE_FAMILY = "1,2";
  253. };
  254. name = Debug;
  255. };
  256. 6003F5BE195388D20070C39A /* Release */ = {
  257. isa = XCBuildConfiguration;
  258. buildSettings = {
  259. ALWAYS_SEARCH_USER_PATHS = NO;
  260. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  261. CLANG_CXX_LIBRARY = "libc++";
  262. CLANG_ENABLE_MODULES = YES;
  263. CLANG_ENABLE_OBJC_ARC = YES;
  264. CLANG_WARN_BOOL_CONVERSION = YES;
  265. CLANG_WARN_CONSTANT_CONVERSION = YES;
  266. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  267. CLANG_WARN_EMPTY_BODY = YES;
  268. CLANG_WARN_ENUM_CONVERSION = YES;
  269. CLANG_WARN_INT_CONVERSION = YES;
  270. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  271. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  272. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  273. COPY_PHASE_STRIP = YES;
  274. ENABLE_NS_ASSERTIONS = NO;
  275. GCC_C_LANGUAGE_STANDARD = gnu99;
  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. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  283. SDKROOT = iphoneos;
  284. TARGETED_DEVICE_FAMILY = "1,2";
  285. VALIDATE_PRODUCT = YES;
  286. };
  287. name = Release;
  288. };
  289. 6003F5C0195388D20070C39A /* Debug */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  293. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  294. GCC_PREFIX_HEADER = "WQPlayBallLiveQiu/WQPlayBallLiveQiu-Prefix.pch";
  295. INFOPLIST_FILE = "WQPlayBallLiveQiu/WQPlayBallLiveQiu-Info.plist";
  296. MODULE_NAME = ExampleApp;
  297. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  298. PRODUCT_NAME = "$(TARGET_NAME)";
  299. SWIFT_VERSION = 4.0;
  300. WRAPPER_EXTENSION = app;
  301. };
  302. name = Debug;
  303. };
  304. 6003F5C1195388D20070C39A /* Release */ = {
  305. isa = XCBuildConfiguration;
  306. buildSettings = {
  307. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  308. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  309. GCC_PREFIX_HEADER = "WQPlayBallLiveQiu/WQPlayBallLiveQiu-Prefix.pch";
  310. INFOPLIST_FILE = "WQPlayBallLiveQiu/WQPlayBallLiveQiu-Info.plist";
  311. MODULE_NAME = ExampleApp;
  312. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  313. PRODUCT_NAME = "$(TARGET_NAME)";
  314. SWIFT_VERSION = 4.0;
  315. WRAPPER_EXTENSION = app;
  316. };
  317. name = Release;
  318. };
  319. 6003F5C3195388D20070C39A /* Debug */ = {
  320. isa = XCBuildConfiguration;
  321. buildSettings = {
  322. FRAMEWORK_SEARCH_PATHS = (
  323. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  324. "$(inherited)",
  325. "$(DEVELOPER_FRAMEWORKS_DIR)",
  326. );
  327. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  328. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  329. GCC_PREPROCESSOR_DEFINITIONS = (
  330. "DEBUG=1",
  331. "$(inherited)",
  332. );
  333. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  334. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  335. PRODUCT_NAME = "$(TARGET_NAME)";
  336. SWIFT_VERSION = 4.0;
  337. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WQPlayBallLiveQiu_Example.app/WQPlayBallLiveQiu_Example";
  338. WRAPPER_EXTENSION = xctest;
  339. };
  340. name = Debug;
  341. };
  342. 6003F5C4195388D20070C39A /* Release */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. FRAMEWORK_SEARCH_PATHS = (
  346. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  347. "$(inherited)",
  348. "$(DEVELOPER_FRAMEWORKS_DIR)",
  349. );
  350. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  351. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  352. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  353. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  354. PRODUCT_NAME = "$(TARGET_NAME)";
  355. SWIFT_VERSION = 4.0;
  356. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WQPlayBallLiveQiu_Example.app/WQPlayBallLiveQiu_Example";
  357. WRAPPER_EXTENSION = xctest;
  358. };
  359. name = Release;
  360. };
  361. /* End XCBuildConfiguration section */
  362. /* Begin XCConfigurationList section */
  363. 6003F585195388D10070C39A /* Build configuration list for PBXProject "PROJECT" */ = {
  364. isa = XCConfigurationList;
  365. buildConfigurations = (
  366. 6003F5BD195388D20070C39A /* Debug */,
  367. 6003F5BE195388D20070C39A /* Release */,
  368. );
  369. defaultConfigurationIsVisible = 0;
  370. defaultConfigurationName = Release;
  371. };
  372. 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "WQPlayBallLiveQiu_Tests" */ = {
  373. isa = XCConfigurationList;
  374. buildConfigurations = (
  375. 6003F5C3195388D20070C39A /* Debug */,
  376. 6003F5C4195388D20070C39A /* Release */,
  377. );
  378. defaultConfigurationIsVisible = 0;
  379. defaultConfigurationName = Release;
  380. };
  381. /* End XCConfigurationList section */
  382. };
  383. rootObject = 6003F582195388D10070C39A /* Project object */;
  384. }