project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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 = 0930;
  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_BLOCK_CAPTURE_AUTORELEASING = YES;
  259. CLANG_WARN_BOOL_CONVERSION = YES;
  260. CLANG_WARN_COMMA = YES;
  261. CLANG_WARN_CONSTANT_CONVERSION = YES;
  262. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  263. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  264. CLANG_WARN_EMPTY_BODY = YES;
  265. CLANG_WARN_ENUM_CONVERSION = YES;
  266. CLANG_WARN_INFINITE_RECURSION = YES;
  267. CLANG_WARN_INT_CONVERSION = YES;
  268. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  269. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  270. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  271. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  272. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  273. CLANG_WARN_STRICT_PROTOTYPES = YES;
  274. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  275. CLANG_WARN_UNREACHABLE_CODE = YES;
  276. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  277. CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
  278. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  279. COPY_PHASE_STRIP = NO;
  280. ENABLE_STRICT_OBJC_MSGSEND = YES;
  281. ENABLE_TESTABILITY = YES;
  282. GCC_C_LANGUAGE_STANDARD = gnu99;
  283. GCC_DYNAMIC_NO_PIC = NO;
  284. GCC_NO_COMMON_BLOCKS = YES;
  285. GCC_OPTIMIZATION_LEVEL = 0;
  286. GCC_PREPROCESSOR_DEFINITIONS = (
  287. "DEBUG=1",
  288. "$(inherited)",
  289. );
  290. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  291. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  292. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  293. GCC_WARN_UNDECLARED_SELECTOR = YES;
  294. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  295. GCC_WARN_UNUSED_FUNCTION = YES;
  296. GCC_WARN_UNUSED_VARIABLE = YES;
  297. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  298. MTL_ENABLE_DEBUG_INFO = YES;
  299. ONLY_ACTIVE_ARCH = YES;
  300. SDKROOT = iphoneos;
  301. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  302. SWIFT_VERSION = 3.0;
  303. };
  304. name = Debug;
  305. };
  306. 14DAEEAE1A51E1BE0070B77E /* Release */ = {
  307. isa = XCBuildConfiguration;
  308. buildSettings = {
  309. ALWAYS_SEARCH_USER_PATHS = NO;
  310. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  311. CLANG_CXX_LIBRARY = "libc++";
  312. CLANG_ENABLE_MODULES = YES;
  313. CLANG_ENABLE_OBJC_ARC = YES;
  314. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  315. CLANG_WARN_BOOL_CONVERSION = YES;
  316. CLANG_WARN_COMMA = YES;
  317. CLANG_WARN_CONSTANT_CONVERSION = YES;
  318. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  319. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  320. CLANG_WARN_EMPTY_BODY = YES;
  321. CLANG_WARN_ENUM_CONVERSION = YES;
  322. CLANG_WARN_INFINITE_RECURSION = YES;
  323. CLANG_WARN_INT_CONVERSION = YES;
  324. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  325. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  326. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  327. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  328. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  329. CLANG_WARN_STRICT_PROTOTYPES = YES;
  330. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  331. CLANG_WARN_UNREACHABLE_CODE = YES;
  332. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  333. CODE_SIGN_ENTITLEMENTS = "Example-iOS/Example-iOS.entitlements";
  334. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  335. COPY_PHASE_STRIP = YES;
  336. ENABLE_NS_ASSERTIONS = NO;
  337. ENABLE_STRICT_OBJC_MSGSEND = YES;
  338. GCC_C_LANGUAGE_STANDARD = gnu99;
  339. GCC_NO_COMMON_BLOCKS = YES;
  340. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  341. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  342. GCC_WARN_UNDECLARED_SELECTOR = YES;
  343. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  344. GCC_WARN_UNUSED_FUNCTION = YES;
  345. GCC_WARN_UNUSED_VARIABLE = YES;
  346. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  347. MTL_ENABLE_DEBUG_INFO = NO;
  348. SDKROOT = iphoneos;
  349. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  350. SWIFT_VERSION = 3.0;
  351. VALIDATE_PRODUCT = YES;
  352. };
  353. name = Release;
  354. };
  355. 14DAEEB01A51E1BE0070B77E /* Debug */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  359. DEVELOPMENT_TEAM = 27AEDK3C9F;
  360. INFOPLIST_FILE = "Example-iOS/Info.plist";
  361. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  362. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. };
  365. name = Debug;
  366. };
  367. 14DAEEB11A51E1BE0070B77E /* Release */ = {
  368. isa = XCBuildConfiguration;
  369. buildSettings = {
  370. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  371. DEVELOPMENT_TEAM = 27AEDK3C9F;
  372. INFOPLIST_FILE = "Example-iOS/Info.plist";
  373. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  374. PRODUCT_BUNDLE_IDENTIFIER = "com.kishikawakatsumi.$(PRODUCT_NAME:rfc1034identifier)";
  375. PRODUCT_NAME = "$(TARGET_NAME)";
  376. };
  377. name = Release;
  378. };
  379. /* End XCBuildConfiguration section */
  380. /* Begin XCConfigurationList section */
  381. 14DAEE8B1A51E1BE0070B77E /* Build configuration list for PBXProject "Example-iOS" */ = {
  382. isa = XCConfigurationList;
  383. buildConfigurations = (
  384. 14DAEEAD1A51E1BE0070B77E /* Debug */,
  385. 14DAEEAE1A51E1BE0070B77E /* Release */,
  386. );
  387. defaultConfigurationIsVisible = 0;
  388. defaultConfigurationName = Release;
  389. };
  390. 14DAEEAF1A51E1BE0070B77E /* Build configuration list for PBXNativeTarget "Example-iOS" */ = {
  391. isa = XCConfigurationList;
  392. buildConfigurations = (
  393. 14DAEEB01A51E1BE0070B77E /* Debug */,
  394. 14DAEEB11A51E1BE0070B77E /* Release */,
  395. );
  396. defaultConfigurationIsVisible = 0;
  397. defaultConfigurationName = Release;
  398. };
  399. /* End XCConfigurationList section */
  400. };
  401. rootObject = 14DAEE881A51E1BE0070B77E /* Project object */;
  402. }