Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

project.pbxproj 32 KiB

4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* LessPassTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* LessPassTests.m */; };
  10. 0C80B921A6F3F58F76C31292 /* libPods-LessPass.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-LessPass.a */; };
  11. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
  12. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  13. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  14. 7699B88040F8A987B510C191 /* libPods-LessPass-LessPassTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-LessPass-LessPassTests.a */; };
  15. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  16. F0198E9428FDD15300D6FFF4 /* LessPassClipboardModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F0198E9328FDD15300D6FFF4 /* LessPassClipboardModule.m */; };
  17. F0198E9528FDD15300D6FFF4 /* LessPassClipboardModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F0198E9328FDD15300D6FFF4 /* LessPassClipboardModule.m */; };
  18. F0614DEC28F4B29F00A63AC5 /* Hack.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F0614DEB28F4B29F00A63AC5 /* Hack.ttf */; };
  19. F0614DEF28F4B49C00A63AC5 /* LessPassModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0614DEE28F4B49C00A63AC5 /* LessPassModule.swift */; };
  20. F0614DF128F4B58B00A63AC5 /* LessPassModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F0614DF028F4B58B00A63AC5 /* LessPassModule.m */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXContainerItemProxy section */
  23. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  26. proxyType = 1;
  27. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  28. remoteInfo = LessPass;
  29. };
  30. /* End PBXContainerItemProxy section */
  31. /* Begin PBXFileReference section */
  32. 00E356EE1AD99517003FC87E /* LessPassTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LessPassTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  34. 00E356F21AD99517003FC87E /* LessPassTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LessPassTests.m; sourceTree = "<group>"; };
  35. 13B07F961A680F5B00A75B9A /* LessPass.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LessPass.app; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = LessPass/AppDelegate.h; sourceTree = "<group>"; };
  37. 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = LessPass/AppDelegate.mm; sourceTree = "<group>"; };
  38. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = LessPass/Images.xcassets; sourceTree = "<group>"; };
  39. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = LessPass/Info.plist; sourceTree = "<group>"; };
  40. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = LessPass/main.m; sourceTree = "<group>"; };
  41. 19F6CBCC0A4E27FBF8BF4A61 /* libPods-LessPass-LessPassTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LessPass-LessPassTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  42. 3B4392A12AC88292D35C810B /* Pods-LessPass.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LessPass.debug.xcconfig"; path = "Target Support Files/Pods-LessPass/Pods-LessPass.debug.xcconfig"; sourceTree = "<group>"; };
  43. 5709B34CF0A7D63546082F79 /* Pods-LessPass.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LessPass.release.xcconfig"; path = "Target Support Files/Pods-LessPass/Pods-LessPass.release.xcconfig"; sourceTree = "<group>"; };
  44. 5B7EB9410499542E8C5724F5 /* Pods-LessPass-LessPassTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LessPass-LessPassTests.debug.xcconfig"; path = "Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests.debug.xcconfig"; sourceTree = "<group>"; };
  45. 5DCACB8F33CDC322A6C60F78 /* libPods-LessPass.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LessPass.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  46. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = LessPass/LaunchScreen.storyboard; sourceTree = "<group>"; };
  47. 89C6BE57DB24E9ADA2F236DE /* Pods-LessPass-LessPassTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LessPass-LessPassTests.release.xcconfig"; path = "Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests.release.xcconfig"; sourceTree = "<group>"; };
  48. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  49. F0198E9228FDD07E00D6FFF4 /* LessPassClipboardModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LessPassClipboardModule.h; sourceTree = "<group>"; };
  50. F0198E9328FDD15300D6FFF4 /* LessPassClipboardModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LessPassClipboardModule.m; sourceTree = "<group>"; };
  51. F0614DE728F4B26B00A63AC5 /* FontAwesome.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
  52. F0614DE928F4B27800A63AC5 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; };
  53. F0614DEB28F4B29F00A63AC5 /* Hack.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Hack.ttf; path = ../assets/fonts/Hack.ttf; sourceTree = "<group>"; };
  54. F0614DED28F4B49C00A63AC5 /* LessPass-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LessPass-Bridging-Header.h"; sourceTree = "<group>"; };
  55. F0614DEE28F4B49C00A63AC5 /* LessPassModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LessPassModule.swift; sourceTree = "<group>"; };
  56. F0614DF028F4B58B00A63AC5 /* LessPassModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LessPassModule.m; sourceTree = "<group>"; };
  57. /* End PBXFileReference section */
  58. /* Begin PBXFrameworksBuildPhase section */
  59. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. 7699B88040F8A987B510C191 /* libPods-LessPass-LessPassTests.a in Frameworks */,
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. 0C80B921A6F3F58F76C31292 /* libPods-LessPass.a in Frameworks */,
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. /* End PBXFrameworksBuildPhase section */
  76. /* Begin PBXGroup section */
  77. 00E356EF1AD99517003FC87E /* LessPassTests */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 00E356F21AD99517003FC87E /* LessPassTests.m */,
  81. 00E356F01AD99517003FC87E /* Supporting Files */,
  82. );
  83. path = LessPassTests;
  84. sourceTree = "<group>";
  85. };
  86. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 00E356F11AD99517003FC87E /* Info.plist */,
  90. );
  91. name = "Supporting Files";
  92. sourceTree = "<group>";
  93. };
  94. 13B07FAE1A68108700A75B9A /* LessPass */ = {
  95. isa = PBXGroup;
  96. children = (
  97. F0614DE628F4B1EA00A63AC5 /* Fonts */,
  98. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  99. 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
  100. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  101. 13B07FB61A68108700A75B9A /* Info.plist */,
  102. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  103. 13B07FB71A68108700A75B9A /* main.m */,
  104. F0614DEE28F4B49C00A63AC5 /* LessPassModule.swift */,
  105. F0614DF028F4B58B00A63AC5 /* LessPassModule.m */,
  106. F0614DED28F4B49C00A63AC5 /* LessPass-Bridging-Header.h */,
  107. F0198E9228FDD07E00D6FFF4 /* LessPassClipboardModule.h */,
  108. F0198E9328FDD15300D6FFF4 /* LessPassClipboardModule.m */,
  109. );
  110. name = LessPass;
  111. sourceTree = "<group>";
  112. };
  113. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  114. isa = PBXGroup;
  115. children = (
  116. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  117. 5DCACB8F33CDC322A6C60F78 /* libPods-LessPass.a */,
  118. 19F6CBCC0A4E27FBF8BF4A61 /* libPods-LessPass-LessPassTests.a */,
  119. );
  120. name = Frameworks;
  121. sourceTree = "<group>";
  122. };
  123. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  124. isa = PBXGroup;
  125. children = (
  126. );
  127. name = Libraries;
  128. sourceTree = "<group>";
  129. };
  130. 83CBB9F61A601CBA00E9B192 = {
  131. isa = PBXGroup;
  132. children = (
  133. 13B07FAE1A68108700A75B9A /* LessPass */,
  134. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  135. 00E356EF1AD99517003FC87E /* LessPassTests */,
  136. 83CBBA001A601CBA00E9B192 /* Products */,
  137. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  138. BBD78D7AC51CEA395F1C20DB /* Pods */,
  139. );
  140. indentWidth = 2;
  141. sourceTree = "<group>";
  142. tabWidth = 2;
  143. usesTabs = 0;
  144. };
  145. 83CBBA001A601CBA00E9B192 /* Products */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 13B07F961A680F5B00A75B9A /* LessPass.app */,
  149. 00E356EE1AD99517003FC87E /* LessPassTests.xctest */,
  150. );
  151. name = Products;
  152. sourceTree = "<group>";
  153. };
  154. BBD78D7AC51CEA395F1C20DB /* Pods */ = {
  155. isa = PBXGroup;
  156. children = (
  157. 3B4392A12AC88292D35C810B /* Pods-LessPass.debug.xcconfig */,
  158. 5709B34CF0A7D63546082F79 /* Pods-LessPass.release.xcconfig */,
  159. 5B7EB9410499542E8C5724F5 /* Pods-LessPass-LessPassTests.debug.xcconfig */,
  160. 89C6BE57DB24E9ADA2F236DE /* Pods-LessPass-LessPassTests.release.xcconfig */,
  161. );
  162. path = Pods;
  163. sourceTree = "<group>";
  164. };
  165. F0614DE628F4B1EA00A63AC5 /* Fonts */ = {
  166. isa = PBXGroup;
  167. children = (
  168. F0614DEB28F4B29F00A63AC5 /* Hack.ttf */,
  169. F0614DE928F4B27800A63AC5 /* MaterialCommunityIcons.ttf */,
  170. F0614DE728F4B26B00A63AC5 /* FontAwesome.ttf */,
  171. );
  172. name = Fonts;
  173. sourceTree = "<group>";
  174. };
  175. /* End PBXGroup section */
  176. /* Begin PBXNativeTarget section */
  177. 00E356ED1AD99517003FC87E /* LessPassTests */ = {
  178. isa = PBXNativeTarget;
  179. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "LessPassTests" */;
  180. buildPhases = (
  181. A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
  182. 00E356EA1AD99517003FC87E /* Sources */,
  183. 00E356EB1AD99517003FC87E /* Frameworks */,
  184. 00E356EC1AD99517003FC87E /* Resources */,
  185. C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
  186. F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
  187. );
  188. buildRules = (
  189. );
  190. dependencies = (
  191. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  192. );
  193. name = LessPassTests;
  194. productName = LessPassTests;
  195. productReference = 00E356EE1AD99517003FC87E /* LessPassTests.xctest */;
  196. productType = "com.apple.product-type.bundle.unit-test";
  197. };
  198. 13B07F861A680F5B00A75B9A /* LessPass */ = {
  199. isa = PBXNativeTarget;
  200. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "LessPass" */;
  201. buildPhases = (
  202. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
  203. FD10A7F022414F080027D42C /* Start Packager */,
  204. 13B07F871A680F5B00A75B9A /* Sources */,
  205. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  206. 13B07F8E1A680F5B00A75B9A /* Resources */,
  207. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  208. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
  209. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
  210. );
  211. buildRules = (
  212. );
  213. dependencies = (
  214. );
  215. name = LessPass;
  216. productName = LessPass;
  217. productReference = 13B07F961A680F5B00A75B9A /* LessPass.app */;
  218. productType = "com.apple.product-type.application";
  219. };
  220. /* End PBXNativeTarget section */
  221. /* Begin PBXProject section */
  222. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  223. isa = PBXProject;
  224. attributes = {
  225. LastUpgradeCheck = 1210;
  226. TargetAttributes = {
  227. 00E356ED1AD99517003FC87E = {
  228. CreatedOnToolsVersion = 6.2;
  229. TestTargetID = 13B07F861A680F5B00A75B9A;
  230. };
  231. 13B07F861A680F5B00A75B9A = {
  232. LastSwiftMigration = 1320;
  233. };
  234. };
  235. };
  236. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "LessPass" */;
  237. compatibilityVersion = "Xcode 12.0";
  238. developmentRegion = en;
  239. hasScannedForEncodings = 0;
  240. knownRegions = (
  241. en,
  242. Base,
  243. );
  244. mainGroup = 83CBB9F61A601CBA00E9B192;
  245. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  246. projectDirPath = "";
  247. projectRoot = "";
  248. targets = (
  249. 13B07F861A680F5B00A75B9A /* LessPass */,
  250. 00E356ED1AD99517003FC87E /* LessPassTests */,
  251. );
  252. };
  253. /* End PBXProject section */
  254. /* Begin PBXResourcesBuildPhase section */
  255. 00E356EC1AD99517003FC87E /* Resources */ = {
  256. isa = PBXResourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. );
  260. runOnlyForDeploymentPostprocessing = 0;
  261. };
  262. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  263. isa = PBXResourcesBuildPhase;
  264. buildActionMask = 2147483647;
  265. files = (
  266. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  267. F0614DEC28F4B29F00A63AC5 /* Hack.ttf in Resources */,
  268. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  269. );
  270. runOnlyForDeploymentPostprocessing = 0;
  271. };
  272. /* End PBXResourcesBuildPhase section */
  273. /* Begin PBXShellScriptBuildPhase section */
  274. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  275. isa = PBXShellScriptBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. );
  279. inputPaths = (
  280. "$(SRCROOT)/.xcode.env.local",
  281. "$(SRCROOT)/.xcode.env",
  282. );
  283. name = "Bundle React Native code and images";
  284. outputPaths = (
  285. );
  286. runOnlyForDeploymentPostprocessing = 0;
  287. shellPath = /bin/sh;
  288. shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
  289. };
  290. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
  291. isa = PBXShellScriptBuildPhase;
  292. buildActionMask = 2147483647;
  293. files = (
  294. );
  295. inputFileListPaths = (
  296. "${PODS_ROOT}/Target Support Files/Pods-LessPass/Pods-LessPass-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  297. );
  298. name = "[CP] Embed Pods Frameworks";
  299. outputFileListPaths = (
  300. "${PODS_ROOT}/Target Support Files/Pods-LessPass/Pods-LessPass-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  301. );
  302. runOnlyForDeploymentPostprocessing = 0;
  303. shellPath = /bin/sh;
  304. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LessPass/Pods-LessPass-frameworks.sh\"\n";
  305. showEnvVarsInLog = 0;
  306. };
  307. A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
  308. isa = PBXShellScriptBuildPhase;
  309. buildActionMask = 2147483647;
  310. files = (
  311. );
  312. inputFileListPaths = (
  313. );
  314. inputPaths = (
  315. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  316. "${PODS_ROOT}/Manifest.lock",
  317. );
  318. name = "[CP] Check Pods Manifest.lock";
  319. outputFileListPaths = (
  320. );
  321. outputPaths = (
  322. "$(DERIVED_FILE_DIR)/Pods-LessPass-LessPassTests-checkManifestLockResult.txt",
  323. );
  324. runOnlyForDeploymentPostprocessing = 0;
  325. shellPath = /bin/sh;
  326. 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";
  327. showEnvVarsInLog = 0;
  328. };
  329. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
  330. isa = PBXShellScriptBuildPhase;
  331. buildActionMask = 2147483647;
  332. files = (
  333. );
  334. inputFileListPaths = (
  335. );
  336. inputPaths = (
  337. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  338. "${PODS_ROOT}/Manifest.lock",
  339. );
  340. name = "[CP] Check Pods Manifest.lock";
  341. outputFileListPaths = (
  342. );
  343. outputPaths = (
  344. "$(DERIVED_FILE_DIR)/Pods-LessPass-checkManifestLockResult.txt",
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. shellPath = /bin/sh;
  348. 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";
  349. showEnvVarsInLog = 0;
  350. };
  351. C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
  352. isa = PBXShellScriptBuildPhase;
  353. buildActionMask = 2147483647;
  354. files = (
  355. );
  356. inputFileListPaths = (
  357. "${PODS_ROOT}/Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  358. );
  359. name = "[CP] Embed Pods Frameworks";
  360. outputFileListPaths = (
  361. "${PODS_ROOT}/Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  362. );
  363. runOnlyForDeploymentPostprocessing = 0;
  364. shellPath = /bin/sh;
  365. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests-frameworks.sh\"\n";
  366. showEnvVarsInLog = 0;
  367. };
  368. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
  369. isa = PBXShellScriptBuildPhase;
  370. buildActionMask = 2147483647;
  371. files = (
  372. );
  373. inputFileListPaths = (
  374. "${PODS_ROOT}/Target Support Files/Pods-LessPass/Pods-LessPass-resources-${CONFIGURATION}-input-files.xcfilelist",
  375. );
  376. name = "[CP] Copy Pods Resources";
  377. outputFileListPaths = (
  378. "${PODS_ROOT}/Target Support Files/Pods-LessPass/Pods-LessPass-resources-${CONFIGURATION}-output-files.xcfilelist",
  379. );
  380. runOnlyForDeploymentPostprocessing = 0;
  381. shellPath = /bin/sh;
  382. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LessPass/Pods-LessPass-resources.sh\"\n";
  383. showEnvVarsInLog = 0;
  384. };
  385. F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
  386. isa = PBXShellScriptBuildPhase;
  387. buildActionMask = 2147483647;
  388. files = (
  389. );
  390. inputFileListPaths = (
  391. "${PODS_ROOT}/Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests-resources-${CONFIGURATION}-input-files.xcfilelist",
  392. );
  393. name = "[CP] Copy Pods Resources";
  394. outputFileListPaths = (
  395. "${PODS_ROOT}/Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests-resources-${CONFIGURATION}-output-files.xcfilelist",
  396. );
  397. runOnlyForDeploymentPostprocessing = 0;
  398. shellPath = /bin/sh;
  399. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LessPass-LessPassTests/Pods-LessPass-LessPassTests-resources.sh\"\n";
  400. showEnvVarsInLog = 0;
  401. };
  402. FD10A7F022414F080027D42C /* Start Packager */ = {
  403. isa = PBXShellScriptBuildPhase;
  404. buildActionMask = 2147483647;
  405. files = (
  406. );
  407. inputFileListPaths = (
  408. );
  409. inputPaths = (
  410. );
  411. name = "Start Packager";
  412. outputFileListPaths = (
  413. );
  414. outputPaths = (
  415. );
  416. runOnlyForDeploymentPostprocessing = 0;
  417. shellPath = /bin/sh;
  418. shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  419. showEnvVarsInLog = 0;
  420. };
  421. /* End PBXShellScriptBuildPhase section */
  422. /* Begin PBXSourcesBuildPhase section */
  423. 00E356EA1AD99517003FC87E /* Sources */ = {
  424. isa = PBXSourcesBuildPhase;
  425. buildActionMask = 2147483647;
  426. files = (
  427. F0198E9528FDD15300D6FFF4 /* LessPassClipboardModule.m in Sources */,
  428. 00E356F31AD99517003FC87E /* LessPassTests.m in Sources */,
  429. );
  430. runOnlyForDeploymentPostprocessing = 0;
  431. };
  432. 13B07F871A680F5B00A75B9A /* Sources */ = {
  433. isa = PBXSourcesBuildPhase;
  434. buildActionMask = 2147483647;
  435. files = (
  436. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
  437. F0614DEF28F4B49C00A63AC5 /* LessPassModule.swift in Sources */,
  438. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  439. F0614DF128F4B58B00A63AC5 /* LessPassModule.m in Sources */,
  440. F0198E9428FDD15300D6FFF4 /* LessPassClipboardModule.m in Sources */,
  441. );
  442. runOnlyForDeploymentPostprocessing = 0;
  443. };
  444. /* End PBXSourcesBuildPhase section */
  445. /* Begin PBXTargetDependency section */
  446. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  447. isa = PBXTargetDependency;
  448. target = 13B07F861A680F5B00A75B9A /* LessPass */;
  449. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  450. };
  451. /* End PBXTargetDependency section */
  452. /* Begin XCBuildConfiguration section */
  453. 00E356F61AD99517003FC87E /* Debug */ = {
  454. isa = XCBuildConfiguration;
  455. baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-LessPass-LessPassTests.debug.xcconfig */;
  456. buildSettings = {
  457. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  458. BUNDLE_LOADER = "$(TEST_HOST)";
  459. GCC_PREPROCESSOR_DEFINITIONS = (
  460. "DEBUG=1",
  461. "$(inherited)",
  462. );
  463. INFOPLIST_FILE = LessPassTests/Info.plist;
  464. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  465. LD_RUNPATH_SEARCH_PATHS = (
  466. "$(inherited)",
  467. "@executable_path/Frameworks",
  468. "@loader_path/Frameworks",
  469. );
  470. OTHER_LDFLAGS = (
  471. "-ObjC",
  472. "-lc++",
  473. "$(inherited)",
  474. );
  475. PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.ios;
  476. PRODUCT_NAME = "$(TARGET_NAME)";
  477. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LessPass.app/LessPass";
  478. };
  479. name = Debug;
  480. };
  481. 00E356F71AD99517003FC87E /* Release */ = {
  482. isa = XCBuildConfiguration;
  483. baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-LessPass-LessPassTests.release.xcconfig */;
  484. buildSettings = {
  485. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  486. BUNDLE_LOADER = "$(TEST_HOST)";
  487. COPY_PHASE_STRIP = NO;
  488. INFOPLIST_FILE = LessPassTests/Info.plist;
  489. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  490. LD_RUNPATH_SEARCH_PATHS = (
  491. "$(inherited)",
  492. "@executable_path/Frameworks",
  493. "@loader_path/Frameworks",
  494. );
  495. OTHER_LDFLAGS = (
  496. "-ObjC",
  497. "-lc++",
  498. "$(inherited)",
  499. );
  500. PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.ios;
  501. PRODUCT_NAME = "$(TARGET_NAME)";
  502. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LessPass.app/LessPass";
  503. };
  504. name = Release;
  505. };
  506. 13B07F941A680F5B00A75B9A /* Debug */ = {
  507. isa = XCBuildConfiguration;
  508. baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-LessPass.debug.xcconfig */;
  509. buildSettings = {
  510. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  511. CLANG_ENABLE_MODULES = YES;
  512. CURRENT_PROJECT_VERSION = 1;
  513. DEVELOPMENT_TEAM = 5Y4MF2AT83;
  514. ENABLE_BITCODE = NO;
  515. INFOPLIST_FILE = LessPass/Info.plist;
  516. LD_RUNPATH_SEARCH_PATHS = (
  517. "$(inherited)",
  518. "@executable_path/Frameworks",
  519. );
  520. MARKETING_VERSION = 9.7.2;
  521. OTHER_LDFLAGS = (
  522. "$(inherited)",
  523. "-ObjC",
  524. "-lc++",
  525. );
  526. PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.ios;
  527. PRODUCT_NAME = LessPass;
  528. SWIFT_OBJC_BRIDGING_HEADER = "LessPass-Bridging-Header.h";
  529. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  530. SWIFT_VERSION = 5.0;
  531. VERSIONING_SYSTEM = "apple-generic";
  532. };
  533. name = Debug;
  534. };
  535. 13B07F951A680F5B00A75B9A /* Release */ = {
  536. isa = XCBuildConfiguration;
  537. baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-LessPass.release.xcconfig */;
  538. buildSettings = {
  539. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  540. CLANG_ENABLE_MODULES = YES;
  541. CURRENT_PROJECT_VERSION = 1;
  542. DEVELOPMENT_TEAM = 5Y4MF2AT83;
  543. INFOPLIST_FILE = LessPass/Info.plist;
  544. LD_RUNPATH_SEARCH_PATHS = (
  545. "$(inherited)",
  546. "@executable_path/Frameworks",
  547. );
  548. MARKETING_VERSION = 9.7.2;
  549. OTHER_LDFLAGS = (
  550. "$(inherited)",
  551. "-ObjC",
  552. "-lc++",
  553. );
  554. PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.ios;
  555. PRODUCT_NAME = LessPass;
  556. SWIFT_OBJC_BRIDGING_HEADER = "LessPass-Bridging-Header.h";
  557. SWIFT_VERSION = 5.0;
  558. TARGETED_DEVICE_FAMILY = "1,2";
  559. VERSIONING_SYSTEM = "apple-generic";
  560. };
  561. name = Release;
  562. };
  563. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  564. isa = XCBuildConfiguration;
  565. buildSettings = {
  566. ALWAYS_SEARCH_USER_PATHS = NO;
  567. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  568. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  569. CLANG_CXX_LIBRARY = "libc++";
  570. CLANG_ENABLE_MODULES = YES;
  571. CLANG_ENABLE_OBJC_ARC = YES;
  572. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  573. CLANG_WARN_BOOL_CONVERSION = YES;
  574. CLANG_WARN_COMMA = YES;
  575. CLANG_WARN_CONSTANT_CONVERSION = YES;
  576. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  577. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  578. CLANG_WARN_EMPTY_BODY = YES;
  579. CLANG_WARN_ENUM_CONVERSION = YES;
  580. CLANG_WARN_INFINITE_RECURSION = YES;
  581. CLANG_WARN_INT_CONVERSION = YES;
  582. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  583. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  584. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  585. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  586. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  587. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  588. CLANG_WARN_STRICT_PROTOTYPES = YES;
  589. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  590. CLANG_WARN_UNREACHABLE_CODE = YES;
  591. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  592. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  593. COPY_PHASE_STRIP = NO;
  594. ENABLE_STRICT_OBJC_MSGSEND = YES;
  595. ENABLE_TESTABILITY = YES;
  596. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
  597. GCC_C_LANGUAGE_STANDARD = gnu99;
  598. GCC_DYNAMIC_NO_PIC = NO;
  599. GCC_NO_COMMON_BLOCKS = YES;
  600. GCC_OPTIMIZATION_LEVEL = 0;
  601. GCC_PREPROCESSOR_DEFINITIONS = (
  602. "DEBUG=1",
  603. "$(inherited)",
  604. );
  605. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  606. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  607. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  608. GCC_WARN_UNDECLARED_SELECTOR = YES;
  609. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  610. GCC_WARN_UNUSED_FUNCTION = YES;
  611. GCC_WARN_UNUSED_VARIABLE = YES;
  612. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  613. LD_RUNPATH_SEARCH_PATHS = (
  614. /usr/lib/swift,
  615. "$(inherited)",
  616. );
  617. LIBRARY_SEARCH_PATHS = (
  618. "\"$(SDKROOT)/usr/lib/swift\"",
  619. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  620. "\"$(inherited)\"",
  621. );
  622. MTL_ENABLE_DEBUG_INFO = YES;
  623. ONLY_ACTIVE_ARCH = YES;
  624. OTHER_CPLUSPLUSFLAGS = (
  625. "$(OTHER_CFLAGS)",
  626. "-DFOLLY_NO_CONFIG",
  627. "-DFOLLY_MOBILE=1",
  628. "-DFOLLY_USE_LIBCPP=1",
  629. );
  630. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  631. SDKROOT = iphoneos;
  632. };
  633. name = Debug;
  634. };
  635. 83CBBA211A601CBA00E9B192 /* Release */ = {
  636. isa = XCBuildConfiguration;
  637. buildSettings = {
  638. ALWAYS_SEARCH_USER_PATHS = NO;
  639. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  640. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  641. CLANG_CXX_LIBRARY = "libc++";
  642. CLANG_ENABLE_MODULES = YES;
  643. CLANG_ENABLE_OBJC_ARC = YES;
  644. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  645. CLANG_WARN_BOOL_CONVERSION = YES;
  646. CLANG_WARN_COMMA = YES;
  647. CLANG_WARN_CONSTANT_CONVERSION = YES;
  648. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  649. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  650. CLANG_WARN_EMPTY_BODY = YES;
  651. CLANG_WARN_ENUM_CONVERSION = YES;
  652. CLANG_WARN_INFINITE_RECURSION = YES;
  653. CLANG_WARN_INT_CONVERSION = YES;
  654. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  655. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  656. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  657. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  658. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  659. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  660. CLANG_WARN_STRICT_PROTOTYPES = YES;
  661. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  662. CLANG_WARN_UNREACHABLE_CODE = YES;
  663. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  664. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  665. COPY_PHASE_STRIP = YES;
  666. ENABLE_NS_ASSERTIONS = NO;
  667. ENABLE_STRICT_OBJC_MSGSEND = YES;
  668. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
  669. GCC_C_LANGUAGE_STANDARD = gnu99;
  670. GCC_NO_COMMON_BLOCKS = YES;
  671. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  672. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  673. GCC_WARN_UNDECLARED_SELECTOR = YES;
  674. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  675. GCC_WARN_UNUSED_FUNCTION = YES;
  676. GCC_WARN_UNUSED_VARIABLE = YES;
  677. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  678. LD_RUNPATH_SEARCH_PATHS = (
  679. /usr/lib/swift,
  680. "$(inherited)",
  681. );
  682. LIBRARY_SEARCH_PATHS = (
  683. "\"$(SDKROOT)/usr/lib/swift\"",
  684. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  685. "\"$(inherited)\"",
  686. );
  687. MTL_ENABLE_DEBUG_INFO = NO;
  688. OTHER_CPLUSPLUSFLAGS = (
  689. "$(OTHER_CFLAGS)",
  690. "-DFOLLY_NO_CONFIG",
  691. "-DFOLLY_MOBILE=1",
  692. "-DFOLLY_USE_LIBCPP=1",
  693. );
  694. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  695. SDKROOT = iphoneos;
  696. VALIDATE_PRODUCT = YES;
  697. };
  698. name = Release;
  699. };
  700. /* End XCBuildConfiguration section */
  701. /* Begin XCConfigurationList section */
  702. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "LessPassTests" */ = {
  703. isa = XCConfigurationList;
  704. buildConfigurations = (
  705. 00E356F61AD99517003FC87E /* Debug */,
  706. 00E356F71AD99517003FC87E /* Release */,
  707. );
  708. defaultConfigurationIsVisible = 0;
  709. defaultConfigurationName = Release;
  710. };
  711. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "LessPass" */ = {
  712. isa = XCConfigurationList;
  713. buildConfigurations = (
  714. 13B07F941A680F5B00A75B9A /* Debug */,
  715. 13B07F951A680F5B00A75B9A /* Release */,
  716. );
  717. defaultConfigurationIsVisible = 0;
  718. defaultConfigurationName = Release;
  719. };
  720. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "LessPass" */ = {
  721. isa = XCConfigurationList;
  722. buildConfigurations = (
  723. 83CBBA201A601CBA00E9B192 /* Debug */,
  724. 83CBBA211A601CBA00E9B192 /* Release */,
  725. );
  726. defaultConfigurationIsVisible = 0;
  727. defaultConfigurationName = Release;
  728. };
  729. /* End XCConfigurationList section */
  730. };
  731. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  732. }