project.pbxproj 15 KB

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