project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  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. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  11. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  12. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  13. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  14. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  15. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
  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. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  42. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  43. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  44. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  45. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  46. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  47. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  48. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  49. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  50. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  51. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  52. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  53. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  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. 9740EEB11CF90186004384FC /* Flutter */ = {
  66. isa = PBXGroup;
  67. children = (
  68. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  69. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  70. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  71. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  72. );
  73. name = Flutter;
  74. sourceTree = "<group>";
  75. };
  76. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  80. );
  81. path = RunnerTests;
  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. 331C807E294A63A400263BE5 /* Frameworks */,
  126. 331C807F294A63A400263BE5 /* Resources */,
  127. );
  128. buildRules = (
  129. );
  130. dependencies = (
  131. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  132. );
  133. name = RunnerTests;
  134. productName = RunnerTests;
  135. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  136. productType = "com.apple.product-type.bundle.unit-test";
  137. };
  138. 97C146ED1CF9000F007C117D /* Runner */ = {
  139. isa = PBXNativeTarget;
  140. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  141. buildPhases = (
  142. 9740EEB61CF901F6004384FC /* Run Script */,
  143. 97C146EA1CF9000F007C117D /* Sources */,
  144. 97C146EB1CF9000F007C117D /* Frameworks */,
  145. 97C146EC1CF9000F007C117D /* Resources */,
  146. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  147. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  148. );
  149. buildRules = (
  150. );
  151. dependencies = (
  152. );
  153. name = Runner;
  154. productName = Runner;
  155. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  156. productType = "com.apple.product-type.application";
  157. };
  158. /* End PBXNativeTarget section */
  159. /* Begin PBXProject section */
  160. 97C146E61CF9000F007C117D /* Project object */ = {
  161. isa = PBXProject;
  162. attributes = {
  163. BuildIndependentTargetsInParallel = YES;
  164. LastUpgradeCheck = 1430;
  165. ORGANIZATIONNAME = "";
  166. TargetAttributes = {
  167. 331C8080294A63A400263BE5 = {
  168. CreatedOnToolsVersion = 14.0;
  169. TestTargetID = 97C146ED1CF9000F007C117D;
  170. };
  171. 97C146ED1CF9000F007C117D = {
  172. CreatedOnToolsVersion = 7.3.1;
  173. LastSwiftMigration = 1100;
  174. };
  175. };
  176. };
  177. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  178. compatibilityVersion = "Xcode 9.3";
  179. developmentRegion = en;
  180. hasScannedForEncodings = 0;
  181. knownRegions = (
  182. en,
  183. Base,
  184. );
  185. mainGroup = 97C146E51CF9000F007C117D;
  186. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  187. projectDirPath = "";
  188. projectRoot = "";
  189. targets = (
  190. 97C146ED1CF9000F007C117D /* Runner */,
  191. 331C8080294A63A400263BE5 /* RunnerTests */,
  192. );
  193. };
  194. /* End PBXProject section */
  195. /* Begin PBXResourcesBuildPhase section */
  196. 331C807F294A63A400263BE5 /* Resources */ = {
  197. isa = PBXResourcesBuildPhase;
  198. buildActionMask = 2147483647;
  199. files = (
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. 97C146EC1CF9000F007C117D /* Resources */ = {
  204. isa = PBXResourcesBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  208. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  209. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  210. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  211. );
  212. runOnlyForDeploymentPostprocessing = 0;
  213. };
  214. /* End PBXResourcesBuildPhase section */
  215. /* Begin PBXShellScriptBuildPhase section */
  216. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  217. isa = PBXShellScriptBuildPhase;
  218. alwaysOutOfDate = 1;
  219. buildActionMask = 2147483647;
  220. files = (
  221. );
  222. inputPaths = (
  223. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  224. );
  225. name = "Thin Binary";
  226. outputPaths = (
  227. );
  228. runOnlyForDeploymentPostprocessing = 0;
  229. shellPath = /bin/sh;
  230. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  231. };
  232. 9740EEB61CF901F6004384FC /* Run Script */ = {
  233. isa = PBXShellScriptBuildPhase;
  234. alwaysOutOfDate = 1;
  235. buildActionMask = 2147483647;
  236. files = (
  237. );
  238. inputPaths = (
  239. );
  240. name = "Run Script";
  241. outputPaths = (
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. shellPath = /bin/sh;
  245. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  246. };
  247. /* End PBXShellScriptBuildPhase section */
  248. /* Begin PBXSourcesBuildPhase section */
  249. 331C807D294A63A400263BE5 /* Sources */ = {
  250. isa = PBXSourcesBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  254. );
  255. runOnlyForDeploymentPostprocessing = 0;
  256. };
  257. 97C146EA1CF9000F007C117D /* Sources */ = {
  258. isa = PBXSourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  262. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. /* End PBXSourcesBuildPhase section */
  267. /* Begin PBXTargetDependency section */
  268. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  269. isa = PBXTargetDependency;
  270. target = 97C146ED1CF9000F007C117D /* Runner */;
  271. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  272. };
  273. /* End PBXTargetDependency section */
  274. /* Begin PBXVariantGroup section */
  275. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  276. isa = PBXVariantGroup;
  277. children = (
  278. 97C146FB1CF9000F007C117D /* Base */,
  279. );
  280. name = Main.storyboard;
  281. sourceTree = "<group>";
  282. };
  283. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  284. isa = PBXVariantGroup;
  285. children = (
  286. 97C147001CF9000F007C117D /* Base */,
  287. );
  288. name = LaunchScreen.storyboard;
  289. sourceTree = "<group>";
  290. };
  291. /* End PBXVariantGroup section */
  292. /* Begin XCBuildConfiguration section */
  293. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ALWAYS_SEARCH_USER_PATHS = NO;
  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. GCC_C_LANGUAGE_STANDARD = gnu99;
  327. GCC_NO_COMMON_BLOCKS = YES;
  328. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  329. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  330. GCC_WARN_UNDECLARED_SELECTOR = YES;
  331. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  332. GCC_WARN_UNUSED_FUNCTION = YES;
  333. GCC_WARN_UNUSED_VARIABLE = YES;
  334. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  335. MTL_ENABLE_DEBUG_INFO = NO;
  336. SDKROOT = iphoneos;
  337. SUPPORTED_PLATFORMS = iphoneos;
  338. TARGETED_DEVICE_FAMILY = "1,2";
  339. VALIDATE_PRODUCT = YES;
  340. };
  341. name = Profile;
  342. };
  343. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  344. isa = XCBuildConfiguration;
  345. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  346. buildSettings = {
  347. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  348. CLANG_ENABLE_MODULES = YES;
  349. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  350. ENABLE_BITCODE = NO;
  351. INFOPLIST_FILE = Runner/Info.plist;
  352. LD_RUNPATH_SEARCH_PATHS = (
  353. "$(inherited)",
  354. "@executable_path/Frameworks",
  355. );
  356. PRODUCT_BUNDLE_IDENTIFIER = io.github.jianboy.flutter.webPackage;
  357. PRODUCT_NAME = "$(TARGET_NAME)";
  358. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  359. SWIFT_VERSION = 5.0;
  360. VERSIONING_SYSTEM = "apple-generic";
  361. };
  362. name = Profile;
  363. };
  364. 331C8088294A63A400263BE5 /* Debug */ = {
  365. isa = XCBuildConfiguration;
  366. baseConfigurationReference = AE0B7B92F70575B8D7E0D07E /* Pods-RunnerTests.debug.xcconfig */;
  367. buildSettings = {
  368. BUNDLE_LOADER = "$(TEST_HOST)";
  369. CODE_SIGN_STYLE = Automatic;
  370. CURRENT_PROJECT_VERSION = 1;
  371. GENERATE_INFOPLIST_FILE = YES;
  372. MARKETING_VERSION = 1.0;
  373. PRODUCT_BUNDLE_IDENTIFIER = io.github.jianboy.flutter.webPackage.RunnerTests;
  374. PRODUCT_NAME = "$(TARGET_NAME)";
  375. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  376. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  377. SWIFT_VERSION = 5.0;
  378. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  379. };
  380. name = Debug;
  381. };
  382. 331C8089294A63A400263BE5 /* Release */ = {
  383. isa = XCBuildConfiguration;
  384. baseConfigurationReference = 89B67EB44CE7B6631473024E /* Pods-RunnerTests.release.xcconfig */;
  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 = io.github.jianboy.flutter.webPackage.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. baseConfigurationReference = 640959BDD8F10B91D80A66BE /* Pods-RunnerTests.profile.xcconfig */;
  401. buildSettings = {
  402. BUNDLE_LOADER = "$(TEST_HOST)";
  403. CODE_SIGN_STYLE = Automatic;
  404. CURRENT_PROJECT_VERSION = 1;
  405. GENERATE_INFOPLIST_FILE = YES;
  406. MARKETING_VERSION = 1.0;
  407. PRODUCT_BUNDLE_IDENTIFIER = io.github.jianboy.flutter.webPackage.RunnerTests;
  408. PRODUCT_NAME = "$(TARGET_NAME)";
  409. SWIFT_VERSION = 5.0;
  410. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  411. };
  412. name = Profile;
  413. };
  414. 97C147031CF9000F007C117D /* Debug */ = {
  415. isa = XCBuildConfiguration;
  416. buildSettings = {
  417. ALWAYS_SEARCH_USER_PATHS = NO;
  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. GCC_C_LANGUAGE_STANDARD = gnu99;
  448. GCC_DYNAMIC_NO_PIC = NO;
  449. GCC_NO_COMMON_BLOCKS = YES;
  450. GCC_OPTIMIZATION_LEVEL = 0;
  451. GCC_PREPROCESSOR_DEFINITIONS = (
  452. "DEBUG=1",
  453. "$(inherited)",
  454. );
  455. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  456. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  457. GCC_WARN_UNDECLARED_SELECTOR = YES;
  458. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  459. GCC_WARN_UNUSED_FUNCTION = YES;
  460. GCC_WARN_UNUSED_VARIABLE = YES;
  461. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  462. MTL_ENABLE_DEBUG_INFO = YES;
  463. ONLY_ACTIVE_ARCH = YES;
  464. SDKROOT = iphoneos;
  465. TARGETED_DEVICE_FAMILY = "1,2";
  466. };
  467. name = Debug;
  468. };
  469. 97C147041CF9000F007C117D /* Release */ = {
  470. isa = XCBuildConfiguration;
  471. buildSettings = {
  472. ALWAYS_SEARCH_USER_PATHS = NO;
  473. CLANG_ANALYZER_NONNULL = YES;
  474. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  475. CLANG_CXX_LIBRARY = "libc++";
  476. CLANG_ENABLE_MODULES = YES;
  477. CLANG_ENABLE_OBJC_ARC = YES;
  478. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  479. CLANG_WARN_BOOL_CONVERSION = YES;
  480. CLANG_WARN_COMMA = YES;
  481. CLANG_WARN_CONSTANT_CONVERSION = YES;
  482. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  483. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  484. CLANG_WARN_EMPTY_BODY = YES;
  485. CLANG_WARN_ENUM_CONVERSION = YES;
  486. CLANG_WARN_INFINITE_RECURSION = YES;
  487. CLANG_WARN_INT_CONVERSION = YES;
  488. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  489. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  490. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  491. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  492. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  493. CLANG_WARN_STRICT_PROTOTYPES = YES;
  494. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  495. CLANG_WARN_UNREACHABLE_CODE = YES;
  496. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  497. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  498. COPY_PHASE_STRIP = NO;
  499. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  500. ENABLE_NS_ASSERTIONS = NO;
  501. ENABLE_STRICT_OBJC_MSGSEND = YES;
  502. GCC_C_LANGUAGE_STANDARD = gnu99;
  503. GCC_NO_COMMON_BLOCKS = YES;
  504. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  505. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  506. GCC_WARN_UNDECLARED_SELECTOR = YES;
  507. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  508. GCC_WARN_UNUSED_FUNCTION = YES;
  509. GCC_WARN_UNUSED_VARIABLE = YES;
  510. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  511. MTL_ENABLE_DEBUG_INFO = NO;
  512. SDKROOT = iphoneos;
  513. SUPPORTED_PLATFORMS = iphoneos;
  514. SWIFT_COMPILATION_MODE = wholemodule;
  515. SWIFT_OPTIMIZATION_LEVEL = "-O";
  516. TARGETED_DEVICE_FAMILY = "1,2";
  517. VALIDATE_PRODUCT = YES;
  518. };
  519. name = Release;
  520. };
  521. 97C147061CF9000F007C117D /* Debug */ = {
  522. isa = XCBuildConfiguration;
  523. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  524. buildSettings = {
  525. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  526. CLANG_ENABLE_MODULES = YES;
  527. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  528. ENABLE_BITCODE = NO;
  529. INFOPLIST_FILE = Runner/Info.plist;
  530. LD_RUNPATH_SEARCH_PATHS = (
  531. "$(inherited)",
  532. "@executable_path/Frameworks",
  533. );
  534. PRODUCT_BUNDLE_IDENTIFIER = io.github.jianboy.flutter.webPackage;
  535. PRODUCT_NAME = "$(TARGET_NAME)";
  536. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  537. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  538. SWIFT_VERSION = 5.0;
  539. VERSIONING_SYSTEM = "apple-generic";
  540. };
  541. name = Debug;
  542. };
  543. 97C147071CF9000F007C117D /* Release */ = {
  544. isa = XCBuildConfiguration;
  545. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  546. buildSettings = {
  547. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  548. CLANG_ENABLE_MODULES = YES;
  549. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  550. ENABLE_BITCODE = NO;
  551. INFOPLIST_FILE = Runner/Info.plist;
  552. LD_RUNPATH_SEARCH_PATHS = (
  553. "$(inherited)",
  554. "@executable_path/Frameworks",
  555. );
  556. PRODUCT_BUNDLE_IDENTIFIER = io.github.jianboy.flutter.webPackage;
  557. PRODUCT_NAME = "$(TARGET_NAME)";
  558. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  559. SWIFT_VERSION = 5.0;
  560. VERSIONING_SYSTEM = "apple-generic";
  561. };
  562. name = Release;
  563. };
  564. /* End XCBuildConfiguration section */
  565. /* Begin XCConfigurationList section */
  566. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  567. isa = XCConfigurationList;
  568. buildConfigurations = (
  569. 331C8088294A63A400263BE5 /* Debug */,
  570. 331C8089294A63A400263BE5 /* Release */,
  571. 331C808A294A63A400263BE5 /* Profile */,
  572. );
  573. defaultConfigurationIsVisible = 0;
  574. defaultConfigurationName = Release;
  575. };
  576. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  577. isa = XCConfigurationList;
  578. buildConfigurations = (
  579. 97C147031CF9000F007C117D /* Debug */,
  580. 97C147041CF9000F007C117D /* Release */,
  581. 249021D3217E4FDB00AE95B9 /* Profile */,
  582. );
  583. defaultConfigurationIsVisible = 0;
  584. defaultConfigurationName = Release;
  585. };
  586. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  587. isa = XCConfigurationList;
  588. buildConfigurations = (
  589. 97C147061CF9000F007C117D /* Debug */,
  590. 97C147071CF9000F007C117D /* Release */,
  591. 249021D4217E4FDB00AE95B9 /* Profile */,
  592. );
  593. defaultConfigurationIsVisible = 0;
  594. defaultConfigurationName = Release;
  595. };
  596. /* End XCConfigurationList section */
  597. };
  598. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  599. }