No Description

project.pbxproj 36KB

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