project.pbxproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  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. 3E7E7B5052D89C3F290FE66D /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07CB2DBB578048947FF42BC1 /* Pods_Runner.framework */; };
  13. 5836A7202E7285E600F78557 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5836A71F2E7285E500F78557 /* iAd.framework */; };
  14. 5836A7222E7285EA00F78557 /* AdServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5836A7212E7285EA00F78557 /* AdServices.framework */; };
  15. 5836A7242E7285EF00F78557 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5836A7232E7285EF00F78557 /* AdSupport.framework */; };
  16. 5836A7262E7285F400F78557 /* AppTrackingTransparency.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5836A7252E7285F400F78557 /* AppTrackingTransparency.framework */; };
  17. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  18. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  19. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  20. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  21. F481CE7CCA472122FAC588B8 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F263911AB74DE48E9617B63 /* Pods_RunnerTests.framework */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = 97C146E61CF9000F007C117D /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = 97C146ED1CF9000F007C117D;
  29. remoteInfo = Runner;
  30. };
  31. /* End PBXContainerItemProxy section */
  32. /* Begin PBXCopyFilesBuildPhase section */
  33. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  34. isa = PBXCopyFilesBuildPhase;
  35. buildActionMask = 2147483647;
  36. dstPath = "";
  37. dstSubfolderSpec = 10;
  38. files = (
  39. );
  40. name = "Embed Frameworks";
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXCopyFilesBuildPhase section */
  44. /* Begin PBXFileReference section */
  45. 07CB2DBB578048947FF42BC1 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  46. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  47. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  48. 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
  49. 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  51. 3F0AAAAFA8F4C131FF879AC6 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
  52. 5836A71F2E7285E500F78557 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
  53. 5836A7212E7285EA00F78557 /* AdServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdServices.framework; path = System/Library/Frameworks/AdServices.framework; sourceTree = SDKROOT; };
  54. 5836A7232E7285EF00F78557 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
  55. 5836A7252E7285F400F78557 /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = SDKROOT; };
  56. 58C6B4992DDB237C00B7D33B /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
  57. 5A2B5F04EC37402082DAF0AB /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
  58. 5F263911AB74DE48E9617B63 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 72E32A87F1430B3E44BC3EF8 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
  60. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  61. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  62. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  63. 93616C4BF8CBC696180B1F6E /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
  64. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  65. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  66. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  67. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  68. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  69. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  70. 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  71. F2569BB2A50AE5F7A3B7B428 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
  72. F31EBAF0B895C93D3ED39514 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
  73. /* End PBXFileReference section */
  74. /* Begin PBXFrameworksBuildPhase section */
  75. 7ACCDC8B09D672B8F500CBE3 /* Frameworks */ = {
  76. isa = PBXFrameworksBuildPhase;
  77. buildActionMask = 2147483647;
  78. files = (
  79. F481CE7CCA472122FAC588B8 /* Pods_RunnerTests.framework in Frameworks */,
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  84. isa = PBXFrameworksBuildPhase;
  85. buildActionMask = 2147483647;
  86. files = (
  87. 5836A7262E7285F400F78557 /* AppTrackingTransparency.framework in Frameworks */,
  88. 3E7E7B5052D89C3F290FE66D /* Pods_Runner.framework in Frameworks */,
  89. 5836A7242E7285EF00F78557 /* AdSupport.framework in Frameworks */,
  90. 5836A7202E7285E600F78557 /* iAd.framework in Frameworks */,
  91. 5836A7222E7285EA00F78557 /* AdServices.framework in Frameworks */,
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. /* End PBXFrameworksBuildPhase section */
  96. /* Begin PBXGroup section */
  97. 16DCD684832953174E92ED56 /* Pods */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 93616C4BF8CBC696180B1F6E /* Pods-Runner.debug.xcconfig */,
  101. F31EBAF0B895C93D3ED39514 /* Pods-Runner.release.xcconfig */,
  102. 3F0AAAAFA8F4C131FF879AC6 /* Pods-Runner.profile.xcconfig */,
  103. 72E32A87F1430B3E44BC3EF8 /* Pods-RunnerTests.debug.xcconfig */,
  104. F2569BB2A50AE5F7A3B7B428 /* Pods-RunnerTests.release.xcconfig */,
  105. 5A2B5F04EC37402082DAF0AB /* Pods-RunnerTests.profile.xcconfig */,
  106. );
  107. path = Pods;
  108. sourceTree = "<group>";
  109. };
  110. 331C8082294A63A400263BE5 /* RunnerTests */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 331C807B294A618700263BE5 /* RunnerTests.swift */,
  114. );
  115. path = RunnerTests;
  116. sourceTree = "<group>";
  117. };
  118. 8EEDC2B2268243B326517ED6 /* Frameworks */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 5836A7252E7285F400F78557 /* AppTrackingTransparency.framework */,
  122. 5836A7232E7285EF00F78557 /* AdSupport.framework */,
  123. 5836A7212E7285EA00F78557 /* AdServices.framework */,
  124. 5836A71F2E7285E500F78557 /* iAd.framework */,
  125. 07CB2DBB578048947FF42BC1 /* Pods_Runner.framework */,
  126. 5F263911AB74DE48E9617B63 /* Pods_RunnerTests.framework */,
  127. );
  128. name = Frameworks;
  129. sourceTree = "<group>";
  130. };
  131. 9740EEB11CF90186004384FC /* Flutter */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  135. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  136. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  137. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  138. );
  139. name = Flutter;
  140. sourceTree = "<group>";
  141. };
  142. 97C146E51CF9000F007C117D = {
  143. isa = PBXGroup;
  144. children = (
  145. 9740EEB11CF90186004384FC /* Flutter */,
  146. 97C146F01CF9000F007C117D /* Runner */,
  147. 97C146EF1CF9000F007C117D /* Products */,
  148. 331C8082294A63A400263BE5 /* RunnerTests */,
  149. 16DCD684832953174E92ED56 /* Pods */,
  150. 8EEDC2B2268243B326517ED6 /* Frameworks */,
  151. );
  152. sourceTree = "<group>";
  153. };
  154. 97C146EF1CF9000F007C117D /* Products */ = {
  155. isa = PBXGroup;
  156. children = (
  157. 97C146EE1CF9000F007C117D /* Runner.app */,
  158. 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
  159. );
  160. name = Products;
  161. sourceTree = "<group>";
  162. };
  163. 97C146F01CF9000F007C117D /* Runner */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 58C6B4992DDB237C00B7D33B /* Runner.entitlements */,
  167. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  168. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  169. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  170. 97C147021CF9000F007C117D /* Info.plist */,
  171. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  172. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  173. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  174. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  175. );
  176. path = Runner;
  177. sourceTree = "<group>";
  178. };
  179. /* End PBXGroup section */
  180. /* Begin PBXNativeTarget section */
  181. 331C8080294A63A400263BE5 /* RunnerTests */ = {
  182. isa = PBXNativeTarget;
  183. buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
  184. buildPhases = (
  185. EC94A5B3E096D280FE731F4A /* [CP] Check Pods Manifest.lock */,
  186. 331C807D294A63A400263BE5 /* Sources */,
  187. 331C807F294A63A400263BE5 /* Resources */,
  188. 7ACCDC8B09D672B8F500CBE3 /* Frameworks */,
  189. );
  190. buildRules = (
  191. );
  192. dependencies = (
  193. 331C8086294A63A400263BE5 /* PBXTargetDependency */,
  194. );
  195. name = RunnerTests;
  196. productName = RunnerTests;
  197. productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
  198. productType = "com.apple.product-type.bundle.unit-test";
  199. };
  200. 97C146ED1CF9000F007C117D /* Runner */ = {
  201. isa = PBXNativeTarget;
  202. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  203. buildPhases = (
  204. 962622172C5C52E848441F32 /* [CP] Check Pods Manifest.lock */,
  205. 9740EEB61CF901F6004384FC /* Run Script */,
  206. 97C146EA1CF9000F007C117D /* Sources */,
  207. 97C146EB1CF9000F007C117D /* Frameworks */,
  208. 97C146EC1CF9000F007C117D /* Resources */,
  209. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  210. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  211. 3E12B8E13B54137B6B4F7603 /* [CP] Copy Pods Resources */,
  212. 180583FFEACAD8F6AF66EAB5 /* [CP] Embed Pods Frameworks */,
  213. );
  214. buildRules = (
  215. );
  216. dependencies = (
  217. );
  218. name = Runner;
  219. productName = Runner;
  220. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  221. productType = "com.apple.product-type.application";
  222. };
  223. /* End PBXNativeTarget section */
  224. /* Begin PBXProject section */
  225. 97C146E61CF9000F007C117D /* Project object */ = {
  226. isa = PBXProject;
  227. attributes = {
  228. BuildIndependentTargetsInParallel = YES;
  229. LastUpgradeCheck = 1510;
  230. ORGANIZATIONNAME = "";
  231. TargetAttributes = {
  232. 331C8080294A63A400263BE5 = {
  233. CreatedOnToolsVersion = 14.0;
  234. TestTargetID = 97C146ED1CF9000F007C117D;
  235. };
  236. 97C146ED1CF9000F007C117D = {
  237. CreatedOnToolsVersion = 7.3.1;
  238. LastSwiftMigration = 1100;
  239. };
  240. };
  241. };
  242. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  243. developmentRegion = en;
  244. hasScannedForEncodings = 0;
  245. knownRegions = (
  246. en,
  247. Base,
  248. );
  249. mainGroup = 97C146E51CF9000F007C117D;
  250. preferredProjectObjectVersion = 77;
  251. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  252. projectDirPath = "";
  253. projectRoot = "";
  254. targets = (
  255. 97C146ED1CF9000F007C117D /* Runner */,
  256. 331C8080294A63A400263BE5 /* RunnerTests */,
  257. );
  258. };
  259. /* End PBXProject section */
  260. /* Begin PBXResourcesBuildPhase section */
  261. 331C807F294A63A400263BE5 /* Resources */ = {
  262. isa = PBXResourcesBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. 97C146EC1CF9000F007C117D /* Resources */ = {
  269. isa = PBXResourcesBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  273. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  274. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  275. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. };
  279. /* End PBXResourcesBuildPhase section */
  280. /* Begin PBXShellScriptBuildPhase section */
  281. 180583FFEACAD8F6AF66EAB5 /* [CP] Embed Pods Frameworks */ = {
  282. isa = PBXShellScriptBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. );
  286. inputFileListPaths = (
  287. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  288. );
  289. name = "[CP] Embed Pods Frameworks";
  290. outputFileListPaths = (
  291. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  292. );
  293. runOnlyForDeploymentPostprocessing = 0;
  294. shellPath = /bin/sh;
  295. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  296. showEnvVarsInLog = 0;
  297. };
  298. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  299. isa = PBXShellScriptBuildPhase;
  300. alwaysOutOfDate = 1;
  301. buildActionMask = 2147483647;
  302. files = (
  303. );
  304. inputPaths = (
  305. "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
  306. );
  307. name = "Thin Binary";
  308. outputPaths = (
  309. );
  310. runOnlyForDeploymentPostprocessing = 0;
  311. shellPath = /bin/sh;
  312. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  313. };
  314. 3E12B8E13B54137B6B4F7603 /* [CP] Copy Pods Resources */ = {
  315. isa = PBXShellScriptBuildPhase;
  316. buildActionMask = 2147483647;
  317. files = (
  318. );
  319. inputFileListPaths = (
  320. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
  321. );
  322. name = "[CP] Copy Pods Resources";
  323. outputFileListPaths = (
  324. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
  325. );
  326. runOnlyForDeploymentPostprocessing = 0;
  327. shellPath = /bin/sh;
  328. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
  329. showEnvVarsInLog = 0;
  330. };
  331. 962622172C5C52E848441F32 /* [CP] Check Pods Manifest.lock */ = {
  332. isa = PBXShellScriptBuildPhase;
  333. buildActionMask = 2147483647;
  334. files = (
  335. );
  336. inputFileListPaths = (
  337. );
  338. inputPaths = (
  339. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  340. "${PODS_ROOT}/Manifest.lock",
  341. );
  342. name = "[CP] Check Pods Manifest.lock";
  343. outputFileListPaths = (
  344. );
  345. outputPaths = (
  346. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  347. );
  348. runOnlyForDeploymentPostprocessing = 0;
  349. shellPath = /bin/sh;
  350. 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";
  351. showEnvVarsInLog = 0;
  352. };
  353. 9740EEB61CF901F6004384FC /* Run Script */ = {
  354. isa = PBXShellScriptBuildPhase;
  355. alwaysOutOfDate = 1;
  356. buildActionMask = 2147483647;
  357. files = (
  358. );
  359. inputPaths = (
  360. );
  361. name = "Run Script";
  362. outputPaths = (
  363. );
  364. runOnlyForDeploymentPostprocessing = 0;
  365. shellPath = /bin/sh;
  366. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
  367. };
  368. EC94A5B3E096D280FE731F4A /* [CP] Check Pods Manifest.lock */ = {
  369. isa = PBXShellScriptBuildPhase;
  370. buildActionMask = 2147483647;
  371. files = (
  372. );
  373. inputFileListPaths = (
  374. );
  375. inputPaths = (
  376. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  377. "${PODS_ROOT}/Manifest.lock",
  378. );
  379. name = "[CP] Check Pods Manifest.lock";
  380. outputFileListPaths = (
  381. );
  382. outputPaths = (
  383. "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. shellPath = /bin/sh;
  387. 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";
  388. showEnvVarsInLog = 0;
  389. };
  390. /* End PBXShellScriptBuildPhase section */
  391. /* Begin PBXSourcesBuildPhase section */
  392. 331C807D294A63A400263BE5 /* Sources */ = {
  393. isa = PBXSourcesBuildPhase;
  394. buildActionMask = 2147483647;
  395. files = (
  396. 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
  397. );
  398. runOnlyForDeploymentPostprocessing = 0;
  399. };
  400. 97C146EA1CF9000F007C117D /* Sources */ = {
  401. isa = PBXSourcesBuildPhase;
  402. buildActionMask = 2147483647;
  403. files = (
  404. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  405. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  406. );
  407. runOnlyForDeploymentPostprocessing = 0;
  408. };
  409. /* End PBXSourcesBuildPhase section */
  410. /* Begin PBXTargetDependency section */
  411. 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
  412. isa = PBXTargetDependency;
  413. target = 97C146ED1CF9000F007C117D /* Runner */;
  414. targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
  415. };
  416. /* End PBXTargetDependency section */
  417. /* Begin PBXVariantGroup section */
  418. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  419. isa = PBXVariantGroup;
  420. children = (
  421. 97C146FB1CF9000F007C117D /* Base */,
  422. );
  423. name = Main.storyboard;
  424. sourceTree = "<group>";
  425. };
  426. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  427. isa = PBXVariantGroup;
  428. children = (
  429. 97C147001CF9000F007C117D /* Base */,
  430. );
  431. name = LaunchScreen.storyboard;
  432. sourceTree = "<group>";
  433. };
  434. /* End PBXVariantGroup section */
  435. /* Begin XCBuildConfiguration section */
  436. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  437. isa = XCBuildConfiguration;
  438. buildSettings = {
  439. ALWAYS_SEARCH_USER_PATHS = NO;
  440. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  441. CLANG_ANALYZER_NONNULL = YES;
  442. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  443. CLANG_CXX_LIBRARY = "libc++";
  444. CLANG_ENABLE_MODULES = YES;
  445. CLANG_ENABLE_OBJC_ARC = YES;
  446. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  447. CLANG_WARN_BOOL_CONVERSION = YES;
  448. CLANG_WARN_COMMA = YES;
  449. CLANG_WARN_CONSTANT_CONVERSION = YES;
  450. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  451. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  452. CLANG_WARN_EMPTY_BODY = YES;
  453. CLANG_WARN_ENUM_CONVERSION = YES;
  454. CLANG_WARN_INFINITE_RECURSION = YES;
  455. CLANG_WARN_INT_CONVERSION = YES;
  456. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  457. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  458. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  459. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  460. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  461. CLANG_WARN_STRICT_PROTOTYPES = YES;
  462. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  463. CLANG_WARN_UNREACHABLE_CODE = YES;
  464. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  465. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  466. COPY_PHASE_STRIP = NO;
  467. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  468. ENABLE_NS_ASSERTIONS = NO;
  469. ENABLE_STRICT_OBJC_MSGSEND = YES;
  470. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  471. GCC_C_LANGUAGE_STANDARD = gnu99;
  472. GCC_NO_COMMON_BLOCKS = YES;
  473. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  474. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  475. GCC_WARN_UNDECLARED_SELECTOR = YES;
  476. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  477. GCC_WARN_UNUSED_FUNCTION = YES;
  478. GCC_WARN_UNUSED_VARIABLE = YES;
  479. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  480. MTL_ENABLE_DEBUG_INFO = NO;
  481. SDKROOT = iphoneos;
  482. SUPPORTED_PLATFORMS = iphoneos;
  483. TARGETED_DEVICE_FAMILY = "1,2";
  484. VALIDATE_PRODUCT = YES;
  485. };
  486. name = Profile;
  487. };
  488. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  489. isa = XCBuildConfiguration;
  490. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  491. buildSettings = {
  492. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  493. CLANG_ENABLE_MODULES = YES;
  494. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  495. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  496. DEVELOPMENT_TEAM = JYA454HZ72;
  497. ENABLE_BITCODE = NO;
  498. INFOPLIST_FILE = Runner/Info.plist;
  499. INFOPLIST_KEY_CFBundleDisplayName = "手机实时定位";
  500. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
  501. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  502. LD_RUNPATH_SEARCH_PATHS = (
  503. "$(inherited)",
  504. "@executable_path/Frameworks",
  505. );
  506. PRODUCT_BUNDLE_IDENTIFIER = com.shishi.dingwei;
  507. PRODUCT_NAME = "$(TARGET_NAME)";
  508. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  509. SUPPORTS_MACCATALYST = NO;
  510. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  511. SWIFT_VERSION = 5.0;
  512. TARGETED_DEVICE_FAMILY = 1;
  513. VERSIONING_SYSTEM = "apple-generic";
  514. };
  515. name = Profile;
  516. };
  517. 331C8088294A63A400263BE5 /* Debug */ = {
  518. isa = XCBuildConfiguration;
  519. baseConfigurationReference = 72E32A87F1430B3E44BC3EF8 /* Pods-RunnerTests.debug.xcconfig */;
  520. buildSettings = {
  521. BUNDLE_LOADER = "$(TEST_HOST)";
  522. CODE_SIGN_STYLE = Automatic;
  523. CURRENT_PROJECT_VERSION = 1;
  524. GENERATE_INFOPLIST_FILE = YES;
  525. MARKETING_VERSION = 1.0;
  526. PRODUCT_BUNDLE_IDENTIFIER = com.trace.location.RunnerTests;
  527. PRODUCT_NAME = "$(TARGET_NAME)";
  528. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  529. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  530. SWIFT_VERSION = 5.0;
  531. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  532. };
  533. name = Debug;
  534. };
  535. 331C8089294A63A400263BE5 /* Release */ = {
  536. isa = XCBuildConfiguration;
  537. baseConfigurationReference = F2569BB2A50AE5F7A3B7B428 /* Pods-RunnerTests.release.xcconfig */;
  538. buildSettings = {
  539. BUNDLE_LOADER = "$(TEST_HOST)";
  540. CODE_SIGN_STYLE = Automatic;
  541. CURRENT_PROJECT_VERSION = 1;
  542. GENERATE_INFOPLIST_FILE = YES;
  543. MARKETING_VERSION = 1.0;
  544. PRODUCT_BUNDLE_IDENTIFIER = com.trace.location.RunnerTests;
  545. PRODUCT_NAME = "$(TARGET_NAME)";
  546. SWIFT_VERSION = 5.0;
  547. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  548. };
  549. name = Release;
  550. };
  551. 331C808A294A63A400263BE5 /* Profile */ = {
  552. isa = XCBuildConfiguration;
  553. baseConfigurationReference = 5A2B5F04EC37402082DAF0AB /* Pods-RunnerTests.profile.xcconfig */;
  554. buildSettings = {
  555. BUNDLE_LOADER = "$(TEST_HOST)";
  556. CODE_SIGN_STYLE = Automatic;
  557. CURRENT_PROJECT_VERSION = 1;
  558. GENERATE_INFOPLIST_FILE = YES;
  559. MARKETING_VERSION = 1.0;
  560. PRODUCT_BUNDLE_IDENTIFIER = com.trace.location.RunnerTests;
  561. PRODUCT_NAME = "$(TARGET_NAME)";
  562. SWIFT_VERSION = 5.0;
  563. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  564. };
  565. name = Profile;
  566. };
  567. 97C147031CF9000F007C117D /* Debug */ = {
  568. isa = XCBuildConfiguration;
  569. buildSettings = {
  570. ALWAYS_SEARCH_USER_PATHS = NO;
  571. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  572. CLANG_ANALYZER_NONNULL = YES;
  573. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  574. CLANG_CXX_LIBRARY = "libc++";
  575. CLANG_ENABLE_MODULES = YES;
  576. CLANG_ENABLE_OBJC_ARC = YES;
  577. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  578. CLANG_WARN_BOOL_CONVERSION = YES;
  579. CLANG_WARN_COMMA = YES;
  580. CLANG_WARN_CONSTANT_CONVERSION = YES;
  581. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  582. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  583. CLANG_WARN_EMPTY_BODY = YES;
  584. CLANG_WARN_ENUM_CONVERSION = YES;
  585. CLANG_WARN_INFINITE_RECURSION = YES;
  586. CLANG_WARN_INT_CONVERSION = YES;
  587. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  588. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  589. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  590. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  591. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  592. CLANG_WARN_STRICT_PROTOTYPES = YES;
  593. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  594. CLANG_WARN_UNREACHABLE_CODE = YES;
  595. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  596. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  597. COPY_PHASE_STRIP = NO;
  598. DEBUG_INFORMATION_FORMAT = dwarf;
  599. ENABLE_STRICT_OBJC_MSGSEND = YES;
  600. ENABLE_TESTABILITY = YES;
  601. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  602. GCC_C_LANGUAGE_STANDARD = gnu99;
  603. GCC_DYNAMIC_NO_PIC = NO;
  604. GCC_NO_COMMON_BLOCKS = YES;
  605. GCC_OPTIMIZATION_LEVEL = 0;
  606. GCC_PREPROCESSOR_DEFINITIONS = (
  607. "DEBUG=1",
  608. "$(inherited)",
  609. );
  610. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  611. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  612. GCC_WARN_UNDECLARED_SELECTOR = YES;
  613. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  614. GCC_WARN_UNUSED_FUNCTION = YES;
  615. GCC_WARN_UNUSED_VARIABLE = YES;
  616. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  617. MTL_ENABLE_DEBUG_INFO = YES;
  618. ONLY_ACTIVE_ARCH = YES;
  619. SDKROOT = iphoneos;
  620. TARGETED_DEVICE_FAMILY = "1,2";
  621. };
  622. name = Debug;
  623. };
  624. 97C147041CF9000F007C117D /* Release */ = {
  625. isa = XCBuildConfiguration;
  626. buildSettings = {
  627. ALWAYS_SEARCH_USER_PATHS = NO;
  628. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  629. CLANG_ANALYZER_NONNULL = YES;
  630. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  631. CLANG_CXX_LIBRARY = "libc++";
  632. CLANG_ENABLE_MODULES = YES;
  633. CLANG_ENABLE_OBJC_ARC = YES;
  634. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  635. CLANG_WARN_BOOL_CONVERSION = YES;
  636. CLANG_WARN_COMMA = YES;
  637. CLANG_WARN_CONSTANT_CONVERSION = YES;
  638. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  639. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  640. CLANG_WARN_EMPTY_BODY = YES;
  641. CLANG_WARN_ENUM_CONVERSION = YES;
  642. CLANG_WARN_INFINITE_RECURSION = YES;
  643. CLANG_WARN_INT_CONVERSION = YES;
  644. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  645. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  646. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  647. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  648. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  649. CLANG_WARN_STRICT_PROTOTYPES = YES;
  650. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  651. CLANG_WARN_UNREACHABLE_CODE = YES;
  652. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  653. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  654. COPY_PHASE_STRIP = NO;
  655. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  656. ENABLE_NS_ASSERTIONS = NO;
  657. ENABLE_STRICT_OBJC_MSGSEND = YES;
  658. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  659. GCC_C_LANGUAGE_STANDARD = gnu99;
  660. GCC_NO_COMMON_BLOCKS = YES;
  661. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  662. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  663. GCC_WARN_UNDECLARED_SELECTOR = YES;
  664. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  665. GCC_WARN_UNUSED_FUNCTION = YES;
  666. GCC_WARN_UNUSED_VARIABLE = YES;
  667. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  668. MTL_ENABLE_DEBUG_INFO = NO;
  669. SDKROOT = iphoneos;
  670. SUPPORTED_PLATFORMS = iphoneos;
  671. SWIFT_COMPILATION_MODE = wholemodule;
  672. SWIFT_OPTIMIZATION_LEVEL = "-O";
  673. TARGETED_DEVICE_FAMILY = "1,2";
  674. VALIDATE_PRODUCT = YES;
  675. };
  676. name = Release;
  677. };
  678. 97C147061CF9000F007C117D /* Debug */ = {
  679. isa = XCBuildConfiguration;
  680. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  681. buildSettings = {
  682. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  683. CLANG_ENABLE_MODULES = YES;
  684. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  685. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  686. DEVELOPMENT_TEAM = JYA454HZ72;
  687. ENABLE_BITCODE = NO;
  688. INFOPLIST_FILE = Runner/Info.plist;
  689. INFOPLIST_KEY_CFBundleDisplayName = "手机实时定位";
  690. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
  691. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  692. LD_RUNPATH_SEARCH_PATHS = (
  693. "$(inherited)",
  694. "@executable_path/Frameworks",
  695. );
  696. PRODUCT_BUNDLE_IDENTIFIER = com.shishi.dingwei;
  697. PRODUCT_NAME = "$(TARGET_NAME)";
  698. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  699. SUPPORTS_MACCATALYST = NO;
  700. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  701. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  702. SWIFT_VERSION = 5.0;
  703. TARGETED_DEVICE_FAMILY = 1;
  704. VERSIONING_SYSTEM = "apple-generic";
  705. };
  706. name = Debug;
  707. };
  708. 97C147071CF9000F007C117D /* Release */ = {
  709. isa = XCBuildConfiguration;
  710. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  711. buildSettings = {
  712. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  713. CLANG_ENABLE_MODULES = YES;
  714. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  715. CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
  716. DEVELOPMENT_TEAM = JYA454HZ72;
  717. ENABLE_BITCODE = NO;
  718. INFOPLIST_FILE = Runner/Info.plist;
  719. INFOPLIST_KEY_CFBundleDisplayName = "手机实时定位";
  720. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
  721. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  722. LD_RUNPATH_SEARCH_PATHS = (
  723. "$(inherited)",
  724. "@executable_path/Frameworks",
  725. );
  726. PRODUCT_BUNDLE_IDENTIFIER = com.shishi.dingwei;
  727. PRODUCT_NAME = "$(TARGET_NAME)";
  728. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  729. SUPPORTS_MACCATALYST = NO;
  730. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  731. SWIFT_VERSION = 5.0;
  732. TARGETED_DEVICE_FAMILY = 1;
  733. VERSIONING_SYSTEM = "apple-generic";
  734. };
  735. name = Release;
  736. };
  737. /* End XCBuildConfiguration section */
  738. /* Begin XCConfigurationList section */
  739. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  740. isa = XCConfigurationList;
  741. buildConfigurations = (
  742. 331C8088294A63A400263BE5 /* Debug */,
  743. 331C8089294A63A400263BE5 /* Release */,
  744. 331C808A294A63A400263BE5 /* Profile */,
  745. );
  746. defaultConfigurationIsVisible = 0;
  747. defaultConfigurationName = Release;
  748. };
  749. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  750. isa = XCConfigurationList;
  751. buildConfigurations = (
  752. 97C147031CF9000F007C117D /* Debug */,
  753. 97C147041CF9000F007C117D /* Release */,
  754. 249021D3217E4FDB00AE95B9 /* Profile */,
  755. );
  756. defaultConfigurationIsVisible = 0;
  757. defaultConfigurationName = Release;
  758. };
  759. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  760. isa = XCConfigurationList;
  761. buildConfigurations = (
  762. 97C147061CF9000F007C117D /* Debug */,
  763. 97C147071CF9000F007C117D /* Release */,
  764. 249021D4217E4FDB00AE95B9 /* Profile */,
  765. );
  766. defaultConfigurationIsVisible = 0;
  767. defaultConfigurationName = Release;
  768. };
  769. /* End XCConfigurationList section */
  770. };
  771. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  772. }