project.pbxproj 33 KB

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