project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  10. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  11. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  12. 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  13. 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  14. 6003F59E195388D20070C39A /* LGAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* LGAppDelegate.m */; };
  15. 6003F5A7195388D20070C39A /* LGViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* LGViewController.m */; };
  16. 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  17. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  18. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  19. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  20. 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  21. 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
  22. 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  23. 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  24. A706F9E521145B9D00F819F4 /* LoganTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A706F9E421145B9D00F819F4 /* LoganTests.m */; };
  25. A74F422F20D0FEAB0008E4F8 /* Logan.podspec in Resources */ = {isa = PBXBuildFile; fileRef = A74F422E20D0FEAB0008E4F8 /* Logan.podspec */; };
  26. D1C53C4214E25E27A0D5FB82 /* Pods_Logan_iOS_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DF957FBE944AABF7798BD54E /* Pods_Logan_iOS_Example.framework */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXContainerItemProxy section */
  29. 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = 6003F582195388D10070C39A /* Project object */;
  32. proxyType = 1;
  33. remoteGlobalIDString = 6003F589195388D20070C39A;
  34. remoteInfo = "Logan-iOS";
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXFileReference section */
  38. 04FA3BEF6F33F169BA9754D0 /* Pods-Logan-iOS_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Logan-iOS_Example.debug.xcconfig"; path = "Target Support Files/Pods-Logan-iOS_Example/Pods-Logan-iOS_Example.debug.xcconfig"; sourceTree = "<group>"; };
  39. 2243F3ED99B45EA641651CBD /* Pods-Logan-iOS_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Logan-iOS_Example.release.xcconfig"; path = "Target Support Files/Pods-Logan-iOS_Example/Pods-Logan-iOS_Example.release.xcconfig"; sourceTree = "<group>"; };
  40. 6003F58A195388D20070C39A /* Logan-iOS_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Logan-iOS_Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  41. 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  42. 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  43. 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  44. 6003F595195388D20070C39A /* Logan-iOS-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Logan-iOS-Info.plist"; sourceTree = "<group>"; };
  45. 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  46. 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  47. 6003F59B195388D20070C39A /* Logan-iOS-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Logan-iOS-Prefix.pch"; sourceTree = "<group>"; };
  48. 6003F59C195388D20070C39A /* LGAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LGAppDelegate.h; sourceTree = "<group>"; };
  49. 6003F59D195388D20070C39A /* LGAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LGAppDelegate.m; sourceTree = "<group>"; };
  50. 6003F5A5195388D20070C39A /* LGViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LGViewController.h; sourceTree = "<group>"; };
  51. 6003F5A6195388D20070C39A /* LGViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LGViewController.m; sourceTree = "<group>"; };
  52. 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  53. 6003F5AE195388D20070C39A /* Logan-iOS_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Logan-iOS_Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  54. 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  55. 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  56. 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  57. 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
  58. 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  59. 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  60. 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  61. A67F38E0FC0E4DD9FE651A11 /* Pods_Logan_iOS_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Logan_iOS_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  62. A706F9E421145B9D00F819F4 /* LoganTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoganTests.m; sourceTree = "<group>"; };
  63. A74516AB20EF2EE200D2B849 /* libz.1.2.5.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.1.2.5.tbd; path = usr/lib/libz.1.2.5.tbd; sourceTree = SDKROOT; };
  64. A74F422E20D0FEAB0008E4F8 /* Logan.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Logan.podspec; path = ../../Logan.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  65. DF957FBE944AABF7798BD54E /* Pods_Logan_iOS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Logan_iOS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. 6003F587195388D20070C39A /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  73. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  74. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  75. D1C53C4214E25E27A0D5FB82 /* Pods_Logan_iOS_Example.framework in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. 6003F5AB195388D20070C39A /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  84. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  85. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. /* End PBXFrameworksBuildPhase section */
  90. /* Begin PBXGroup section */
  91. 6003F581195388D10070C39A = {
  92. isa = PBXGroup;
  93. children = (
  94. A74F422E20D0FEAB0008E4F8 /* Logan.podspec */,
  95. 6003F593195388D20070C39A /* Example for Logan-iOS */,
  96. 6003F5B5195388D20070C39A /* Tests */,
  97. 6003F58C195388D20070C39A /* Frameworks */,
  98. 6003F58B195388D20070C39A /* Products */,
  99. 8C7684273B940DE7FF3048A2 /* Pods */,
  100. );
  101. sourceTree = "<group>";
  102. };
  103. 6003F58B195388D20070C39A /* Products */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 6003F58A195388D20070C39A /* Logan-iOS_Example.app */,
  107. 6003F5AE195388D20070C39A /* Logan-iOS_Tests.xctest */,
  108. );
  109. name = Products;
  110. sourceTree = "<group>";
  111. };
  112. 6003F58C195388D20070C39A /* Frameworks */ = {
  113. isa = PBXGroup;
  114. children = (
  115. A74516AB20EF2EE200D2B849 /* libz.1.2.5.tbd */,
  116. 6003F58D195388D20070C39A /* Foundation.framework */,
  117. 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  118. 6003F591195388D20070C39A /* UIKit.framework */,
  119. 6003F5AF195388D20070C39A /* XCTest.framework */,
  120. DF957FBE944AABF7798BD54E /* Pods_Logan_iOS_Example.framework */,
  121. A67F38E0FC0E4DD9FE651A11 /* Pods_Logan_iOS_Tests.framework */,
  122. );
  123. name = Frameworks;
  124. sourceTree = "<group>";
  125. };
  126. 6003F593195388D20070C39A /* Example for Logan-iOS */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 6003F59C195388D20070C39A /* LGAppDelegate.h */,
  130. 6003F59D195388D20070C39A /* LGAppDelegate.m */,
  131. 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
  132. 6003F5A5195388D20070C39A /* LGViewController.h */,
  133. 6003F5A6195388D20070C39A /* LGViewController.m */,
  134. 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
  135. 6003F5A8195388D20070C39A /* Images.xcassets */,
  136. 6003F594195388D20070C39A /* Supporting Files */,
  137. );
  138. name = "Example for Logan-iOS";
  139. path = "Logan-iOS";
  140. sourceTree = "<group>";
  141. };
  142. 6003F594195388D20070C39A /* Supporting Files */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 6003F595195388D20070C39A /* Logan-iOS-Info.plist */,
  146. 6003F596195388D20070C39A /* InfoPlist.strings */,
  147. 6003F599195388D20070C39A /* main.m */,
  148. 6003F59B195388D20070C39A /* Logan-iOS-Prefix.pch */,
  149. );
  150. name = "Supporting Files";
  151. sourceTree = "<group>";
  152. };
  153. 6003F5B5195388D20070C39A /* Tests */ = {
  154. isa = PBXGroup;
  155. children = (
  156. A706F9E421145B9D00F819F4 /* LoganTests.m */,
  157. 6003F5BB195388D20070C39A /* Tests.m */,
  158. 6003F5B6195388D20070C39A /* Supporting Files */,
  159. );
  160. path = Tests;
  161. sourceTree = "<group>";
  162. };
  163. 6003F5B6195388D20070C39A /* Supporting Files */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  167. 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  168. 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  169. );
  170. name = "Supporting Files";
  171. sourceTree = "<group>";
  172. };
  173. 8C7684273B940DE7FF3048A2 /* Pods */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 04FA3BEF6F33F169BA9754D0 /* Pods-Logan-iOS_Example.debug.xcconfig */,
  177. 2243F3ED99B45EA641651CBD /* Pods-Logan-iOS_Example.release.xcconfig */,
  178. );
  179. path = Pods;
  180. sourceTree = "<group>";
  181. };
  182. /* End PBXGroup section */
  183. /* Begin PBXNativeTarget section */
  184. 6003F589195388D20070C39A /* Logan-iOS_Example */ = {
  185. isa = PBXNativeTarget;
  186. buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "Logan-iOS_Example" */;
  187. buildPhases = (
  188. 4C403F827A2C6BFB7D817B38 /* [CP] Check Pods Manifest.lock */,
  189. 6003F586195388D20070C39A /* Sources */,
  190. 6003F587195388D20070C39A /* Frameworks */,
  191. 6003F588195388D20070C39A /* Resources */,
  192. A8B5E1EF13BDD1A4E5DA02A5 /* [CP] Embed Pods Frameworks */,
  193. );
  194. buildRules = (
  195. );
  196. dependencies = (
  197. );
  198. name = "Logan-iOS_Example";
  199. productName = "Logan-iOS";
  200. productReference = 6003F58A195388D20070C39A /* Logan-iOS_Example.app */;
  201. productType = "com.apple.product-type.application";
  202. };
  203. 6003F5AD195388D20070C39A /* Logan-iOS_Tests */ = {
  204. isa = PBXNativeTarget;
  205. buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Logan-iOS_Tests" */;
  206. buildPhases = (
  207. 6003F5AA195388D20070C39A /* Sources */,
  208. 6003F5AB195388D20070C39A /* Frameworks */,
  209. 6003F5AC195388D20070C39A /* Resources */,
  210. );
  211. buildRules = (
  212. );
  213. dependencies = (
  214. 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  215. );
  216. name = "Logan-iOS_Tests";
  217. productName = "Logan-iOSTests";
  218. productReference = 6003F5AE195388D20070C39A /* Logan-iOS_Tests.xctest */;
  219. productType = "com.apple.product-type.bundle.unit-test";
  220. };
  221. /* End PBXNativeTarget section */
  222. /* Begin PBXProject section */
  223. 6003F582195388D10070C39A /* Project object */ = {
  224. isa = PBXProject;
  225. attributes = {
  226. CLASSPREFIX = LG;
  227. LastUpgradeCheck = 1420;
  228. ORGANIZATIONNAME = jiangteng;
  229. TargetAttributes = {
  230. 6003F5AD195388D20070C39A = {
  231. TestTargetID = 6003F589195388D20070C39A;
  232. };
  233. };
  234. };
  235. buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "Logan-iOS" */;
  236. compatibilityVersion = "Xcode 3.2";
  237. developmentRegion = English;
  238. hasScannedForEncodings = 0;
  239. knownRegions = (
  240. English,
  241. en,
  242. Base,
  243. );
  244. mainGroup = 6003F581195388D10070C39A;
  245. productRefGroup = 6003F58B195388D20070C39A /* Products */;
  246. projectDirPath = "";
  247. projectRoot = "";
  248. targets = (
  249. 6003F589195388D20070C39A /* Logan-iOS_Example */,
  250. 6003F5AD195388D20070C39A /* Logan-iOS_Tests */,
  251. );
  252. };
  253. /* End PBXProject section */
  254. /* Begin PBXResourcesBuildPhase section */
  255. 6003F588195388D20070C39A /* Resources */ = {
  256. isa = PBXResourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
  260. A74F422F20D0FEAB0008E4F8 /* Logan.podspec in Resources */,
  261. 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
  262. 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
  263. 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
  264. );
  265. runOnlyForDeploymentPostprocessing = 0;
  266. };
  267. 6003F5AC195388D20070C39A /* Resources */ = {
  268. isa = PBXResourcesBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  272. );
  273. runOnlyForDeploymentPostprocessing = 0;
  274. };
  275. /* End PBXResourcesBuildPhase section */
  276. /* Begin PBXShellScriptBuildPhase section */
  277. 4C403F827A2C6BFB7D817B38 /* [CP] Check Pods Manifest.lock */ = {
  278. isa = PBXShellScriptBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. );
  282. inputFileListPaths = (
  283. );
  284. inputPaths = (
  285. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  286. "${PODS_ROOT}/Manifest.lock",
  287. );
  288. name = "[CP] Check Pods Manifest.lock";
  289. outputFileListPaths = (
  290. );
  291. outputPaths = (
  292. "$(DERIVED_FILE_DIR)/Pods-Logan-iOS_Example-checkManifestLockResult.txt",
  293. );
  294. runOnlyForDeploymentPostprocessing = 0;
  295. shellPath = /bin/sh;
  296. 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";
  297. showEnvVarsInLog = 0;
  298. };
  299. A8B5E1EF13BDD1A4E5DA02A5 /* [CP] Embed Pods Frameworks */ = {
  300. isa = PBXShellScriptBuildPhase;
  301. buildActionMask = 2147483647;
  302. files = (
  303. );
  304. inputPaths = (
  305. "${PODS_ROOT}/Target Support Files/Pods-Logan-iOS_Example/Pods-Logan-iOS_Example-frameworks.sh",
  306. "${BUILT_PRODUCTS_DIR}/Logan/Logan.framework",
  307. );
  308. name = "[CP] Embed Pods Frameworks";
  309. outputPaths = (
  310. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Logan.framework",
  311. );
  312. runOnlyForDeploymentPostprocessing = 0;
  313. shellPath = /bin/sh;
  314. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Logan-iOS_Example/Pods-Logan-iOS_Example-frameworks.sh\"\n";
  315. showEnvVarsInLog = 0;
  316. };
  317. /* End PBXShellScriptBuildPhase section */
  318. /* Begin PBXSourcesBuildPhase section */
  319. 6003F586195388D20070C39A /* Sources */ = {
  320. isa = PBXSourcesBuildPhase;
  321. buildActionMask = 2147483647;
  322. files = (
  323. 6003F59E195388D20070C39A /* LGAppDelegate.m in Sources */,
  324. 6003F5A7195388D20070C39A /* LGViewController.m in Sources */,
  325. 6003F59A195388D20070C39A /* main.m in Sources */,
  326. );
  327. runOnlyForDeploymentPostprocessing = 0;
  328. };
  329. 6003F5AA195388D20070C39A /* Sources */ = {
  330. isa = PBXSourcesBuildPhase;
  331. buildActionMask = 2147483647;
  332. files = (
  333. 6003F5BC195388D20070C39A /* Tests.m in Sources */,
  334. A706F9E521145B9D00F819F4 /* LoganTests.m in Sources */,
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. };
  338. /* End PBXSourcesBuildPhase section */
  339. /* Begin PBXTargetDependency section */
  340. 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  341. isa = PBXTargetDependency;
  342. target = 6003F589195388D20070C39A /* Logan-iOS_Example */;
  343. targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  344. };
  345. /* End PBXTargetDependency section */
  346. /* Begin PBXVariantGroup section */
  347. 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  348. isa = PBXVariantGroup;
  349. children = (
  350. 6003F597195388D20070C39A /* en */,
  351. );
  352. name = InfoPlist.strings;
  353. sourceTree = "<group>";
  354. };
  355. 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  356. isa = PBXVariantGroup;
  357. children = (
  358. 6003F5B9195388D20070C39A /* en */,
  359. );
  360. name = InfoPlist.strings;
  361. sourceTree = "<group>";
  362. };
  363. 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  364. isa = PBXVariantGroup;
  365. children = (
  366. 71719F9E1E33DC2100824A3D /* Base */,
  367. );
  368. name = LaunchScreen.storyboard;
  369. sourceTree = "<group>";
  370. };
  371. /* End PBXVariantGroup section */
  372. /* Begin XCBuildConfiguration section */
  373. 6003F5BD195388D20070C39A /* Debug */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ALWAYS_SEARCH_USER_PATHS = NO;
  377. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  378. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  379. CLANG_CXX_LIBRARY = "libc++";
  380. CLANG_ENABLE_MODULES = YES;
  381. CLANG_ENABLE_OBJC_ARC = YES;
  382. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  383. CLANG_WARN_BOOL_CONVERSION = YES;
  384. CLANG_WARN_COMMA = YES;
  385. CLANG_WARN_CONSTANT_CONVERSION = YES;
  386. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  387. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  388. CLANG_WARN_EMPTY_BODY = YES;
  389. CLANG_WARN_ENUM_CONVERSION = YES;
  390. CLANG_WARN_INFINITE_RECURSION = YES;
  391. CLANG_WARN_INT_CONVERSION = YES;
  392. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  393. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  394. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  395. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  396. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  397. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  398. CLANG_WARN_STRICT_PROTOTYPES = YES;
  399. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  400. CLANG_WARN_UNREACHABLE_CODE = YES;
  401. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  402. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  403. COPY_PHASE_STRIP = NO;
  404. ENABLE_STRICT_OBJC_MSGSEND = YES;
  405. ENABLE_TESTABILITY = YES;
  406. GCC_C_LANGUAGE_STANDARD = gnu99;
  407. GCC_DYNAMIC_NO_PIC = NO;
  408. GCC_NO_COMMON_BLOCKS = YES;
  409. GCC_OPTIMIZATION_LEVEL = 0;
  410. GCC_PREPROCESSOR_DEFINITIONS = (
  411. "DEBUG=1",
  412. "$(inherited)",
  413. );
  414. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  415. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  416. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  417. GCC_WARN_UNDECLARED_SELECTOR = YES;
  418. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  419. GCC_WARN_UNUSED_FUNCTION = YES;
  420. GCC_WARN_UNUSED_VARIABLE = YES;
  421. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  422. ONLY_ACTIVE_ARCH = YES;
  423. SDKROOT = iphoneos;
  424. TARGETED_DEVICE_FAMILY = "1,2";
  425. };
  426. name = Debug;
  427. };
  428. 6003F5BE195388D20070C39A /* Release */ = {
  429. isa = XCBuildConfiguration;
  430. buildSettings = {
  431. ALWAYS_SEARCH_USER_PATHS = NO;
  432. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  433. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  434. CLANG_CXX_LIBRARY = "libc++";
  435. CLANG_ENABLE_MODULES = YES;
  436. CLANG_ENABLE_OBJC_ARC = YES;
  437. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  438. CLANG_WARN_BOOL_CONVERSION = YES;
  439. CLANG_WARN_COMMA = YES;
  440. CLANG_WARN_CONSTANT_CONVERSION = YES;
  441. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  442. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  443. CLANG_WARN_EMPTY_BODY = YES;
  444. CLANG_WARN_ENUM_CONVERSION = YES;
  445. CLANG_WARN_INFINITE_RECURSION = YES;
  446. CLANG_WARN_INT_CONVERSION = YES;
  447. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  448. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  449. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  450. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  451. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  452. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  453. CLANG_WARN_STRICT_PROTOTYPES = YES;
  454. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  455. CLANG_WARN_UNREACHABLE_CODE = YES;
  456. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  457. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  458. COPY_PHASE_STRIP = YES;
  459. ENABLE_NS_ASSERTIONS = NO;
  460. ENABLE_STRICT_OBJC_MSGSEND = YES;
  461. GCC_C_LANGUAGE_STANDARD = gnu99;
  462. GCC_NO_COMMON_BLOCKS = YES;
  463. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  464. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  465. GCC_WARN_UNDECLARED_SELECTOR = YES;
  466. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  467. GCC_WARN_UNUSED_FUNCTION = YES;
  468. GCC_WARN_UNUSED_VARIABLE = YES;
  469. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  470. SDKROOT = iphoneos;
  471. TARGETED_DEVICE_FAMILY = "1,2";
  472. VALIDATE_PRODUCT = YES;
  473. };
  474. name = Release;
  475. };
  476. 6003F5C0195388D20070C39A /* Debug */ = {
  477. isa = XCBuildConfiguration;
  478. baseConfigurationReference = 04FA3BEF6F33F169BA9754D0 /* Pods-Logan-iOS_Example.debug.xcconfig */;
  479. buildSettings = {
  480. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  481. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  482. GCC_PREFIX_HEADER = "Logan-iOS/Logan-iOS-Prefix.pch";
  483. HEADER_SEARCH_PATHS = (
  484. "../../Logan/Clogan/**",
  485. "../../Logan/mbedtls/include/**",
  486. );
  487. INFOPLIST_FILE = "Logan-iOS/Logan-iOS-Info.plist";
  488. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  489. MODULE_NAME = ExampleApp;
  490. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  491. PRODUCT_NAME = "$(TARGET_NAME)";
  492. WRAPPER_EXTENSION = app;
  493. };
  494. name = Debug;
  495. };
  496. 6003F5C1195388D20070C39A /* Release */ = {
  497. isa = XCBuildConfiguration;
  498. baseConfigurationReference = 2243F3ED99B45EA641651CBD /* Pods-Logan-iOS_Example.release.xcconfig */;
  499. buildSettings = {
  500. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  501. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  502. GCC_PREFIX_HEADER = "Logan-iOS/Logan-iOS-Prefix.pch";
  503. HEADER_SEARCH_PATHS = (
  504. "../../Logan/Clogan/**",
  505. "../../Logan/mbedtls/include/**",
  506. );
  507. INFOPLIST_FILE = "Logan-iOS/Logan-iOS-Info.plist";
  508. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  509. MODULE_NAME = ExampleApp;
  510. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  511. PRODUCT_NAME = "$(TARGET_NAME)";
  512. WRAPPER_EXTENSION = app;
  513. };
  514. name = Release;
  515. };
  516. 6003F5C3195388D20070C39A /* Debug */ = {
  517. isa = XCBuildConfiguration;
  518. buildSettings = {
  519. BUNDLE_LOADER = "$(TEST_HOST)";
  520. FRAMEWORK_SEARCH_PATHS = (
  521. "$(SDKROOT)/Developer/Library/Frameworks",
  522. "$(inherited)",
  523. "$(DEVELOPER_FRAMEWORKS_DIR)",
  524. );
  525. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  526. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  527. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  528. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  529. GCC_PREPROCESSOR_DEFINITIONS = (
  530. "DEBUG=1",
  531. "$(inherited)",
  532. );
  533. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  534. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  535. PRODUCT_NAME = "$(TARGET_NAME)";
  536. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Logan-iOS_Example.app/Logan-iOS_Example";
  537. WRAPPER_EXTENSION = xctest;
  538. };
  539. name = Debug;
  540. };
  541. 6003F5C4195388D20070C39A /* Release */ = {
  542. isa = XCBuildConfiguration;
  543. buildSettings = {
  544. BUNDLE_LOADER = "$(TEST_HOST)";
  545. FRAMEWORK_SEARCH_PATHS = (
  546. "$(SDKROOT)/Developer/Library/Frameworks",
  547. "$(inherited)",
  548. "$(DEVELOPER_FRAMEWORKS_DIR)",
  549. );
  550. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  551. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  552. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  553. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  554. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  555. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  556. PRODUCT_NAME = "$(TARGET_NAME)";
  557. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Logan-iOS_Example.app/Logan-iOS_Example";
  558. WRAPPER_EXTENSION = xctest;
  559. };
  560. name = Release;
  561. };
  562. /* End XCBuildConfiguration section */
  563. /* Begin XCConfigurationList section */
  564. 6003F585195388D10070C39A /* Build configuration list for PBXProject "Logan-iOS" */ = {
  565. isa = XCConfigurationList;
  566. buildConfigurations = (
  567. 6003F5BD195388D20070C39A /* Debug */,
  568. 6003F5BE195388D20070C39A /* Release */,
  569. );
  570. defaultConfigurationIsVisible = 0;
  571. defaultConfigurationName = Release;
  572. };
  573. 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "Logan-iOS_Example" */ = {
  574. isa = XCConfigurationList;
  575. buildConfigurations = (
  576. 6003F5C0195388D20070C39A /* Debug */,
  577. 6003F5C1195388D20070C39A /* Release */,
  578. );
  579. defaultConfigurationIsVisible = 0;
  580. defaultConfigurationName = Release;
  581. };
  582. 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Logan-iOS_Tests" */ = {
  583. isa = XCConfigurationList;
  584. buildConfigurations = (
  585. 6003F5C3195388D20070C39A /* Debug */,
  586. 6003F5C4195388D20070C39A /* Release */,
  587. );
  588. defaultConfigurationIsVisible = 0;
  589. defaultConfigurationName = Release;
  590. };
  591. /* End XCConfigurationList section */
  592. };
  593. rootObject = 6003F582195388D10070C39A /* Project object */;
  594. }