project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3B93E34C18B58828857503E1 /* Pods_BFStuckPoint_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4452DFFDC0469BA5BBC24183 /* Pods_BFStuckPoint_Tests.framework */; };
  10. 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXFileReference section */
  13. 1B307B6834C1EFC5380DBB88 /* BFStuckPoint.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = BFStuckPoint.podspec; path = ../BFStuckPoint.podspec; sourceTree = "<group>"; };
  14. 38E7A3EC24F53D00E0C317A6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  15. 4452DFFDC0469BA5BBC24183 /* Pods_BFStuckPoint_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFStuckPoint_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  16. 607FACE51AFB9204008FA782 /* BFStuckPoint_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BFStuckPoint_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  17. 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  18. 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  19. 79DF9A060A3800E59F108891 /* Pods-BFStuckPoint_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFStuckPoint_Tests.release.xcconfig"; path = "Target Support Files/Pods-BFStuckPoint_Tests/Pods-BFStuckPoint_Tests.release.xcconfig"; sourceTree = "<group>"; };
  20. 96D6ADC7E07743045213AA39 /* Pods-BFStuckPoint_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFStuckPoint_Tests.debug.xcconfig"; path = "Target Support Files/Pods-BFStuckPoint_Tests/Pods-BFStuckPoint_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  21. E7399677AF119D0D3B968867 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  22. /* End PBXFileReference section */
  23. /* Begin PBXFrameworksBuildPhase section */
  24. 607FACE21AFB9204008FA782 /* Frameworks */ = {
  25. isa = PBXFrameworksBuildPhase;
  26. buildActionMask = 2147483647;
  27. files = (
  28. 3B93E34C18B58828857503E1 /* Pods_BFStuckPoint_Tests.framework in Frameworks */,
  29. );
  30. runOnlyForDeploymentPostprocessing = 0;
  31. };
  32. /* End PBXFrameworksBuildPhase section */
  33. /* Begin PBXGroup section */
  34. 489BCD76109E7A2855992D6C /* Frameworks */ = {
  35. isa = PBXGroup;
  36. children = (
  37. 4452DFFDC0469BA5BBC24183 /* Pods_BFStuckPoint_Tests.framework */,
  38. );
  39. name = Frameworks;
  40. sourceTree = "<group>";
  41. };
  42. 607FACC71AFB9204008FA782 = {
  43. isa = PBXGroup;
  44. children = (
  45. 607FACF51AFB993E008FA782 /* Podspec Metadata */,
  46. 607FACE81AFB9204008FA782 /* Tests */,
  47. 607FACD11AFB9204008FA782 /* Products */,
  48. 70230402127AD9D01A75FA4E /* Pods */,
  49. 489BCD76109E7A2855992D6C /* Frameworks */,
  50. );
  51. sourceTree = "<group>";
  52. };
  53. 607FACD11AFB9204008FA782 /* Products */ = {
  54. isa = PBXGroup;
  55. children = (
  56. 607FACE51AFB9204008FA782 /* BFStuckPoint_Tests.xctest */,
  57. );
  58. name = Products;
  59. sourceTree = "<group>";
  60. };
  61. 607FACE81AFB9204008FA782 /* Tests */ = {
  62. isa = PBXGroup;
  63. children = (
  64. 607FACEB1AFB9204008FA782 /* Tests.swift */,
  65. 607FACE91AFB9204008FA782 /* Supporting Files */,
  66. );
  67. path = Tests;
  68. sourceTree = "<group>";
  69. };
  70. 607FACE91AFB9204008FA782 /* Supporting Files */ = {
  71. isa = PBXGroup;
  72. children = (
  73. 607FACEA1AFB9204008FA782 /* Info.plist */,
  74. );
  75. name = "Supporting Files";
  76. sourceTree = "<group>";
  77. };
  78. 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 1B307B6834C1EFC5380DBB88 /* BFStuckPoint.podspec */,
  82. 38E7A3EC24F53D00E0C317A6 /* README.md */,
  83. E7399677AF119D0D3B968867 /* LICENSE */,
  84. );
  85. name = "Podspec Metadata";
  86. sourceTree = "<group>";
  87. };
  88. 70230402127AD9D01A75FA4E /* Pods */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 96D6ADC7E07743045213AA39 /* Pods-BFStuckPoint_Tests.debug.xcconfig */,
  92. 79DF9A060A3800E59F108891 /* Pods-BFStuckPoint_Tests.release.xcconfig */,
  93. );
  94. name = Pods;
  95. path = Pods;
  96. sourceTree = "<group>";
  97. };
  98. /* End PBXGroup section */
  99. /* Begin PBXNativeTarget section */
  100. 607FACE41AFB9204008FA782 /* BFStuckPoint_Tests */ = {
  101. isa = PBXNativeTarget;
  102. buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFStuckPoint_Tests" */;
  103. buildPhases = (
  104. 22F90F82BD38D7F3F301B1B8 /* [CP] Check Pods Manifest.lock */,
  105. 607FACE11AFB9204008FA782 /* Sources */,
  106. 607FACE21AFB9204008FA782 /* Frameworks */,
  107. 607FACE31AFB9204008FA782 /* Resources */,
  108. 3D10C923EDD8DB45334E826B /* [CP] Embed Pods Frameworks */,
  109. );
  110. buildRules = (
  111. );
  112. dependencies = (
  113. );
  114. name = BFStuckPoint_Tests;
  115. productName = Tests;
  116. productReference = 607FACE51AFB9204008FA782 /* BFStuckPoint_Tests.xctest */;
  117. productType = "com.apple.product-type.bundle.unit-test";
  118. };
  119. /* End PBXNativeTarget section */
  120. /* Begin PBXProject section */
  121. 607FACC81AFB9204008FA782 /* Project object */ = {
  122. isa = PBXProject;
  123. attributes = {
  124. LastSwiftUpdateCheck = 0830;
  125. LastUpgradeCheck = 0830;
  126. ORGANIZATIONNAME = CocoaPods;
  127. TargetAttributes = {
  128. 607FACCF1AFB9204008FA782 = {
  129. CreatedOnToolsVersion = 6.3.1;
  130. LastSwiftMigration = 0900;
  131. };
  132. 607FACE41AFB9204008FA782 = {
  133. CreatedOnToolsVersion = 6.3.1;
  134. LastSwiftMigration = 0900;
  135. TestTargetID = 607FACCF1AFB9204008FA782;
  136. };
  137. };
  138. };
  139. buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFStuckPoint" */;
  140. compatibilityVersion = "Xcode 3.2";
  141. developmentRegion = English;
  142. hasScannedForEncodings = 0;
  143. knownRegions = (
  144. en,
  145. Base,
  146. );
  147. mainGroup = 607FACC71AFB9204008FA782;
  148. productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
  149. projectDirPath = "";
  150. projectRoot = "";
  151. targets = (
  152. 607FACE41AFB9204008FA782 /* BFStuckPoint_Tests */,
  153. );
  154. };
  155. /* End PBXProject section */
  156. /* Begin PBXResourcesBuildPhase section */
  157. 607FACE31AFB9204008FA782 /* Resources */ = {
  158. isa = PBXResourcesBuildPhase;
  159. buildActionMask = 2147483647;
  160. files = (
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. /* End PBXResourcesBuildPhase section */
  165. /* Begin PBXShellScriptBuildPhase section */
  166. 22F90F82BD38D7F3F301B1B8 /* [CP] Check Pods Manifest.lock */ = {
  167. isa = PBXShellScriptBuildPhase;
  168. buildActionMask = 2147483647;
  169. files = (
  170. );
  171. inputFileListPaths = (
  172. );
  173. inputPaths = (
  174. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  175. "${PODS_ROOT}/Manifest.lock",
  176. );
  177. name = "[CP] Check Pods Manifest.lock";
  178. outputFileListPaths = (
  179. );
  180. outputPaths = (
  181. "$(DERIVED_FILE_DIR)/Pods-BFStuckPoint_Tests-checkManifestLockResult.txt",
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. shellPath = /bin/sh;
  185. 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";
  186. showEnvVarsInLog = 0;
  187. };
  188. 3D10C923EDD8DB45334E826B /* [CP] Embed Pods Frameworks */ = {
  189. isa = PBXShellScriptBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. );
  193. inputPaths = (
  194. "${PODS_ROOT}/Target Support Files/Pods-BFStuckPoint_Tests/Pods-BFStuckPoint_Tests-frameworks.sh",
  195. "${BUILT_PRODUCTS_DIR}/BFStuckPoint/BFStuckPoint.framework",
  196. );
  197. name = "[CP] Embed Pods Frameworks";
  198. outputPaths = (
  199. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFStuckPoint.framework",
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. shellPath = /bin/sh;
  203. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFStuckPoint_Tests/Pods-BFStuckPoint_Tests-frameworks.sh\"\n";
  204. showEnvVarsInLog = 0;
  205. };
  206. /* End PBXShellScriptBuildPhase section */
  207. /* Begin PBXSourcesBuildPhase section */
  208. 607FACE11AFB9204008FA782 /* Sources */ = {
  209. isa = PBXSourcesBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXSourcesBuildPhase section */
  217. /* Begin XCBuildConfiguration section */
  218. 607FACED1AFB9204008FA782 /* Debug */ = {
  219. isa = XCBuildConfiguration;
  220. buildSettings = {
  221. ALWAYS_SEARCH_USER_PATHS = NO;
  222. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  223. CLANG_CXX_LIBRARY = "libc++";
  224. CLANG_ENABLE_MODULES = YES;
  225. CLANG_ENABLE_OBJC_ARC = YES;
  226. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  227. CLANG_WARN_BOOL_CONVERSION = YES;
  228. CLANG_WARN_COMMA = YES;
  229. CLANG_WARN_CONSTANT_CONVERSION = YES;
  230. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  231. CLANG_WARN_EMPTY_BODY = YES;
  232. CLANG_WARN_ENUM_CONVERSION = YES;
  233. CLANG_WARN_INFINITE_RECURSION = YES;
  234. CLANG_WARN_INT_CONVERSION = YES;
  235. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  236. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  237. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  238. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  239. CLANG_WARN_STRICT_PROTOTYPES = YES;
  240. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  241. CLANG_WARN_UNREACHABLE_CODE = YES;
  242. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  243. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  244. COPY_PHASE_STRIP = NO;
  245. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  246. ENABLE_STRICT_OBJC_MSGSEND = YES;
  247. ENABLE_TESTABILITY = YES;
  248. GCC_C_LANGUAGE_STANDARD = gnu99;
  249. GCC_DYNAMIC_NO_PIC = NO;
  250. GCC_NO_COMMON_BLOCKS = YES;
  251. GCC_OPTIMIZATION_LEVEL = 0;
  252. GCC_PREPROCESSOR_DEFINITIONS = (
  253. "DEBUG=1",
  254. "$(inherited)",
  255. );
  256. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  257. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  258. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  259. GCC_WARN_UNDECLARED_SELECTOR = YES;
  260. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  261. GCC_WARN_UNUSED_FUNCTION = YES;
  262. GCC_WARN_UNUSED_VARIABLE = YES;
  263. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  264. MTL_ENABLE_DEBUG_INFO = YES;
  265. ONLY_ACTIVE_ARCH = YES;
  266. SDKROOT = iphoneos;
  267. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  268. };
  269. name = Debug;
  270. };
  271. 607FACEE1AFB9204008FA782 /* Release */ = {
  272. isa = XCBuildConfiguration;
  273. buildSettings = {
  274. ALWAYS_SEARCH_USER_PATHS = NO;
  275. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  276. CLANG_CXX_LIBRARY = "libc++";
  277. CLANG_ENABLE_MODULES = YES;
  278. CLANG_ENABLE_OBJC_ARC = YES;
  279. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  280. CLANG_WARN_BOOL_CONVERSION = YES;
  281. CLANG_WARN_COMMA = YES;
  282. CLANG_WARN_CONSTANT_CONVERSION = YES;
  283. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  284. CLANG_WARN_EMPTY_BODY = YES;
  285. CLANG_WARN_ENUM_CONVERSION = YES;
  286. CLANG_WARN_INFINITE_RECURSION = YES;
  287. CLANG_WARN_INT_CONVERSION = YES;
  288. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  289. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  290. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  291. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  292. CLANG_WARN_STRICT_PROTOTYPES = YES;
  293. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  294. CLANG_WARN_UNREACHABLE_CODE = YES;
  295. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  296. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  297. COPY_PHASE_STRIP = NO;
  298. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  299. ENABLE_NS_ASSERTIONS = NO;
  300. ENABLE_STRICT_OBJC_MSGSEND = YES;
  301. GCC_C_LANGUAGE_STANDARD = gnu99;
  302. GCC_NO_COMMON_BLOCKS = YES;
  303. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  304. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  305. GCC_WARN_UNDECLARED_SELECTOR = YES;
  306. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  307. GCC_WARN_UNUSED_FUNCTION = YES;
  308. GCC_WARN_UNUSED_VARIABLE = YES;
  309. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  310. MTL_ENABLE_DEBUG_INFO = NO;
  311. SDKROOT = iphoneos;
  312. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  313. VALIDATE_PRODUCT = YES;
  314. };
  315. name = Release;
  316. };
  317. 607FACF31AFB9204008FA782 /* Debug */ = {
  318. isa = XCBuildConfiguration;
  319. baseConfigurationReference = 96D6ADC7E07743045213AA39 /* Pods-BFStuckPoint_Tests.debug.xcconfig */;
  320. buildSettings = {
  321. FRAMEWORK_SEARCH_PATHS = (
  322. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  323. "$(inherited)",
  324. );
  325. GCC_PREPROCESSOR_DEFINITIONS = (
  326. "DEBUG=1",
  327. "$(inherited)",
  328. );
  329. INFOPLIST_FILE = Tests/Info.plist;
  330. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  331. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
  332. PRODUCT_NAME = "$(TARGET_NAME)";
  333. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  334. SWIFT_VERSION = 4.0;
  335. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BFStuckPoint_Example.app/BFStuckPoint_Example";
  336. };
  337. name = Debug;
  338. };
  339. 607FACF41AFB9204008FA782 /* Release */ = {
  340. isa = XCBuildConfiguration;
  341. baseConfigurationReference = 79DF9A060A3800E59F108891 /* Pods-BFStuckPoint_Tests.release.xcconfig */;
  342. buildSettings = {
  343. FRAMEWORK_SEARCH_PATHS = (
  344. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  345. "$(inherited)",
  346. );
  347. INFOPLIST_FILE = Tests/Info.plist;
  348. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  349. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
  350. PRODUCT_NAME = "$(TARGET_NAME)";
  351. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  352. SWIFT_VERSION = 4.0;
  353. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BFStuckPoint_Example.app/BFStuckPoint_Example";
  354. };
  355. name = Release;
  356. };
  357. /* End XCBuildConfiguration section */
  358. /* Begin XCConfigurationList section */
  359. 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFStuckPoint" */ = {
  360. isa = XCConfigurationList;
  361. buildConfigurations = (
  362. 607FACED1AFB9204008FA782 /* Debug */,
  363. 607FACEE1AFB9204008FA782 /* Release */,
  364. );
  365. defaultConfigurationIsVisible = 0;
  366. defaultConfigurationName = Release;
  367. };
  368. 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFStuckPoint_Tests" */ = {
  369. isa = XCConfigurationList;
  370. buildConfigurations = (
  371. 607FACF31AFB9204008FA782 /* Debug */,
  372. 607FACF41AFB9204008FA782 /* Release */,
  373. );
  374. defaultConfigurationIsVisible = 0;
  375. defaultConfigurationName = Release;
  376. };
  377. /* End XCConfigurationList section */
  378. };
  379. rootObject = 607FACC81AFB9204008FA782 /* Project object */;
  380. }