project.pbxproj 25 KB

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