project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. DD03E3151981B52F00E0DE94 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E30F1981B52F00E0DE94 /* AppDelegate.swift */; };
  10. DD03E3171981B52F00E0DE94 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD03E3121981B52F00E0DE94 /* Images.xcassets */; };
  11. DD03E3191981B52F00E0DE94 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3141981B52F00E0DE94 /* ViewController.swift */; };
  12. DD03E3201981B70D00E0DE94 /* CompositeConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E31F1981B70D00E0DE94 /* CompositeConstraint.swift */; };
  13. DD03E3221981B71C00E0DE94 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3211981B71C00E0DE94 /* Constraint.swift */; };
  14. DD03E3241981B72A00E0DE94 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3231981B72A00E0DE94 /* ConstraintMaker.swift */; };
  15. DD03E3261981B78D00E0DE94 /* ViewAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3251981B78D00E0DE94 /* ViewAttribute.swift */; };
  16. DD03E3281981B79C00E0DE94 /* ViewConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3271981B79C00E0DE94 /* ViewConstraint.swift */; };
  17. DD03E32A1981B7BF00E0DE94 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3291981B7BF00E0DE94 /* View.swift */; };
  18. DDC9FDAE1981B4DD009612C7 /* SnappyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC9FDAD1981B4DD009612C7 /* SnappyTests.swift */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXContainerItemProxy section */
  21. DD03E31B1981B66800E0DE94 /* PBXContainerItemProxy */ = {
  22. isa = PBXContainerItemProxy;
  23. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  24. proxyType = 1;
  25. remoteGlobalIDString = DDC9FD941981B4DD009612C7;
  26. remoteInfo = Snappy;
  27. };
  28. DD03E31D1981B66800E0DE94 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = DDC9FD941981B4DD009612C7;
  33. remoteInfo = Snappy;
  34. };
  35. DDC9FDA81981B4DD009612C7 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = DDC9FD941981B4DD009612C7;
  40. remoteInfo = Snappy;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXFileReference section */
  44. DD03E30F1981B52F00E0DE94 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  45. DD03E3121981B52F00E0DE94 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  46. DD03E3131981B52F00E0DE94 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  47. DD03E3141981B52F00E0DE94 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  48. DD03E31F1981B70D00E0DE94 /* CompositeConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompositeConstraint.swift; sourceTree = "<group>"; };
  49. DD03E3211981B71C00E0DE94 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  50. DD03E3231981B72A00E0DE94 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  51. DD03E3251981B78D00E0DE94 /* ViewAttribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewAttribute.swift; sourceTree = "<group>"; };
  52. DD03E3271981B79C00E0DE94 /* ViewConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewConstraint.swift; sourceTree = "<group>"; };
  53. DD03E3291981B7BF00E0DE94 /* View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = "<group>"; };
  54. DDC9FD951981B4DD009612C7 /* Snappy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Snappy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  55. DDC9FDA71981B4DD009612C7 /* SnappyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnappyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  56. DDC9FDAD1981B4DD009612C7 /* SnappyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnappyTests.swift; sourceTree = "<group>"; };
  57. /* End PBXFileReference section */
  58. /* Begin PBXFrameworksBuildPhase section */
  59. DDC9FD921981B4DD009612C7 /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. DDC9FDA41981B4DD009612C7 /* Frameworks */ = {
  67. isa = PBXFrameworksBuildPhase;
  68. buildActionMask = 2147483647;
  69. files = (
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. DD03E30E1981B52F00E0DE94 /* SnappyExample */ = {
  76. isa = PBXGroup;
  77. children = (
  78. DD03E30F1981B52F00E0DE94 /* AppDelegate.swift */,
  79. DD03E3121981B52F00E0DE94 /* Images.xcassets */,
  80. DD03E3131981B52F00E0DE94 /* Info.plist */,
  81. DD03E3141981B52F00E0DE94 /* ViewController.swift */,
  82. );
  83. path = SnappyExample;
  84. sourceTree = "<group>";
  85. };
  86. DD03E31A1981B62D00E0DE94 /* Snappy */ = {
  87. isa = PBXGroup;
  88. children = (
  89. DD03E31F1981B70D00E0DE94 /* CompositeConstraint.swift */,
  90. DD03E3211981B71C00E0DE94 /* Constraint.swift */,
  91. DD03E3231981B72A00E0DE94 /* ConstraintMaker.swift */,
  92. DD03E3251981B78D00E0DE94 /* ViewAttribute.swift */,
  93. DD03E3271981B79C00E0DE94 /* ViewConstraint.swift */,
  94. DD03E3291981B7BF00E0DE94 /* View.swift */,
  95. );
  96. path = Snappy;
  97. sourceTree = "<group>";
  98. };
  99. DDC9FD8C1981B4DD009612C7 = {
  100. isa = PBXGroup;
  101. children = (
  102. DD03E31A1981B62D00E0DE94 /* Snappy */,
  103. DD03E30E1981B52F00E0DE94 /* SnappyExample */,
  104. DDC9FDAA1981B4DD009612C7 /* SnappyTests */,
  105. DDC9FD961981B4DD009612C7 /* Products */,
  106. );
  107. sourceTree = "<group>";
  108. };
  109. DDC9FD961981B4DD009612C7 /* Products */ = {
  110. isa = PBXGroup;
  111. children = (
  112. DDC9FD951981B4DD009612C7 /* Snappy.app */,
  113. DDC9FDA71981B4DD009612C7 /* SnappyTests.xctest */,
  114. );
  115. name = Products;
  116. sourceTree = "<group>";
  117. };
  118. DDC9FDAA1981B4DD009612C7 /* SnappyTests */ = {
  119. isa = PBXGroup;
  120. children = (
  121. DDC9FDAD1981B4DD009612C7 /* SnappyTests.swift */,
  122. );
  123. path = SnappyTests;
  124. sourceTree = "<group>";
  125. };
  126. /* End PBXGroup section */
  127. /* Begin PBXNativeTarget section */
  128. DDC9FD941981B4DD009612C7 /* Snappy */ = {
  129. isa = PBXNativeTarget;
  130. buildConfigurationList = DDC9FDB11981B4DD009612C7 /* Build configuration list for PBXNativeTarget "Snappy" */;
  131. buildPhases = (
  132. DDC9FD911981B4DD009612C7 /* Sources */,
  133. DDC9FD921981B4DD009612C7 /* Frameworks */,
  134. DDC9FD931981B4DD009612C7 /* Resources */,
  135. );
  136. buildRules = (
  137. );
  138. dependencies = (
  139. );
  140. name = Snappy;
  141. productName = Snappy;
  142. productReference = DDC9FD951981B4DD009612C7 /* Snappy.app */;
  143. productType = "com.apple.product-type.application";
  144. };
  145. DDC9FDA61981B4DD009612C7 /* SnappyTests */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = DDC9FDB41981B4DD009612C7 /* Build configuration list for PBXNativeTarget "SnappyTests" */;
  148. buildPhases = (
  149. DDC9FDA31981B4DD009612C7 /* Sources */,
  150. DDC9FDA41981B4DD009612C7 /* Frameworks */,
  151. DDC9FDA51981B4DD009612C7 /* Resources */,
  152. );
  153. buildRules = (
  154. );
  155. dependencies = (
  156. DDC9FDA91981B4DD009612C7 /* PBXTargetDependency */,
  157. DD03E31C1981B66800E0DE94 /* PBXTargetDependency */,
  158. DD03E31E1981B66800E0DE94 /* PBXTargetDependency */,
  159. );
  160. name = SnappyTests;
  161. productName = SnappyTests;
  162. productReference = DDC9FDA71981B4DD009612C7 /* SnappyTests.xctest */;
  163. productType = "com.apple.product-type.bundle.unit-test";
  164. };
  165. /* End PBXNativeTarget section */
  166. /* Begin PBXProject section */
  167. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  168. isa = PBXProject;
  169. attributes = {
  170. LastUpgradeCheck = 0600;
  171. ORGANIZATIONNAME = "Jonas Budelmann";
  172. TargetAttributes = {
  173. DDC9FD941981B4DD009612C7 = {
  174. CreatedOnToolsVersion = 6.0;
  175. };
  176. DDC9FDA61981B4DD009612C7 = {
  177. CreatedOnToolsVersion = 6.0;
  178. TestTargetID = DDC9FD941981B4DD009612C7;
  179. };
  180. };
  181. };
  182. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snappy" */;
  183. compatibilityVersion = "Xcode 3.2";
  184. developmentRegion = English;
  185. hasScannedForEncodings = 0;
  186. knownRegions = (
  187. en,
  188. Base,
  189. );
  190. mainGroup = DDC9FD8C1981B4DD009612C7;
  191. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  192. projectDirPath = "";
  193. projectRoot = "";
  194. targets = (
  195. DDC9FD941981B4DD009612C7 /* Snappy */,
  196. DDC9FDA61981B4DD009612C7 /* SnappyTests */,
  197. );
  198. };
  199. /* End PBXProject section */
  200. /* Begin PBXResourcesBuildPhase section */
  201. DDC9FD931981B4DD009612C7 /* Resources */ = {
  202. isa = PBXResourcesBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. DD03E3171981B52F00E0DE94 /* Images.xcassets in Resources */,
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. DDC9FDA51981B4DD009612C7 /* Resources */ = {
  210. isa = PBXResourcesBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXResourcesBuildPhase section */
  217. /* Begin PBXSourcesBuildPhase section */
  218. DDC9FD911981B4DD009612C7 /* Sources */ = {
  219. isa = PBXSourcesBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. DD03E32A1981B7BF00E0DE94 /* View.swift in Sources */,
  223. DD03E3221981B71C00E0DE94 /* Constraint.swift in Sources */,
  224. DD03E3241981B72A00E0DE94 /* ConstraintMaker.swift in Sources */,
  225. DD03E3191981B52F00E0DE94 /* ViewController.swift in Sources */,
  226. DD03E3281981B79C00E0DE94 /* ViewConstraint.swift in Sources */,
  227. DD03E3201981B70D00E0DE94 /* CompositeConstraint.swift in Sources */,
  228. DD03E3151981B52F00E0DE94 /* AppDelegate.swift in Sources */,
  229. DD03E3261981B78D00E0DE94 /* ViewAttribute.swift in Sources */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. DDC9FDA31981B4DD009612C7 /* Sources */ = {
  234. isa = PBXSourcesBuildPhase;
  235. buildActionMask = 2147483647;
  236. files = (
  237. DDC9FDAE1981B4DD009612C7 /* SnappyTests.swift in Sources */,
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. /* End PBXSourcesBuildPhase section */
  242. /* Begin PBXTargetDependency section */
  243. DD03E31C1981B66800E0DE94 /* PBXTargetDependency */ = {
  244. isa = PBXTargetDependency;
  245. target = DDC9FD941981B4DD009612C7 /* Snappy */;
  246. targetProxy = DD03E31B1981B66800E0DE94 /* PBXContainerItemProxy */;
  247. };
  248. DD03E31E1981B66800E0DE94 /* PBXTargetDependency */ = {
  249. isa = PBXTargetDependency;
  250. target = DDC9FD941981B4DD009612C7 /* Snappy */;
  251. targetProxy = DD03E31D1981B66800E0DE94 /* PBXContainerItemProxy */;
  252. };
  253. DDC9FDA91981B4DD009612C7 /* PBXTargetDependency */ = {
  254. isa = PBXTargetDependency;
  255. target = DDC9FD941981B4DD009612C7 /* Snappy */;
  256. targetProxy = DDC9FDA81981B4DD009612C7 /* PBXContainerItemProxy */;
  257. };
  258. /* End PBXTargetDependency section */
  259. /* Begin XCBuildConfiguration section */
  260. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  261. isa = XCBuildConfiguration;
  262. buildSettings = {
  263. ALWAYS_SEARCH_USER_PATHS = NO;
  264. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  265. CLANG_CXX_LIBRARY = "libc++";
  266. CLANG_ENABLE_MODULES = YES;
  267. CLANG_ENABLE_OBJC_ARC = YES;
  268. CLANG_WARN_BOOL_CONVERSION = YES;
  269. CLANG_WARN_CONSTANT_CONVERSION = YES;
  270. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  271. CLANG_WARN_EMPTY_BODY = YES;
  272. CLANG_WARN_ENUM_CONVERSION = YES;
  273. CLANG_WARN_INT_CONVERSION = YES;
  274. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  275. CLANG_WARN_UNREACHABLE_CODE = YES;
  276. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  277. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  278. COPY_PHASE_STRIP = NO;
  279. ENABLE_STRICT_OBJC_MSGSEND = YES;
  280. GCC_C_LANGUAGE_STANDARD = gnu99;
  281. GCC_DYNAMIC_NO_PIC = NO;
  282. GCC_OPTIMIZATION_LEVEL = 0;
  283. GCC_PREPROCESSOR_DEFINITIONS = (
  284. "DEBUG=1",
  285. "$(inherited)",
  286. );
  287. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  288. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  289. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  290. GCC_WARN_UNDECLARED_SELECTOR = YES;
  291. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  292. GCC_WARN_UNUSED_FUNCTION = YES;
  293. GCC_WARN_UNUSED_VARIABLE = YES;
  294. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  295. MTL_ENABLE_DEBUG_INFO = YES;
  296. ONLY_ACTIVE_ARCH = YES;
  297. SDKROOT = iphoneos;
  298. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  299. TARGETED_DEVICE_FAMILY = "1,2";
  300. };
  301. name = Debug;
  302. };
  303. DDC9FDB01981B4DD009612C7 /* Release */ = {
  304. isa = XCBuildConfiguration;
  305. buildSettings = {
  306. ALWAYS_SEARCH_USER_PATHS = NO;
  307. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  308. CLANG_CXX_LIBRARY = "libc++";
  309. CLANG_ENABLE_MODULES = YES;
  310. CLANG_ENABLE_OBJC_ARC = YES;
  311. CLANG_WARN_BOOL_CONVERSION = YES;
  312. CLANG_WARN_CONSTANT_CONVERSION = YES;
  313. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  314. CLANG_WARN_EMPTY_BODY = YES;
  315. CLANG_WARN_ENUM_CONVERSION = YES;
  316. CLANG_WARN_INT_CONVERSION = YES;
  317. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  321. COPY_PHASE_STRIP = YES;
  322. ENABLE_NS_ASSERTIONS = NO;
  323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu99;
  325. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  326. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  327. GCC_WARN_UNDECLARED_SELECTOR = YES;
  328. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  329. GCC_WARN_UNUSED_FUNCTION = YES;
  330. GCC_WARN_UNUSED_VARIABLE = YES;
  331. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  332. MTL_ENABLE_DEBUG_INFO = NO;
  333. SDKROOT = iphoneos;
  334. TARGETED_DEVICE_FAMILY = "1,2";
  335. VALIDATE_PRODUCT = YES;
  336. };
  337. name = Release;
  338. };
  339. DDC9FDB21981B4DD009612C7 /* Debug */ = {
  340. isa = XCBuildConfiguration;
  341. buildSettings = {
  342. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  343. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  344. INFOPLIST_FILE = SnappyExample/Info.plist;
  345. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  346. PRODUCT_NAME = "$(TARGET_NAME)";
  347. };
  348. name = Debug;
  349. };
  350. DDC9FDB31981B4DD009612C7 /* Release */ = {
  351. isa = XCBuildConfiguration;
  352. buildSettings = {
  353. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  354. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  355. INFOPLIST_FILE = SnappyExample/Info.plist;
  356. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  357. PRODUCT_NAME = "$(TARGET_NAME)";
  358. };
  359. name = Release;
  360. };
  361. DDC9FDB51981B4DD009612C7 /* Debug */ = {
  362. isa = XCBuildConfiguration;
  363. buildSettings = {
  364. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Snappy.app/Snappy";
  365. FRAMEWORK_SEARCH_PATHS = (
  366. "$(SDKROOT)/Developer/Library/Frameworks",
  367. "$(inherited)",
  368. );
  369. GCC_PREPROCESSOR_DEFINITIONS = (
  370. "DEBUG=1",
  371. "$(inherited)",
  372. );
  373. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  374. PRODUCT_NAME = "$(TARGET_NAME)";
  375. TEST_HOST = "$(BUNDLE_LOADER)";
  376. };
  377. name = Debug;
  378. };
  379. DDC9FDB61981B4DD009612C7 /* Release */ = {
  380. isa = XCBuildConfiguration;
  381. buildSettings = {
  382. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Snappy.app/Snappy";
  383. FRAMEWORK_SEARCH_PATHS = (
  384. "$(SDKROOT)/Developer/Library/Frameworks",
  385. "$(inherited)",
  386. );
  387. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  388. PRODUCT_NAME = "$(TARGET_NAME)";
  389. TEST_HOST = "$(BUNDLE_LOADER)";
  390. };
  391. name = Release;
  392. };
  393. /* End XCBuildConfiguration section */
  394. /* Begin XCConfigurationList section */
  395. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snappy" */ = {
  396. isa = XCConfigurationList;
  397. buildConfigurations = (
  398. DDC9FDAF1981B4DD009612C7 /* Debug */,
  399. DDC9FDB01981B4DD009612C7 /* Release */,
  400. );
  401. defaultConfigurationIsVisible = 0;
  402. defaultConfigurationName = Release;
  403. };
  404. DDC9FDB11981B4DD009612C7 /* Build configuration list for PBXNativeTarget "Snappy" */ = {
  405. isa = XCConfigurationList;
  406. buildConfigurations = (
  407. DDC9FDB21981B4DD009612C7 /* Debug */,
  408. DDC9FDB31981B4DD009612C7 /* Release */,
  409. );
  410. defaultConfigurationIsVisible = 0;
  411. defaultConfigurationName = Release;
  412. };
  413. DDC9FDB41981B4DD009612C7 /* Build configuration list for PBXNativeTarget "SnappyTests" */ = {
  414. isa = XCConfigurationList;
  415. buildConfigurations = (
  416. DDC9FDB51981B4DD009612C7 /* Debug */,
  417. DDC9FDB61981B4DD009612C7 /* Release */,
  418. );
  419. defaultConfigurationIsVisible = 0;
  420. defaultConfigurationName = Release;
  421. };
  422. /* End XCConfigurationList section */
  423. };
  424. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  425. }