project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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. 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. /* End PBXBuildFile section */
  16. /* Begin PBXFileReference section */
  17. 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>"; };
  18. 416B432426648FBD00115ADA /* BFFramework-Demo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BFFramework-Demo-Bridging-Header.h"; sourceTree = "<group>"; };
  19. 4AFE6372AF8B96368545D2EC /* BFFramework.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BFFramework.podspec; path = ../BFFramework.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  20. 607FACD01AFB9204008FA782 /* BFFramework_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BFFramework_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  21. 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  22. 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  23. 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  24. 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  26. 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  27. 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  29. 6A915303EE905EB336129B4A /* Pods_BFFramework_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFFramework_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  30. 6E4851D661C9D481344DFF4B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  31. 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>"; };
  32. 9BB1EED7FC22B411C1A27C2A /* Pods_BFFramework_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFFramework_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  33. AA8A54E435E31352A12EFE1A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  34. 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>"; };
  35. 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>"; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. 607FACCD1AFB9204008FA782 /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. 0902DDCAD153162BA94F700A /* Pods_BFFramework_Example.framework in Frameworks */,
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. 244906EE6E87A7B9693C265A /* Frameworks */ = {
  49. isa = PBXGroup;
  50. children = (
  51. 6A915303EE905EB336129B4A /* Pods_BFFramework_Example.framework */,
  52. 9BB1EED7FC22B411C1A27C2A /* Pods_BFFramework_Tests.framework */,
  53. );
  54. name = Frameworks;
  55. sourceTree = "<group>";
  56. };
  57. 607FACC71AFB9204008FA782 = {
  58. isa = PBXGroup;
  59. children = (
  60. 607FACF51AFB993E008FA782 /* Podspec Metadata */,
  61. 607FACD21AFB9204008FA782 /* Example for BFFramework */,
  62. 607FACE81AFB9204008FA782 /* Tests */,
  63. 607FACD11AFB9204008FA782 /* Products */,
  64. FF9A566B72260C7824C7538A /* Pods */,
  65. 244906EE6E87A7B9693C265A /* Frameworks */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. 607FACD11AFB9204008FA782 /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 607FACD01AFB9204008FA782 /* BFFramework_Example.app */,
  73. );
  74. name = Products;
  75. sourceTree = "<group>";
  76. };
  77. 607FACD21AFB9204008FA782 /* Example for BFFramework */ = {
  78. isa = PBXGroup;
  79. children = (
  80. 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
  81. 607FACD71AFB9204008FA782 /* ViewController.swift */,
  82. 607FACD91AFB9204008FA782 /* Main.storyboard */,
  83. 607FACDC1AFB9204008FA782 /* Images.xcassets */,
  84. 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
  85. 607FACD31AFB9204008FA782 /* Supporting Files */,
  86. );
  87. name = "Example for BFFramework";
  88. path = BFFramework;
  89. sourceTree = "<group>";
  90. };
  91. 607FACD31AFB9204008FA782 /* Supporting Files */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 607FACD41AFB9204008FA782 /* Info.plist */,
  95. );
  96. name = "Supporting Files";
  97. sourceTree = "<group>";
  98. };
  99. 607FACE81AFB9204008FA782 /* Tests */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 607FACEB1AFB9204008FA782 /* Tests.swift */,
  103. 607FACE91AFB9204008FA782 /* Supporting Files */,
  104. );
  105. path = Tests;
  106. sourceTree = "<group>";
  107. };
  108. 607FACE91AFB9204008FA782 /* Supporting Files */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 607FACEA1AFB9204008FA782 /* Info.plist */,
  112. );
  113. name = "Supporting Files";
  114. sourceTree = "<group>";
  115. };
  116. 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 4AFE6372AF8B96368545D2EC /* BFFramework.podspec */,
  120. AA8A54E435E31352A12EFE1A /* README.md */,
  121. 6E4851D661C9D481344DFF4B /* LICENSE */,
  122. 416B432426648FBD00115ADA /* BFFramework-Demo-Bridging-Header.h */,
  123. );
  124. name = "Podspec Metadata";
  125. sourceTree = "<group>";
  126. };
  127. FF9A566B72260C7824C7538A /* Pods */ = {
  128. isa = PBXGroup;
  129. children = (
  130. F1D5DDAED84A11983914AA81 /* Pods-BFFramework_Example.debug.xcconfig */,
  131. FA3ED99619248A3B8FB17EF0 /* Pods-BFFramework_Example.release.xcconfig */,
  132. 0A776D860FF1D5C31F1EFED4 /* Pods-BFFramework_Tests.debug.xcconfig */,
  133. 829C494BD0F0B8F588A124EE /* Pods-BFFramework_Tests.release.xcconfig */,
  134. );
  135. path = Pods;
  136. sourceTree = "<group>";
  137. };
  138. /* End PBXGroup section */
  139. /* Begin PBXNativeTarget section */
  140. 607FACCF1AFB9204008FA782 /* BFFramework_Example */ = {
  141. isa = PBXNativeTarget;
  142. buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFFramework_Example" */;
  143. buildPhases = (
  144. 037845BF715068E20C55C3E8 /* [CP] Check Pods Manifest.lock */,
  145. 607FACCC1AFB9204008FA782 /* Sources */,
  146. 607FACCD1AFB9204008FA782 /* Frameworks */,
  147. 607FACCE1AFB9204008FA782 /* Resources */,
  148. 61F57263BAF9416EBA8ABA4E /* [CP] Embed Pods Frameworks */,
  149. 3B08C72EF954B603EE0ED282 /* [CP] Copy Pods Resources */,
  150. );
  151. buildRules = (
  152. );
  153. dependencies = (
  154. );
  155. name = BFFramework_Example;
  156. productName = BFFramework;
  157. productReference = 607FACD01AFB9204008FA782 /* BFFramework_Example.app */;
  158. productType = "com.apple.product-type.application";
  159. };
  160. /* End PBXNativeTarget section */
  161. /* Begin PBXProject section */
  162. 607FACC81AFB9204008FA782 /* Project object */ = {
  163. isa = PBXProject;
  164. attributes = {
  165. LastSwiftUpdateCheck = 0830;
  166. LastUpgradeCheck = 0830;
  167. ORGANIZATIONNAME = CocoaPods;
  168. TargetAttributes = {
  169. 607FACCF1AFB9204008FA782 = {
  170. CreatedOnToolsVersion = 6.3.1;
  171. DevelopmentTeam = UH52C8A7SN;
  172. LastSwiftMigration = 0900;
  173. };
  174. };
  175. };
  176. buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFFramework" */;
  177. compatibilityVersion = "Xcode 3.2";
  178. developmentRegion = English;
  179. hasScannedForEncodings = 0;
  180. knownRegions = (
  181. English,
  182. en,
  183. Base,
  184. );
  185. mainGroup = 607FACC71AFB9204008FA782;
  186. productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
  187. projectDirPath = "";
  188. projectRoot = "";
  189. targets = (
  190. 607FACCF1AFB9204008FA782 /* BFFramework_Example */,
  191. );
  192. };
  193. /* End PBXProject section */
  194. /* Begin PBXResourcesBuildPhase section */
  195. 607FACCE1AFB9204008FA782 /* Resources */ = {
  196. isa = PBXResourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
  200. 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
  201. 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. /* End PBXResourcesBuildPhase section */
  206. /* Begin PBXShellScriptBuildPhase section */
  207. 037845BF715068E20C55C3E8 /* [CP] Check Pods Manifest.lock */ = {
  208. isa = PBXShellScriptBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. );
  212. inputFileListPaths = (
  213. );
  214. inputPaths = (
  215. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  216. "${PODS_ROOT}/Manifest.lock",
  217. );
  218. name = "[CP] Check Pods Manifest.lock";
  219. outputFileListPaths = (
  220. );
  221. outputPaths = (
  222. "$(DERIVED_FILE_DIR)/Pods-BFFramework_Example-checkManifestLockResult.txt",
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. shellPath = /bin/sh;
  226. 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";
  227. showEnvVarsInLog = 0;
  228. };
  229. 3B08C72EF954B603EE0ED282 /* [CP] Copy Pods Resources */ = {
  230. isa = PBXShellScriptBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. );
  234. inputPaths = (
  235. "${PODS_ROOT}/Target Support Files/Pods-BFFramework_Example/Pods-BFFramework_Example-resources.sh",
  236. "${PODS_CONFIGURATION_BUILD_DIR}/BFFramework/BFFramework.bundle",
  237. );
  238. name = "[CP] Copy Pods Resources";
  239. outputPaths = (
  240. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFFramework.bundle",
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. shellPath = /bin/sh;
  244. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFFramework_Example/Pods-BFFramework_Example-resources.sh\"\n";
  245. showEnvVarsInLog = 0;
  246. };
  247. 61F57263BAF9416EBA8ABA4E /* [CP] Embed Pods Frameworks */ = {
  248. isa = PBXShellScriptBuildPhase;
  249. buildActionMask = 2147483647;
  250. files = (
  251. );
  252. inputPaths = (
  253. "${PODS_ROOT}/Target Support Files/Pods-BFFramework_Example/Pods-BFFramework_Example-frameworks.sh",
  254. "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
  255. "${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework",
  256. "${BUILT_PRODUCTS_DIR}/FDFullscreenPopGesture/FDFullscreenPopGesture.framework",
  257. "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework",
  258. "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
  259. "${BUILT_PRODUCTS_DIR}/LMJHorizontalScrollText/LMJHorizontalScrollText.framework",
  260. "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  261. "${BUILT_PRODUCTS_DIR}/NXFramework-Swift/NXFramework_Swift.framework",
  262. "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
  263. "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
  264. "${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
  265. "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
  266. "${BUILT_PRODUCTS_DIR}/Toast-Swift/Toast_Swift.framework",
  267. );
  268. name = "[CP] Embed Pods Frameworks";
  269. outputPaths = (
  270. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
  271. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AliyunOSSiOS.framework",
  272. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FDFullscreenPopGesture.framework",
  273. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework",
  274. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
  275. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LMJHorizontalScrollText.framework",
  276. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  277. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NXFramework_Swift.framework",
  278. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
  279. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
  280. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
  281. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
  282. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast_Swift.framework",
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. shellPath = /bin/sh;
  286. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFFramework_Example/Pods-BFFramework_Example-frameworks.sh\"\n";
  287. showEnvVarsInLog = 0;
  288. };
  289. /* End PBXShellScriptBuildPhase section */
  290. /* Begin PBXSourcesBuildPhase section */
  291. 607FACCC1AFB9204008FA782 /* Sources */ = {
  292. isa = PBXSourcesBuildPhase;
  293. buildActionMask = 2147483647;
  294. files = (
  295. 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
  296. 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
  297. );
  298. runOnlyForDeploymentPostprocessing = 0;
  299. };
  300. /* End PBXSourcesBuildPhase section */
  301. /* Begin PBXVariantGroup section */
  302. 607FACD91AFB9204008FA782 /* Main.storyboard */ = {
  303. isa = PBXVariantGroup;
  304. children = (
  305. 607FACDA1AFB9204008FA782 /* Base */,
  306. );
  307. name = Main.storyboard;
  308. sourceTree = "<group>";
  309. };
  310. 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
  311. isa = PBXVariantGroup;
  312. children = (
  313. 607FACDF1AFB9204008FA782 /* Base */,
  314. );
  315. name = LaunchScreen.xib;
  316. sourceTree = "<group>";
  317. };
  318. /* End PBXVariantGroup section */
  319. /* Begin XCBuildConfiguration section */
  320. 607FACED1AFB9204008FA782 /* Debug */ = {
  321. isa = XCBuildConfiguration;
  322. buildSettings = {
  323. ALWAYS_SEARCH_USER_PATHS = NO;
  324. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  325. CLANG_CXX_LIBRARY = "libc++";
  326. CLANG_ENABLE_MODULES = YES;
  327. CLANG_ENABLE_OBJC_ARC = YES;
  328. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  329. CLANG_WARN_BOOL_CONVERSION = YES;
  330. CLANG_WARN_COMMA = YES;
  331. CLANG_WARN_CONSTANT_CONVERSION = YES;
  332. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  333. CLANG_WARN_EMPTY_BODY = YES;
  334. CLANG_WARN_ENUM_CONVERSION = YES;
  335. CLANG_WARN_INFINITE_RECURSION = YES;
  336. CLANG_WARN_INT_CONVERSION = YES;
  337. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  338. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  339. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  340. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  341. CLANG_WARN_STRICT_PROTOTYPES = YES;
  342. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  343. CLANG_WARN_UNREACHABLE_CODE = YES;
  344. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  345. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  346. COPY_PHASE_STRIP = NO;
  347. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  348. ENABLE_STRICT_OBJC_MSGSEND = YES;
  349. ENABLE_TESTABILITY = YES;
  350. GCC_C_LANGUAGE_STANDARD = gnu99;
  351. GCC_DYNAMIC_NO_PIC = NO;
  352. GCC_NO_COMMON_BLOCKS = YES;
  353. GCC_OPTIMIZATION_LEVEL = 0;
  354. GCC_PREPROCESSOR_DEFINITIONS = (
  355. "DEBUG=1",
  356. "$(inherited)",
  357. );
  358. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  359. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  360. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  361. GCC_WARN_UNDECLARED_SELECTOR = YES;
  362. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  363. GCC_WARN_UNUSED_FUNCTION = YES;
  364. GCC_WARN_UNUSED_VARIABLE = YES;
  365. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  366. MTL_ENABLE_DEBUG_INFO = YES;
  367. ONLY_ACTIVE_ARCH = YES;
  368. SDKROOT = iphoneos;
  369. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  370. };
  371. name = Debug;
  372. };
  373. 607FACEE1AFB9204008FA782 /* Release */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ALWAYS_SEARCH_USER_PATHS = NO;
  377. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  378. CLANG_CXX_LIBRARY = "libc++";
  379. CLANG_ENABLE_MODULES = YES;
  380. CLANG_ENABLE_OBJC_ARC = YES;
  381. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  382. CLANG_WARN_BOOL_CONVERSION = YES;
  383. CLANG_WARN_COMMA = YES;
  384. CLANG_WARN_CONSTANT_CONVERSION = YES;
  385. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  386. CLANG_WARN_EMPTY_BODY = YES;
  387. CLANG_WARN_ENUM_CONVERSION = YES;
  388. CLANG_WARN_INFINITE_RECURSION = YES;
  389. CLANG_WARN_INT_CONVERSION = YES;
  390. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  391. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  392. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  393. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  394. CLANG_WARN_STRICT_PROTOTYPES = YES;
  395. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  396. CLANG_WARN_UNREACHABLE_CODE = YES;
  397. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  398. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  399. COPY_PHASE_STRIP = NO;
  400. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  401. ENABLE_NS_ASSERTIONS = NO;
  402. ENABLE_STRICT_OBJC_MSGSEND = YES;
  403. GCC_C_LANGUAGE_STANDARD = gnu99;
  404. GCC_NO_COMMON_BLOCKS = YES;
  405. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  406. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  407. GCC_WARN_UNDECLARED_SELECTOR = YES;
  408. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  409. GCC_WARN_UNUSED_FUNCTION = YES;
  410. GCC_WARN_UNUSED_VARIABLE = YES;
  411. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  412. MTL_ENABLE_DEBUG_INFO = NO;
  413. SDKROOT = iphoneos;
  414. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  415. VALIDATE_PRODUCT = YES;
  416. };
  417. name = Release;
  418. };
  419. 607FACF01AFB9204008FA782 /* Debug */ = {
  420. isa = XCBuildConfiguration;
  421. baseConfigurationReference = F1D5DDAED84A11983914AA81 /* Pods-BFFramework_Example.debug.xcconfig */;
  422. buildSettings = {
  423. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  424. DEVELOPMENT_TEAM = UH52C8A7SN;
  425. INFOPLIST_FILE = BFFramework/Info.plist;
  426. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  427. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  428. MODULE_NAME = ExampleApp;
  429. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
  430. PRODUCT_NAME = "$(TARGET_NAME)";
  431. SWIFT_OBJC_BRIDGING_HEADER = "BFFramework-Demo-Bridging-Header.h";
  432. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  433. SWIFT_VERSION = 4.0;
  434. };
  435. name = Debug;
  436. };
  437. 607FACF11AFB9204008FA782 /* Release */ = {
  438. isa = XCBuildConfiguration;
  439. baseConfigurationReference = FA3ED99619248A3B8FB17EF0 /* Pods-BFFramework_Example.release.xcconfig */;
  440. buildSettings = {
  441. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  442. DEVELOPMENT_TEAM = UH52C8A7SN;
  443. INFOPLIST_FILE = BFFramework/Info.plist;
  444. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  445. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  446. MODULE_NAME = ExampleApp;
  447. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
  448. PRODUCT_NAME = "$(TARGET_NAME)";
  449. SWIFT_OBJC_BRIDGING_HEADER = "BFFramework-Demo-Bridging-Header.h";
  450. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  451. SWIFT_VERSION = 4.0;
  452. };
  453. name = Release;
  454. };
  455. /* End XCBuildConfiguration section */
  456. /* Begin XCConfigurationList section */
  457. 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFFramework" */ = {
  458. isa = XCConfigurationList;
  459. buildConfigurations = (
  460. 607FACED1AFB9204008FA782 /* Debug */,
  461. 607FACEE1AFB9204008FA782 /* Release */,
  462. );
  463. defaultConfigurationIsVisible = 0;
  464. defaultConfigurationName = Release;
  465. };
  466. 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFFramework_Example" */ = {
  467. isa = XCConfigurationList;
  468. buildConfigurations = (
  469. 607FACF01AFB9204008FA782 /* Debug */,
  470. 607FACF11AFB9204008FA782 /* Release */,
  471. );
  472. defaultConfigurationIsVisible = 0;
  473. defaultConfigurationName = Release;
  474. };
  475. /* End XCConfigurationList section */
  476. };
  477. rootObject = 607FACC81AFB9204008FA782 /* Project object */;
  478. }