project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7E9F51AB19DA10AE00DA31AC /* CDVSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9F51A919DA10AE00DA31AC /* CDVSplashScreen.m */; };
  10. 7E9F51B119DA114400DA31AC /* ImageNameTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9F51B019DA114400DA31AC /* ImageNameTest.m */; };
  11. 7E9F51B319DA116500DA31AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E9F51B219DA116500DA31AC /* Foundation.framework */; };
  12. 7E9F51B519DA127E00DA31AC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E9F51B419DA127E00DA31AC /* UIKit.framework */; };
  13. 7E9F51B819DA14FD00DA31AC /* ImageNameTestDelegates.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9F51B719DA14FD00DA31AC /* ImageNameTestDelegates.m */; };
  14. 7E9F51B919DA1B1600DA31AC /* libCDVSplashScreenLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E9F519519DA102000DA31AC /* libCDVSplashScreenLib.a */; };
  15. 7E9F51BA19DA1B2000DA31AC /* libCordova.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E9F519019DA0F8300DA31AC /* libCordova.a */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. 7E9F518F19DA0F8300DA31AC /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */;
  21. proxyType = 2;
  22. remoteGlobalIDString = 68A32D7114102E1C006B237C;
  23. remoteInfo = CordovaLib;
  24. };
  25. 7E9F51AC19DA10DE00DA31AC /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = 7E9F517219DA09CE00DA31AC /* Project object */;
  28. proxyType = 1;
  29. remoteGlobalIDString = 7E9F519419DA102000DA31AC;
  30. remoteInfo = CDVSplashScreenLib;
  31. };
  32. 7E9F51AE19DA10E100DA31AC /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */;
  35. proxyType = 1;
  36. remoteGlobalIDString = D2AAC07D0554694100DB518D;
  37. remoteInfo = CordovaLib;
  38. };
  39. /* End PBXContainerItemProxy section */
  40. /* Begin PBXCopyFilesBuildPhase section */
  41. 7E9F519319DA102000DA31AC /* CopyFiles */ = {
  42. isa = PBXCopyFilesBuildPhase;
  43. buildActionMask = 2147483647;
  44. dstPath = "include/$(PRODUCT_NAME)";
  45. dstSubfolderSpec = 16;
  46. files = (
  47. );
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. /* End PBXCopyFilesBuildPhase section */
  51. /* Begin PBXFileReference section */
  52. 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = "../node_modules/cordova-ios/CordovaLib/CordovaLib.xcodeproj"; sourceTree = "<group>"; };
  53. 7E9F519519DA102000DA31AC /* libCDVSplashScreenLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCDVSplashScreenLib.a; sourceTree = BUILT_PRODUCTS_DIR; };
  54. 7E9F519F19DA102000DA31AC /* CDVSplashScreenLibTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CDVSplashScreenLibTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  55. 7E9F51A219DA102000DA31AC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. 7E9F51A919DA10AE00DA31AC /* CDVSplashScreen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CDVSplashScreen.m; path = ../../../src/ios/CDVSplashScreen.m; sourceTree = SOURCE_ROOT; };
  57. 7E9F51AA19DA10AE00DA31AC /* CDVSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CDVSplashScreen.h; path = ../../../src/ios/CDVSplashScreen.h; sourceTree = SOURCE_ROOT; };
  58. 7E9F51B019DA114400DA31AC /* ImageNameTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageNameTest.m; sourceTree = "<group>"; };
  59. 7E9F51B219DA116500DA31AC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  60. 7E9F51B419DA127E00DA31AC /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  61. 7E9F51B619DA12C600DA31AC /* ImageNameTestDelegates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageNameTestDelegates.h; sourceTree = "<group>"; };
  62. 7E9F51B719DA14FD00DA31AC /* ImageNameTestDelegates.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageNameTestDelegates.m; sourceTree = "<group>"; };
  63. /* End PBXFileReference section */
  64. /* Begin PBXFrameworksBuildPhase section */
  65. 7E9F519219DA102000DA31AC /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. 7E9F519C19DA102000DA31AC /* Frameworks */ = {
  73. isa = PBXFrameworksBuildPhase;
  74. buildActionMask = 2147483647;
  75. files = (
  76. 7E9F51BA19DA1B2000DA31AC /* libCordova.a in Frameworks */,
  77. 7E9F51B919DA1B1600DA31AC /* libCDVSplashScreenLib.a in Frameworks */,
  78. 7E9F51B519DA127E00DA31AC /* UIKit.framework in Frameworks */,
  79. 7E9F51B319DA116500DA31AC /* Foundation.framework in Frameworks */,
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. /* End PBXFrameworksBuildPhase section */
  84. /* Begin PBXGroup section */
  85. 7E9F517119DA09CE00DA31AC = {
  86. isa = PBXGroup;
  87. children = (
  88. 7E9F51B419DA127E00DA31AC /* UIKit.framework */,
  89. 7E9F51B219DA116500DA31AC /* Foundation.framework */,
  90. 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */,
  91. 7E9F519619DA102000DA31AC /* CDVSplashScreenLib */,
  92. 7E9F51A019DA102000DA31AC /* CDVSplashScreenLibTests */,
  93. 7E9F517D19DA0A0A00DA31AC /* Products */,
  94. );
  95. sourceTree = "<group>";
  96. };
  97. 7E9F517D19DA0A0A00DA31AC /* Products */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 7E9F519519DA102000DA31AC /* libCDVSplashScreenLib.a */,
  101. 7E9F519F19DA102000DA31AC /* CDVSplashScreenLibTests.xctest */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. 7E9F518C19DA0F8300DA31AC /* Products */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 7E9F519019DA0F8300DA31AC /* libCordova.a */,
  110. );
  111. name = Products;
  112. sourceTree = "<group>";
  113. };
  114. 7E9F519619DA102000DA31AC /* CDVSplashScreenLib */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 7E9F51A919DA10AE00DA31AC /* CDVSplashScreen.m */,
  118. 7E9F51AA19DA10AE00DA31AC /* CDVSplashScreen.h */,
  119. );
  120. path = CDVSplashScreenLib;
  121. sourceTree = SOURCE_ROOT;
  122. };
  123. 7E9F51A019DA102000DA31AC /* CDVSplashScreenLibTests */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 7E9F51A119DA102000DA31AC /* Supporting Files */,
  127. 7E9F51B019DA114400DA31AC /* ImageNameTest.m */,
  128. 7E9F51B619DA12C600DA31AC /* ImageNameTestDelegates.h */,
  129. 7E9F51B719DA14FD00DA31AC /* ImageNameTestDelegates.m */,
  130. );
  131. path = CDVSplashScreenLibTests;
  132. sourceTree = "<group>";
  133. };
  134. 7E9F51A119DA102000DA31AC /* Supporting Files */ = {
  135. isa = PBXGroup;
  136. children = (
  137. 7E9F51A219DA102000DA31AC /* Info.plist */,
  138. );
  139. name = "Supporting Files";
  140. sourceTree = "<group>";
  141. };
  142. /* End PBXGroup section */
  143. /* Begin PBXNativeTarget section */
  144. 7E9F519419DA102000DA31AC /* CDVSplashScreenLib */ = {
  145. isa = PBXNativeTarget;
  146. buildConfigurationList = 7E9F51A319DA102000DA31AC /* Build configuration list for PBXNativeTarget "CDVSplashScreenLib" */;
  147. buildPhases = (
  148. 7E9F519119DA102000DA31AC /* Sources */,
  149. 7E9F519219DA102000DA31AC /* Frameworks */,
  150. 7E9F519319DA102000DA31AC /* CopyFiles */,
  151. );
  152. buildRules = (
  153. );
  154. dependencies = (
  155. );
  156. name = CDVSplashScreenLib;
  157. productName = CDVSplashScreenLib;
  158. productReference = 7E9F519519DA102000DA31AC /* libCDVSplashScreenLib.a */;
  159. productType = "com.apple.product-type.library.static";
  160. };
  161. 7E9F519E19DA102000DA31AC /* CDVSplashScreenLibTests */ = {
  162. isa = PBXNativeTarget;
  163. buildConfigurationList = 7E9F51A619DA102000DA31AC /* Build configuration list for PBXNativeTarget "CDVSplashScreenLibTests" */;
  164. buildPhases = (
  165. 7E9F519B19DA102000DA31AC /* Sources */,
  166. 7E9F519C19DA102000DA31AC /* Frameworks */,
  167. 7E9F519D19DA102000DA31AC /* Resources */,
  168. );
  169. buildRules = (
  170. );
  171. dependencies = (
  172. 7E9F51AF19DA10E100DA31AC /* PBXTargetDependency */,
  173. 7E9F51AD19DA10DE00DA31AC /* PBXTargetDependency */,
  174. );
  175. name = CDVSplashScreenLibTests;
  176. productName = CDVSplashScreenLibTests;
  177. productReference = 7E9F519F19DA102000DA31AC /* CDVSplashScreenLibTests.xctest */;
  178. productType = "com.apple.product-type.bundle.unit-test";
  179. };
  180. /* End PBXNativeTarget section */
  181. /* Begin PBXProject section */
  182. 7E9F517219DA09CE00DA31AC /* Project object */ = {
  183. isa = PBXProject;
  184. attributes = {
  185. LastUpgradeCheck = 0600;
  186. TargetAttributes = {
  187. 7E9F519419DA102000DA31AC = {
  188. CreatedOnToolsVersion = 6.0;
  189. };
  190. 7E9F519E19DA102000DA31AC = {
  191. CreatedOnToolsVersion = 6.0;
  192. };
  193. };
  194. };
  195. buildConfigurationList = 7E9F517519DA09CE00DA31AC /* Build configuration list for PBXProject "CDVSplashScreenTest" */;
  196. compatibilityVersion = "Xcode 3.2";
  197. developmentRegion = English;
  198. hasScannedForEncodings = 0;
  199. knownRegions = (
  200. en,
  201. );
  202. mainGroup = 7E9F517119DA09CE00DA31AC;
  203. productRefGroup = 7E9F517D19DA0A0A00DA31AC /* Products */;
  204. projectDirPath = "";
  205. projectReferences = (
  206. {
  207. ProductGroup = 7E9F518C19DA0F8300DA31AC /* Products */;
  208. ProjectRef = 7E9F518B19DA0F8300DA31AC /* CordovaLib.xcodeproj */;
  209. },
  210. );
  211. projectRoot = "";
  212. targets = (
  213. 7E9F519419DA102000DA31AC /* CDVSplashScreenLib */,
  214. 7E9F519E19DA102000DA31AC /* CDVSplashScreenLibTests */,
  215. );
  216. };
  217. /* End PBXProject section */
  218. /* Begin PBXReferenceProxy section */
  219. 7E9F519019DA0F8300DA31AC /* libCordova.a */ = {
  220. isa = PBXReferenceProxy;
  221. fileType = archive.ar;
  222. path = libCordova.a;
  223. remoteRef = 7E9F518F19DA0F8300DA31AC /* PBXContainerItemProxy */;
  224. sourceTree = BUILT_PRODUCTS_DIR;
  225. };
  226. /* End PBXReferenceProxy section */
  227. /* Begin PBXResourcesBuildPhase section */
  228. 7E9F519D19DA102000DA31AC /* Resources */ = {
  229. isa = PBXResourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. /* End PBXResourcesBuildPhase section */
  236. /* Begin PBXSourcesBuildPhase section */
  237. 7E9F519119DA102000DA31AC /* Sources */ = {
  238. isa = PBXSourcesBuildPhase;
  239. buildActionMask = 2147483647;
  240. files = (
  241. 7E9F51AB19DA10AE00DA31AC /* CDVSplashScreen.m in Sources */,
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. 7E9F519B19DA102000DA31AC /* Sources */ = {
  246. isa = PBXSourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. 7E9F51B119DA114400DA31AC /* ImageNameTest.m in Sources */,
  250. 7E9F51B819DA14FD00DA31AC /* ImageNameTestDelegates.m in Sources */,
  251. );
  252. runOnlyForDeploymentPostprocessing = 0;
  253. };
  254. /* End PBXSourcesBuildPhase section */
  255. /* Begin PBXTargetDependency section */
  256. 7E9F51AD19DA10DE00DA31AC /* PBXTargetDependency */ = {
  257. isa = PBXTargetDependency;
  258. target = 7E9F519419DA102000DA31AC /* CDVSplashScreenLib */;
  259. targetProxy = 7E9F51AC19DA10DE00DA31AC /* PBXContainerItemProxy */;
  260. };
  261. 7E9F51AF19DA10E100DA31AC /* PBXTargetDependency */ = {
  262. isa = PBXTargetDependency;
  263. name = CordovaLib;
  264. targetProxy = 7E9F51AE19DA10E100DA31AC /* PBXContainerItemProxy */;
  265. };
  266. /* End PBXTargetDependency section */
  267. /* Begin XCBuildConfiguration section */
  268. 7E9F517619DA09CE00DA31AC /* Debug */ = {
  269. isa = XCBuildConfiguration;
  270. buildSettings = {
  271. };
  272. name = Debug;
  273. };
  274. 7E9F517719DA09CE00DA31AC /* Release */ = {
  275. isa = XCBuildConfiguration;
  276. buildSettings = {
  277. };
  278. name = Release;
  279. };
  280. 7E9F51A419DA102000DA31AC /* Debug */ = {
  281. isa = XCBuildConfiguration;
  282. buildSettings = {
  283. ALWAYS_SEARCH_USER_PATHS = NO;
  284. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  285. CLANG_CXX_LIBRARY = "libc++";
  286. CLANG_ENABLE_MODULES = YES;
  287. CLANG_ENABLE_OBJC_ARC = YES;
  288. CLANG_WARN_BOOL_CONVERSION = YES;
  289. CLANG_WARN_CONSTANT_CONVERSION = YES;
  290. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  291. CLANG_WARN_EMPTY_BODY = YES;
  292. CLANG_WARN_ENUM_CONVERSION = YES;
  293. CLANG_WARN_INT_CONVERSION = YES;
  294. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  295. CLANG_WARN_UNREACHABLE_CODE = YES;
  296. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  297. COPY_PHASE_STRIP = NO;
  298. ENABLE_STRICT_OBJC_MSGSEND = YES;
  299. GCC_C_LANGUAGE_STANDARD = gnu99;
  300. GCC_DYNAMIC_NO_PIC = NO;
  301. GCC_OPTIMIZATION_LEVEL = 0;
  302. GCC_PREPROCESSOR_DEFINITIONS = (
  303. "DEBUG=1",
  304. "$(inherited)",
  305. );
  306. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  307. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  308. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  309. GCC_WARN_UNDECLARED_SELECTOR = YES;
  310. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  311. GCC_WARN_UNUSED_FUNCTION = YES;
  312. GCC_WARN_UNUSED_VARIABLE = YES;
  313. HEADER_SEARCH_PATHS = (
  314. "$(inherited)",
  315. "\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"",
  316. "\"$(OBJROOT)/UninstalledProducts/include\"",
  317. "\"$(BUILT_PRODUCTS_DIR)\"",
  318. );
  319. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  320. MTL_ENABLE_DEBUG_INFO = YES;
  321. ONLY_ACTIVE_ARCH = YES;
  322. OTHER_LDFLAGS = "-ObjC";
  323. PRODUCT_NAME = "$(TARGET_NAME)";
  324. SDKROOT = iphoneos;
  325. SKIP_INSTALL = YES;
  326. };
  327. name = Debug;
  328. };
  329. 7E9F51A519DA102000DA31AC /* Release */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. ALWAYS_SEARCH_USER_PATHS = NO;
  333. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  334. CLANG_CXX_LIBRARY = "libc++";
  335. CLANG_ENABLE_MODULES = YES;
  336. CLANG_ENABLE_OBJC_ARC = YES;
  337. CLANG_WARN_BOOL_CONVERSION = YES;
  338. CLANG_WARN_CONSTANT_CONVERSION = YES;
  339. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  340. CLANG_WARN_EMPTY_BODY = YES;
  341. CLANG_WARN_ENUM_CONVERSION = YES;
  342. CLANG_WARN_INT_CONVERSION = YES;
  343. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  344. CLANG_WARN_UNREACHABLE_CODE = YES;
  345. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  346. COPY_PHASE_STRIP = YES;
  347. ENABLE_NS_ASSERTIONS = NO;
  348. ENABLE_STRICT_OBJC_MSGSEND = YES;
  349. GCC_C_LANGUAGE_STANDARD = gnu99;
  350. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  351. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  352. GCC_WARN_UNDECLARED_SELECTOR = YES;
  353. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  354. GCC_WARN_UNUSED_FUNCTION = YES;
  355. GCC_WARN_UNUSED_VARIABLE = YES;
  356. HEADER_SEARCH_PATHS = (
  357. "$(inherited)",
  358. "\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"",
  359. "\n\"$(OBJROOT)/UninstalledProducts/include\"\n\"$(BUILT_PRODUCTS_DIR)\"",
  360. );
  361. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  362. MTL_ENABLE_DEBUG_INFO = NO;
  363. OTHER_LDFLAGS = "-ObjC";
  364. PRODUCT_NAME = "$(TARGET_NAME)";
  365. SDKROOT = iphoneos;
  366. SKIP_INSTALL = YES;
  367. VALIDATE_PRODUCT = YES;
  368. };
  369. name = Release;
  370. };
  371. 7E9F51A719DA102000DA31AC /* Debug */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. ALWAYS_SEARCH_USER_PATHS = NO;
  375. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  376. CLANG_CXX_LIBRARY = "libc++";
  377. CLANG_ENABLE_MODULES = YES;
  378. CLANG_ENABLE_OBJC_ARC = YES;
  379. CLANG_WARN_BOOL_CONVERSION = YES;
  380. CLANG_WARN_CONSTANT_CONVERSION = YES;
  381. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  382. CLANG_WARN_EMPTY_BODY = YES;
  383. CLANG_WARN_ENUM_CONVERSION = YES;
  384. CLANG_WARN_INT_CONVERSION = YES;
  385. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  386. CLANG_WARN_UNREACHABLE_CODE = YES;
  387. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  388. COPY_PHASE_STRIP = NO;
  389. ENABLE_STRICT_OBJC_MSGSEND = YES;
  390. FRAMEWORK_SEARCH_PATHS = (
  391. "$(SDKROOT)/Developer/Library/Frameworks",
  392. "$(inherited)",
  393. );
  394. GCC_C_LANGUAGE_STANDARD = gnu99;
  395. GCC_DYNAMIC_NO_PIC = NO;
  396. GCC_OPTIMIZATION_LEVEL = 0;
  397. GCC_PREPROCESSOR_DEFINITIONS = (
  398. "DEBUG=1",
  399. "$(inherited)",
  400. );
  401. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  402. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  403. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  404. GCC_WARN_UNDECLARED_SELECTOR = YES;
  405. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  406. GCC_WARN_UNUSED_FUNCTION = YES;
  407. GCC_WARN_UNUSED_VARIABLE = YES;
  408. INFOPLIST_FILE = CDVSplashScreenLibTests/Info.plist;
  409. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  410. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  411. MTL_ENABLE_DEBUG_INFO = YES;
  412. ONLY_ACTIVE_ARCH = YES;
  413. PRODUCT_NAME = "$(TARGET_NAME)";
  414. SDKROOT = iphoneos;
  415. };
  416. name = Debug;
  417. };
  418. 7E9F51A819DA102000DA31AC /* Release */ = {
  419. isa = XCBuildConfiguration;
  420. buildSettings = {
  421. ALWAYS_SEARCH_USER_PATHS = NO;
  422. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  423. CLANG_CXX_LIBRARY = "libc++";
  424. CLANG_ENABLE_MODULES = YES;
  425. CLANG_ENABLE_OBJC_ARC = YES;
  426. CLANG_WARN_BOOL_CONVERSION = YES;
  427. CLANG_WARN_CONSTANT_CONVERSION = YES;
  428. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  429. CLANG_WARN_EMPTY_BODY = YES;
  430. CLANG_WARN_ENUM_CONVERSION = YES;
  431. CLANG_WARN_INT_CONVERSION = YES;
  432. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  433. CLANG_WARN_UNREACHABLE_CODE = YES;
  434. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  435. COPY_PHASE_STRIP = YES;
  436. ENABLE_NS_ASSERTIONS = NO;
  437. ENABLE_STRICT_OBJC_MSGSEND = YES;
  438. FRAMEWORK_SEARCH_PATHS = (
  439. "$(SDKROOT)/Developer/Library/Frameworks",
  440. "$(inherited)",
  441. );
  442. GCC_C_LANGUAGE_STANDARD = gnu99;
  443. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  444. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  445. GCC_WARN_UNDECLARED_SELECTOR = YES;
  446. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  447. GCC_WARN_UNUSED_FUNCTION = YES;
  448. GCC_WARN_UNUSED_VARIABLE = YES;
  449. INFOPLIST_FILE = CDVSplashScreenLibTests/Info.plist;
  450. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  451. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  452. MTL_ENABLE_DEBUG_INFO = NO;
  453. PRODUCT_NAME = "$(TARGET_NAME)";
  454. SDKROOT = iphoneos;
  455. VALIDATE_PRODUCT = YES;
  456. };
  457. name = Release;
  458. };
  459. /* End XCBuildConfiguration section */
  460. /* Begin XCConfigurationList section */
  461. 7E9F517519DA09CE00DA31AC /* Build configuration list for PBXProject "CDVSplashScreenTest" */ = {
  462. isa = XCConfigurationList;
  463. buildConfigurations = (
  464. 7E9F517619DA09CE00DA31AC /* Debug */,
  465. 7E9F517719DA09CE00DA31AC /* Release */,
  466. );
  467. defaultConfigurationIsVisible = 0;
  468. defaultConfigurationName = Release;
  469. };
  470. 7E9F51A319DA102000DA31AC /* Build configuration list for PBXNativeTarget "CDVSplashScreenLib" */ = {
  471. isa = XCConfigurationList;
  472. buildConfigurations = (
  473. 7E9F51A419DA102000DA31AC /* Debug */,
  474. 7E9F51A519DA102000DA31AC /* Release */,
  475. );
  476. defaultConfigurationIsVisible = 0;
  477. defaultConfigurationName = Release;
  478. };
  479. 7E9F51A619DA102000DA31AC /* Build configuration list for PBXNativeTarget "CDVSplashScreenLibTests" */ = {
  480. isa = XCConfigurationList;
  481. buildConfigurations = (
  482. 7E9F51A719DA102000DA31AC /* Debug */,
  483. 7E9F51A819DA102000DA31AC /* Release */,
  484. );
  485. defaultConfigurationIsVisible = 0;
  486. defaultConfigurationName = Release;
  487. };
  488. /* End XCConfigurationList section */
  489. };
  490. rootObject = 7E9F517219DA09CE00DA31AC /* Project object */;
  491. }