2
0

project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 9CFA12C004B16D75F64AA152 /* Pods_NaturalLanguage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */; };
  10. D35301622097A4DC00727A88 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35301612097A4DC00727A88 /* AppDelegate.swift */; };
  11. D3C78ADC2097AA4700F9AC9A /* annotations.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */; };
  12. D3C78AE12097AA5000F9AC9A /* language_service.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */; };
  13. D3C78AE22097AA5000F9AC9A /* language_service.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */; };
  14. D3C78AE32097AA5000F9AC9A /* http.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78ADF2097AA5000F9AC9A /* http.pb.swift */; };
  15. D3C78AE42097AA5000F9AC9A /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NaturalLanguage.debug.xcconfig"; path = "Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage.debug.xcconfig"; sourceTree = "<group>"; };
  19. 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NaturalLanguage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NaturalLanguage.release.xcconfig"; path = "Pods/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage.release.xcconfig"; sourceTree = "<group>"; };
  21. D353015E2097A4DC00727A88 /* NaturalLanguage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NaturalLanguage.app; sourceTree = BUILT_PRODUCTS_DIR; };
  22. D35301612097A4DC00727A88 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  23. D353016D2097A4DC00727A88 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  24. D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = annotations.pb.swift; sourceTree = "<group>"; };
  25. D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = language_service.pb.swift; sourceTree = "<group>"; };
  26. D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = language_service.grpc.swift; sourceTree = "<group>"; };
  27. D3C78ADF2097AA5000F9AC9A /* http.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = http.pb.swift; sourceTree = "<group>"; };
  28. D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = "<group>"; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. D353015B2097A4DC00727A88 /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. 9CFA12C004B16D75F64AA152 /* Pods_NaturalLanguage.framework in Frameworks */,
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. /* End PBXFrameworksBuildPhase section */
  40. /* Begin PBXGroup section */
  41. 3D052FD55FC47A80E6A7AB0A /* Pods */ = {
  42. isa = PBXGroup;
  43. children = (
  44. 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */,
  45. 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */,
  46. );
  47. name = Pods;
  48. sourceTree = "<group>";
  49. };
  50. 8056D5BB75218C1982B22A68 /* Frameworks */ = {
  51. isa = PBXGroup;
  52. children = (
  53. 76B4001D3A14F0270FA6E8E2 /* Pods_NaturalLanguage.framework */,
  54. );
  55. name = Frameworks;
  56. sourceTree = "<group>";
  57. };
  58. D35301552097A4DC00727A88 = {
  59. isa = PBXGroup;
  60. children = (
  61. D35301602097A4DC00727A88 /* NaturalLanguage */,
  62. D353015F2097A4DC00727A88 /* Products */,
  63. 3D052FD55FC47A80E6A7AB0A /* Pods */,
  64. 8056D5BB75218C1982B22A68 /* Frameworks */,
  65. );
  66. sourceTree = "<group>";
  67. };
  68. D353015F2097A4DC00727A88 /* Products */ = {
  69. isa = PBXGroup;
  70. children = (
  71. D353015E2097A4DC00727A88 /* NaturalLanguage.app */,
  72. );
  73. name = Products;
  74. sourceTree = "<group>";
  75. };
  76. D35301602097A4DC00727A88 /* NaturalLanguage */ = {
  77. isa = PBXGroup;
  78. children = (
  79. D3C78AE02097AA5000F9AC9A /* descriptor.pb.swift */,
  80. D3C78ADF2097AA5000F9AC9A /* http.pb.swift */,
  81. D3C78ADE2097AA5000F9AC9A /* language_service.grpc.swift */,
  82. D3C78ADD2097AA5000F9AC9A /* language_service.pb.swift */,
  83. D3C78ADB2097AA4700F9AC9A /* annotations.pb.swift */,
  84. D35301612097A4DC00727A88 /* AppDelegate.swift */,
  85. D353016D2097A4DC00727A88 /* Info.plist */,
  86. );
  87. path = NaturalLanguage;
  88. sourceTree = "<group>";
  89. };
  90. /* End PBXGroup section */
  91. /* Begin PBXNativeTarget section */
  92. D353015D2097A4DC00727A88 /* NaturalLanguage */ = {
  93. isa = PBXNativeTarget;
  94. buildConfigurationList = D35301702097A4DC00727A88 /* Build configuration list for PBXNativeTarget "NaturalLanguage" */;
  95. buildPhases = (
  96. 297410882B258F7303730200 /* [CP] Check Pods Manifest.lock */,
  97. D353015A2097A4DC00727A88 /* Sources */,
  98. D353015B2097A4DC00727A88 /* Frameworks */,
  99. D353015C2097A4DC00727A88 /* Resources */,
  100. C656FB9F83FB17EE3625C732 /* [CP] Embed Pods Frameworks */,
  101. );
  102. buildRules = (
  103. );
  104. dependencies = (
  105. );
  106. name = NaturalLanguage;
  107. productName = NaturalLanguage;
  108. productReference = D353015E2097A4DC00727A88 /* NaturalLanguage.app */;
  109. productType = "com.apple.product-type.application";
  110. };
  111. /* End PBXNativeTarget section */
  112. /* Begin PBXProject section */
  113. D35301562097A4DC00727A88 /* Project object */ = {
  114. isa = PBXProject;
  115. attributes = {
  116. LastSwiftUpdateCheck = 0920;
  117. LastUpgradeCheck = 0920;
  118. ORGANIZATIONNAME = Google;
  119. TargetAttributes = {
  120. D353015D2097A4DC00727A88 = {
  121. CreatedOnToolsVersion = 9.2;
  122. ProvisioningStyle = Automatic;
  123. };
  124. };
  125. };
  126. buildConfigurationList = D35301592097A4DC00727A88 /* Build configuration list for PBXProject "NaturalLanguage" */;
  127. compatibilityVersion = "Xcode 8.0";
  128. developmentRegion = en;
  129. hasScannedForEncodings = 0;
  130. knownRegions = (
  131. en,
  132. Base,
  133. );
  134. mainGroup = D35301552097A4DC00727A88;
  135. productRefGroup = D353015F2097A4DC00727A88 /* Products */;
  136. projectDirPath = "";
  137. projectRoot = "";
  138. targets = (
  139. D353015D2097A4DC00727A88 /* NaturalLanguage */,
  140. );
  141. };
  142. /* End PBXProject section */
  143. /* Begin PBXResourcesBuildPhase section */
  144. D353015C2097A4DC00727A88 /* Resources */ = {
  145. isa = PBXResourcesBuildPhase;
  146. buildActionMask = 2147483647;
  147. files = (
  148. );
  149. runOnlyForDeploymentPostprocessing = 0;
  150. };
  151. /* End PBXResourcesBuildPhase section */
  152. /* Begin PBXShellScriptBuildPhase section */
  153. 297410882B258F7303730200 /* [CP] Check Pods Manifest.lock */ = {
  154. isa = PBXShellScriptBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. );
  158. inputPaths = (
  159. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  160. "${PODS_ROOT}/Manifest.lock",
  161. );
  162. name = "[CP] Check Pods Manifest.lock";
  163. outputPaths = (
  164. "$(DERIVED_FILE_DIR)/Pods-NaturalLanguage-checkManifestLockResult.txt",
  165. );
  166. runOnlyForDeploymentPostprocessing = 0;
  167. shellPath = /bin/sh;
  168. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  169. showEnvVarsInLog = 0;
  170. };
  171. C656FB9F83FB17EE3625C732 /* [CP] Embed Pods Frameworks */ = {
  172. isa = PBXShellScriptBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. );
  176. inputPaths = (
  177. "${PODS_ROOT}/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-frameworks.sh",
  178. "${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework",
  179. "${BUILT_PRODUCTS_DIR}/SwiftGRPC/SwiftGRPC.framework",
  180. "${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
  181. "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
  182. "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
  183. );
  184. name = "[CP] Embed Pods Frameworks";
  185. outputPaths = (
  186. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
  187. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftGRPC.framework",
  188. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
  189. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
  190. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
  191. );
  192. runOnlyForDeploymentPostprocessing = 0;
  193. shellPath = /bin/sh;
  194. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NaturalLanguage/Pods-NaturalLanguage-frameworks.sh\"\n";
  195. showEnvVarsInLog = 0;
  196. };
  197. /* End PBXShellScriptBuildPhase section */
  198. /* Begin PBXSourcesBuildPhase section */
  199. D353015A2097A4DC00727A88 /* Sources */ = {
  200. isa = PBXSourcesBuildPhase;
  201. buildActionMask = 2147483647;
  202. files = (
  203. D3C78AE32097AA5000F9AC9A /* http.pb.swift in Sources */,
  204. D3C78AE22097AA5000F9AC9A /* language_service.grpc.swift in Sources */,
  205. D35301622097A4DC00727A88 /* AppDelegate.swift in Sources */,
  206. D3C78AE12097AA5000F9AC9A /* language_service.pb.swift in Sources */,
  207. D3C78ADC2097AA4700F9AC9A /* annotations.pb.swift in Sources */,
  208. D3C78AE42097AA5000F9AC9A /* descriptor.pb.swift in Sources */,
  209. );
  210. runOnlyForDeploymentPostprocessing = 0;
  211. };
  212. /* End PBXSourcesBuildPhase section */
  213. /* Begin XCBuildConfiguration section */
  214. D353016E2097A4DC00727A88 /* Debug */ = {
  215. isa = XCBuildConfiguration;
  216. buildSettings = {
  217. ALWAYS_SEARCH_USER_PATHS = NO;
  218. CLANG_ANALYZER_NONNULL = YES;
  219. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  220. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  221. CLANG_CXX_LIBRARY = "libc++";
  222. CLANG_ENABLE_MODULES = YES;
  223. CLANG_ENABLE_OBJC_ARC = YES;
  224. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  225. CLANG_WARN_BOOL_CONVERSION = YES;
  226. CLANG_WARN_COMMA = YES;
  227. CLANG_WARN_CONSTANT_CONVERSION = YES;
  228. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  229. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  230. CLANG_WARN_EMPTY_BODY = YES;
  231. CLANG_WARN_ENUM_CONVERSION = YES;
  232. CLANG_WARN_INFINITE_RECURSION = YES;
  233. CLANG_WARN_INT_CONVERSION = YES;
  234. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  235. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  236. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  237. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  238. CLANG_WARN_STRICT_PROTOTYPES = YES;
  239. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  240. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  241. CLANG_WARN_UNREACHABLE_CODE = YES;
  242. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  243. CODE_SIGN_IDENTITY = "iPhone Developer";
  244. COPY_PHASE_STRIP = NO;
  245. DEBUG_INFORMATION_FORMAT = dwarf;
  246. ENABLE_STRICT_OBJC_MSGSEND = YES;
  247. ENABLE_TESTABILITY = YES;
  248. GCC_C_LANGUAGE_STANDARD = gnu11;
  249. GCC_DYNAMIC_NO_PIC = NO;
  250. GCC_NO_COMMON_BLOCKS = YES;
  251. GCC_OPTIMIZATION_LEVEL = 0;
  252. GCC_PREPROCESSOR_DEFINITIONS = (
  253. "DEBUG=1",
  254. "$(inherited)",
  255. );
  256. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  257. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  258. GCC_WARN_UNDECLARED_SELECTOR = YES;
  259. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  260. GCC_WARN_UNUSED_FUNCTION = YES;
  261. GCC_WARN_UNUSED_VARIABLE = YES;
  262. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  263. MTL_ENABLE_DEBUG_INFO = YES;
  264. ONLY_ACTIVE_ARCH = YES;
  265. SDKROOT = iphoneos;
  266. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  267. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  268. };
  269. name = Debug;
  270. };
  271. D353016F2097A4DC00727A88 /* Release */ = {
  272. isa = XCBuildConfiguration;
  273. buildSettings = {
  274. ALWAYS_SEARCH_USER_PATHS = NO;
  275. CLANG_ANALYZER_NONNULL = YES;
  276. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  277. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  278. CLANG_CXX_LIBRARY = "libc++";
  279. CLANG_ENABLE_MODULES = YES;
  280. CLANG_ENABLE_OBJC_ARC = YES;
  281. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  282. CLANG_WARN_BOOL_CONVERSION = YES;
  283. CLANG_WARN_COMMA = YES;
  284. CLANG_WARN_CONSTANT_CONVERSION = YES;
  285. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  286. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  287. CLANG_WARN_EMPTY_BODY = YES;
  288. CLANG_WARN_ENUM_CONVERSION = YES;
  289. CLANG_WARN_INFINITE_RECURSION = YES;
  290. CLANG_WARN_INT_CONVERSION = YES;
  291. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  292. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  293. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  294. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  295. CLANG_WARN_STRICT_PROTOTYPES = YES;
  296. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  297. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  298. CLANG_WARN_UNREACHABLE_CODE = YES;
  299. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  300. CODE_SIGN_IDENTITY = "iPhone Developer";
  301. COPY_PHASE_STRIP = NO;
  302. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  303. ENABLE_NS_ASSERTIONS = NO;
  304. ENABLE_STRICT_OBJC_MSGSEND = YES;
  305. GCC_C_LANGUAGE_STANDARD = gnu11;
  306. GCC_NO_COMMON_BLOCKS = YES;
  307. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  308. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  309. GCC_WARN_UNDECLARED_SELECTOR = YES;
  310. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  311. GCC_WARN_UNUSED_FUNCTION = YES;
  312. GCC_WARN_UNUSED_VARIABLE = YES;
  313. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  314. MTL_ENABLE_DEBUG_INFO = NO;
  315. SDKROOT = iphoneos;
  316. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  317. VALIDATE_PRODUCT = YES;
  318. };
  319. name = Release;
  320. };
  321. D35301712097A4DC00727A88 /* Debug */ = {
  322. isa = XCBuildConfiguration;
  323. baseConfigurationReference = 0C8CCB511DA8E8B40E1FCF0E /* Pods-NaturalLanguage.debug.xcconfig */;
  324. buildSettings = {
  325. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  326. CODE_SIGN_STYLE = Automatic;
  327. DEVELOPMENT_TEAM = 6SF6F2622J;
  328. INFOPLIST_FILE = NaturalLanguage/Info.plist;
  329. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  330. PRODUCT_BUNDLE_IDENTIFIER = com.google.NaturalLanguage;
  331. PRODUCT_NAME = "$(TARGET_NAME)";
  332. SWIFT_VERSION = 4.0;
  333. TARGETED_DEVICE_FAMILY = "1,2";
  334. };
  335. name = Debug;
  336. };
  337. D35301722097A4DC00727A88 /* Release */ = {
  338. isa = XCBuildConfiguration;
  339. baseConfigurationReference = 8CE184FFA377D203D2FA7121 /* Pods-NaturalLanguage.release.xcconfig */;
  340. buildSettings = {
  341. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  342. CODE_SIGN_STYLE = Automatic;
  343. DEVELOPMENT_TEAM = 6SF6F2622J;
  344. INFOPLIST_FILE = NaturalLanguage/Info.plist;
  345. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  346. PRODUCT_BUNDLE_IDENTIFIER = com.google.NaturalLanguage;
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. SWIFT_VERSION = 4.0;
  349. TARGETED_DEVICE_FAMILY = "1,2";
  350. };
  351. name = Release;
  352. };
  353. /* End XCBuildConfiguration section */
  354. /* Begin XCConfigurationList section */
  355. D35301592097A4DC00727A88 /* Build configuration list for PBXProject "NaturalLanguage" */ = {
  356. isa = XCConfigurationList;
  357. buildConfigurations = (
  358. D353016E2097A4DC00727A88 /* Debug */,
  359. D353016F2097A4DC00727A88 /* Release */,
  360. );
  361. defaultConfigurationIsVisible = 0;
  362. defaultConfigurationName = Release;
  363. };
  364. D35301702097A4DC00727A88 /* Build configuration list for PBXNativeTarget "NaturalLanguage" */ = {
  365. isa = XCConfigurationList;
  366. buildConfigurations = (
  367. D35301712097A4DC00727A88 /* Debug */,
  368. D35301722097A4DC00727A88 /* Release */,
  369. );
  370. defaultConfigurationIsVisible = 0;
  371. defaultConfigurationName = Release;
  372. };
  373. /* End XCConfigurationList section */
  374. };
  375. rootObject = D35301562097A4DC00727A88 /* Project object */;
  376. }