project.pbxproj 25 KB

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