Sin descripción

project.pbxproj 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 23C456DB2270BAEF008CC76B /* ORKESerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 23C456D92270BAEE008CC76B /* ORKESerialization.m */; };
  10. 23C570622271EF80000C7E90 /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = 23C570612271EF80000C7E90 /* Podfile */; };
  11. 3714156A227B353A0053B40E /* ResearchKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37141567227B35320053B40E /* ResearchKit.framework */; };
  12. 3714156B227B353A0053B40E /* ResearchKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 37141567227B35320053B40E /* ResearchKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  13. 371DA37622621B03006C22EC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DA37522621B03006C22EC /* AppDelegate.swift */; };
  14. 371DA37822621B03006C22EC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DA37722621B03006C22EC /* ViewController.swift */; };
  15. 371DA37B22621B03006C22EC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 371DA37922621B03006C22EC /* Main.storyboard */; };
  16. 371DA37E22621B03006C22EC /* EncuestaMarle.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 371DA37C22621B03006C22EC /* EncuestaMarle.xcdatamodeld */; };
  17. 371DA38322621B06006C22EC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 371DA38122621B06006C22EC /* LaunchScreen.storyboard */; };
  18. 371DA38E22621B06006C22EC /* EncuestaMarleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DA38D22621B06006C22EC /* EncuestaMarleTests.swift */; };
  19. 371DA39922621B06006C22EC /* EncuestaMarleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DA39822621B06006C22EC /* EncuestaMarleUITests.swift */; };
  20. 371DA3A822621C2D006C22EC /* EncuestaViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DA3A722621C2D006C22EC /* EncuestaViewController.swift */; };
  21. 371DA3AA22621C80006C22EC /* EncuestaMarle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DA3A922621C80006C22EC /* EncuestaMarle.swift */; };
  22. 372F3FF22293A133003C414A /* ResearchContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372F3FF12293A133003C414A /* ResearchContainerViewController.swift */; };
  23. 372F3FF42293A283003C414A /* ResearchContainerSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372F3FF32293A283003C414A /* ResearchContainerSegue.swift */; };
  24. 372F3FF822940822003C414A /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372F3FF722940822003C414A /* OnboardingViewController.swift */; };
  25. 372F3FFA22940881003C414A /* IntroductionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372F3FF922940881003C414A /* IntroductionViewController.swift */; };
  26. 372F3FFC229408F3003C414A /* ConsentDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372F3FFB229408F3003C414A /* ConsentDocument.swift */; };
  27. 379967EA2292DFDD00DEE05F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 379967E92292DFDD00DEE05F /* GoogleService-Info.plist */; };
  28. 37E2BC652294B5FA00432417 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 37E2BC622294B5F900432417 /* Assets.xcassets */; };
  29. 37E2BC792294BE5200432417 /* WithdrawViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37E2BC782294BE5200432417 /* WithdrawViewController.swift */; };
  30. 37E2BC7B2294C3C500432417 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37E2BC7A2294C3C500432417 /* ProfileViewController.swift */; };
  31. FEDC90410884E4DA2C2B09A8 /* Pods_EncuestaMarle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F26175670248318C6A89D5C /* Pods_EncuestaMarle.framework */; };
  32. /* End PBXBuildFile section */
  33. /* Begin PBXContainerItemProxy section */
  34. 37141566227B35320053B40E /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = 37141560227B35320053B40E /* ResearchKit.xcodeproj */;
  37. proxyType = 2;
  38. remoteGlobalIDString = B183A5951A8535D100C76870;
  39. remoteInfo = ResearchKit;
  40. };
  41. 37141568227B35320053B40E /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = 37141560227B35320053B40E /* ResearchKit.xcodeproj */;
  44. proxyType = 2;
  45. remoteGlobalIDString = 86CC8E9A1AC09332001CCD89;
  46. remoteInfo = ResearchKitTests;
  47. };
  48. 3714156C227B353A0053B40E /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = 37141560227B35320053B40E /* ResearchKit.xcodeproj */;
  51. proxyType = 1;
  52. remoteGlobalIDString = B183A4731A8535D100C76870;
  53. remoteInfo = ResearchKit;
  54. };
  55. 371DA38A22621B06006C22EC /* PBXContainerItemProxy */ = {
  56. isa = PBXContainerItemProxy;
  57. containerPortal = 371DA36A22621B03006C22EC /* Project object */;
  58. proxyType = 1;
  59. remoteGlobalIDString = 371DA37122621B03006C22EC;
  60. remoteInfo = EncuestaMarle;
  61. };
  62. 371DA39522621B06006C22EC /* PBXContainerItemProxy */ = {
  63. isa = PBXContainerItemProxy;
  64. containerPortal = 371DA36A22621B03006C22EC /* Project object */;
  65. proxyType = 1;
  66. remoteGlobalIDString = 371DA37122621B03006C22EC;
  67. remoteInfo = EncuestaMarle;
  68. };
  69. /* End PBXContainerItemProxy section */
  70. /* Begin PBXCopyFilesBuildPhase section */
  71. 37141551227B34520053B40E /* Embed Frameworks */ = {
  72. isa = PBXCopyFilesBuildPhase;
  73. buildActionMask = 2147483647;
  74. dstPath = "";
  75. dstSubfolderSpec = 10;
  76. files = (
  77. 3714156B227B353A0053B40E /* ResearchKit.framework in Embed Frameworks */,
  78. );
  79. name = "Embed Frameworks";
  80. runOnlyForDeploymentPostprocessing = 0;
  81. };
  82. /* End PBXCopyFilesBuildPhase section */
  83. /* Begin PBXFileReference section */
  84. 23C456D92270BAEE008CC76B /* ORKESerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ORKESerialization.m; sourceTree = "<group>"; };
  85. 23C456DA2270BAEF008CC76B /* ORKESerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ORKESerialization.h; sourceTree = "<group>"; };
  86. 23C570612271EF80000C7E90 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  87. 37141560227B35320053B40E /* ResearchKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ResearchKit.xcodeproj; path = "../ResearchKit-master/ResearchKit.xcodeproj"; sourceTree = "<group>"; };
  88. 371DA37222621B03006C22EC /* EncuestaMarle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EncuestaMarle.app; sourceTree = BUILT_PRODUCTS_DIR; };
  89. 371DA37522621B03006C22EC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  90. 371DA37722621B03006C22EC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  91. 371DA37A22621B03006C22EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  92. 371DA37D22621B03006C22EC /* EncuestaMarle.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = EncuestaMarle.xcdatamodel; sourceTree = "<group>"; };
  93. 371DA38222621B06006C22EC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  94. 371DA38422621B06006C22EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  95. 371DA38922621B06006C22EC /* EncuestaMarleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EncuestaMarleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  96. 371DA38D22621B06006C22EC /* EncuestaMarleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncuestaMarleTests.swift; sourceTree = "<group>"; };
  97. 371DA38F22621B06006C22EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  98. 371DA39422621B06006C22EC /* EncuestaMarleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EncuestaMarleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  99. 371DA39822621B06006C22EC /* EncuestaMarleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncuestaMarleUITests.swift; sourceTree = "<group>"; };
  100. 371DA39A22621B06006C22EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  101. 371DA3A622621B7E006C22EC /* EncuestaMarle.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EncuestaMarle.entitlements; sourceTree = "<group>"; };
  102. 371DA3A722621C2D006C22EC /* EncuestaViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncuestaViewController.swift; sourceTree = "<group>"; };
  103. 371DA3A922621C80006C22EC /* EncuestaMarle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncuestaMarle.swift; sourceTree = "<group>"; };
  104. 371DA3C422624237006C22EC /* EncuestaMarle-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "EncuestaMarle-Bridging-Header.h"; sourceTree = "<group>"; };
  105. 372F3FF12293A133003C414A /* ResearchContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResearchContainerViewController.swift; sourceTree = "<group>"; };
  106. 372F3FF32293A283003C414A /* ResearchContainerSegue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResearchContainerSegue.swift; sourceTree = "<group>"; };
  107. 372F3FF722940822003C414A /* OnboardingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = "<group>"; };
  108. 372F3FF922940881003C414A /* IntroductionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroductionViewController.swift; sourceTree = "<group>"; };
  109. 372F3FFB229408F3003C414A /* ConsentDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConsentDocument.swift; sourceTree = "<group>"; };
  110. 379967E92292DFDD00DEE05F /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  111. 37E2BC622294B5F900432417 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  112. 37E2BC782294BE5200432417 /* WithdrawViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WithdrawViewController.swift; sourceTree = "<group>"; wrapsLines = 1; };
  113. 37E2BC7A2294C3C500432417 /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
  114. 3F26175670248318C6A89D5C /* Pods_EncuestaMarle.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_EncuestaMarle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  115. A6E6BA378130937C29B71407 /* Pods-EncuestaMarle.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EncuestaMarle.debug.xcconfig"; path = "Target Support Files/Pods-EncuestaMarle/Pods-EncuestaMarle.debug.xcconfig"; sourceTree = "<group>"; };
  116. F27BE50ACC6E5A7768AEAF41 /* Pods-EncuestaMarle.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EncuestaMarle.release.xcconfig"; path = "Target Support Files/Pods-EncuestaMarle/Pods-EncuestaMarle.release.xcconfig"; sourceTree = "<group>"; };
  117. /* End PBXFileReference section */
  118. /* Begin PBXFrameworksBuildPhase section */
  119. 371DA36F22621B03006C22EC /* Frameworks */ = {
  120. isa = PBXFrameworksBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. 3714156A227B353A0053B40E /* ResearchKit.framework in Frameworks */,
  124. FEDC90410884E4DA2C2B09A8 /* Pods_EncuestaMarle.framework in Frameworks */,
  125. );
  126. runOnlyForDeploymentPostprocessing = 0;
  127. };
  128. 371DA38622621B06006C22EC /* Frameworks */ = {
  129. isa = PBXFrameworksBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. );
  133. runOnlyForDeploymentPostprocessing = 0;
  134. };
  135. 371DA39122621B06006C22EC /* Frameworks */ = {
  136. isa = PBXFrameworksBuildPhase;
  137. buildActionMask = 2147483647;
  138. files = (
  139. );
  140. runOnlyForDeploymentPostprocessing = 0;
  141. };
  142. /* End PBXFrameworksBuildPhase section */
  143. /* Begin PBXGroup section */
  144. 303821EFE95400075F7422DA /* Frameworks */ = {
  145. isa = PBXGroup;
  146. children = (
  147. 3F26175670248318C6A89D5C /* Pods_EncuestaMarle.framework */,
  148. );
  149. name = Frameworks;
  150. sourceTree = "<group>";
  151. };
  152. 37141561227B35320053B40E /* Products */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 37141567227B35320053B40E /* ResearchKit.framework */,
  156. 37141569227B35320053B40E /* ResearchKitTests.xctest */,
  157. );
  158. name = Products;
  159. sourceTree = "<group>";
  160. };
  161. 371DA36922621B03006C22EC = {
  162. isa = PBXGroup;
  163. children = (
  164. 37141560227B35320053B40E /* ResearchKit.xcodeproj */,
  165. 23C570612271EF80000C7E90 /* Podfile */,
  166. 371DA37422621B03006C22EC /* EncuestaMarle */,
  167. 371DA38C22621B06006C22EC /* EncuestaMarleTests */,
  168. 371DA39722621B06006C22EC /* EncuestaMarleUITests */,
  169. 371DA37322621B03006C22EC /* Products */,
  170. 566FDB9A1A09685DE100A767 /* Pods */,
  171. 303821EFE95400075F7422DA /* Frameworks */,
  172. );
  173. sourceTree = "<group>";
  174. };
  175. 371DA37322621B03006C22EC /* Products */ = {
  176. isa = PBXGroup;
  177. children = (
  178. 371DA37222621B03006C22EC /* EncuestaMarle.app */,
  179. 371DA38922621B06006C22EC /* EncuestaMarleTests.xctest */,
  180. 371DA39422621B06006C22EC /* EncuestaMarleUITests.xctest */,
  181. );
  182. name = Products;
  183. sourceTree = "<group>";
  184. };
  185. 371DA37422621B03006C22EC /* EncuestaMarle */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 37E2BC622294B5F900432417 /* Assets.xcassets */,
  189. 371DA3C422624237006C22EC /* EncuestaMarle-Bridging-Header.h */,
  190. 23C456DA2270BAEF008CC76B /* ORKESerialization.h */,
  191. 23C456D92270BAEE008CC76B /* ORKESerialization.m */,
  192. 371DA3A622621B7E006C22EC /* EncuestaMarle.entitlements */,
  193. 371DA37522621B03006C22EC /* AppDelegate.swift */,
  194. 372F3FF32293A283003C414A /* ResearchContainerSegue.swift */,
  195. 372F3FF12293A133003C414A /* ResearchContainerViewController.swift */,
  196. 372F3FF722940822003C414A /* OnboardingViewController.swift */,
  197. 372F3FF922940881003C414A /* IntroductionViewController.swift */,
  198. 371DA3A722621C2D006C22EC /* EncuestaViewController.swift */,
  199. 371DA3A922621C80006C22EC /* EncuestaMarle.swift */,
  200. 371DA37922621B03006C22EC /* Main.storyboard */,
  201. 37E2BC7A2294C3C500432417 /* ProfileViewController.swift */,
  202. 372F3FFB229408F3003C414A /* ConsentDocument.swift */,
  203. 37E2BC782294BE5200432417 /* WithdrawViewController.swift */,
  204. 371DA38122621B06006C22EC /* LaunchScreen.storyboard */,
  205. 371DA38422621B06006C22EC /* Info.plist */,
  206. 379967E92292DFDD00DEE05F /* GoogleService-Info.plist */,
  207. 371DA37C22621B03006C22EC /* EncuestaMarle.xcdatamodeld */,
  208. 371DA37722621B03006C22EC /* ViewController.swift */,
  209. );
  210. path = EncuestaMarle;
  211. sourceTree = "<group>";
  212. };
  213. 371DA38C22621B06006C22EC /* EncuestaMarleTests */ = {
  214. isa = PBXGroup;
  215. children = (
  216. 371DA38D22621B06006C22EC /* EncuestaMarleTests.swift */,
  217. 371DA38F22621B06006C22EC /* Info.plist */,
  218. );
  219. path = EncuestaMarleTests;
  220. sourceTree = "<group>";
  221. };
  222. 371DA39722621B06006C22EC /* EncuestaMarleUITests */ = {
  223. isa = PBXGroup;
  224. children = (
  225. 371DA39822621B06006C22EC /* EncuestaMarleUITests.swift */,
  226. 371DA39A22621B06006C22EC /* Info.plist */,
  227. );
  228. path = EncuestaMarleUITests;
  229. sourceTree = "<group>";
  230. };
  231. 566FDB9A1A09685DE100A767 /* Pods */ = {
  232. isa = PBXGroup;
  233. children = (
  234. A6E6BA378130937C29B71407 /* Pods-EncuestaMarle.debug.xcconfig */,
  235. F27BE50ACC6E5A7768AEAF41 /* Pods-EncuestaMarle.release.xcconfig */,
  236. );
  237. path = Pods;
  238. sourceTree = "<group>";
  239. };
  240. /* End PBXGroup section */
  241. /* Begin PBXNativeTarget section */
  242. 371DA37122621B03006C22EC /* EncuestaMarle */ = {
  243. isa = PBXNativeTarget;
  244. buildConfigurationList = 371DA39D22621B06006C22EC /* Build configuration list for PBXNativeTarget "EncuestaMarle" */;
  245. buildPhases = (
  246. 2C4450CDF39B34D4BDFA2459 /* [CP] Check Pods Manifest.lock */,
  247. 371DA36E22621B03006C22EC /* Sources */,
  248. 371DA36F22621B03006C22EC /* Frameworks */,
  249. 371DA37022621B03006C22EC /* Resources */,
  250. 4A569628DAFF454667782F6D /* [CP] Embed Pods Frameworks */,
  251. 37141551227B34520053B40E /* Embed Frameworks */,
  252. );
  253. buildRules = (
  254. );
  255. dependencies = (
  256. 3714156D227B353A0053B40E /* PBXTargetDependency */,
  257. );
  258. name = EncuestaMarle;
  259. productName = EncuestaMarle;
  260. productReference = 371DA37222621B03006C22EC /* EncuestaMarle.app */;
  261. productType = "com.apple.product-type.application";
  262. };
  263. 371DA38822621B06006C22EC /* EncuestaMarleTests */ = {
  264. isa = PBXNativeTarget;
  265. buildConfigurationList = 371DA3A022621B06006C22EC /* Build configuration list for PBXNativeTarget "EncuestaMarleTests" */;
  266. buildPhases = (
  267. 371DA38522621B06006C22EC /* Sources */,
  268. 371DA38622621B06006C22EC /* Frameworks */,
  269. 371DA38722621B06006C22EC /* Resources */,
  270. );
  271. buildRules = (
  272. );
  273. dependencies = (
  274. 371DA38B22621B06006C22EC /* PBXTargetDependency */,
  275. );
  276. name = EncuestaMarleTests;
  277. productName = EncuestaMarleTests;
  278. productReference = 371DA38922621B06006C22EC /* EncuestaMarleTests.xctest */;
  279. productType = "com.apple.product-type.bundle.unit-test";
  280. };
  281. 371DA39322621B06006C22EC /* EncuestaMarleUITests */ = {
  282. isa = PBXNativeTarget;
  283. buildConfigurationList = 371DA3A322621B06006C22EC /* Build configuration list for PBXNativeTarget "EncuestaMarleUITests" */;
  284. buildPhases = (
  285. 371DA39022621B06006C22EC /* Sources */,
  286. 371DA39122621B06006C22EC /* Frameworks */,
  287. 371DA39222621B06006C22EC /* Resources */,
  288. );
  289. buildRules = (
  290. );
  291. dependencies = (
  292. 371DA39622621B06006C22EC /* PBXTargetDependency */,
  293. );
  294. name = EncuestaMarleUITests;
  295. productName = EncuestaMarleUITests;
  296. productReference = 371DA39422621B06006C22EC /* EncuestaMarleUITests.xctest */;
  297. productType = "com.apple.product-type.bundle.ui-testing";
  298. };
  299. /* End PBXNativeTarget section */
  300. /* Begin PBXProject section */
  301. 371DA36A22621B03006C22EC /* Project object */ = {
  302. isa = PBXProject;
  303. attributes = {
  304. LastSwiftUpdateCheck = 1020;
  305. LastUpgradeCheck = 1020;
  306. ORGANIZATIONNAME = Marle;
  307. TargetAttributes = {
  308. 371DA37122621B03006C22EC = {
  309. CreatedOnToolsVersion = 10.2;
  310. LastSwiftMigration = 1020;
  311. SystemCapabilities = {
  312. com.apple.BackgroundModes = {
  313. enabled = 1;
  314. };
  315. com.apple.Push = {
  316. enabled = 1;
  317. };
  318. };
  319. };
  320. 371DA38822621B06006C22EC = {
  321. CreatedOnToolsVersion = 10.2;
  322. TestTargetID = 371DA37122621B03006C22EC;
  323. };
  324. 371DA39322621B06006C22EC = {
  325. CreatedOnToolsVersion = 10.2;
  326. TestTargetID = 371DA37122621B03006C22EC;
  327. };
  328. };
  329. };
  330. buildConfigurationList = 371DA36D22621B03006C22EC /* Build configuration list for PBXProject "EncuestaMarle" */;
  331. compatibilityVersion = "Xcode 9.3";
  332. developmentRegion = en;
  333. hasScannedForEncodings = 0;
  334. knownRegions = (
  335. en,
  336. Base,
  337. );
  338. mainGroup = 371DA36922621B03006C22EC;
  339. productRefGroup = 371DA37322621B03006C22EC /* Products */;
  340. projectDirPath = "";
  341. projectReferences = (
  342. {
  343. ProductGroup = 37141561227B35320053B40E /* Products */;
  344. ProjectRef = 37141560227B35320053B40E /* ResearchKit.xcodeproj */;
  345. },
  346. );
  347. projectRoot = "";
  348. targets = (
  349. 371DA37122621B03006C22EC /* EncuestaMarle */,
  350. 371DA38822621B06006C22EC /* EncuestaMarleTests */,
  351. 371DA39322621B06006C22EC /* EncuestaMarleUITests */,
  352. );
  353. };
  354. /* End PBXProject section */
  355. /* Begin PBXReferenceProxy section */
  356. 37141567227B35320053B40E /* ResearchKit.framework */ = {
  357. isa = PBXReferenceProxy;
  358. fileType = wrapper.framework;
  359. path = ResearchKit.framework;
  360. remoteRef = 37141566227B35320053B40E /* PBXContainerItemProxy */;
  361. sourceTree = BUILT_PRODUCTS_DIR;
  362. };
  363. 37141569227B35320053B40E /* ResearchKitTests.xctest */ = {
  364. isa = PBXReferenceProxy;
  365. fileType = wrapper.cfbundle;
  366. path = ResearchKitTests.xctest;
  367. remoteRef = 37141568227B35320053B40E /* PBXContainerItemProxy */;
  368. sourceTree = BUILT_PRODUCTS_DIR;
  369. };
  370. /* End PBXReferenceProxy section */
  371. /* Begin PBXResourcesBuildPhase section */
  372. 371DA37022621B03006C22EC /* Resources */ = {
  373. isa = PBXResourcesBuildPhase;
  374. buildActionMask = 2147483647;
  375. files = (
  376. 371DA38322621B06006C22EC /* LaunchScreen.storyboard in Resources */,
  377. 379967EA2292DFDD00DEE05F /* GoogleService-Info.plist in Resources */,
  378. 23C570622271EF80000C7E90 /* Podfile in Resources */,
  379. 371DA37B22621B03006C22EC /* Main.storyboard in Resources */,
  380. 37E2BC652294B5FA00432417 /* Assets.xcassets in Resources */,
  381. );
  382. runOnlyForDeploymentPostprocessing = 0;
  383. };
  384. 371DA38722621B06006C22EC /* Resources */ = {
  385. isa = PBXResourcesBuildPhase;
  386. buildActionMask = 2147483647;
  387. files = (
  388. );
  389. runOnlyForDeploymentPostprocessing = 0;
  390. };
  391. 371DA39222621B06006C22EC /* Resources */ = {
  392. isa = PBXResourcesBuildPhase;
  393. buildActionMask = 2147483647;
  394. files = (
  395. );
  396. runOnlyForDeploymentPostprocessing = 0;
  397. };
  398. /* End PBXResourcesBuildPhase section */
  399. /* Begin PBXShellScriptBuildPhase section */
  400. 2C4450CDF39B34D4BDFA2459 /* [CP] Check Pods Manifest.lock */ = {
  401. isa = PBXShellScriptBuildPhase;
  402. buildActionMask = 2147483647;
  403. files = (
  404. );
  405. inputFileListPaths = (
  406. );
  407. inputPaths = (
  408. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  409. "${PODS_ROOT}/Manifest.lock",
  410. );
  411. name = "[CP] Check Pods Manifest.lock";
  412. outputFileListPaths = (
  413. );
  414. outputPaths = (
  415. "$(DERIVED_FILE_DIR)/Pods-EncuestaMarle-checkManifestLockResult.txt",
  416. );
  417. runOnlyForDeploymentPostprocessing = 0;
  418. shellPath = /bin/sh;
  419. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  420. showEnvVarsInLog = 0;
  421. };
  422. 4A569628DAFF454667782F6D /* [CP] Embed Pods Frameworks */ = {
  423. isa = PBXShellScriptBuildPhase;
  424. buildActionMask = 2147483647;
  425. files = (
  426. );
  427. inputFileListPaths = (
  428. "${PODS_ROOT}/Target Support Files/Pods-EncuestaMarle/Pods-EncuestaMarle-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  429. );
  430. name = "[CP] Embed Pods Frameworks";
  431. outputFileListPaths = (
  432. "${PODS_ROOT}/Target Support Files/Pods-EncuestaMarle/Pods-EncuestaMarle-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  433. );
  434. runOnlyForDeploymentPostprocessing = 0;
  435. shellPath = /bin/sh;
  436. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-EncuestaMarle/Pods-EncuestaMarle-frameworks.sh\"\n";
  437. showEnvVarsInLog = 0;
  438. };
  439. /* End PBXShellScriptBuildPhase section */
  440. /* Begin PBXSourcesBuildPhase section */
  441. 371DA36E22621B03006C22EC /* Sources */ = {
  442. isa = PBXSourcesBuildPhase;
  443. buildActionMask = 2147483647;
  444. files = (
  445. 372F3FF822940822003C414A /* OnboardingViewController.swift in Sources */,
  446. 371DA37822621B03006C22EC /* ViewController.swift in Sources */,
  447. 23C456DB2270BAEF008CC76B /* ORKESerialization.m in Sources */,
  448. 372F3FFC229408F3003C414A /* ConsentDocument.swift in Sources */,
  449. 37E2BC792294BE5200432417 /* WithdrawViewController.swift in Sources */,
  450. 371DA37622621B03006C22EC /* AppDelegate.swift in Sources */,
  451. 372F3FFA22940881003C414A /* IntroductionViewController.swift in Sources */,
  452. 371DA3A822621C2D006C22EC /* EncuestaViewController.swift in Sources */,
  453. 372F3FF42293A283003C414A /* ResearchContainerSegue.swift in Sources */,
  454. 371DA3AA22621C80006C22EC /* EncuestaMarle.swift in Sources */,
  455. 37E2BC7B2294C3C500432417 /* ProfileViewController.swift in Sources */,
  456. 371DA37E22621B03006C22EC /* EncuestaMarle.xcdatamodeld in Sources */,
  457. 372F3FF22293A133003C414A /* ResearchContainerViewController.swift in Sources */,
  458. );
  459. runOnlyForDeploymentPostprocessing = 0;
  460. };
  461. 371DA38522621B06006C22EC /* Sources */ = {
  462. isa = PBXSourcesBuildPhase;
  463. buildActionMask = 2147483647;
  464. files = (
  465. 371DA38E22621B06006C22EC /* EncuestaMarleTests.swift in Sources */,
  466. );
  467. runOnlyForDeploymentPostprocessing = 0;
  468. };
  469. 371DA39022621B06006C22EC /* Sources */ = {
  470. isa = PBXSourcesBuildPhase;
  471. buildActionMask = 2147483647;
  472. files = (
  473. 371DA39922621B06006C22EC /* EncuestaMarleUITests.swift in Sources */,
  474. );
  475. runOnlyForDeploymentPostprocessing = 0;
  476. };
  477. /* End PBXSourcesBuildPhase section */
  478. /* Begin PBXTargetDependency section */
  479. 3714156D227B353A0053B40E /* PBXTargetDependency */ = {
  480. isa = PBXTargetDependency;
  481. name = ResearchKit;
  482. targetProxy = 3714156C227B353A0053B40E /* PBXContainerItemProxy */;
  483. };
  484. 371DA38B22621B06006C22EC /* PBXTargetDependency */ = {
  485. isa = PBXTargetDependency;
  486. target = 371DA37122621B03006C22EC /* EncuestaMarle */;
  487. targetProxy = 371DA38A22621B06006C22EC /* PBXContainerItemProxy */;
  488. };
  489. 371DA39622621B06006C22EC /* PBXTargetDependency */ = {
  490. isa = PBXTargetDependency;
  491. target = 371DA37122621B03006C22EC /* EncuestaMarle */;
  492. targetProxy = 371DA39522621B06006C22EC /* PBXContainerItemProxy */;
  493. };
  494. /* End PBXTargetDependency section */
  495. /* Begin PBXVariantGroup section */
  496. 371DA37922621B03006C22EC /* Main.storyboard */ = {
  497. isa = PBXVariantGroup;
  498. children = (
  499. 371DA37A22621B03006C22EC /* Base */,
  500. );
  501. name = Main.storyboard;
  502. sourceTree = "<group>";
  503. };
  504. 371DA38122621B06006C22EC /* LaunchScreen.storyboard */ = {
  505. isa = PBXVariantGroup;
  506. children = (
  507. 371DA38222621B06006C22EC /* Base */,
  508. );
  509. name = LaunchScreen.storyboard;
  510. sourceTree = "<group>";
  511. };
  512. /* End PBXVariantGroup section */
  513. /* Begin XCBuildConfiguration section */
  514. 371DA39B22621B06006C22EC /* Debug */ = {
  515. isa = XCBuildConfiguration;
  516. buildSettings = {
  517. ALWAYS_SEARCH_USER_PATHS = NO;
  518. CLANG_ANALYZER_NONNULL = YES;
  519. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  520. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  521. CLANG_CXX_LIBRARY = "libc++";
  522. CLANG_ENABLE_MODULES = YES;
  523. CLANG_ENABLE_OBJC_ARC = YES;
  524. CLANG_ENABLE_OBJC_WEAK = YES;
  525. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  526. CLANG_WARN_BOOL_CONVERSION = YES;
  527. CLANG_WARN_COMMA = YES;
  528. CLANG_WARN_CONSTANT_CONVERSION = YES;
  529. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  530. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  531. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  532. CLANG_WARN_EMPTY_BODY = YES;
  533. CLANG_WARN_ENUM_CONVERSION = YES;
  534. CLANG_WARN_INFINITE_RECURSION = YES;
  535. CLANG_WARN_INT_CONVERSION = YES;
  536. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  537. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  538. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  539. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  540. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  541. CLANG_WARN_STRICT_PROTOTYPES = YES;
  542. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  543. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  544. CLANG_WARN_UNREACHABLE_CODE = YES;
  545. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  546. CODE_SIGN_IDENTITY = "iPhone Developer";
  547. COPY_PHASE_STRIP = NO;
  548. DEBUG_INFORMATION_FORMAT = dwarf;
  549. ENABLE_STRICT_OBJC_MSGSEND = YES;
  550. ENABLE_TESTABILITY = YES;
  551. GCC_C_LANGUAGE_STANDARD = gnu11;
  552. GCC_DYNAMIC_NO_PIC = NO;
  553. GCC_NO_COMMON_BLOCKS = YES;
  554. GCC_OPTIMIZATION_LEVEL = 0;
  555. GCC_PREPROCESSOR_DEFINITIONS = (
  556. "DEBUG=1",
  557. "$(inherited)",
  558. );
  559. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  560. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  561. GCC_WARN_UNDECLARED_SELECTOR = YES;
  562. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  563. GCC_WARN_UNUSED_FUNCTION = YES;
  564. GCC_WARN_UNUSED_VARIABLE = YES;
  565. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  566. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  567. MTL_FAST_MATH = YES;
  568. ONLY_ACTIVE_ARCH = YES;
  569. SDKROOT = iphoneos;
  570. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  571. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  572. };
  573. name = Debug;
  574. };
  575. 371DA39C22621B06006C22EC /* Release */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. ALWAYS_SEARCH_USER_PATHS = NO;
  579. CLANG_ANALYZER_NONNULL = YES;
  580. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  581. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  582. CLANG_CXX_LIBRARY = "libc++";
  583. CLANG_ENABLE_MODULES = YES;
  584. CLANG_ENABLE_OBJC_ARC = YES;
  585. CLANG_ENABLE_OBJC_WEAK = YES;
  586. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  587. CLANG_WARN_BOOL_CONVERSION = YES;
  588. CLANG_WARN_COMMA = YES;
  589. CLANG_WARN_CONSTANT_CONVERSION = YES;
  590. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  591. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  592. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  593. CLANG_WARN_EMPTY_BODY = YES;
  594. CLANG_WARN_ENUM_CONVERSION = YES;
  595. CLANG_WARN_INFINITE_RECURSION = YES;
  596. CLANG_WARN_INT_CONVERSION = YES;
  597. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  598. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  599. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  600. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  601. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  602. CLANG_WARN_STRICT_PROTOTYPES = YES;
  603. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  604. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  605. CLANG_WARN_UNREACHABLE_CODE = YES;
  606. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  607. CODE_SIGN_IDENTITY = "iPhone Developer";
  608. COPY_PHASE_STRIP = NO;
  609. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  610. ENABLE_NS_ASSERTIONS = NO;
  611. ENABLE_STRICT_OBJC_MSGSEND = YES;
  612. GCC_C_LANGUAGE_STANDARD = gnu11;
  613. GCC_NO_COMMON_BLOCKS = YES;
  614. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  615. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  616. GCC_WARN_UNDECLARED_SELECTOR = YES;
  617. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  618. GCC_WARN_UNUSED_FUNCTION = YES;
  619. GCC_WARN_UNUSED_VARIABLE = YES;
  620. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  621. MTL_ENABLE_DEBUG_INFO = NO;
  622. MTL_FAST_MATH = YES;
  623. SDKROOT = iphoneos;
  624. SWIFT_COMPILATION_MODE = wholemodule;
  625. SWIFT_OPTIMIZATION_LEVEL = "-O";
  626. VALIDATE_PRODUCT = YES;
  627. };
  628. name = Release;
  629. };
  630. 371DA39E22621B06006C22EC /* Debug */ = {
  631. isa = XCBuildConfiguration;
  632. baseConfigurationReference = A6E6BA378130937C29B71407 /* Pods-EncuestaMarle.debug.xcconfig */;
  633. buildSettings = {
  634. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  635. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  636. CLANG_ENABLE_MODULES = YES;
  637. CODE_SIGN_ENTITLEMENTS = EncuestaMarle/EncuestaMarle.entitlements;
  638. CODE_SIGN_STYLE = Automatic;
  639. DEVELOPMENT_TEAM = 4P4738NUTG;
  640. FRAMEWORK_SEARCH_PATHS = (
  641. "$(inherited)",
  642. "$(PROJECT_DIR)/EncuestaMarle",
  643. );
  644. INFOPLIST_FILE = EncuestaMarle/Info.plist;
  645. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  646. LD_RUNPATH_SEARCH_PATHS = (
  647. "$(inherited)",
  648. "@executable_path/Frameworks",
  649. );
  650. PRODUCT_BUNDLE_IDENTIFIER = "MARLEApp.EncuestaMarle-h";
  651. PRODUCT_NAME = "$(TARGET_NAME)";
  652. SWIFT_OBJC_BRIDGING_HEADER = "EncuestaMarle/EncuestaMarle-Bridging-Header.h";
  653. SWIFT_OBJC_INTERFACE_HEADER_NAME = "Users/tatianacastro/Documents/Documents/EncuestaMarle/EncuestaMarle/EncuestaMarle-Bridging-Header.h";
  654. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  655. SWIFT_VERSION = 4.2;
  656. TARGETED_DEVICE_FAMILY = "1,2";
  657. };
  658. name = Debug;
  659. };
  660. 371DA39F22621B06006C22EC /* Release */ = {
  661. isa = XCBuildConfiguration;
  662. baseConfigurationReference = F27BE50ACC6E5A7768AEAF41 /* Pods-EncuestaMarle.release.xcconfig */;
  663. buildSettings = {
  664. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  665. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  666. CLANG_ENABLE_MODULES = YES;
  667. CODE_SIGN_ENTITLEMENTS = EncuestaMarle/EncuestaMarle.entitlements;
  668. CODE_SIGN_STYLE = Automatic;
  669. DEVELOPMENT_TEAM = 4P4738NUTG;
  670. FRAMEWORK_SEARCH_PATHS = (
  671. "$(inherited)",
  672. "$(PROJECT_DIR)/EncuestaMarle",
  673. );
  674. INFOPLIST_FILE = EncuestaMarle/Info.plist;
  675. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  676. LD_RUNPATH_SEARCH_PATHS = (
  677. "$(inherited)",
  678. "@executable_path/Frameworks",
  679. );
  680. PRODUCT_BUNDLE_IDENTIFIER = "MARLEApp.EncuestaMarle-h";
  681. PRODUCT_NAME = "$(TARGET_NAME)";
  682. SWIFT_OBJC_BRIDGING_HEADER = "EncuestaMarle/EncuestaMarle-Bridging-Header.h";
  683. SWIFT_OBJC_INTERFACE_HEADER_NAME = "Users/tatianacastro/Documents/Documents/EncuestaMarle/EncuestaMarle/EncuestaMarle-Bridging-Header.h";
  684. SWIFT_OPTIMIZATION_LEVEL = "-O";
  685. SWIFT_VERSION = 4.2;
  686. TARGETED_DEVICE_FAMILY = "1,2";
  687. };
  688. name = Release;
  689. };
  690. 371DA3A122621B06006C22EC /* Debug */ = {
  691. isa = XCBuildConfiguration;
  692. buildSettings = {
  693. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  694. BUNDLE_LOADER = "$(TEST_HOST)";
  695. CODE_SIGN_STYLE = Automatic;
  696. DEVELOPMENT_TEAM = 44GX6RVC5R;
  697. INFOPLIST_FILE = EncuestaMarleTests/Info.plist;
  698. LD_RUNPATH_SEARCH_PATHS = (
  699. "$(inherited)",
  700. "@executable_path/Frameworks",
  701. "@loader_path/Frameworks",
  702. );
  703. PRODUCT_BUNDLE_IDENTIFIER = MARLEApp.EncuestaMarleTests;
  704. PRODUCT_NAME = "$(TARGET_NAME)";
  705. SWIFT_VERSION = 5.0;
  706. TARGETED_DEVICE_FAMILY = "1,2";
  707. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EncuestaMarle.app/EncuestaMarle";
  708. };
  709. name = Debug;
  710. };
  711. 371DA3A222621B06006C22EC /* Release */ = {
  712. isa = XCBuildConfiguration;
  713. buildSettings = {
  714. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  715. BUNDLE_LOADER = "$(TEST_HOST)";
  716. CODE_SIGN_STYLE = Automatic;
  717. DEVELOPMENT_TEAM = 44GX6RVC5R;
  718. INFOPLIST_FILE = EncuestaMarleTests/Info.plist;
  719. LD_RUNPATH_SEARCH_PATHS = (
  720. "$(inherited)",
  721. "@executable_path/Frameworks",
  722. "@loader_path/Frameworks",
  723. );
  724. PRODUCT_BUNDLE_IDENTIFIER = MARLEApp.EncuestaMarleTests;
  725. PRODUCT_NAME = "$(TARGET_NAME)";
  726. SWIFT_VERSION = 5.0;
  727. TARGETED_DEVICE_FAMILY = "1,2";
  728. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EncuestaMarle.app/EncuestaMarle";
  729. };
  730. name = Release;
  731. };
  732. 371DA3A422621B06006C22EC /* Debug */ = {
  733. isa = XCBuildConfiguration;
  734. buildSettings = {
  735. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  736. CODE_SIGN_STYLE = Automatic;
  737. DEVELOPMENT_TEAM = 44GX6RVC5R;
  738. INFOPLIST_FILE = EncuestaMarleUITests/Info.plist;
  739. LD_RUNPATH_SEARCH_PATHS = (
  740. "$(inherited)",
  741. "@executable_path/Frameworks",
  742. "@loader_path/Frameworks",
  743. );
  744. PRODUCT_BUNDLE_IDENTIFIER = MARLEApp.EncuestaMarleUITests;
  745. PRODUCT_NAME = "$(TARGET_NAME)";
  746. SWIFT_VERSION = 5.0;
  747. TARGETED_DEVICE_FAMILY = "1,2";
  748. TEST_TARGET_NAME = EncuestaMarle;
  749. };
  750. name = Debug;
  751. };
  752. 371DA3A522621B06006C22EC /* Release */ = {
  753. isa = XCBuildConfiguration;
  754. buildSettings = {
  755. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  756. CODE_SIGN_STYLE = Automatic;
  757. DEVELOPMENT_TEAM = 44GX6RVC5R;
  758. INFOPLIST_FILE = EncuestaMarleUITests/Info.plist;
  759. LD_RUNPATH_SEARCH_PATHS = (
  760. "$(inherited)",
  761. "@executable_path/Frameworks",
  762. "@loader_path/Frameworks",
  763. );
  764. PRODUCT_BUNDLE_IDENTIFIER = MARLEApp.EncuestaMarleUITests;
  765. PRODUCT_NAME = "$(TARGET_NAME)";
  766. SWIFT_VERSION = 5.0;
  767. TARGETED_DEVICE_FAMILY = "1,2";
  768. TEST_TARGET_NAME = EncuestaMarle;
  769. };
  770. name = Release;
  771. };
  772. /* End XCBuildConfiguration section */
  773. /* Begin XCConfigurationList section */
  774. 371DA36D22621B03006C22EC /* Build configuration list for PBXProject "EncuestaMarle" */ = {
  775. isa = XCConfigurationList;
  776. buildConfigurations = (
  777. 371DA39B22621B06006C22EC /* Debug */,
  778. 371DA39C22621B06006C22EC /* Release */,
  779. );
  780. defaultConfigurationIsVisible = 0;
  781. defaultConfigurationName = Release;
  782. };
  783. 371DA39D22621B06006C22EC /* Build configuration list for PBXNativeTarget "EncuestaMarle" */ = {
  784. isa = XCConfigurationList;
  785. buildConfigurations = (
  786. 371DA39E22621B06006C22EC /* Debug */,
  787. 371DA39F22621B06006C22EC /* Release */,
  788. );
  789. defaultConfigurationIsVisible = 0;
  790. defaultConfigurationName = Release;
  791. };
  792. 371DA3A022621B06006C22EC /* Build configuration list for PBXNativeTarget "EncuestaMarleTests" */ = {
  793. isa = XCConfigurationList;
  794. buildConfigurations = (
  795. 371DA3A122621B06006C22EC /* Debug */,
  796. 371DA3A222621B06006C22EC /* Release */,
  797. );
  798. defaultConfigurationIsVisible = 0;
  799. defaultConfigurationName = Release;
  800. };
  801. 371DA3A322621B06006C22EC /* Build configuration list for PBXNativeTarget "EncuestaMarleUITests" */ = {
  802. isa = XCConfigurationList;
  803. buildConfigurations = (
  804. 371DA3A422621B06006C22EC /* Debug */,
  805. 371DA3A522621B06006C22EC /* Release */,
  806. );
  807. defaultConfigurationIsVisible = 0;
  808. defaultConfigurationName = Release;
  809. };
  810. /* End XCConfigurationList section */
  811. /* Begin XCVersionGroup section */
  812. 371DA37C22621B03006C22EC /* EncuestaMarle.xcdatamodeld */ = {
  813. isa = XCVersionGroup;
  814. children = (
  815. 371DA37D22621B03006C22EC /* EncuestaMarle.xcdatamodel */,
  816. );
  817. currentVersion = 371DA37D22621B03006C22EC /* EncuestaMarle.xcdatamodel */;
  818. path = EncuestaMarle.xcdatamodeld;
  819. sourceTree = "<group>";
  820. versionGroupType = wrapper.xcdatamodel;
  821. };
  822. /* End XCVersionGroup section */
  823. };
  824. rootObject = 371DA36A22621B03006C22EC /* Project object */;
  825. }