project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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 = 1200;
  153. ORGANIZATIONNAME = "kishikawa katsumi";
  154. TargetAttributes = {
  155. 14DAEE8F1A51E1BE0070B77E = {
  156. CreatedOnToolsVersion = 6.2;
  157. DevelopmentTeam = 27AEDK3C9F;
  158. LastSwiftMigration = 1100;
  159. };
  160. };
  161. };
  162. buildConfigurationList = 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */;
  163. compatibilityVersion = "Xcode 3.2";
  164. developmentRegion = en;
  165. hasScannedForEncodings = 0;
  166. knownRegions = (
  167. en,
  168. Base,
  169. );
  170. mainGroup = 14DAEE871A51E1BE0070B77E;
  171. productRefGroup = 14DAEE911A51E1BE0070B77E /* Products */;
  172. projectDirPath = "";
  173. projectReferences = (
  174. {
  175. ProductGroup = 14DAEEBA1A51E2A60070B77E /* Products */;
  176. ProjectRef = 14DAEEB91A51E2A60070B77E /* KeychainAccess.xcodeproj */;
  177. },
  178. );
  179. projectRoot = "";
  180. targets = (
  181. 14DAEE8F1A51E1BE0070B77E /* Example-iOS */,
  182. );
  183. };
  184. /* End PBXProject section */
  185. /* Begin PBXReferenceProxy section */
  186. 1470425E1D6FFA97005A4C6E /* TestHost.app */ = {
  187. isa = PBXReferenceProxy;
  188. fileType = wrapper.application;
  189. path = TestHost.app;
  190. remoteRef = 1470425D1D6FFA97005A4C6E /* PBXContainerItemProxy */;
  191. sourceTree = BUILT_PRODUCTS_DIR;
  192. };
  193. 14DAEEC11A51E2A60070B77E /* KeychainAccess.framework */ = {
  194. isa = PBXReferenceProxy;
  195. fileType = wrapper.framework;
  196. path = KeychainAccess.framework;
  197. remoteRef = 14DAEEC01A51E2A60070B77E /* PBXContainerItemProxy */;
  198. sourceTree = BUILT_PRODUCTS_DIR;
  199. };
  200. 14DAEEC31A51E2A60070B77E /* KeychainAccessTests.xctest */ = {
  201. isa = PBXReferenceProxy;
  202. fileType = wrapper.cfbundle;
  203. path = KeychainAccessTests.xctest;
  204. remoteRef = 14DAEEC21A51E2A60070B77E /* PBXContainerItemProxy */;
  205. sourceTree = BUILT_PRODUCTS_DIR;
  206. };
  207. /* End PBXReferenceProxy section */
  208. /* Begin PBXResourcesBuildPhase section */
  209. 14DAEE8E1A51E1BE0070B77E /* Resources */ = {
  210. isa = PBXResourcesBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. 14DAEE9B1A51E1BE0070B77E /* Main.storyboard in Resources */,
  214. 14DAEEA01A51E1BE0070B77E /* LaunchScreen.xib in Resources */,
  215. 14DAEE9D1A51E1BE0070B77E /* Images.xcassets in Resources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXResourcesBuildPhase section */
  220. /* Begin PBXSourcesBuildPhase section */
  221. 14DAEE8C1A51E1BE0070B77E /* Sources */ = {
  222. isa = PBXSourcesBuildPhase;
  223. buildActionMask = 2147483647;
  224. files = (
  225. 14DAEEB81A51E2690070B77E /* InputViewController.swift in Sources */,
  226. 14DAEEB71A51E2690070B77E /* AccountsViewController.swift in Sources */,
  227. 14DAEE961A51E1BE0070B77E /* AppDelegate.swift in Sources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. /* End PBXSourcesBuildPhase section */
  232. /* Begin PBXVariantGroup section */
  233. 14DAEE991A51E1BE0070B77E /* Main.storyboard */ = {
  234. isa = PBXVariantGroup;
  235. children = (
  236. 14DAEE9A1A51E1BE0070B77E /* Base */,
  237. );
  238. name = Main.storyboard;
  239. sourceTree = "<group>";
  240. };
  241. 14DAEE9E1A51E1BE0070B77E /* LaunchScreen.xib */ = {
  242. isa = PBXVariantGroup;
  243. children = (
  244. 14DAEE9F1A51E1BE0070B77E /* Base */,
  245. );
  246. name = LaunchScreen.xib;
  247. sourceTree = "<group>";
  248. };
  249. /* End PBXVariantGroup section */
  250. /* Begin XCBuildConfiguration section */
  251. 14DAEEAD1A51E1BE0070B77E /* Debug */ = {
  252. isa = XCBuildConfiguration;
  253. buildSettings = {
  254. ALWAYS_SEARCH_USER_PATHS = NO;
  255. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  256. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  257. CLANG_CXX_LIBRARY = "libc++";
  258. CLANG_ENABLE_MODULES = YES;
  259. CLANG_ENABLE_OBJC_ARC = YES;
  260. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  261. CLANG_WARN_BOOL_CONVERSION = YES;
  262. CLANG_WARN_COMMA = YES;
  263. CLANG_WARN_CONSTANT_CONVERSION = YES;
  264. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  265. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  266. CLANG_WARN_EMPTY_BODY = YES;
  267. CLANG_WARN_ENUM_CONVERSION = YES;
  268. CLANG_WARN_INFINITE_RECURSION = YES;
  269. CLANG_WARN_INT_CONVERSION = YES;
  270. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  271. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  272. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  273. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  274. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  275. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  276. CLANG_WARN_STRICT_PROTOTYPES = YES;
  277. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  278. CLANG_WARN_UNREACHABLE_CODE = YES;
  279. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  280. CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
  281. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  282. COPY_PHASE_STRIP = NO;
  283. ENABLE_STRICT_OBJC_MSGSEND = YES;
  284. ENABLE_TESTABILITY = YES;
  285. GCC_C_LANGUAGE_STANDARD = gnu99;
  286. GCC_DYNAMIC_NO_PIC = NO;
  287. GCC_NO_COMMON_BLOCKS = YES;
  288. GCC_OPTIMIZATION_LEVEL = 0;
  289. GCC_PREPROCESSOR_DEFINITIONS = (
  290. "DEBUG=1",
  291. "$(inherited)",
  292. );
  293. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  294. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  295. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  296. GCC_WARN_UNDECLARED_SELECTOR = YES;
  297. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  298. GCC_WARN_UNUSED_FUNCTION = YES;
  299. GCC_WARN_UNUSED_VARIABLE = YES;
  300. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  301. MTL_ENABLE_DEBUG_INFO = YES;
  302. ONLY_ACTIVE_ARCH = YES;
  303. SDKROOT = iphoneos;
  304. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  305. SWIFT_VERSION = 4.1;
  306. };
  307. name = Debug;
  308. };
  309. 14DAEEAE1A51E1BE0070B77E /* Release */ = {
  310. isa = XCBuildConfiguration;
  311. buildSettings = {
  312. ALWAYS_SEARCH_USER_PATHS = NO;
  313. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  314. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  315. CLANG_CXX_LIBRARY = "libc++";
  316. CLANG_ENABLE_MODULES = YES;
  317. CLANG_ENABLE_OBJC_ARC = YES;
  318. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  319. CLANG_WARN_BOOL_CONVERSION = YES;
  320. CLANG_WARN_COMMA = YES;
  321. CLANG_WARN_CONSTANT_CONVERSION = YES;
  322. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  323. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  324. CLANG_WARN_EMPTY_BODY = YES;
  325. CLANG_WARN_ENUM_CONVERSION = YES;
  326. CLANG_WARN_INFINITE_RECURSION = YES;
  327. CLANG_WARN_INT_CONVERSION = YES;
  328. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  329. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  330. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  331. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  332. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  333. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  334. CLANG_WARN_STRICT_PROTOTYPES = YES;
  335. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  336. CLANG_WARN_UNREACHABLE_CODE = YES;
  337. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  338. CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
  339. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  340. COPY_PHASE_STRIP = YES;
  341. ENABLE_NS_ASSERTIONS = NO;
  342. ENABLE_STRICT_OBJC_MSGSEND = YES;
  343. GCC_C_LANGUAGE_STANDARD = gnu99;
  344. GCC_NO_COMMON_BLOCKS = YES;
  345. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  346. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  347. GCC_WARN_UNDECLARED_SELECTOR = YES;
  348. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  349. GCC_WARN_UNUSED_FUNCTION = YES;
  350. GCC_WARN_UNUSED_VARIABLE = YES;
  351. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  352. MTL_ENABLE_DEBUG_INFO = NO;
  353. SDKROOT = iphoneos;
  354. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  355. SWIFT_VERSION = 4.1;
  356. VALIDATE_PRODUCT = YES;
  357. };
  358. name = Release;
  359. };
  360. 14DAEEB01A51E1BE0070B77E /* Debug */ = {
  361. isa = XCBuildConfiguration;
  362. buildSettings = {
  363. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  364. DEVELOPMENT_TEAM = 27AEDK3C9F;
  365. INFOPLIST_FILE = "Example-iOS/Info.plist";
  366. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  367. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
  368. PRODUCT_NAME = "$(TARGET_NAME)";
  369. SWIFT_VERSION = 5.0;
  370. };
  371. name = Debug;
  372. };
  373. 14DAEEB11A51E1BE0070B77E /* Release */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  377. DEVELOPMENT_TEAM = 27AEDK3C9F;
  378. INFOPLIST_FILE = "Example-iOS/Info.plist";
  379. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  380. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
  381. PRODUCT_NAME = "$(TARGET_NAME)";
  382. SWIFT_VERSION = 5.0;
  383. };
  384. name = Release;
  385. };
  386. /* End XCBuildConfiguration section */
  387. /* Begin XCConfigurationList section */
  388. 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */ = {
  389. isa = XCConfigurationList;
  390. buildConfigurations = (
  391. 14DAEEAD1A51E1BE0070B77E /* Debug */,
  392. 14DAEEAE1A51E1BE0070B77E /* Release */,
  393. );
  394. defaultConfigurationIsVisible = 0;
  395. defaultConfigurationName = Release;
  396. };
  397. 14DAEEAF1A51E1BE0070B77E /* Build configuration list for PBXNativeTarget "Example-iOS" */ = {
  398. isa = XCConfigurationList;
  399. buildConfigurations = (
  400. 14DAEEB01A51E1BE0070B77E /* Debug */,
  401. 14DAEEB11A51E1BE0070B77E /* Release */,
  402. );
  403. defaultConfigurationIsVisible = 0;
  404. defaultConfigurationName = Release;
  405. };
  406. /* End XCConfigurationList section */
  407. };
  408. rootObject = 14DAEE881A51E1BE0070B77E /* Project object */;
  409. }