project.pbxproj 26 KB

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