project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 14DAEE961A51E1BE0070B77E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DAEE951A51E1BE0070B77E /* AppDelegate.swift */; };
  10. 14DAEE9B1A51E1BE0070B77E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 14DAEE991A51E1BE0070B77E /* Main.storyboard */; };
  11. 14DAEE9D1A51E1BE0070B77E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 14DAEE9C1A51E1BE0070B77E /* Images.xcassets */; };
  12. 14DAEEA01A51E1BE0070B77E /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */; };
  13. 14DAEEB71A51E2690070B77E /* AccountsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DAEEB51A51E2690070B77E /* AccountsViewController.swift */; };
  14. 14DAEEB81A51E2690070B77E /* InputViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14DAEEB61A51E2690070B77E /* InputViewController.swift */; };
  15. 14DAEEC91A51E2D00070B77E /* KeychainAccess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */; };
  16. 14DAEECB1A51E2E10070B77E /* KeychainAccess.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 1470425D1D6FFA97005A4C6E /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 14A630151D3293C700809B3F;
  24. remoteInfo = TestHost;
  25. };
  26. 14DAEEC01A51E2A60070B77E /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = 140F195C1A49D79400B0016A;
  31. remoteInfo = "KeychainAccess-iOS";
  32. };
  33. 14DAEEC21A51E2A60070B77E /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = 140F19671A49D79500B0016A;
  38. remoteInfo = "KeychainAccess-iOSTests";
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXCopyFilesBuildPhase section */
  42. 14DAEECA1A51E2D70070B77E /* CopyFiles */ = {
  43. isa = PBXCopyFilesBuildPhase;
  44. buildActionMask = 2147483647;
  45. dstPath = "";
  46. dstSubfolderSpec = 10;
  47. files = (
  48. 14DAEECB1A51E2E10070B77E /* KeychainAccess.framework in CopyFiles */,
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. /* End PBXCopyFilesBuildPhase section */
  53. /* Begin PBXFileReference section */
  54. 145652E11D898BB9006E8D0E /* Example-iOS.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "Example-iOS.entitlements"; sourceTree = "<group>"; };
  55. 14DAEE901A51E1BE0070B77E /* Example-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  56. 14DAEE941A51E1BE0070B77E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  57. 14DAEE951A51E1BE0070B77E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  58. 14DAEE9A1A51E1BE0070B77E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  59. 14DAEE9C1A51E1BE0070B77E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  60. 14DAEE9F1A51E1BE0070B77E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  61. 14DAEEB51A51E2690070B77E /* AccountsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountsViewController.swift; sourceTree = "<group>"; };
  62. 14DAEEB61A51E2690070B77E /* InputViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputViewController.swift; sourceTree = "<group>"; };
  63. 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = KeychainAccess.xcodeproj; path = ../../Lib/KeychainAccess.xcodeproj; sourceTree = "<group>"; };
  64. /* End PBXFileReference section */
  65. /* Begin PBXFrameworksBuildPhase section */
  66. 14DAEE8D1A51E1BE0070B77E /* Frameworks */ = {
  67. isa = PBXFrameworksBuildPhase;
  68. buildActionMask = 2147483647;
  69. files = (
  70. 14DAEEC91A51E2D00070B77E /* KeychainAccess.framework in Frameworks */,
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. /* End PBXFrameworksBuildPhase section */
  75. /* Begin PBXGroup section */
  76. 14DAEE871A51E1BE0070B77E = {
  77. isa = PBXGroup;
  78. children = (
  79. 14DAEE921A51E1BE0070B77E /* Example-iOS */,
  80. 14DAEE911A51E1BE0070B77E /* Products */,
  81. 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. 14DAEE911A51E1BE0070B77E /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 14DAEE901A51E1BE0070B77E /* Example-iOS.app */,
  89. );
  90. name = Products;
  91. sourceTree = "<group>";
  92. };
  93. 14DAEE921A51E1BE0070B77E /* Example-iOS */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 14DAEE951A51E1BE0070B77E /* AppDelegate.swift */,
  97. 14DAEEB51A51E2690070B77E /* AccountsViewController.swift */,
  98. 14DAEEB61A51E2690070B77E /* InputViewController.swift */,
  99. 14DAEE991A51E1BE0070B77E /* Main.storyboard */,
  100. 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */,
  101. 14DAEE9C1A51E1BE0070B77E /* Images.xcassets */,
  102. 14DAEE931A51E1BE0070B77E /* Supporting Files */,
  103. );
  104. path = "Example-iOS";
  105. sourceTree = "<group>";
  106. };
  107. 14DAEE931A51E1BE0070B77E /* Supporting Files */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 14DAEE941A51E1BE0070B77E /* Info.plist */,
  111. 145652E11D898BB9006E8D0E /* Example-iOS.entitlements */,
  112. );
  113. name = "Supporting Files";
  114. sourceTree = "<group>";
  115. };
  116. 14DAEEBA1A51E2A60070B77E /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */,
  120. 14DAEEC31A51E2A60070B77E /* KeychainAccessTests.xctest */,
  121. 1470425E1D6FFA97005A4C6E /* TestHost.app */,
  122. );
  123. name = Products;
  124. sourceTree = "<group>";
  125. };
  126. /* End PBXGroup section */
  127. /* Begin PBXNativeTarget section */
  128. 14DAEE8F1A51E1BE0070B77E /* Example-iOS */ = {
  129. isa = PBXNativeTarget;
  130. buildConfigurationList = 14DAEEAF1A51E1BE0070B77E /* Build configuration list for PBXNativeTarget "Example-iOS" */;
  131. buildPhases = (
  132. 14DAEE8C1A51E1BE0070B77E /* Sources */,
  133. 14DAEE8D1A51E1BE0070B77E /* Frameworks */,
  134. 14DAEE8E1A51E1BE0070B77E /* Resources */,
  135. 14DAEECA1A51E2D70070B77E /* CopyFiles */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = "Example-iOS";
  142. productName = "Example-iOS";
  143. productReference = 14DAEE901A51E1BE0070B77E /* Example-iOS.app */;
  144. productType = "com.apple.product-type.application";
  145. };
  146. /* End PBXNativeTarget section */
  147. /* Begin PBXProject section */
  148. 14DAEE881A51E1BE0070B77E /* Project object */ = {
  149. isa = PBXProject;
  150. attributes = {
  151. LastSwiftUpdateCheck = 0700;
  152. LastUpgradeCheck = 0800;
  153. ORGANIZATIONNAME = "kishikawa katsumi";
  154. TargetAttributes = {
  155. 14DAEE8F1A51E1BE0070B77E = {
  156. CreatedOnToolsVersion = 6.2;
  157. DevelopmentTeam = 27AEDK3C9F;
  158. };
  159. };
  160. };
  161. buildConfigurationList = 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */;
  162. compatibilityVersion = "Xcode 3.2";
  163. developmentRegion = English;
  164. hasScannedForEncodings = 0;
  165. knownRegions = (
  166. en,
  167. Base,
  168. );
  169. mainGroup = 14DAEE871A51E1BE0070B77E;
  170. productRefGroup = 14DAEE911A51E1BE0070B77E /* Products */;
  171. projectDirPath = "";
  172. projectReferences = (
  173. {
  174. ProductGroup = 14DAEEBA1A51E2A60070B77E /* Products */;
  175. ProjectRef = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  176. },
  177. );
  178. projectRoot = "";
  179. targets = (
  180. 14DAEE8F1A51E1BE0070B77E /* Example-iOS */,
  181. );
  182. };
  183. /* End PBXProject section */
  184. /* Begin PBXReferenceProxy section */
  185. 1470425E1D6FFA97005A4C6E /* TestHost.app */ = {
  186. isa = PBXReferenceProxy;
  187. fileType = wrapper.application;
  188. path = TestHost.app;
  189. remoteRef = 1470425D1D6FFA97005A4C6E /* PBXContainerItemProxy */;
  190. sourceTree = BUILT_PRODUCTS_DIR;
  191. };
  192. 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */ = {
  193. isa = PBXReferenceProxy;
  194. fileType = wrapper.framework;
  195. path = KeychainAccess.framework;
  196. remoteRef = 14DAEEC01A51E2A60070B77E /* PBXContainerItemProxy */;
  197. sourceTree = BUILT_PRODUCTS_DIR;
  198. };
  199. 14DAEEC31A51E2A60070B77E /* KeychainAccessTests.xctest */ = {
  200. isa = PBXReferenceProxy;
  201. fileType = wrapper.cfbundle;
  202. path = KeychainAccessTests.xctest;
  203. remoteRef = 14DAEEC21A51E2A60070B77E /* PBXContainerItemProxy */;
  204. sourceTree = BUILT_PRODUCTS_DIR;
  205. };
  206. /* End PBXReferenceProxy section */
  207. /* Begin PBXResourcesBuildPhase section */
  208. 14DAEE8E1A51E1BE0070B77E /* Resources */ = {
  209. isa = PBXResourcesBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. 14DAEE9B1A51E1BE0070B77E /* Main.storyboard in Resources */,
  213. 14DAEEA01A51E1BE0070B77E /* LaunchScreen.xib in Resources */,
  214. 14DAEE9D1A51E1BE0070B77E /* Images.xcassets in Resources */,
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. /* End PBXResourcesBuildPhase section */
  219. /* Begin PBXSourcesBuildPhase section */
  220. 14DAEE8C1A51E1BE0070B77E /* Sources */ = {
  221. isa = PBXSourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. 14DAEEB81A51E2690070B77E /* InputViewController.swift in Sources */,
  225. 14DAEEB71A51E2690070B77E /* AccountsViewController.swift in Sources */,
  226. 14DAEE961A51E1BE0070B77E /* AppDelegate.swift in Sources */,
  227. );
  228. runOnlyForDeploymentPostprocessing = 0;
  229. };
  230. /* End PBXSourcesBuildPhase section */
  231. /* Begin PBXVariantGroup section */
  232. 14DAEE991A51E1BE0070B77E /* Main.storyboard */ = {
  233. isa = PBXVariantGroup;
  234. children = (
  235. 14DAEE9A1A51E1BE0070B77E /* Base */,
  236. );
  237. name = Main.storyboard;
  238. sourceTree = "<group>";
  239. };
  240. 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */ = {
  241. isa = PBXVariantGroup;
  242. children = (
  243. 14DAEE9F1A51E1BE0070B77E /* Base */,
  244. );
  245. name = LaunchScreen.xib;
  246. sourceTree = "<group>";
  247. };
  248. /* End PBXVariantGroup section */
  249. /* Begin XCBuildConfiguration section */
  250. 14DAEEAD1A51E1BE0070B77E /* Debug */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. ALWAYS_SEARCH_USER_PATHS = NO;
  254. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  255. CLANG_CXX_LIBRARY = "libc++";
  256. CLANG_ENABLE_MODULES = YES;
  257. CLANG_ENABLE_OBJC_ARC = YES;
  258. CLANG_WARN_BOOL_CONVERSION = YES;
  259. CLANG_WARN_CONSTANT_CONVERSION = YES;
  260. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  261. CLANG_WARN_EMPTY_BODY = YES;
  262. CLANG_WARN_ENUM_CONVERSION = YES;
  263. CLANG_WARN_INFINITE_RECURSION = YES;
  264. CLANG_WARN_INT_CONVERSION = YES;
  265. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  266. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  267. CLANG_WARN_UNREACHABLE_CODE = YES;
  268. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  269. CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
  270. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  271. COPY_PHASE_STRIP = NO;
  272. ENABLE_STRICT_OBJC_MSGSEND = YES;
  273. ENABLE_TESTABILITY = YES;
  274. GCC_C_LANGUAGE_STANDARD = gnu99;
  275. GCC_DYNAMIC_NO_PIC = NO;
  276. GCC_NO_COMMON_BLOCKS = YES;
  277. GCC_OPTIMIZATION_LEVEL = 0;
  278. GCC_PREPROCESSOR_DEFINITIONS = (
  279. "DEBUG=1",
  280. "$(inherited)",
  281. );
  282. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  283. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  284. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  285. GCC_WARN_UNDECLARED_SELECTOR = YES;
  286. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  287. GCC_WARN_UNUSED_FUNCTION = YES;
  288. GCC_WARN_UNUSED_VARIABLE = YES;
  289. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  290. MTL_ENABLE_DEBUG_INFO = YES;
  291. ONLY_ACTIVE_ARCH = YES;
  292. SDKROOT = iphoneos;
  293. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  294. SWIFT_VERSION = 3.0;
  295. };
  296. name = Debug;
  297. };
  298. 14DAEEAE1A51E1BE0070B77E /* Release */ = {
  299. isa = XCBuildConfiguration;
  300. buildSettings = {
  301. ALWAYS_SEARCH_USER_PATHS = NO;
  302. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  303. CLANG_CXX_LIBRARY = "libc++";
  304. CLANG_ENABLE_MODULES = YES;
  305. CLANG_ENABLE_OBJC_ARC = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_CONSTANT_CONVERSION = YES;
  308. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  309. CLANG_WARN_EMPTY_BODY = YES;
  310. CLANG_WARN_ENUM_CONVERSION = YES;
  311. CLANG_WARN_INFINITE_RECURSION = YES;
  312. CLANG_WARN_INT_CONVERSION = YES;
  313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  314. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  315. CLANG_WARN_UNREACHABLE_CODE = YES;
  316. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  317. CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
  318. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  319. COPY_PHASE_STRIP = YES;
  320. ENABLE_NS_ASSERTIONS = NO;
  321. ENABLE_STRICT_OBJC_MSGSEND = YES;
  322. GCC_C_LANGUAGE_STANDARD = gnu99;
  323. GCC_NO_COMMON_BLOCKS = YES;
  324. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  325. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  326. GCC_WARN_UNDECLARED_SELECTOR = YES;
  327. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  328. GCC_WARN_UNUSED_FUNCTION = YES;
  329. GCC_WARN_UNUSED_VARIABLE = YES;
  330. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  331. MTL_ENABLE_DEBUG_INFO = NO;
  332. SDKROOT = iphoneos;
  333. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  334. SWIFT_VERSION = 3.0;
  335. VALIDATE_PRODUCT = YES;
  336. };
  337. name = Release;
  338. };
  339. 14DAEEB01A51E1BE0070B77E /* Debug */ = {
  340. isa = XCBuildConfiguration;
  341. buildSettings = {
  342. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  343. DEVELOPMENT_TEAM = 27AEDK3C9F;
  344. INFOPLIST_FILE = "Example-iOS/Info.plist";
  345. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  346. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. };
  349. name = Debug;
  350. };
  351. 14DAEEB11A51E1BE0070B77E /* Release */ = {
  352. isa = XCBuildConfiguration;
  353. buildSettings = {
  354. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  355. DEVELOPMENT_TEAM = 27AEDK3C9F;
  356. INFOPLIST_FILE = "Example-iOS/Info.plist";
  357. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  358. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
  359. PRODUCT_NAME = "$(TARGET_NAME)";
  360. };
  361. name = Release;
  362. };
  363. /* End XCBuildConfiguration section */
  364. /* Begin XCConfigurationList section */
  365. 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */ = {
  366. isa = XCConfigurationList;
  367. buildConfigurations = (
  368. 14DAEEAD1A51E1BE0070B77E /* Debug */,
  369. 14DAEEAE1A51E1BE0070B77E /* Release */,
  370. );
  371. defaultConfigurationIsVisible = 0;
  372. defaultConfigurationName = Release;
  373. };
  374. 14DAEEAF1A51E1BE0070B77E /* Build configuration list for PBXNativeTarget "Example-iOS" */ = {
  375. isa = XCConfigurationList;
  376. buildConfigurations = (
  377. 14DAEEB01A51E1BE0070B77E /* Debug */,
  378. 14DAEEB11A51E1BE0070B77E /* Release */,
  379. );
  380. defaultConfigurationIsVisible = 0;
  381. defaultConfigurationName = Release;
  382. };
  383. /* End XCConfigurationList section */
  384. };
  385. rootObject = 14DAEE881A51E1BE0070B77E /* Project object */;
  386. }