project.pbxproj 14 KB

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