project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 30A08E93CBB28639AD144AB5 /* Pods_TSSmalCoacopods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F15736B1A9CC04E9677E916C /* Pods_TSSmalCoacopods_Example.framework */; };
  10. 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
  11. 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
  12. 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
  13. 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
  14. 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
  15. 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
  16. 68871C49EF971BAD359E2A9A /* Pods_TSSmalCoacopods_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBFE2BB57AE8D7A68ED64DDE /* Pods_TSSmalCoacopods_Tests.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 607FACCF1AFB9204008FA782;
  24. remoteInfo = TSSmalCoacopods;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXFileReference section */
  28. 10CFEAE3423CDB5E32E2B7D9 /* TSSmalCoacopods.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = TSSmalCoacopods.podspec; path = ../TSSmalCoacopods.podspec; sourceTree = "<group>"; };
  29. 607FACD01AFB9204008FA782 /* TSSmalCoacopods_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TSSmalCoacopods_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  30. 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  32. 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  33. 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  34. 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  35. 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  36. 607FACE51AFB9204008FA782 /* TSSmalCoacopods_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TSSmalCoacopods_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  38. 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  39. 79D99C19F821F00B740A41DC /* Pods-TSSmalCoacopods_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSSmalCoacopods_Tests.release.xcconfig"; path = "Target Support Files/Pods-TSSmalCoacopods_Tests/Pods-TSSmalCoacopods_Tests.release.xcconfig"; sourceTree = "<group>"; };
  40. A7325F2BF123B19ACB0BF927 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  41. A97659464FCBEED023855F11 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  42. B253D3627004BD0C7378B46B /* Pods-TSSmalCoacopods_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSSmalCoacopods_Example.debug.xcconfig"; path = "Target Support Files/Pods-TSSmalCoacopods_Example/Pods-TSSmalCoacopods_Example.debug.xcconfig"; sourceTree = "<group>"; };
  43. C0683D6F80CA6090AC212152 /* Pods-TSSmalCoacopods_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSSmalCoacopods_Example.release.xcconfig"; path = "Target Support Files/Pods-TSSmalCoacopods_Example/Pods-TSSmalCoacopods_Example.release.xcconfig"; sourceTree = "<group>"; };
  44. CBFE2BB57AE8D7A68ED64DDE /* Pods_TSSmalCoacopods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TSSmalCoacopods_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  45. F15736B1A9CC04E9677E916C /* Pods_TSSmalCoacopods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TSSmalCoacopods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  46. F542BB8320B795F755F58767 /* Pods-TSSmalCoacopods_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSSmalCoacopods_Tests.debug.xcconfig"; path = "Target Support Files/Pods-TSSmalCoacopods_Tests/Pods-TSSmalCoacopods_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  47. /* End PBXFileReference section */
  48. /* Begin PBXFrameworksBuildPhase section */
  49. 607FACCD1AFB9204008FA782 /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. 30A08E93CBB28639AD144AB5 /* Pods_TSSmalCoacopods_Example.framework in Frameworks */,
  54. );
  55. runOnlyForDeploymentPostprocessing = 0;
  56. };
  57. 607FACE21AFB9204008FA782 /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. 68871C49EF971BAD359E2A9A /* Pods_TSSmalCoacopods_Tests.framework in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. 2F81053CAD1B92F6E99EAD10 /* Frameworks */ = {
  68. isa = PBXGroup;
  69. children = (
  70. F15736B1A9CC04E9677E916C /* Pods_TSSmalCoacopods_Example.framework */,
  71. CBFE2BB57AE8D7A68ED64DDE /* Pods_TSSmalCoacopods_Tests.framework */,
  72. );
  73. name = Frameworks;
  74. sourceTree = "<group>";
  75. };
  76. 421F1F0BE0711C0D2E28A62A /* Pods */ = {
  77. isa = PBXGroup;
  78. children = (
  79. B253D3627004BD0C7378B46B /* Pods-TSSmalCoacopods_Example.debug.xcconfig */,
  80. C0683D6F80CA6090AC212152 /* Pods-TSSmalCoacopods_Example.release.xcconfig */,
  81. F542BB8320B795F755F58767 /* Pods-TSSmalCoacopods_Tests.debug.xcconfig */,
  82. 79D99C19F821F00B740A41DC /* Pods-TSSmalCoacopods_Tests.release.xcconfig */,
  83. );
  84. name = Pods;
  85. path = Pods;
  86. sourceTree = "<group>";
  87. };
  88. 607FACC71AFB9204008FA782 = {
  89. isa = PBXGroup;
  90. children = (
  91. 607FACF51AFB993E008FA782 /* Podspec Metadata */,
  92. 607FACD21AFB9204008FA782 /* Example for TSSmalCoacopods */,
  93. 607FACE81AFB9204008FA782 /* Tests */,
  94. 607FACD11AFB9204008FA782 /* Products */,
  95. 421F1F0BE0711C0D2E28A62A /* Pods */,
  96. 2F81053CAD1B92F6E99EAD10 /* Frameworks */,
  97. );
  98. sourceTree = "<group>";
  99. };
  100. 607FACD11AFB9204008FA782 /* Products */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 607FACD01AFB9204008FA782 /* TSSmalCoacopods_Example.app */,
  104. 607FACE51AFB9204008FA782 /* TSSmalCoacopods_Tests.xctest */,
  105. );
  106. name = Products;
  107. sourceTree = "<group>";
  108. };
  109. 607FACD21AFB9204008FA782 /* Example for TSSmalCoacopods */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
  113. 607FACD71AFB9204008FA782 /* ViewController.swift */,
  114. 607FACD91AFB9204008FA782 /* Main.storyboard */,
  115. 607FACDC1AFB9204008FA782 /* Images.xcassets */,
  116. 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
  117. 607FACD31AFB9204008FA782 /* Supporting Files */,
  118. );
  119. name = "Example for TSSmalCoacopods";
  120. path = TSSmalCoacopods;
  121. sourceTree = "<group>";
  122. };
  123. 607FACD31AFB9204008FA782 /* Supporting Files */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 607FACD41AFB9204008FA782 /* Info.plist */,
  127. );
  128. name = "Supporting Files";
  129. sourceTree = "<group>";
  130. };
  131. 607FACE81AFB9204008FA782 /* Tests */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 607FACEB1AFB9204008FA782 /* Tests.swift */,
  135. 607FACE91AFB9204008FA782 /* Supporting Files */,
  136. );
  137. path = Tests;
  138. sourceTree = "<group>";
  139. };
  140. 607FACE91AFB9204008FA782 /* Supporting Files */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 607FACEA1AFB9204008FA782 /* Info.plist */,
  144. );
  145. name = "Supporting Files";
  146. sourceTree = "<group>";
  147. };
  148. 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 10CFEAE3423CDB5E32E2B7D9 /* TSSmalCoacopods.podspec */,
  152. A97659464FCBEED023855F11 /* README.md */,
  153. A7325F2BF123B19ACB0BF927 /* LICENSE */,
  154. );
  155. name = "Podspec Metadata";
  156. sourceTree = "<group>";
  157. };
  158. /* End PBXGroup section */
  159. /* Begin PBXNativeTarget section */
  160. 607FACCF1AFB9204008FA782 /* TSSmalCoacopods_Example */ = {
  161. isa = PBXNativeTarget;
  162. buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "TSSmalCoacopods_Example" */;
  163. buildPhases = (
  164. EB3552B04E9EEAE213DC0FA8 /* [CP] Check Pods Manifest.lock */,
  165. 607FACCC1AFB9204008FA782 /* Sources */,
  166. 607FACCD1AFB9204008FA782 /* Frameworks */,
  167. 607FACCE1AFB9204008FA782 /* Resources */,
  168. 563EAAAE05EA9A316031D8C4 /* [CP] Embed Pods Frameworks */,
  169. );
  170. buildRules = (
  171. );
  172. dependencies = (
  173. );
  174. name = TSSmalCoacopods_Example;
  175. productName = TSSmalCoacopods;
  176. productReference = 607FACD01AFB9204008FA782 /* TSSmalCoacopods_Example.app */;
  177. productType = "com.apple.product-type.application";
  178. };
  179. 607FACE41AFB9204008FA782 /* TSSmalCoacopods_Tests */ = {
  180. isa = PBXNativeTarget;
  181. buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "TSSmalCoacopods_Tests" */;
  182. buildPhases = (
  183. 733474C1DF82C3583059D3B7 /* [CP] Check Pods Manifest.lock */,
  184. 607FACE11AFB9204008FA782 /* Sources */,
  185. 607FACE21AFB9204008FA782 /* Frameworks */,
  186. 607FACE31AFB9204008FA782 /* Resources */,
  187. C7DDAC3A49C7CCC5BA483EC3 /* [CP] Embed Pods Frameworks */,
  188. );
  189. buildRules = (
  190. );
  191. dependencies = (
  192. 607FACE71AFB9204008FA782 /* PBXTargetDependency */,
  193. );
  194. name = TSSmalCoacopods_Tests;
  195. productName = Tests;
  196. productReference = 607FACE51AFB9204008FA782 /* TSSmalCoacopods_Tests.xctest */;
  197. productType = "com.apple.product-type.bundle.unit-test";
  198. };
  199. /* End PBXNativeTarget section */
  200. /* Begin PBXProject section */
  201. 607FACC81AFB9204008FA782 /* Project object */ = {
  202. isa = PBXProject;
  203. attributes = {
  204. LastSwiftUpdateCheck = 0830;
  205. LastUpgradeCheck = 0830;
  206. ORGANIZATIONNAME = CocoaPods;
  207. TargetAttributes = {
  208. 607FACCF1AFB9204008FA782 = {
  209. CreatedOnToolsVersion = 6.3.1;
  210. LastSwiftMigration = 0900;
  211. };
  212. 607FACE41AFB9204008FA782 = {
  213. CreatedOnToolsVersion = 6.3.1;
  214. LastSwiftMigration = 0900;
  215. TestTargetID = 607FACCF1AFB9204008FA782;
  216. };
  217. };
  218. };
  219. buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "TSSmalCoacopods" */;
  220. compatibilityVersion = "Xcode 3.2";
  221. developmentRegion = English;
  222. hasScannedForEncodings = 0;
  223. knownRegions = (
  224. en,
  225. Base,
  226. );
  227. mainGroup = 607FACC71AFB9204008FA782;
  228. productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
  229. projectDirPath = "";
  230. projectRoot = "";
  231. targets = (
  232. 607FACCF1AFB9204008FA782 /* TSSmalCoacopods_Example */,
  233. 607FACE41AFB9204008FA782 /* TSSmalCoacopods_Tests */,
  234. );
  235. };
  236. /* End PBXProject section */
  237. /* Begin PBXResourcesBuildPhase section */
  238. 607FACCE1AFB9204008FA782 /* Resources */ = {
  239. isa = PBXResourcesBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
  243. 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
  244. 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
  245. );
  246. runOnlyForDeploymentPostprocessing = 0;
  247. };
  248. 607FACE31AFB9204008FA782 /* Resources */ = {
  249. isa = PBXResourcesBuildPhase;
  250. buildActionMask = 2147483647;
  251. files = (
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXResourcesBuildPhase section */
  256. /* Begin PBXShellScriptBuildPhase section */
  257. 563EAAAE05EA9A316031D8C4 /* [CP] Embed Pods Frameworks */ = {
  258. isa = PBXShellScriptBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. );
  262. inputPaths = (
  263. "${PODS_ROOT}/Target Support Files/Pods-TSSmalCoacopods_Example/Pods-TSSmalCoacopods_Example-frameworks.sh",
  264. "${BUILT_PRODUCTS_DIR}/TSSmalCoacopods/TSSmalCoacopods.framework",
  265. );
  266. name = "[CP] Embed Pods Frameworks";
  267. outputPaths = (
  268. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TSSmalCoacopods.framework",
  269. );
  270. runOnlyForDeploymentPostprocessing = 0;
  271. shellPath = /bin/sh;
  272. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TSSmalCoacopods_Example/Pods-TSSmalCoacopods_Example-frameworks.sh\"\n";
  273. showEnvVarsInLog = 0;
  274. };
  275. 733474C1DF82C3583059D3B7 /* [CP] Check Pods Manifest.lock */ = {
  276. isa = PBXShellScriptBuildPhase;
  277. buildActionMask = 2147483647;
  278. files = (
  279. );
  280. inputFileListPaths = (
  281. );
  282. inputPaths = (
  283. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  284. "${PODS_ROOT}/Manifest.lock",
  285. );
  286. name = "[CP] Check Pods Manifest.lock";
  287. outputFileListPaths = (
  288. );
  289. outputPaths = (
  290. "$(DERIVED_FILE_DIR)/Pods-TSSmalCoacopods_Tests-checkManifestLockResult.txt",
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. shellPath = /bin/sh;
  294. 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";
  295. showEnvVarsInLog = 0;
  296. };
  297. C7DDAC3A49C7CCC5BA483EC3 /* [CP] Embed Pods Frameworks */ = {
  298. isa = PBXShellScriptBuildPhase;
  299. buildActionMask = 2147483647;
  300. files = (
  301. );
  302. inputPaths = (
  303. "${PODS_ROOT}/Target Support Files/Pods-TSSmalCoacopods_Tests/Pods-TSSmalCoacopods_Tests-frameworks.sh",
  304. "${BUILT_PRODUCTS_DIR}/FBSnapshotTestCase/FBSnapshotTestCase.framework",
  305. );
  306. name = "[CP] Embed Pods Frameworks";
  307. outputPaths = (
  308. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSnapshotTestCase.framework",
  309. );
  310. runOnlyForDeploymentPostprocessing = 0;
  311. shellPath = /bin/sh;
  312. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TSSmalCoacopods_Tests/Pods-TSSmalCoacopods_Tests-frameworks.sh\"\n";
  313. showEnvVarsInLog = 0;
  314. };
  315. EB3552B04E9EEAE213DC0FA8 /* [CP] Check Pods Manifest.lock */ = {
  316. isa = PBXShellScriptBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. );
  320. inputFileListPaths = (
  321. );
  322. inputPaths = (
  323. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  324. "${PODS_ROOT}/Manifest.lock",
  325. );
  326. name = "[CP] Check Pods Manifest.lock";
  327. outputFileListPaths = (
  328. );
  329. outputPaths = (
  330. "$(DERIVED_FILE_DIR)/Pods-TSSmalCoacopods_Example-checkManifestLockResult.txt",
  331. );
  332. runOnlyForDeploymentPostprocessing = 0;
  333. shellPath = /bin/sh;
  334. 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";
  335. showEnvVarsInLog = 0;
  336. };
  337. /* End PBXShellScriptBuildPhase section */
  338. /* Begin PBXSourcesBuildPhase section */
  339. 607FACCC1AFB9204008FA782 /* Sources */ = {
  340. isa = PBXSourcesBuildPhase;
  341. buildActionMask = 2147483647;
  342. files = (
  343. 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
  344. 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. };
  348. 607FACE11AFB9204008FA782 /* Sources */ = {
  349. isa = PBXSourcesBuildPhase;
  350. buildActionMask = 2147483647;
  351. files = (
  352. 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
  353. );
  354. runOnlyForDeploymentPostprocessing = 0;
  355. };
  356. /* End PBXSourcesBuildPhase section */
  357. /* Begin PBXTargetDependency section */
  358. 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
  359. isa = PBXTargetDependency;
  360. target = 607FACCF1AFB9204008FA782 /* TSSmalCoacopods_Example */;
  361. targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
  362. };
  363. /* End PBXTargetDependency section */
  364. /* Begin PBXVariantGroup section */
  365. 607FACD91AFB9204008FA782 /* Main.storyboard */ = {
  366. isa = PBXVariantGroup;
  367. children = (
  368. 607FACDA1AFB9204008FA782 /* Base */,
  369. );
  370. name = Main.storyboard;
  371. sourceTree = "<group>";
  372. };
  373. 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
  374. isa = PBXVariantGroup;
  375. children = (
  376. 607FACDF1AFB9204008FA782 /* Base */,
  377. );
  378. name = LaunchScreen.xib;
  379. sourceTree = "<group>";
  380. };
  381. /* End PBXVariantGroup section */
  382. /* Begin XCBuildConfiguration section */
  383. 607FACED1AFB9204008FA782 /* Debug */ = {
  384. isa = XCBuildConfiguration;
  385. buildSettings = {
  386. ALWAYS_SEARCH_USER_PATHS = NO;
  387. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  388. CLANG_CXX_LIBRARY = "libc++";
  389. CLANG_ENABLE_MODULES = YES;
  390. CLANG_ENABLE_OBJC_ARC = YES;
  391. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  392. CLANG_WARN_BOOL_CONVERSION = YES;
  393. CLANG_WARN_COMMA = YES;
  394. CLANG_WARN_CONSTANT_CONVERSION = YES;
  395. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  396. CLANG_WARN_EMPTY_BODY = YES;
  397. CLANG_WARN_ENUM_CONVERSION = YES;
  398. CLANG_WARN_INFINITE_RECURSION = YES;
  399. CLANG_WARN_INT_CONVERSION = YES;
  400. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  401. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  402. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  403. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  404. CLANG_WARN_STRICT_PROTOTYPES = YES;
  405. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  406. CLANG_WARN_UNREACHABLE_CODE = YES;
  407. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  408. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  409. COPY_PHASE_STRIP = NO;
  410. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  411. ENABLE_STRICT_OBJC_MSGSEND = YES;
  412. ENABLE_TESTABILITY = YES;
  413. GCC_C_LANGUAGE_STANDARD = gnu99;
  414. GCC_DYNAMIC_NO_PIC = NO;
  415. GCC_NO_COMMON_BLOCKS = YES;
  416. GCC_OPTIMIZATION_LEVEL = 0;
  417. GCC_PREPROCESSOR_DEFINITIONS = (
  418. "DEBUG=1",
  419. "$(inherited)",
  420. );
  421. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  422. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  423. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  424. GCC_WARN_UNDECLARED_SELECTOR = YES;
  425. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  426. GCC_WARN_UNUSED_FUNCTION = YES;
  427. GCC_WARN_UNUSED_VARIABLE = YES;
  428. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  429. MTL_ENABLE_DEBUG_INFO = YES;
  430. ONLY_ACTIVE_ARCH = YES;
  431. SDKROOT = iphoneos;
  432. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  433. };
  434. name = Debug;
  435. };
  436. 607FACEE1AFB9204008FA782 /* Release */ = {
  437. isa = XCBuildConfiguration;
  438. buildSettings = {
  439. ALWAYS_SEARCH_USER_PATHS = NO;
  440. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  441. CLANG_CXX_LIBRARY = "libc++";
  442. CLANG_ENABLE_MODULES = YES;
  443. CLANG_ENABLE_OBJC_ARC = YES;
  444. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  445. CLANG_WARN_BOOL_CONVERSION = YES;
  446. CLANG_WARN_COMMA = YES;
  447. CLANG_WARN_CONSTANT_CONVERSION = YES;
  448. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  449. CLANG_WARN_EMPTY_BODY = YES;
  450. CLANG_WARN_ENUM_CONVERSION = YES;
  451. CLANG_WARN_INFINITE_RECURSION = YES;
  452. CLANG_WARN_INT_CONVERSION = YES;
  453. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  454. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  455. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  456. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  457. CLANG_WARN_STRICT_PROTOTYPES = YES;
  458. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  459. CLANG_WARN_UNREACHABLE_CODE = YES;
  460. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  461. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  462. COPY_PHASE_STRIP = NO;
  463. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  464. ENABLE_NS_ASSERTIONS = NO;
  465. ENABLE_STRICT_OBJC_MSGSEND = YES;
  466. GCC_C_LANGUAGE_STANDARD = gnu99;
  467. GCC_NO_COMMON_BLOCKS = YES;
  468. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  469. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  470. GCC_WARN_UNDECLARED_SELECTOR = YES;
  471. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  472. GCC_WARN_UNUSED_FUNCTION = YES;
  473. GCC_WARN_UNUSED_VARIABLE = YES;
  474. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  475. MTL_ENABLE_DEBUG_INFO = NO;
  476. SDKROOT = iphoneos;
  477. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  478. VALIDATE_PRODUCT = YES;
  479. };
  480. name = Release;
  481. };
  482. 607FACF01AFB9204008FA782 /* Debug */ = {
  483. isa = XCBuildConfiguration;
  484. baseConfigurationReference = B253D3627004BD0C7378B46B /* Pods-TSSmalCoacopods_Example.debug.xcconfig */;
  485. buildSettings = {
  486. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  487. INFOPLIST_FILE = TSSmalCoacopods/Info.plist;
  488. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  489. MODULE_NAME = ExampleApp;
  490. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
  491. PRODUCT_NAME = "$(TARGET_NAME)";
  492. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  493. SWIFT_VERSION = 4.0;
  494. };
  495. name = Debug;
  496. };
  497. 607FACF11AFB9204008FA782 /* Release */ = {
  498. isa = XCBuildConfiguration;
  499. baseConfigurationReference = C0683D6F80CA6090AC212152 /* Pods-TSSmalCoacopods_Example.release.xcconfig */;
  500. buildSettings = {
  501. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  502. INFOPLIST_FILE = TSSmalCoacopods/Info.plist;
  503. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  504. MODULE_NAME = ExampleApp;
  505. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
  506. PRODUCT_NAME = "$(TARGET_NAME)";
  507. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  508. SWIFT_VERSION = 4.0;
  509. };
  510. name = Release;
  511. };
  512. 607FACF31AFB9204008FA782 /* Debug */ = {
  513. isa = XCBuildConfiguration;
  514. baseConfigurationReference = F542BB8320B795F755F58767 /* Pods-TSSmalCoacopods_Tests.debug.xcconfig */;
  515. buildSettings = {
  516. FRAMEWORK_SEARCH_PATHS = (
  517. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  518. "$(inherited)",
  519. );
  520. GCC_PREPROCESSOR_DEFINITIONS = (
  521. "DEBUG=1",
  522. "$(inherited)",
  523. );
  524. INFOPLIST_FILE = Tests/Info.plist;
  525. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  526. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
  527. PRODUCT_NAME = "$(TARGET_NAME)";
  528. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  529. SWIFT_VERSION = 4.0;
  530. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TSSmalCoacopods_Example.app/TSSmalCoacopods_Example";
  531. };
  532. name = Debug;
  533. };
  534. 607FACF41AFB9204008FA782 /* Release */ = {
  535. isa = XCBuildConfiguration;
  536. baseConfigurationReference = 79D99C19F821F00B740A41DC /* Pods-TSSmalCoacopods_Tests.release.xcconfig */;
  537. buildSettings = {
  538. FRAMEWORK_SEARCH_PATHS = (
  539. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  540. "$(inherited)",
  541. );
  542. INFOPLIST_FILE = Tests/Info.plist;
  543. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  544. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
  545. PRODUCT_NAME = "$(TARGET_NAME)";
  546. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  547. SWIFT_VERSION = 4.0;
  548. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TSSmalCoacopods_Example.app/TSSmalCoacopods_Example";
  549. };
  550. name = Release;
  551. };
  552. /* End XCBuildConfiguration section */
  553. /* Begin XCConfigurationList section */
  554. 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "TSSmalCoacopods" */ = {
  555. isa = XCConfigurationList;
  556. buildConfigurations = (
  557. 607FACED1AFB9204008FA782 /* Debug */,
  558. 607FACEE1AFB9204008FA782 /* Release */,
  559. );
  560. defaultConfigurationIsVisible = 0;
  561. defaultConfigurationName = Release;
  562. };
  563. 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "TSSmalCoacopods_Example" */ = {
  564. isa = XCConfigurationList;
  565. buildConfigurations = (
  566. 607FACF01AFB9204008FA782 /* Debug */,
  567. 607FACF11AFB9204008FA782 /* Release */,
  568. );
  569. defaultConfigurationIsVisible = 0;
  570. defaultConfigurationName = Release;
  571. };
  572. 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "TSSmalCoacopods_Tests" */ = {
  573. isa = XCConfigurationList;
  574. buildConfigurations = (
  575. 607FACF31AFB9204008FA782 /* Debug */,
  576. 607FACF41AFB9204008FA782 /* Release */,
  577. );
  578. defaultConfigurationIsVisible = 0;
  579. defaultConfigurationName = Release;
  580. };
  581. /* End XCConfigurationList section */
  582. };
  583. rootObject = 607FACC81AFB9204008FA782 /* Project object */;
  584. }