project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. // !$*UTF8*$!
  2. // Copyright 2015 The Go Authors. All rights reserved.
  3. // Use of this source code is governed by a BSD-style
  4. // license that can be found in the LICENSE file.
  5. {
  6. archiveVersion = 1;
  7. classes = {
  8. };
  9. objectVersion = 46;
  10. objects = {
  11. /* Begin PBXBuildFile section */
  12. 64F44A6F1E2D433D009A4747 /* Hello.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64F44A6E1E2D433D009A4747 /* Hello.framework */; };
  13. EBA3E2861B681AFA00018449 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA3E2851B681AFA00018449 /* main.m */; };
  14. EBA3E2891B681AFA00018449 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA3E2881B681AFA00018449 /* AppDelegate.m */; };
  15. EBA3E28C1B681AFA00018449 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA3E28B1B681AFA00018449 /* ViewController.m */; };
  16. EBA3E28F1B681AFA00018449 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBA3E28D1B681AFA00018449 /* Main.storyboard */; };
  17. EBA3E2941B681AFA00018449 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = EBA3E2921B681AFA00018449 /* LaunchScreen.xib */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. 64F44A6E1E2D433D009A4747 /* Hello.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Hello.framework; sourceTree = "<group>"; };
  21. EBA3E2801B681AFA00018449 /* bind.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bind.app; sourceTree = BUILT_PRODUCTS_DIR; };
  22. EBA3E2841B681AFA00018449 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  23. EBA3E2851B681AFA00018449 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  24. EBA3E2871B681AFA00018449 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  25. EBA3E2881B681AFA00018449 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  26. EBA3E28A1B681AFA00018449 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  27. EBA3E28B1B681AFA00018449 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  28. EBA3E28E1B681AFA00018449 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  29. EBA3E2931B681AFA00018449 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. EBA3E27D1B681AFA00018449 /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. 64F44A6F1E2D433D009A4747 /* Hello.framework in Frameworks */,
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXFrameworksBuildPhase section */
  41. /* Begin PBXGroup section */
  42. EBA3E2771B681AFA00018449 = {
  43. isa = PBXGroup;
  44. children = (
  45. EBA3E2821B681AFA00018449 /* bind */,
  46. EBA3E2811B681AFA00018449 /* Products */,
  47. 64F44A6E1E2D433D009A4747 /* Hello.framework */,
  48. );
  49. sourceTree = "<group>";
  50. };
  51. EBA3E2811B681AFA00018449 /* Products */ = {
  52. isa = PBXGroup;
  53. children = (
  54. EBA3E2801B681AFA00018449 /* bind.app */,
  55. );
  56. name = Products;
  57. sourceTree = "<group>";
  58. };
  59. EBA3E2821B681AFA00018449 /* bind */ = {
  60. isa = PBXGroup;
  61. children = (
  62. EBA3E2871B681AFA00018449 /* AppDelegate.h */,
  63. EBA3E2881B681AFA00018449 /* AppDelegate.m */,
  64. EBA3E28A1B681AFA00018449 /* ViewController.h */,
  65. EBA3E28B1B681AFA00018449 /* ViewController.m */,
  66. EBA3E28D1B681AFA00018449 /* Main.storyboard */,
  67. EBA3E2921B681AFA00018449 /* LaunchScreen.xib */,
  68. EBA3E2831B681AFA00018449 /* Supporting Files */,
  69. );
  70. path = bind;
  71. sourceTree = "<group>";
  72. };
  73. EBA3E2831B681AFA00018449 /* Supporting Files */ = {
  74. isa = PBXGroup;
  75. children = (
  76. EBA3E2841B681AFA00018449 /* Info.plist */,
  77. EBA3E2851B681AFA00018449 /* main.m */,
  78. );
  79. name = "Supporting Files";
  80. sourceTree = "<group>";
  81. };
  82. /* End PBXGroup section */
  83. /* Begin PBXNativeTarget section */
  84. EBA3E27F1B681AFA00018449 /* bind */ = {
  85. isa = PBXNativeTarget;
  86. buildConfigurationList = EBA3E2A31B681AFB00018449 /* Build configuration list for PBXNativeTarget "bind" */;
  87. buildPhases = (
  88. EBA3E27C1B681AFA00018449 /* Sources */,
  89. EBA3E27D1B681AFA00018449 /* Frameworks */,
  90. EBA3E27E1B681AFA00018449 /* Resources */,
  91. );
  92. buildRules = (
  93. );
  94. dependencies = (
  95. );
  96. name = bind;
  97. productName = bind;
  98. productReference = EBA3E2801B681AFA00018449 /* bind.app */;
  99. productType = "com.apple.product-type.application";
  100. };
  101. /* End PBXNativeTarget section */
  102. /* Begin PBXProject section */
  103. EBA3E2781B681AFA00018449 /* Project object */ = {
  104. isa = PBXProject;
  105. attributes = {
  106. LastUpgradeCheck = 0630;
  107. ORGANIZATIONNAME = "Hana (Hyang-Ah) Kim";
  108. TargetAttributes = {
  109. EBA3E27F1B681AFA00018449 = {
  110. CreatedOnToolsVersion = 6.3.2;
  111. };
  112. };
  113. };
  114. buildConfigurationList = EBA3E27B1B681AFA00018449 /* Build configuration list for PBXProject "bind" */;
  115. compatibilityVersion = "Xcode 3.2";
  116. developmentRegion = English;
  117. hasScannedForEncodings = 0;
  118. knownRegions = (
  119. en,
  120. Base,
  121. );
  122. mainGroup = EBA3E2771B681AFA00018449;
  123. productRefGroup = EBA3E2811B681AFA00018449 /* Products */;
  124. projectDirPath = "";
  125. projectRoot = "";
  126. targets = (
  127. EBA3E27F1B681AFA00018449 /* bind */,
  128. );
  129. };
  130. /* End PBXProject section */
  131. /* Begin PBXResourcesBuildPhase section */
  132. EBA3E27E1B681AFA00018449 /* Resources */ = {
  133. isa = PBXResourcesBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. EBA3E28F1B681AFA00018449 /* Main.storyboard in Resources */,
  137. EBA3E2941B681AFA00018449 /* LaunchScreen.xib in Resources */,
  138. );
  139. runOnlyForDeploymentPostprocessing = 0;
  140. };
  141. /* End PBXResourcesBuildPhase section */
  142. /* Begin PBXSourcesBuildPhase section */
  143. EBA3E27C1B681AFA00018449 /* Sources */ = {
  144. isa = PBXSourcesBuildPhase;
  145. buildActionMask = 2147483647;
  146. files = (
  147. EBA3E28C1B681AFA00018449 /* ViewController.m in Sources */,
  148. EBA3E2891B681AFA00018449 /* AppDelegate.m in Sources */,
  149. EBA3E2861B681AFA00018449 /* main.m in Sources */,
  150. );
  151. runOnlyForDeploymentPostprocessing = 0;
  152. };
  153. /* End PBXSourcesBuildPhase section */
  154. /* Begin PBXVariantGroup section */
  155. EBA3E28D1B681AFA00018449 /* Main.storyboard */ = {
  156. isa = PBXVariantGroup;
  157. children = (
  158. EBA3E28E1B681AFA00018449 /* Base */,
  159. );
  160. name = Main.storyboard;
  161. sourceTree = "<group>";
  162. };
  163. EBA3E2921B681AFA00018449 /* LaunchScreen.xib */ = {
  164. isa = PBXVariantGroup;
  165. children = (
  166. EBA3E2931B681AFA00018449 /* Base */,
  167. );
  168. name = LaunchScreen.xib;
  169. sourceTree = "<group>";
  170. };
  171. /* End PBXVariantGroup section */
  172. /* Begin XCBuildConfiguration section */
  173. EBA3E2A11B681AFB00018449 /* Debug */ = {
  174. isa = XCBuildConfiguration;
  175. buildSettings = {
  176. ALWAYS_SEARCH_USER_PATHS = NO;
  177. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  178. CLANG_CXX_LIBRARY = "libc++";
  179. CLANG_ENABLE_MODULES = YES;
  180. CLANG_ENABLE_OBJC_ARC = YES;
  181. CLANG_WARN_BOOL_CONVERSION = YES;
  182. CLANG_WARN_CONSTANT_CONVERSION = YES;
  183. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  184. CLANG_WARN_EMPTY_BODY = YES;
  185. CLANG_WARN_ENUM_CONVERSION = YES;
  186. CLANG_WARN_INT_CONVERSION = YES;
  187. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  188. CLANG_WARN_UNREACHABLE_CODE = YES;
  189. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  190. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  191. COPY_PHASE_STRIP = NO;
  192. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  193. ENABLE_BITCODE = NO;
  194. ENABLE_STRICT_OBJC_MSGSEND = YES;
  195. GCC_C_LANGUAGE_STANDARD = gnu99;
  196. GCC_DYNAMIC_NO_PIC = NO;
  197. GCC_NO_COMMON_BLOCKS = YES;
  198. GCC_OPTIMIZATION_LEVEL = 0;
  199. GCC_PREPROCESSOR_DEFINITIONS = (
  200. "DEBUG=1",
  201. "$(inherited)",
  202. );
  203. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  204. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  205. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  206. GCC_WARN_UNDECLARED_SELECTOR = YES;
  207. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  208. GCC_WARN_UNUSED_FUNCTION = YES;
  209. GCC_WARN_UNUSED_VARIABLE = YES;
  210. IPHONEOS_DEPLOYMENT_TARGET = 8.3;
  211. MTL_ENABLE_DEBUG_INFO = YES;
  212. ONLY_ACTIVE_ARCH = YES;
  213. SDKROOT = iphoneos;
  214. TARGETED_DEVICE_FAMILY = "1,2";
  215. };
  216. name = Debug;
  217. };
  218. EBA3E2A21B681AFB00018449 /* Release */ = {
  219. isa = XCBuildConfiguration;
  220. buildSettings = {
  221. ALWAYS_SEARCH_USER_PATHS = NO;
  222. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  223. CLANG_CXX_LIBRARY = "libc++";
  224. CLANG_ENABLE_MODULES = YES;
  225. CLANG_ENABLE_OBJC_ARC = YES;
  226. CLANG_WARN_BOOL_CONVERSION = YES;
  227. CLANG_WARN_CONSTANT_CONVERSION = YES;
  228. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  229. CLANG_WARN_EMPTY_BODY = YES;
  230. CLANG_WARN_ENUM_CONVERSION = YES;
  231. CLANG_WARN_INT_CONVERSION = YES;
  232. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  236. COPY_PHASE_STRIP = NO;
  237. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  238. ENABLE_BITCODE = NO;
  239. ENABLE_NS_ASSERTIONS = NO;
  240. ENABLE_STRICT_OBJC_MSGSEND = YES;
  241. GCC_C_LANGUAGE_STANDARD = gnu99;
  242. GCC_NO_COMMON_BLOCKS = YES;
  243. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  244. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  245. GCC_WARN_UNDECLARED_SELECTOR = YES;
  246. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  247. GCC_WARN_UNUSED_FUNCTION = YES;
  248. GCC_WARN_UNUSED_VARIABLE = YES;
  249. IPHONEOS_DEPLOYMENT_TARGET = 8.3;
  250. MTL_ENABLE_DEBUG_INFO = NO;
  251. SDKROOT = iphoneos;
  252. TARGETED_DEVICE_FAMILY = "1,2";
  253. VALIDATE_PRODUCT = YES;
  254. };
  255. name = Release;
  256. };
  257. EBA3E2A41B681AFB00018449 /* Debug */ = {
  258. isa = XCBuildConfiguration;
  259. buildSettings = {
  260. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  261. ENABLE_BITCODE = NO;
  262. FRAMEWORK_SEARCH_PATHS = (
  263. "$(inherited)",
  264. "$(PROJECT_DIR)",
  265. );
  266. INFOPLIST_FILE = bind/Info.plist;
  267. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  268. PRODUCT_NAME = "$(TARGET_NAME)";
  269. };
  270. name = Debug;
  271. };
  272. EBA3E2A51B681AFB00018449 /* Release */ = {
  273. isa = XCBuildConfiguration;
  274. buildSettings = {
  275. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  276. ENABLE_BITCODE = NO;
  277. FRAMEWORK_SEARCH_PATHS = (
  278. "$(inherited)",
  279. "$(PROJECT_DIR)",
  280. );
  281. INFOPLIST_FILE = bind/Info.plist;
  282. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  283. PRODUCT_NAME = "$(TARGET_NAME)";
  284. };
  285. name = Release;
  286. };
  287. /* End XCBuildConfiguration section */
  288. /* Begin XCConfigurationList section */
  289. EBA3E27B1B681AFA00018449 /* Build configuration list for PBXProject "bind" */ = {
  290. isa = XCConfigurationList;
  291. buildConfigurations = (
  292. EBA3E2A11B681AFB00018449 /* Debug */,
  293. EBA3E2A21B681AFB00018449 /* Release */,
  294. );
  295. defaultConfigurationIsVisible = 0;
  296. defaultConfigurationName = Release;
  297. };
  298. EBA3E2A31B681AFB00018449 /* Build configuration list for PBXNativeTarget "bind" */ = {
  299. isa = XCConfigurationList;
  300. buildConfigurations = (
  301. EBA3E2A41B681AFB00018449 /* Debug */,
  302. EBA3E2A51B681AFB00018449 /* Release */,
  303. );
  304. defaultConfigurationIsVisible = 0;
  305. defaultConfigurationName = Release;
  306. };
  307. /* End XCConfigurationList section */
  308. };
  309. rootObject = EBA3E2781B681AFA00018449 /* Project object */;
  310. }