Repositorio del curso CCOM4030 el semestre B91 del proyecto Paz para la Mujer

project.pbxproj 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0207DA581B56EA530066E2B4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0207DA571B56EA530066E2B4 /* Images.xcassets */; };
  10. 1D3623260D0F684500981E51 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* AppDelegate.m */; };
  11. 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
  12. 301BF552109A68D80062928A /* libCordova.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 301BF535109A57CC0062928A /* libCordova.a */; settings = {ATTRIBUTES = (Required, ); }; };
  13. 302D95F114D2391D003F00A1 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 302D95EF14D2391D003F00A1 /* MainViewController.m */; };
  14. 302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 302D95F014D2391D003F00A1 /* MainViewController.xib */; };
  15. 6AFF5BF91D6E424B00AB3073 /* CDVLaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. 301BF534109A57CC0062928A /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */;
  21. proxyType = 2;
  22. remoteGlobalIDString = D2AAC07E0554694100DB518D;
  23. remoteInfo = CordovaLib;
  24. };
  25. 301BF550109A68C00062928A /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */;
  28. proxyType = 1;
  29. remoteGlobalIDString = D2AAC07D0554694100DB518D;
  30. remoteInfo = CordovaLib;
  31. };
  32. 907D8123214C687600058A10 /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */;
  35. proxyType = 2;
  36. remoteGlobalIDString = C0C01EB21E3911D50056E6CB;
  37. remoteInfo = Cordova;
  38. };
  39. /* End PBXContainerItemProxy section */
  40. /* Begin PBXFileReference section */
  41. 0207DA571B56EA530066E2B4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "HelloCordova/Images.xcassets"; sourceTree = SOURCE_ROOT; };
  42. 1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  43. 1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  44. 1D6058910D05DD3D006BFB54 /* HelloCordova.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HelloCordova.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  46. 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = "<group>"; };
  47. 301BF56E109A69640062928A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = SOURCE_ROOT; };
  48. 302D95EE14D2391D003F00A1 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
  49. 302D95EF14D2391D003F00A1 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
  50. 302D95F014D2391D003F00A1 /* MainViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainViewController.xib; sourceTree = "<group>"; };
  51. 3047A50F1AB8059700498E2A /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-debug.xcconfig"; path = "cordova/build-debug.xcconfig"; sourceTree = SOURCE_ROOT; };
  52. 3047A5101AB8059700498E2A /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-release.xcconfig"; path = "cordova/build-release.xcconfig"; sourceTree = SOURCE_ROOT; };
  53. 3047A5111AB8059700498E2A /* build.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = build.xcconfig; path = cordova/build.xcconfig; sourceTree = SOURCE_ROOT; };
  54. 32CA4F630368D1EE00C91783 /* HelloCordova-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "HelloCordova-Prefix.pch"; sourceTree = "<group>"; };
  55. 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CDVLaunchScreen.storyboard; path = "HelloCordova/CDVLaunchScreen.storyboard"; sourceTree = SOURCE_ROOT; };
  56. 8D1107310486CEB800E47090 /* HelloCordova-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "HelloCordova-Info.plist"; path = "HelloCordova/HelloCordova-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = SOURCE_ROOT; };
  57. EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; };
  58. EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; };
  59. ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Bridging-Header.h"; path = "Bridging-Header.h"; sourceTree = "<group>"; };
  60. F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "HelloCordova/config.xml"; sourceTree = "<group>"; };
  61. /* End PBXFileReference section */
  62. /* Begin PBXFrameworksBuildPhase section */
  63. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. 301BF552109A68D80062928A /* libCordova.a in Frameworks */,
  68. );
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. /* End PBXFrameworksBuildPhase section */
  72. /* Begin PBXGroup section */
  73. 080E96DDFE201D6D7F000001 /* Classes */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 302D95EE14D2391D003F00A1 /* MainViewController.h */,
  77. 302D95EF14D2391D003F00A1 /* MainViewController.m */,
  78. 302D95F014D2391D003F00A1 /* MainViewController.xib */,
  79. 1D3623240D0F684500981E51 /* AppDelegate.h */,
  80. 1D3623250D0F684500981E51 /* AppDelegate.m */,
  81. );
  82. name = Classes;
  83. path = "HelloCordova/Classes";
  84. sourceTree = SOURCE_ROOT;
  85. };
  86. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 1D6058910D05DD3D006BFB54 /* HelloCordova.app */,
  90. );
  91. name = Products;
  92. sourceTree = "<group>";
  93. };
  94. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  95. isa = PBXGroup;
  96. children = (
  97. EB87FDF41871DAF40020F90C /* config.xml */,
  98. EB87FDF31871DA8E0020F90C /* www */,
  99. EB87FDF11871DA420020F90C /* Staging */,
  100. 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */,
  101. 080E96DDFE201D6D7F000001 /* Classes */,
  102. 307C750510C5A3420062BCA9 /* Plugins */,
  103. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  104. 29B97317FDCFA39411CA2CEA /* Resources */,
  105. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  106. 19C28FACFE9D520D11CA2CBB /* Products */,
  107. );
  108. name = CustomTemplate;
  109. sourceTree = "<group>";
  110. };
  111. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 32CA4F630368D1EE00C91783 /* HelloCordova-Prefix.pch */,
  115. 29B97316FDCFA39411CA2CEA /* main.m */,
  116. ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */,
  117. );
  118. name = "Other Sources";
  119. path = "HelloCordova";
  120. sourceTree = "<group>";
  121. };
  122. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  123. isa = PBXGroup;
  124. children = (
  125. 0207DA571B56EA530066E2B4 /* Images.xcassets */,
  126. 3047A50E1AB8057F00498E2A /* config */,
  127. 8D1107310486CEB800E47090 /* HelloCordova-Info.plist */,
  128. 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */,
  129. );
  130. name = Resources;
  131. path = "HelloCordova/Resources";
  132. sourceTree = "<group>";
  133. };
  134. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  135. isa = PBXGroup;
  136. children = (
  137. );
  138. name = Frameworks;
  139. sourceTree = "<group>";
  140. };
  141. 301BF52E109A57CC0062928A /* Products */ = {
  142. isa = PBXGroup;
  143. children = (
  144. 301BF535109A57CC0062928A /* libCordova.a */,
  145. 907D8124214C687600058A10 /* Cordova.framework */,
  146. );
  147. name = Products;
  148. sourceTree = "<group>";
  149. };
  150. 3047A50E1AB8057F00498E2A /* config */ = {
  151. isa = PBXGroup;
  152. children = (
  153. 3047A50F1AB8059700498E2A /* build-debug.xcconfig */,
  154. 3047A5101AB8059700498E2A /* build-release.xcconfig */,
  155. 3047A5111AB8059700498E2A /* build.xcconfig */,
  156. );
  157. name = config;
  158. sourceTree = "<group>";
  159. };
  160. 307C750510C5A3420062BCA9 /* Plugins */ = {
  161. isa = PBXGroup;
  162. children = (
  163. );
  164. name = Plugins;
  165. path = "HelloCordova/Plugins";
  166. sourceTree = SOURCE_ROOT;
  167. };
  168. EB87FDF11871DA420020F90C /* Staging */ = {
  169. isa = PBXGroup;
  170. children = (
  171. F840E1F0165FE0F500CFE078 /* config.xml */,
  172. 301BF56E109A69640062928A /* www */,
  173. );
  174. name = Staging;
  175. sourceTree = "<group>";
  176. };
  177. /* End PBXGroup section */
  178. /* Begin PBXNativeTarget section */
  179. 1D6058900D05DD3D006BFB54 /* HelloCordova */ = {
  180. isa = PBXNativeTarget;
  181. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloCordova" */;
  182. buildPhases = (
  183. 304B58A110DAC018002A0835 /* Copy www directory */,
  184. 1D60588D0D05DD3D006BFB54 /* Resources */,
  185. 1D60588E0D05DD3D006BFB54 /* Sources */,
  186. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  187. );
  188. buildRules = (
  189. );
  190. dependencies = (
  191. 301BF551109A68C00062928A /* PBXTargetDependency */,
  192. );
  193. name = "HelloCordova";
  194. productName = "HelloCordova";
  195. productReference = 1D6058910D05DD3D006BFB54 /* HelloCordova.app */;
  196. productType = "com.apple.product-type.application";
  197. };
  198. /* End PBXNativeTarget section */
  199. /* Begin PBXProject section */
  200. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  201. isa = PBXProject;
  202. attributes = {
  203. LastUpgradeCheck = 510;
  204. TargetAttributes = {
  205. 1D6058900D05DD3D006BFB54 = {
  206. ProvisioningStyle = Automatic;
  207. };
  208. };
  209. };
  210. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloCordova" */;
  211. compatibilityVersion = "Xcode 3.2";
  212. developmentRegion = English;
  213. hasScannedForEncodings = 1;
  214. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  215. projectDirPath = "";
  216. projectReferences = (
  217. {
  218. ProductGroup = 301BF52E109A57CC0062928A /* Products */;
  219. ProjectRef = 301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */;
  220. },
  221. );
  222. projectRoot = "";
  223. targets = (
  224. 1D6058900D05DD3D006BFB54 /* HelloCordova */,
  225. );
  226. };
  227. /* End PBXProject section */
  228. /* Begin PBXReferenceProxy section */
  229. 301BF535109A57CC0062928A /* libCordova.a */ = {
  230. isa = PBXReferenceProxy;
  231. fileType = archive.ar;
  232. path = libCordova.a;
  233. remoteRef = 301BF534109A57CC0062928A /* PBXContainerItemProxy */;
  234. sourceTree = BUILT_PRODUCTS_DIR;
  235. };
  236. 907D8124214C687600058A10 /* Cordova.framework */ = {
  237. isa = PBXReferenceProxy;
  238. fileType = wrapper.framework;
  239. path = Cordova.framework;
  240. remoteRef = 907D8123214C687600058A10 /* PBXContainerItemProxy */;
  241. sourceTree = BUILT_PRODUCTS_DIR;
  242. };
  243. /* End PBXReferenceProxy section */
  244. /* Begin PBXResourcesBuildPhase section */
  245. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  246. isa = PBXResourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. 302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */,
  250. 0207DA581B56EA530066E2B4 /* Images.xcassets in Resources */,
  251. 6AFF5BF91D6E424B00AB3073 /* CDVLaunchScreen.storyboard in Resources */,
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXResourcesBuildPhase section */
  256. /* Begin PBXShellScriptBuildPhase section */
  257. 304B58A110DAC018002A0835 /* Copy www directory */ = {
  258. isa = PBXShellScriptBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. );
  262. inputPaths = (
  263. );
  264. name = "Copy www directory";
  265. outputPaths = (
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. shellPath = /bin/sh;
  269. shellScript = "\"$SRCROOT/HelloCordova/Scripts/copy-www-build-step.sh\"";
  270. showEnvVarsInLog = 0;
  271. };
  272. /* End PBXShellScriptBuildPhase section */
  273. /* Begin PBXSourcesBuildPhase section */
  274. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  275. isa = PBXSourcesBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
  279. 1D3623260D0F684500981E51 /* AppDelegate.m in Sources */,
  280. 302D95F114D2391D003F00A1 /* MainViewController.m in Sources */,
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. };
  284. /* End PBXSourcesBuildPhase section */
  285. /* Begin PBXTargetDependency section */
  286. 301BF551109A68C00062928A /* PBXTargetDependency */ = {
  287. isa = PBXTargetDependency;
  288. name = CordovaLib;
  289. targetProxy = 301BF550109A68C00062928A /* PBXContainerItemProxy */;
  290. };
  291. /* End PBXTargetDependency section */
  292. /* Begin XCBuildConfiguration section */
  293. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  294. isa = XCBuildConfiguration;
  295. baseConfigurationReference = 3047A50F1AB8059700498E2A /* build-debug.xcconfig */;
  296. buildSettings = {
  297. ALWAYS_SEARCH_USER_PATHS = NO;
  298. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  299. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  300. CLANG_ENABLE_MODULES = YES;
  301. CLANG_ENABLE_OBJC_ARC = YES;
  302. COPY_PHASE_STRIP = NO;
  303. GCC_DYNAMIC_NO_PIC = NO;
  304. GCC_OPTIMIZATION_LEVEL = 0;
  305. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  306. GCC_PREFIX_HEADER = "HelloCordova/HelloCordova-Prefix.pch";
  307. GCC_THUMB_SUPPORT = NO;
  308. GCC_VERSION = "";
  309. INFOPLIST_FILE = "HelloCordova/HelloCordova-Info.plist";
  310. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  311. LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
  312. PRODUCT_BUNDLE_IDENTIFIER = io.cordova.hellocordova;
  313. PRODUCT_NAME = "$(TARGET_NAME)";
  314. TARGETED_DEVICE_FAMILY = "1,2";
  315. };
  316. name = Debug;
  317. };
  318. 1D6058950D05DD3E006BFB54 /* Release */ = {
  319. isa = XCBuildConfiguration;
  320. baseConfigurationReference = 3047A5101AB8059700498E2A /* build-release.xcconfig */;
  321. buildSettings = {
  322. ALWAYS_SEARCH_USER_PATHS = NO;
  323. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  324. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  325. CLANG_ENABLE_MODULES = YES;
  326. CLANG_ENABLE_OBJC_ARC = YES;
  327. COPY_PHASE_STRIP = YES;
  328. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  329. GCC_PREFIX_HEADER = "HelloCordova/HelloCordova-Prefix.pch";
  330. GCC_THUMB_SUPPORT = NO;
  331. GCC_VERSION = "";
  332. INFOPLIST_FILE = "HelloCordova/HelloCordova-Info.plist";
  333. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  334. LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
  335. PRODUCT_BUNDLE_IDENTIFIER = io.cordova.hellocordova;
  336. PRODUCT_NAME = "$(TARGET_NAME)";
  337. TARGETED_DEVICE_FAMILY = "1,2";
  338. };
  339. name = Release;
  340. };
  341. C01FCF4F08A954540054247B /* Debug */ = {
  342. isa = XCBuildConfiguration;
  343. baseConfigurationReference = 3047A5111AB8059700498E2A /* build.xcconfig */;
  344. buildSettings = {
  345. CLANG_ENABLE_MODULES = YES;
  346. CLANG_ENABLE_OBJC_ARC = YES;
  347. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  348. CLANG_WARN_BOOL_CONVERSION = YES;
  349. CLANG_WARN_COMMA = YES;
  350. CLANG_WARN_CONSTANT_CONVERSION = YES;
  351. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  352. CLANG_WARN_EMPTY_BODY = YES;
  353. CLANG_WARN_ENUM_CONVERSION = YES;
  354. CLANG_WARN_INFINITE_RECURSION = YES;
  355. CLANG_WARN_INT_CONVERSION = YES;
  356. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  357. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  358. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  359. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  360. CLANG_WARN_STRICT_PROTOTYPES = YES;
  361. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  362. CLANG_WARN_UNREACHABLE_CODE = YES;
  363. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  364. ENABLE_STRICT_OBJC_MSGSEND = YES;
  365. ENABLE_TESTABILITY = YES;
  366. GCC_C_LANGUAGE_STANDARD = c99;
  367. GCC_NO_COMMON_BLOCKS = YES;
  368. GCC_THUMB_SUPPORT = NO;
  369. GCC_VERSION = "";
  370. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  371. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  372. GCC_WARN_UNDECLARED_SELECTOR = YES;
  373. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  374. GCC_WARN_UNUSED_FUNCTION = YES;
  375. GCC_WARN_UNUSED_VARIABLE = YES;
  376. ONLY_ACTIVE_ARCH = YES;
  377. SDKROOT = iphoneos;
  378. SKIP_INSTALL = NO;
  379. PRODUCT_BUNDLE_IDENTIFIER = io.cordova.hellocordova;
  380. };
  381. name = Debug;
  382. };
  383. C01FCF5008A954540054247B /* Release */ = {
  384. isa = XCBuildConfiguration;
  385. baseConfigurationReference = 3047A5111AB8059700498E2A /* build.xcconfig */;
  386. buildSettings = {
  387. CLANG_ENABLE_MODULES = YES;
  388. CLANG_ENABLE_OBJC_ARC = YES;
  389. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  390. CLANG_WARN_BOOL_CONVERSION = YES;
  391. CLANG_WARN_COMMA = YES;
  392. CLANG_WARN_CONSTANT_CONVERSION = YES;
  393. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  394. CLANG_WARN_EMPTY_BODY = YES;
  395. CLANG_WARN_ENUM_CONVERSION = YES;
  396. CLANG_WARN_INFINITE_RECURSION = YES;
  397. CLANG_WARN_INT_CONVERSION = YES;
  398. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  399. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  400. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  401. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  402. CLANG_WARN_STRICT_PROTOTYPES = YES;
  403. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  404. CLANG_WARN_UNREACHABLE_CODE = YES;
  405. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  406. ENABLE_STRICT_OBJC_MSGSEND = YES;
  407. GCC_C_LANGUAGE_STANDARD = c99;
  408. GCC_NO_COMMON_BLOCKS = YES;
  409. GCC_THUMB_SUPPORT = NO;
  410. GCC_VERSION = "";
  411. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  412. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  413. GCC_WARN_UNDECLARED_SELECTOR = YES;
  414. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  415. GCC_WARN_UNUSED_FUNCTION = YES;
  416. GCC_WARN_UNUSED_VARIABLE = YES;
  417. SDKROOT = iphoneos;
  418. SKIP_INSTALL = NO;
  419. PRODUCT_BUNDLE_IDENTIFIER = io.cordova.hellocordova;
  420. };
  421. name = Release;
  422. };
  423. /* End XCBuildConfiguration section */
  424. /* Begin XCConfigurationList section */
  425. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloCordova" */ = {
  426. isa = XCConfigurationList;
  427. buildConfigurations = (
  428. 1D6058940D05DD3E006BFB54 /* Debug */,
  429. 1D6058950D05DD3E006BFB54 /* Release */,
  430. );
  431. defaultConfigurationIsVisible = 0;
  432. defaultConfigurationName = Release;
  433. };
  434. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloCordova" */ = {
  435. isa = XCConfigurationList;
  436. buildConfigurations = (
  437. C01FCF4F08A954540054247B /* Debug */,
  438. C01FCF5008A954540054247B /* Release */,
  439. );
  440. defaultConfigurationIsVisible = 0;
  441. defaultConfigurationName = Release;
  442. };
  443. /* End XCConfigurationList section */
  444. };
  445. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  446. }