project.pbxproj 24 KB

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