2
0

project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FAB1D74B079000443CD /* AppDelegate.swift */; };
  10. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAD1D74B079000443CD /* Assets.xcassets */; };
  11. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAF1D74B079000443CD /* MainMenu.xib */; };
  12. D35C9FC81D74B0C1000443CD /* StickyNoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FC71D74B0C1000443CD /* StickyNoteViewController.swift */; };
  13. D35C9FD11D74B3BD000443CD /* StickyNoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FD01D74B3BD000443CD /* StickyNoteView.swift */; };
  14. D3A0EAB41D74B851008F687D /* gRPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35C9FC61D74B097000443CD /* gRPC.framework */; };
  15. D3A0EAB51D74B851008F687D /* QuickProto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35C9FBE1D74B08C000443CD /* QuickProto.framework */; };
  16. D3A0EABD1D74BABC008F687D /* stickynote.out in Resources */ = {isa = PBXBuildFile; fileRef = D3A0EABC1D74BABC008F687D /* stickynote.out */; };
  17. D3A682F91D81D601009E3E9E /* StickyServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A682F81D81D601009E3E9E /* StickyServer.swift */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. D35C9FBD1D74B08C000443CD /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  23. proxyType = 2;
  24. remoteGlobalIDString = D35C9F341D74A1C0000443CD;
  25. remoteInfo = QuickProto;
  26. };
  27. D35C9FBF1D74B08C000443CD /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = D35C9F691D74A4AB000443CD;
  32. remoteInfo = QuickDemo;
  33. };
  34. D35C9FC51D74B097000443CD /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = D35C9FC11D74B097000443CD /* gRPC.xcodeproj */;
  37. proxyType = 2;
  38. remoteGlobalIDString = D3BD37331D5126380005E698;
  39. remoteInfo = gRPC;
  40. };
  41. D3A0EAAD1D74B846008F687D /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = D35C9FC11D74B097000443CD /* gRPC.xcodeproj */;
  44. proxyType = 1;
  45. remoteGlobalIDString = D3BD37321D5126380005E698;
  46. remoteInfo = gRPC;
  47. };
  48. D3A0EAB21D74B84A008F687D /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  51. proxyType = 1;
  52. remoteGlobalIDString = D35C9F331D74A1C0000443CD;
  53. remoteInfo = QuickProto;
  54. };
  55. /* End PBXContainerItemProxy section */
  56. /* Begin PBXFileReference section */
  57. D35C9FA81D74B079000443CD /* StickyNotes.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StickyNotes.app; sourceTree = BUILT_PRODUCTS_DIR; };
  58. D35C9FAB1D74B079000443CD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  59. D35C9FAD1D74B079000443CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  60. D35C9FB01D74B079000443CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  61. D35C9FB21D74B079000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  62. D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QuickProto.xcodeproj; path = ../../QuickProto/QuickProto.xcodeproj; sourceTree = "<group>"; };
  63. D35C9FC11D74B097000443CD /* gRPC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gRPC.xcodeproj; path = ../../gRPC.xcodeproj; sourceTree = "<group>"; };
  64. D35C9FC71D74B0C1000443CD /* StickyNoteViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StickyNoteViewController.swift; sourceTree = "<group>"; };
  65. D35C9FD01D74B3BD000443CD /* StickyNoteView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StickyNoteView.swift; sourceTree = "<group>"; };
  66. D3A0EABC1D74BABC008F687D /* stickynote.out */ = {isa = PBXFileReference; lastKnownFileType = file; path = stickynote.out; sourceTree = "<group>"; };
  67. D3A682F81D81D601009E3E9E /* StickyServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StickyServer.swift; sourceTree = "<group>"; };
  68. /* End PBXFileReference section */
  69. /* Begin PBXFrameworksBuildPhase section */
  70. D35C9FA51D74B079000443CD /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. D3A0EAB41D74B851008F687D /* gRPC.framework in Frameworks */,
  75. D3A0EAB51D74B851008F687D /* QuickProto.framework in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. /* End PBXFrameworksBuildPhase section */
  80. /* Begin PBXGroup section */
  81. D35C9F9F1D74B079000443CD = {
  82. isa = PBXGroup;
  83. children = (
  84. D3A0EABC1D74BABC008F687D /* stickynote.out */,
  85. D35C9FC11D74B097000443CD /* gRPC.xcodeproj */,
  86. D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */,
  87. D35C9FAA1D74B079000443CD /* StickyNotes */,
  88. D35C9FA91D74B079000443CD /* Products */,
  89. );
  90. sourceTree = "<group>";
  91. };
  92. D35C9FA91D74B079000443CD /* Products */ = {
  93. isa = PBXGroup;
  94. children = (
  95. D35C9FA81D74B079000443CD /* StickyNotes.app */,
  96. );
  97. name = Products;
  98. sourceTree = "<group>";
  99. };
  100. D35C9FAA1D74B079000443CD /* StickyNotes */ = {
  101. isa = PBXGroup;
  102. children = (
  103. D35C9FAB1D74B079000443CD /* AppDelegate.swift */,
  104. D35C9FAD1D74B079000443CD /* Assets.xcassets */,
  105. D35C9FAF1D74B079000443CD /* MainMenu.xib */,
  106. D35C9FB21D74B079000443CD /* Info.plist */,
  107. D35C9FC71D74B0C1000443CD /* StickyNoteViewController.swift */,
  108. D35C9FD01D74B3BD000443CD /* StickyNoteView.swift */,
  109. D3A682F81D81D601009E3E9E /* StickyServer.swift */,
  110. );
  111. path = StickyNotes;
  112. sourceTree = "<group>";
  113. };
  114. D35C9FB91D74B08C000443CD /* Products */ = {
  115. isa = PBXGroup;
  116. children = (
  117. D35C9FBE1D74B08C000443CD /* QuickProto.framework */,
  118. D35C9FC01D74B08C000443CD /* QuickDemo */,
  119. );
  120. name = Products;
  121. sourceTree = "<group>";
  122. };
  123. D35C9FC21D74B097000443CD /* Products */ = {
  124. isa = PBXGroup;
  125. children = (
  126. D35C9FC61D74B097000443CD /* gRPC.framework */,
  127. );
  128. name = Products;
  129. sourceTree = "<group>";
  130. };
  131. /* End PBXGroup section */
  132. /* Begin PBXNativeTarget section */
  133. D35C9FA71D74B079000443CD /* StickyNotes */ = {
  134. isa = PBXNativeTarget;
  135. buildConfigurationList = D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "StickyNotes" */;
  136. buildPhases = (
  137. D35C9FA41D74B079000443CD /* Sources */,
  138. D35C9FA51D74B079000443CD /* Frameworks */,
  139. D35C9FA61D74B079000443CD /* Resources */,
  140. );
  141. buildRules = (
  142. );
  143. dependencies = (
  144. D3A0EAB31D74B84A008F687D /* PBXTargetDependency */,
  145. D3A0EAAE1D74B846008F687D /* PBXTargetDependency */,
  146. );
  147. name = StickyNotes;
  148. productName = StickyNotes;
  149. productReference = D35C9FA81D74B079000443CD /* StickyNotes.app */;
  150. productType = "com.apple.product-type.application";
  151. };
  152. /* End PBXNativeTarget section */
  153. /* Begin PBXProject section */
  154. D35C9FA01D74B079000443CD /* Project object */ = {
  155. isa = PBXProject;
  156. attributes = {
  157. LastSwiftUpdateCheck = 0800;
  158. LastUpgradeCheck = 0800;
  159. ORGANIZATIONNAME = Google;
  160. TargetAttributes = {
  161. D35C9FA71D74B079000443CD = {
  162. CreatedOnToolsVersion = 8.0;
  163. DevelopmentTeam = EQHXZ8M8AV;
  164. ProvisioningStyle = Automatic;
  165. };
  166. };
  167. };
  168. buildConfigurationList = D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "StickyNotes" */;
  169. compatibilityVersion = "Xcode 3.2";
  170. developmentRegion = English;
  171. hasScannedForEncodings = 0;
  172. knownRegions = (
  173. en,
  174. Base,
  175. );
  176. mainGroup = D35C9F9F1D74B079000443CD;
  177. productRefGroup = D35C9FA91D74B079000443CD /* Products */;
  178. projectDirPath = "";
  179. projectReferences = (
  180. {
  181. ProductGroup = D35C9FC21D74B097000443CD /* Products */;
  182. ProjectRef = D35C9FC11D74B097000443CD /* gRPC.xcodeproj */;
  183. },
  184. {
  185. ProductGroup = D35C9FB91D74B08C000443CD /* Products */;
  186. ProjectRef = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  187. },
  188. );
  189. projectRoot = "";
  190. targets = (
  191. D35C9FA71D74B079000443CD /* StickyNotes */,
  192. );
  193. };
  194. /* End PBXProject section */
  195. /* Begin PBXReferenceProxy section */
  196. D35C9FBE1D74B08C000443CD /* QuickProto.framework */ = {
  197. isa = PBXReferenceProxy;
  198. fileType = wrapper.framework;
  199. path = QuickProto.framework;
  200. remoteRef = D35C9FBD1D74B08C000443CD /* PBXContainerItemProxy */;
  201. sourceTree = BUILT_PRODUCTS_DIR;
  202. };
  203. D35C9FC01D74B08C000443CD /* QuickDemo */ = {
  204. isa = PBXReferenceProxy;
  205. fileType = "compiled.mach-o.executable";
  206. path = QuickDemo;
  207. remoteRef = D35C9FBF1D74B08C000443CD /* PBXContainerItemProxy */;
  208. sourceTree = BUILT_PRODUCTS_DIR;
  209. };
  210. D35C9FC61D74B097000443CD /* gRPC.framework */ = {
  211. isa = PBXReferenceProxy;
  212. fileType = wrapper.framework;
  213. path = gRPC.framework;
  214. remoteRef = D35C9FC51D74B097000443CD /* PBXContainerItemProxy */;
  215. sourceTree = BUILT_PRODUCTS_DIR;
  216. };
  217. /* End PBXReferenceProxy section */
  218. /* Begin PBXResourcesBuildPhase section */
  219. D35C9FA61D74B079000443CD /* Resources */ = {
  220. isa = PBXResourcesBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */,
  224. D3A0EABD1D74BABC008F687D /* stickynote.out in Resources */,
  225. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. /* End PBXResourcesBuildPhase section */
  230. /* Begin PBXSourcesBuildPhase section */
  231. D35C9FA41D74B079000443CD /* Sources */ = {
  232. isa = PBXSourcesBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. D35C9FD11D74B3BD000443CD /* StickyNoteView.swift in Sources */,
  236. D35C9FC81D74B0C1000443CD /* StickyNoteViewController.swift in Sources */,
  237. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */,
  238. D3A682F91D81D601009E3E9E /* StickyServer.swift in Sources */,
  239. );
  240. runOnlyForDeploymentPostprocessing = 0;
  241. };
  242. /* End PBXSourcesBuildPhase section */
  243. /* Begin PBXTargetDependency section */
  244. D3A0EAAE1D74B846008F687D /* PBXTargetDependency */ = {
  245. isa = PBXTargetDependency;
  246. name = gRPC;
  247. targetProxy = D3A0EAAD1D74B846008F687D /* PBXContainerItemProxy */;
  248. };
  249. D3A0EAB31D74B84A008F687D /* PBXTargetDependency */ = {
  250. isa = PBXTargetDependency;
  251. name = QuickProto;
  252. targetProxy = D3A0EAB21D74B84A008F687D /* PBXContainerItemProxy */;
  253. };
  254. /* End PBXTargetDependency section */
  255. /* Begin PBXVariantGroup section */
  256. D35C9FAF1D74B079000443CD /* MainMenu.xib */ = {
  257. isa = PBXVariantGroup;
  258. children = (
  259. D35C9FB01D74B079000443CD /* Base */,
  260. );
  261. name = MainMenu.xib;
  262. sourceTree = "<group>";
  263. };
  264. /* End PBXVariantGroup section */
  265. /* Begin XCBuildConfiguration section */
  266. D35C9FB31D74B079000443CD /* Debug */ = {
  267. isa = XCBuildConfiguration;
  268. buildSettings = {
  269. ALWAYS_SEARCH_USER_PATHS = NO;
  270. CLANG_ANALYZER_NONNULL = YES;
  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_BOOL_CONVERSION = YES;
  276. CLANG_WARN_CONSTANT_CONVERSION = YES;
  277. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  278. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  279. CLANG_WARN_EMPTY_BODY = YES;
  280. CLANG_WARN_ENUM_CONVERSION = YES;
  281. CLANG_WARN_INFINITE_RECURSION = YES;
  282. CLANG_WARN_INT_CONVERSION = YES;
  283. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  284. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  285. CLANG_WARN_UNREACHABLE_CODE = YES;
  286. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  287. CODE_SIGN_IDENTITY = "-";
  288. COPY_PHASE_STRIP = NO;
  289. DEBUG_INFORMATION_FORMAT = dwarf;
  290. ENABLE_STRICT_OBJC_MSGSEND = YES;
  291. ENABLE_TESTABILITY = YES;
  292. GCC_C_LANGUAGE_STANDARD = gnu99;
  293. GCC_DYNAMIC_NO_PIC = NO;
  294. GCC_NO_COMMON_BLOCKS = YES;
  295. GCC_OPTIMIZATION_LEVEL = 0;
  296. GCC_PREPROCESSOR_DEFINITIONS = (
  297. "DEBUG=1",
  298. "$(inherited)",
  299. );
  300. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  301. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  302. GCC_WARN_UNDECLARED_SELECTOR = YES;
  303. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  304. GCC_WARN_UNUSED_FUNCTION = YES;
  305. GCC_WARN_UNUSED_VARIABLE = YES;
  306. MACOSX_DEPLOYMENT_TARGET = 10.11;
  307. MTL_ENABLE_DEBUG_INFO = YES;
  308. ONLY_ACTIVE_ARCH = YES;
  309. SDKROOT = macosx;
  310. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  311. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  312. };
  313. name = Debug;
  314. };
  315. D35C9FB41D74B079000443CD /* Release */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. ALWAYS_SEARCH_USER_PATHS = NO;
  319. CLANG_ANALYZER_NONNULL = YES;
  320. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  321. CLANG_CXX_LIBRARY = "libc++";
  322. CLANG_ENABLE_MODULES = YES;
  323. CLANG_ENABLE_OBJC_ARC = YES;
  324. CLANG_WARN_BOOL_CONVERSION = YES;
  325. CLANG_WARN_CONSTANT_CONVERSION = YES;
  326. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  327. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  328. CLANG_WARN_EMPTY_BODY = YES;
  329. CLANG_WARN_ENUM_CONVERSION = YES;
  330. CLANG_WARN_INFINITE_RECURSION = YES;
  331. CLANG_WARN_INT_CONVERSION = YES;
  332. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  333. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  334. CLANG_WARN_UNREACHABLE_CODE = YES;
  335. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  336. CODE_SIGN_IDENTITY = "-";
  337. COPY_PHASE_STRIP = NO;
  338. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  339. ENABLE_NS_ASSERTIONS = NO;
  340. ENABLE_STRICT_OBJC_MSGSEND = YES;
  341. GCC_C_LANGUAGE_STANDARD = gnu99;
  342. GCC_NO_COMMON_BLOCKS = YES;
  343. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  344. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  345. GCC_WARN_UNDECLARED_SELECTOR = YES;
  346. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  347. GCC_WARN_UNUSED_FUNCTION = YES;
  348. GCC_WARN_UNUSED_VARIABLE = YES;
  349. MACOSX_DEPLOYMENT_TARGET = 10.11;
  350. MTL_ENABLE_DEBUG_INFO = NO;
  351. SDKROOT = macosx;
  352. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  353. };
  354. name = Release;
  355. };
  356. D35C9FB61D74B079000443CD /* Debug */ = {
  357. isa = XCBuildConfiguration;
  358. buildSettings = {
  359. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  360. COMBINE_HIDPI_IMAGES = YES;
  361. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  362. INFOPLIST_FILE = StickyNotes/Info.plist;
  363. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  364. PRODUCT_BUNDLE_IDENTIFIER = com.google.StickyNotes;
  365. PRODUCT_NAME = "$(TARGET_NAME)";
  366. SWIFT_VERSION = 3.0;
  367. };
  368. name = Debug;
  369. };
  370. D35C9FB71D74B079000443CD /* Release */ = {
  371. isa = XCBuildConfiguration;
  372. buildSettings = {
  373. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  374. COMBINE_HIDPI_IMAGES = YES;
  375. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  376. INFOPLIST_FILE = StickyNotes/Info.plist;
  377. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  378. PRODUCT_BUNDLE_IDENTIFIER = com.google.StickyNotes;
  379. PRODUCT_NAME = "$(TARGET_NAME)";
  380. SWIFT_VERSION = 3.0;
  381. };
  382. name = Release;
  383. };
  384. /* End XCBuildConfiguration section */
  385. /* Begin XCConfigurationList section */
  386. D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "StickyNotes" */ = {
  387. isa = XCConfigurationList;
  388. buildConfigurations = (
  389. D35C9FB31D74B079000443CD /* Debug */,
  390. D35C9FB41D74B079000443CD /* Release */,
  391. );
  392. defaultConfigurationIsVisible = 0;
  393. defaultConfigurationName = Release;
  394. };
  395. D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "StickyNotes" */ = {
  396. isa = XCConfigurationList;
  397. buildConfigurations = (
  398. D35C9FB61D74B079000443CD /* Debug */,
  399. D35C9FB71D74B079000443CD /* Release */,
  400. );
  401. defaultConfigurationIsVisible = 0;
  402. defaultConfigurationName = Release;
  403. };
  404. /* End XCConfigurationList section */
  405. };
  406. rootObject = D35C9FA01D74B079000443CD /* Project object */;
  407. }