project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  10. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
  11. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  12. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  13. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  14. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  15. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  21. proxyType = 1;
  22. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  23. remoteInfo = Runner;
  24. };
  25. /* End PBXContainerItemProxy section */
  26. /* Begin PBXCopyFilesBuildPhase section */
  27. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  28. isa = PBXCopyFilesBuildPhase;
  29. buildActionMask = 2147483647;
  30. dstPath = "";
  31. dstSubfolderSpec = 10;
  32. files = (
  33. );
  34. name = "Embed Frameworks";
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. /* End PBXCopyFilesBuildPhase section */
  38. /* Begin PBXFileReference section */
  39. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  40. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  41. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  42. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  44. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  45. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  46. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  47. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  48. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  49. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  51. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  52. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  53. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXFrameworksBuildPhase section */
  56. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. );
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. /* End PBXFrameworksBuildPhase section */
  64. /* Begin PBXGroup section */
  65. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  66. isa = PBXGroup;
  67. children = (
  68. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  69. );
  70. path = RunnerTests;
  71. sourceTree = "<group>";
  72. };
  73. 9740EEB11CF90186004384FC /* Flutter */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  77. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  78. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  79. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  80. );
  81. name = Flutter;
  82. sourceTree = "<group>";
  83. };
  84. 97C146E51CF9000F007C117D = {
  85. isa = PBXGroup;
  86. children = (
  87. 9740EEB11CF90186004384FC /* Flutter */,
  88. 97C146F01CF9000F007C117D /* Runner */,
  89. 97C146EF1CF9000F007C117D /* Products */,
  90. 331C8082294A63A400263BE5 /* RunnerTests */,
  91. );
  92. sourceTree = "<group>";
  93. };
  94. 97C146EF1CF9000F007C117D /* Products */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 97C146EE1CF9000F007C117D /* Runner.app */,
  98. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  99. );
  100. name = Products;
  101. sourceTree = "<group>";
  102. };
  103. 97C146F01CF9000F007C117D /* Runner */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  107. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  108. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  109. 97C147021CF9000F007C117D /* Info.plist */,
  110. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  111. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  112. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  113. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  114. );
  115. path = Runner;
  116. sourceTree = "<group>";
  117. };
  118. /* End PBXGroup section */
  119. /* Begin PBXNativeTarget section */
  120. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  121. isa = PBXNativeTarget;
  122. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  123. buildPhases = (
  124. 331C807D294A63A400263BE5 /* Sources */,
  125. 331C807F294A63A400263BE5 /* Resources */,
  126. );
  127. buildRules = (
  128. );
  129. dependencies = (
  130. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  131. );
  132. name = RunnerTests;
  133. productName = RunnerTests;
  134. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  135. productType = "com.apple.product-type.bundle.unit-test";
  136. };
  137. 97C146ED1CF9000F007C117D /* Runner */ = {
  138. isa = PBXNativeTarget;
  139. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  140. buildPhases = (
  141. 9740EEB61CF901F6004384FC /* Run Script */,
  142. 97C146EA1CF9000F007C117D /* Sources */,
  143. 97C146EB1CF9000F007C117D /* Frameworks */,
  144. 97C146EC1CF9000F007C117D /* Resources */,
  145. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  146. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  147. );
  148. buildRules = (
  149. );
  150. dependencies = (
  151. );
  152. name = Runner;
  153. productName = Runner;
  154. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  155. productType = "com.apple.product-type.application";
  156. };
  157. /* End PBXNativeTarget section */
  158. /* Begin PBXProject section */
  159. 97C146E61CF9000F007C117D /* Project object */ = {
  160. isa = PBXProject;
  161. attributes = {
  162. BuildIndependentTargetsInParallel = YES;
  163. LastUpgradeCheck = 1510;
  164. ORGANIZATIONNAME = "";
  165. TargetAttributes = {
  166. 331C8080294A63A400263BE5 = {
  167. CreatedOnToolsVersion = 14.0;
  168. TestTargetID = 97C146ED1CF9000F007C117D;
  169. };
  170. 97C146ED1CF9000F007C117D = {
  171. CreatedOnToolsVersion = 7.3.1;
  172. LastSwiftMigration = 1100;
  173. };
  174. };
  175. };
  176. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  177. compatibilityVersion = "Xcode 9.3";
  178. developmentRegion = en;
  179. hasScannedForEncodings = 0;
  180. knownRegions = (
  181. en,
  182. Base,
  183. );
  184. mainGroup = 97C146E51CF9000F007C117D;
  185. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  186. projectDirPath = "";
  187. projectRoot = "";
  188. targets = (
  189. 97C146ED1CF9000F007C117D /* Runner */,
  190. 331C8080294A63A400263BE5 /* RunnerTests */,
  191. );
  192. };
  193. /* End PBXProject section */
  194. /* Begin PBXResourcesBuildPhase section */
  195. 331C807F294A63A400263BE5 /* Resources */ = {
  196. isa = PBXResourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. };
  202. 97C146EC1CF9000F007C117D /* Resources */ = {
  203. isa = PBXResourcesBuildPhase;
  204. buildActionMask = 2147483647;
  205. files = (
  206. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  207. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  208. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  209. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  210. );
  211. runOnlyForDeploymentPostprocessing = 0;
  212. };
  213. /* End PBXResourcesBuildPhase section */
  214. /* Begin PBXShellScriptBuildPhase section */
  215. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  216. isa = PBXShellScriptBuildPhase;
  217. alwaysOutOfDate = 1;
  218. buildActionMask = 2147483647;
  219. files = (
  220. );
  221. inputPaths = (
  222. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  223. );
  224. name = "Thin Binary";
  225. outputPaths = (
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. shellPath = /bin/sh;
  229. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  230. };
  231. 9740EEB61CF901F6004384FC /* Run Script */ = {
  232. isa = PBXShellScriptBuildPhase;
  233. alwaysOutOfDate = 1;
  234. buildActionMask = 2147483647;
  235. files = (
  236. );
  237. inputPaths = (
  238. );
  239. name = "Run Script";
  240. outputPaths = (
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. shellPath = /bin/sh;
  244. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  245. };
  246. /* End PBXShellScriptBuildPhase section */
  247. /* Begin PBXSourcesBuildPhase section */
  248. 331C807D294A63A400263BE5 /* Sources */ = {
  249. isa = PBXSourcesBuildPhase;
  250. buildActionMask = 2147483647;
  251. files = (
  252. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  253. );
  254. runOnlyForDeploymentPostprocessing = 0;
  255. };
  256. 97C146EA1CF9000F007C117D /* Sources */ = {
  257. isa = PBXSourcesBuildPhase;
  258. buildActionMask = 2147483647;
  259. files = (
  260. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  261. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  262. );
  263. runOnlyForDeploymentPostprocessing = 0;
  264. };
  265. /* End PBXSourcesBuildPhase section */
  266. /* Begin PBXTargetDependency section */
  267. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  268. isa = PBXTargetDependency;
  269. target = 97C146ED1CF9000F007C117D /* Runner */;
  270. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  271. };
  272. /* End PBXTargetDependency section */
  273. /* Begin PBXVariantGroup section */
  274. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  275. isa = PBXVariantGroup;
  276. children = (
  277. 97C146FB1CF9000F007C117D /* Base */,
  278. );
  279. name = Main.storyboard;
  280. sourceTree = "<group>";
  281. };
  282. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  283. isa = PBXVariantGroup;
  284. children = (
  285. 97C147001CF9000F007C117D /* Base */,
  286. );
  287. name = LaunchScreen.storyboard;
  288. sourceTree = "<group>";
  289. };
  290. /* End PBXVariantGroup section */
  291. /* Begin XCBuildConfiguration section */
  292. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  293. isa = XCBuildConfiguration;
  294. buildSettings = {
  295. ALWAYS_SEARCH_USER_PATHS = NO;
  296. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  297. CLANG_ANALYZER_NONNULL = YES;
  298. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  299. CLANG_CXX_LIBRARY = "libc++";
  300. CLANG_ENABLE_MODULES = YES;
  301. CLANG_ENABLE_OBJC_ARC = YES;
  302. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  303. CLANG_WARN_BOOL_CONVERSION = YES;
  304. CLANG_WARN_COMMA = YES;
  305. CLANG_WARN_CONSTANT_CONVERSION = YES;
  306. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  307. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  308. CLANG_WARN_EMPTY_BODY = YES;
  309. CLANG_WARN_ENUM_CONVERSION = YES;
  310. CLANG_WARN_INFINITE_RECURSION = YES;
  311. CLANG_WARN_INT_CONVERSION = YES;
  312. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  313. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  314. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  315. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  316. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  317. CLANG_WARN_STRICT_PROTOTYPES = YES;
  318. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  319. CLANG_WARN_UNREACHABLE_CODE = YES;
  320. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  321. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  322. COPY_PHASE_STRIP = NO;
  323. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  324. ENABLE_NS_ASSERTIONS = NO;
  325. ENABLE_STRICT_OBJC_MSGSEND = YES;
  326. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  327. GCC_C_LANGUAGE_STANDARD = gnu99;
  328. GCC_NO_COMMON_BLOCKS = YES;
  329. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  330. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  331. GCC_WARN_UNDECLARED_SELECTOR = YES;
  332. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  333. GCC_WARN_UNUSED_FUNCTION = YES;
  334. GCC_WARN_UNUSED_VARIABLE = YES;
  335. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  336. MTL_ENABLE_DEBUG_INFO = NO;
  337. SDKROOT = iphoneos;
  338. SUPPORTED_PLATFORMS = iphoneos;
  339. TARGETED_DEVICE_FAMILY = "1,2";
  340. VALIDATE_PRODUCT = YES;
  341. };
  342. name = Profile;
  343. };
  344. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  345. isa = XCBuildConfiguration;
  346. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  347. buildSettings = {
  348. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  349. CLANG_ENABLE_MODULES = YES;
  350. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  351. DEVELOPMENT_TEAM = JYA454HZ72;
  352. ENABLE_BITCODE = NO;
  353. INFOPLIST_FILE = Runner/Info.plist;
  354. LD_RUNPATH_SEARCH_PATHS = (
  355. "$(inherited)",
  356. "@executable_path/Frameworks",
  357. );
  358. PRODUCT_BUNDLE_IDENTIFIER = com.example.mapAmapIosExample;
  359. PRODUCT_NAME = "$(TARGET_NAME)";
  360. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  361. SWIFT_VERSION = 5.0;
  362. VERSIONING_SYSTEM = "apple-generic";
  363. };
  364. name = Profile;
  365. };
  366. 331C8088294A63A400263BE5 /* Debug */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. BUNDLE_LOADER = "$(TEST_HOST)";
  370. CODE_SIGN_STYLE = Automatic;
  371. CURRENT_PROJECT_VERSION = 1;
  372. GENERATE_INFOPLIST_FILE = YES;
  373. MARKETING_VERSION = 1.0;
  374. PRODUCT_BUNDLE_IDENTIFIER = com.example.mapAmapIosExample.RunnerTests;
  375. PRODUCT_NAME = "$(TARGET_NAME)";
  376. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  377. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  378. SWIFT_VERSION = 5.0;
  379. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  380. };
  381. name = Debug;
  382. };
  383. 331C8089294A63A400263BE5 /* Release */ = {
  384. isa = XCBuildConfiguration;
  385. buildSettings = {
  386. BUNDLE_LOADER = "$(TEST_HOST)";
  387. CODE_SIGN_STYLE = Automatic;
  388. CURRENT_PROJECT_VERSION = 1;
  389. GENERATE_INFOPLIST_FILE = YES;
  390. MARKETING_VERSION = 1.0;
  391. PRODUCT_BUNDLE_IDENTIFIER = com.example.mapAmapIosExample.RunnerTests;
  392. PRODUCT_NAME = "$(TARGET_NAME)";
  393. SWIFT_VERSION = 5.0;
  394. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  395. };
  396. name = Release;
  397. };
  398. 331C808A294A63A400263BE5 /* Profile */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. BUNDLE_LOADER = "$(TEST_HOST)";
  402. CODE_SIGN_STYLE = Automatic;
  403. CURRENT_PROJECT_VERSION = 1;
  404. GENERATE_INFOPLIST_FILE = YES;
  405. MARKETING_VERSION = 1.0;
  406. PRODUCT_BUNDLE_IDENTIFIER = com.example.mapAmapIosExample.RunnerTests;
  407. PRODUCT_NAME = "$(TARGET_NAME)";
  408. SWIFT_VERSION = 5.0;
  409. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  410. };
  411. name = Profile;
  412. };
  413. 97C147031CF9000F007C117D /* Debug */ = {
  414. isa = XCBuildConfiguration;
  415. buildSettings = {
  416. ALWAYS_SEARCH_USER_PATHS = NO;
  417. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  418. CLANG_ANALYZER_NONNULL = YES;
  419. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  420. CLANG_CXX_LIBRARY = "libc++";
  421. CLANG_ENABLE_MODULES = YES;
  422. CLANG_ENABLE_OBJC_ARC = YES;
  423. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  424. CLANG_WARN_BOOL_CONVERSION = YES;
  425. CLANG_WARN_COMMA = YES;
  426. CLANG_WARN_CONSTANT_CONVERSION = YES;
  427. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  428. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  429. CLANG_WARN_EMPTY_BODY = YES;
  430. CLANG_WARN_ENUM_CONVERSION = YES;
  431. CLANG_WARN_INFINITE_RECURSION = YES;
  432. CLANG_WARN_INT_CONVERSION = YES;
  433. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  434. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  435. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  436. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  437. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  438. CLANG_WARN_STRICT_PROTOTYPES = YES;
  439. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  443. COPY_PHASE_STRIP = NO;
  444. DEBUG_INFORMATION_FORMAT = dwarf;
  445. ENABLE_STRICT_OBJC_MSGSEND = YES;
  446. ENABLE_TESTABILITY = YES;
  447. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  448. GCC_C_LANGUAGE_STANDARD = gnu99;
  449. GCC_DYNAMIC_NO_PIC = NO;
  450. GCC_NO_COMMON_BLOCKS = YES;
  451. GCC_OPTIMIZATION_LEVEL = 0;
  452. GCC_PREPROCESSOR_DEFINITIONS = (
  453. "DEBUG=1",
  454. "$(inherited)",
  455. );
  456. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  457. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  458. GCC_WARN_UNDECLARED_SELECTOR = YES;
  459. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  460. GCC_WARN_UNUSED_FUNCTION = YES;
  461. GCC_WARN_UNUSED_VARIABLE = YES;
  462. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  463. MTL_ENABLE_DEBUG_INFO = YES;
  464. ONLY_ACTIVE_ARCH = YES;
  465. SDKROOT = iphoneos;
  466. TARGETED_DEVICE_FAMILY = "1,2";
  467. };
  468. name = Debug;
  469. };
  470. 97C147041CF9000F007C117D /* Release */ = {
  471. isa = XCBuildConfiguration;
  472. buildSettings = {
  473. ALWAYS_SEARCH_USER_PATHS = NO;
  474. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  475. CLANG_ANALYZER_NONNULL = YES;
  476. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  477. CLANG_CXX_LIBRARY = "libc++";
  478. CLANG_ENABLE_MODULES = YES;
  479. CLANG_ENABLE_OBJC_ARC = YES;
  480. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  481. CLANG_WARN_BOOL_CONVERSION = YES;
  482. CLANG_WARN_COMMA = YES;
  483. CLANG_WARN_CONSTANT_CONVERSION = YES;
  484. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  485. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  486. CLANG_WARN_EMPTY_BODY = YES;
  487. CLANG_WARN_ENUM_CONVERSION = YES;
  488. CLANG_WARN_INFINITE_RECURSION = YES;
  489. CLANG_WARN_INT_CONVERSION = YES;
  490. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  491. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  492. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  493. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  494. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  495. CLANG_WARN_STRICT_PROTOTYPES = YES;
  496. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  497. CLANG_WARN_UNREACHABLE_CODE = YES;
  498. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  499. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  500. COPY_PHASE_STRIP = NO;
  501. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  502. ENABLE_NS_ASSERTIONS = NO;
  503. ENABLE_STRICT_OBJC_MSGSEND = YES;
  504. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  505. GCC_C_LANGUAGE_STANDARD = gnu99;
  506. GCC_NO_COMMON_BLOCKS = YES;
  507. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  508. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  509. GCC_WARN_UNDECLARED_SELECTOR = YES;
  510. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  511. GCC_WARN_UNUSED_FUNCTION = YES;
  512. GCC_WARN_UNUSED_VARIABLE = YES;
  513. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  514. MTL_ENABLE_DEBUG_INFO = NO;
  515. SDKROOT = iphoneos;
  516. SUPPORTED_PLATFORMS = iphoneos;
  517. SWIFT_COMPILATION_MODE = wholemodule;
  518. SWIFT_OPTIMIZATION_LEVEL = "-O";
  519. TARGETED_DEVICE_FAMILY = "1,2";
  520. VALIDATE_PRODUCT = YES;
  521. };
  522. name = Release;
  523. };
  524. 97C147061CF9000F007C117D /* Debug */ = {
  525. isa = XCBuildConfiguration;
  526. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  527. buildSettings = {
  528. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  529. CLANG_ENABLE_MODULES = YES;
  530. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  531. DEVELOPMENT_TEAM = JYA454HZ72;
  532. ENABLE_BITCODE = NO;
  533. INFOPLIST_FILE = Runner/Info.plist;
  534. LD_RUNPATH_SEARCH_PATHS = (
  535. "$(inherited)",
  536. "@executable_path/Frameworks",
  537. );
  538. PRODUCT_BUNDLE_IDENTIFIER = com.example.mapAmapIosExample;
  539. PRODUCT_NAME = "$(TARGET_NAME)";
  540. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  541. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  542. SWIFT_VERSION = 5.0;
  543. VERSIONING_SYSTEM = "apple-generic";
  544. };
  545. name = Debug;
  546. };
  547. 97C147071CF9000F007C117D /* Release */ = {
  548. isa = XCBuildConfiguration;
  549. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  550. buildSettings = {
  551. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  552. CLANG_ENABLE_MODULES = YES;
  553. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  554. DEVELOPMENT_TEAM = JYA454HZ72;
  555. ENABLE_BITCODE = NO;
  556. INFOPLIST_FILE = Runner/Info.plist;
  557. LD_RUNPATH_SEARCH_PATHS = (
  558. "$(inherited)",
  559. "@executable_path/Frameworks",
  560. );
  561. PRODUCT_BUNDLE_IDENTIFIER = com.example.mapAmapIosExample;
  562. PRODUCT_NAME = "$(TARGET_NAME)";
  563. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  564. SWIFT_VERSION = 5.0;
  565. VERSIONING_SYSTEM = "apple-generic";
  566. };
  567. name = Release;
  568. };
  569. /* End XCBuildConfiguration section */
  570. /* Begin XCConfigurationList section */
  571. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  572. isa = XCConfigurationList;
  573. buildConfigurations = (
  574. 331C8088294A63A400263BE5 /* Debug */,
  575. 331C8089294A63A400263BE5 /* Release */,
  576. 331C808A294A63A400263BE5 /* Profile */,
  577. );
  578. defaultConfigurationIsVisible = 0;
  579. defaultConfigurationName = Release;
  580. };
  581. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  582. isa = XCConfigurationList;
  583. buildConfigurations = (
  584. 97C147031CF9000F007C117D /* Debug */,
  585. 97C147041CF9000F007C117D /* Release */,
  586. 249021D3217E4FDB00AE95B9 /* Profile */,
  587. );
  588. defaultConfigurationIsVisible = 0;
  589. defaultConfigurationName = Release;
  590. };
  591. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  592. isa = XCConfigurationList;
  593. buildConfigurations = (
  594. 97C147061CF9000F007C117D /* Debug */,
  595. 97C147071CF9000F007C117D /* Release */,
  596. 249021D4217E4FDB00AE95B9 /* Profile */,
  597. );
  598. defaultConfigurationIsVisible = 0;
  599. defaultConfigurationName = Release;
  600. };
  601. /* End XCConfigurationList section */
  602. };
  603. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  604. }