project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  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.2.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. LD_RUNPATH_SEARCH_PATHS = (
  525. "$(inherited)",
  526. "@executable_path/Frameworks",
  527. );
  528. MARKETING_VERSION = 1.0;
  529. PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
  530. PRODUCT_NAME = "$(TARGET_NAME)";
  531. PROVISIONING_PROFILE_SPECIFIER = "";
  532. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  533. SUPPORTS_MACCATALYST = NO;
  534. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  535. SWIFT_VERSION = 5.0;
  536. TARGETED_DEVICE_FAMILY = 1;
  537. VERSIONING_SYSTEM = "apple-generic";
  538. };
  539. name = Profile;
  540. };
  541. 331C8088294A63A400263BE5 /* Debug */ = {
  542. isa = XCBuildConfiguration;
  543. baseConfigurationReference = 245BA4EA2A26A20F9FE405AF /* Pods-RunnerTests.debug.xcconfig */;
  544. buildSettings = {
  545. BUNDLE_LOADER = "$(TEST_HOST)";
  546. CODE_SIGN_STYLE = Automatic;
  547. CURRENT_PROJECT_VERSION = 1;
  548. GENERATE_INFOPLIST_FILE = YES;
  549. MARKETING_VERSION = 1.0;
  550. PRODUCT_BUNDLE_IDENTIFIER = com.example.clean.clean.RunnerTests;
  551. PRODUCT_NAME = "$(TARGET_NAME)";
  552. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  553. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  554. SWIFT_VERSION = 5.0;
  555. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  556. };
  557. name = Debug;
  558. };
  559. 331C8089294A63A400263BE5 /* Release */ = {
  560. isa = XCBuildConfiguration;
  561. baseConfigurationReference = 3180A9BA72D5F8BEB0749A22 /* Pods-RunnerTests.release.xcconfig */;
  562. buildSettings = {
  563. BUNDLE_LOADER = "$(TEST_HOST)";
  564. CODE_SIGN_STYLE = Automatic;
  565. CURRENT_PROJECT_VERSION = 1;
  566. GENERATE_INFOPLIST_FILE = YES;
  567. MARKETING_VERSION = 1.0;
  568. PRODUCT_BUNDLE_IDENTIFIER = com.example.clean.clean.RunnerTests;
  569. PRODUCT_NAME = "$(TARGET_NAME)";
  570. SWIFT_VERSION = 5.0;
  571. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  572. };
  573. name = Release;
  574. };
  575. 331C808A294A63A400263BE5 /* Profile */ = {
  576. isa = XCBuildConfiguration;
  577. baseConfigurationReference = 12CACE75FFFEF9D73E59759E /* Pods-RunnerTests.profile.xcconfig */;
  578. buildSettings = {
  579. BUNDLE_LOADER = "$(TEST_HOST)";
  580. CODE_SIGN_STYLE = Automatic;
  581. CURRENT_PROJECT_VERSION = 1;
  582. GENERATE_INFOPLIST_FILE = YES;
  583. MARKETING_VERSION = 1.0;
  584. PRODUCT_BUNDLE_IDENTIFIER = com.example.clean.clean.RunnerTests;
  585. PRODUCT_NAME = "$(TARGET_NAME)";
  586. SWIFT_VERSION = 5.0;
  587. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
  588. };
  589. name = Profile;
  590. };
  591. 97C147031CF9000F007C117D /* Debug */ = {
  592. isa = XCBuildConfiguration;
  593. buildSettings = {
  594. ALWAYS_SEARCH_USER_PATHS = NO;
  595. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  596. CLANG_ANALYZER_NONNULL = YES;
  597. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  598. CLANG_CXX_LIBRARY = "libc++";
  599. CLANG_ENABLE_MODULES = YES;
  600. CLANG_ENABLE_OBJC_ARC = YES;
  601. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  602. CLANG_WARN_BOOL_CONVERSION = YES;
  603. CLANG_WARN_COMMA = YES;
  604. CLANG_WARN_CONSTANT_CONVERSION = YES;
  605. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  606. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  607. CLANG_WARN_EMPTY_BODY = YES;
  608. CLANG_WARN_ENUM_CONVERSION = YES;
  609. CLANG_WARN_INFINITE_RECURSION = YES;
  610. CLANG_WARN_INT_CONVERSION = YES;
  611. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  612. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  613. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  614. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  615. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  616. CLANG_WARN_STRICT_PROTOTYPES = YES;
  617. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  618. CLANG_WARN_UNREACHABLE_CODE = YES;
  619. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  620. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  621. COPY_PHASE_STRIP = NO;
  622. DEBUG_INFORMATION_FORMAT = dwarf;
  623. ENABLE_STRICT_OBJC_MSGSEND = YES;
  624. ENABLE_TESTABILITY = YES;
  625. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  626. GCC_C_LANGUAGE_STANDARD = gnu99;
  627. GCC_DYNAMIC_NO_PIC = NO;
  628. GCC_NO_COMMON_BLOCKS = YES;
  629. GCC_OPTIMIZATION_LEVEL = 0;
  630. GCC_PREPROCESSOR_DEFINITIONS = (
  631. "DEBUG=1",
  632. "$(inherited)",
  633. );
  634. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  635. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  636. GCC_WARN_UNDECLARED_SELECTOR = YES;
  637. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  638. GCC_WARN_UNUSED_FUNCTION = YES;
  639. GCC_WARN_UNUSED_VARIABLE = YES;
  640. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  641. MTL_ENABLE_DEBUG_INFO = YES;
  642. ONLY_ACTIVE_ARCH = YES;
  643. SDKROOT = iphoneos;
  644. TARGETED_DEVICE_FAMILY = "1,2";
  645. };
  646. name = Debug;
  647. };
  648. 97C147041CF9000F007C117D /* Release */ = {
  649. isa = XCBuildConfiguration;
  650. buildSettings = {
  651. ALWAYS_SEARCH_USER_PATHS = NO;
  652. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  653. CLANG_ANALYZER_NONNULL = YES;
  654. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  655. CLANG_CXX_LIBRARY = "libc++";
  656. CLANG_ENABLE_MODULES = YES;
  657. CLANG_ENABLE_OBJC_ARC = YES;
  658. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  659. CLANG_WARN_BOOL_CONVERSION = YES;
  660. CLANG_WARN_COMMA = YES;
  661. CLANG_WARN_CONSTANT_CONVERSION = YES;
  662. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  663. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  664. CLANG_WARN_EMPTY_BODY = YES;
  665. CLANG_WARN_ENUM_CONVERSION = YES;
  666. CLANG_WARN_INFINITE_RECURSION = YES;
  667. CLANG_WARN_INT_CONVERSION = YES;
  668. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  669. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  670. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  671. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  672. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  673. CLANG_WARN_STRICT_PROTOTYPES = YES;
  674. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  675. CLANG_WARN_UNREACHABLE_CODE = YES;
  676. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  677. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  678. COPY_PHASE_STRIP = NO;
  679. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  680. ENABLE_NS_ASSERTIONS = NO;
  681. ENABLE_STRICT_OBJC_MSGSEND = YES;
  682. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  683. GCC_C_LANGUAGE_STANDARD = gnu99;
  684. GCC_NO_COMMON_BLOCKS = YES;
  685. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  686. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  687. GCC_WARN_UNDECLARED_SELECTOR = YES;
  688. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  689. GCC_WARN_UNUSED_FUNCTION = YES;
  690. GCC_WARN_UNUSED_VARIABLE = YES;
  691. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  692. MTL_ENABLE_DEBUG_INFO = NO;
  693. SDKROOT = iphoneos;
  694. SUPPORTED_PLATFORMS = iphoneos;
  695. SWIFT_COMPILATION_MODE = wholemodule;
  696. SWIFT_OPTIMIZATION_LEVEL = "-O";
  697. TARGETED_DEVICE_FAMILY = "1,2";
  698. VALIDATE_PRODUCT = YES;
  699. };
  700. name = Release;
  701. };
  702. 97C147061CF9000F007C117D /* Debug */ = {
  703. isa = XCBuildConfiguration;
  704. baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
  705. buildSettings = {
  706. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  707. CLANG_ENABLE_MODULES = YES;
  708. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  709. CODE_SIGN_IDENTITY = "Apple Development";
  710. CODE_SIGN_STYLE = Automatic;
  711. CURRENT_PROJECT_VERSION = 3;
  712. DEVELOPMENT_TEAM = 2KQK3K8899;
  713. ENABLE_BITCODE = NO;
  714. INFOPLIST_FILE = Runner/Info.plist;
  715. INFOPLIST_KEY_CFBundleDisplayName = "CleanPro: Photo Cleaner";
  716. LD_RUNPATH_SEARCH_PATHS = (
  717. "$(inherited)",
  718. "@executable_path/Frameworks",
  719. );
  720. MARKETING_VERSION = 1.0;
  721. PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
  722. PRODUCT_NAME = "$(TARGET_NAME)";
  723. PROVISIONING_PROFILE_SPECIFIER = "";
  724. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  725. SUPPORTS_MACCATALYST = NO;
  726. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  727. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  728. SWIFT_VERSION = 5.0;
  729. TARGETED_DEVICE_FAMILY = 1;
  730. VERSIONING_SYSTEM = "apple-generic";
  731. };
  732. name = Debug;
  733. };
  734. 97C147071CF9000F007C117D /* Release */ = {
  735. isa = XCBuildConfiguration;
  736. baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
  737. buildSettings = {
  738. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  739. CLANG_ENABLE_MODULES = YES;
  740. CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
  741. CODE_SIGN_IDENTITY = "Apple Development";
  742. CODE_SIGN_STYLE = Automatic;
  743. CURRENT_PROJECT_VERSION = 3;
  744. DEVELOPMENT_TEAM = 2KQK3K8899;
  745. ENABLE_BITCODE = NO;
  746. INFOPLIST_FILE = Runner/Info.plist;
  747. INFOPLIST_KEY_CFBundleDisplayName = "CleanPro: Photo Cleaner";
  748. LD_RUNPATH_SEARCH_PATHS = (
  749. "$(inherited)",
  750. "@executable_path/Frameworks",
  751. );
  752. MARKETING_VERSION = 1.0;
  753. PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
  754. PRODUCT_NAME = "$(TARGET_NAME)";
  755. PROVISIONING_PROFILE_SPECIFIER = "";
  756. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  757. SUPPORTS_MACCATALYST = NO;
  758. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  759. SWIFT_VERSION = 5.0;
  760. TARGETED_DEVICE_FAMILY = 1;
  761. VERSIONING_SYSTEM = "apple-generic";
  762. };
  763. name = Release;
  764. };
  765. /* End XCBuildConfiguration section */
  766. /* Begin XCConfigurationList section */
  767. 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
  768. isa = XCConfigurationList;
  769. buildConfigurations = (
  770. 331C8088294A63A400263BE5 /* Debug */,
  771. 331C8089294A63A400263BE5 /* Release */,
  772. 331C808A294A63A400263BE5 /* Profile */,
  773. );
  774. defaultConfigurationIsVisible = 0;
  775. defaultConfigurationName = Release;
  776. };
  777. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  778. isa = XCConfigurationList;
  779. buildConfigurations = (
  780. 97C147031CF9000F007C117D /* Debug */,
  781. 97C147041CF9000F007C117D /* Release */,
  782. 249021D3217E4FDB00AE95B9 /* Profile */,
  783. );
  784. defaultConfigurationIsVisible = 0;
  785. defaultConfigurationName = Release;
  786. };
  787. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  788. isa = XCConfigurationList;
  789. buildConfigurations = (
  790. 97C147061CF9000F007C117D /* Debug */,
  791. 97C147071CF9000F007C117D /* Release */,
  792. 249021D4217E4FDB00AE95B9 /* Profile */,
  793. );
  794. defaultConfigurationIsVisible = 0;
  795. defaultConfigurationName = Release;
  796. };
  797. /* End XCConfigurationList section */
  798. };
  799. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  800. }