project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
  10. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
  11. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
  12. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
  13. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
  14. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
  15. AB7003032866ADED00E48080 /* Info-Debug.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB7003012866ADEC00E48080 /* Info-Debug.plist */; };
  16. ABE82E3B289A085F004E38C9 /* Info-Profile.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABE82E3A289A085F004E38C9 /* Info-Profile.plist */; };
  17. D42150A267403B2B451C36C3 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1498851EE6666582A6D34C2 /* Pods_Runner.framework */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXCopyFilesBuildPhase section */
  20. 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
  21. isa = PBXCopyFilesBuildPhase;
  22. buildActionMask = 2147483647;
  23. dstPath = "";
  24. dstSubfolderSpec = 10;
  25. files = (
  26. );
  27. name = "Embed Frameworks";
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXCopyFilesBuildPhase section */
  31. /* Begin PBXFileReference section */
  32. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
  33. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
  34. 261288DDE4586226D1FD7B58 /* 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>"; };
  35. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
  36. 3D57E2BA55F8C8EDDACD2A4D /* 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>"; };
  37. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
  38. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  39. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
  40. 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
  41. 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
  42. 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  44. 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  45. 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  46. AB7003012866ADEC00E48080 /* Info-Debug.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Debug.plist"; sourceTree = "<group>"; };
  47. AB7003022866ADED00E48080 /* Info-Release.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Release.plist"; sourceTree = "<group>"; };
  48. ABE82E3A289A085F004E38C9 /* Info-Profile.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Profile.plist"; sourceTree = "<group>"; };
  49. F1498851EE6666582A6D34C2 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  50. F5D717E770274420281A83C9 /* 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>"; };
  51. /* End PBXFileReference section */
  52. /* Begin PBXFrameworksBuildPhase section */
  53. 97C146EB1CF9000F007C117D /* Frameworks */ = {
  54. isa = PBXFrameworksBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. D42150A267403B2B451C36C3 /* Pods_Runner.framework in Frameworks */,
  58. );
  59. runOnlyForDeploymentPostprocessing = 0;
  60. };
  61. /* End PBXFrameworksBuildPhase section */
  62. /* Begin PBXGroup section */
  63. 69EDEFB0CB43A3E91E93A08E /* Frameworks */ = {
  64. isa = PBXGroup;
  65. children = (
  66. F1498851EE6666582A6D34C2 /* Pods_Runner.framework */,
  67. );
  68. name = Frameworks;
  69. sourceTree = "<group>";
  70. };
  71. 6D93A73B71FF51F987193286 /* Pods */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 3D57E2BA55F8C8EDDACD2A4D /* Pods-Runner.debug.xcconfig */,
  75. 261288DDE4586226D1FD7B58 /* Pods-Runner.release.xcconfig */,
  76. F5D717E770274420281A83C9 /* Pods-Runner.profile.xcconfig */,
  77. );
  78. path = Pods;
  79. sourceTree = "<group>";
  80. };
  81. 9740EEB11CF90186004384FC /* Flutter */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
  85. 9740EEB21CF90195004384FC /* Debug.xcconfig */,
  86. 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
  87. 9740EEB31CF90195004384FC /* Generated.xcconfig */,
  88. );
  89. name = Flutter;
  90. sourceTree = "<group>";
  91. };
  92. 97C146E51CF9000F007C117D = {
  93. isa = PBXGroup;
  94. children = (
  95. 9740EEB11CF90186004384FC /* Flutter */,
  96. 97C146F01CF9000F007C117D /* Runner */,
  97. 97C146EF1CF9000F007C117D /* Products */,
  98. 6D93A73B71FF51F987193286 /* Pods */,
  99. 69EDEFB0CB43A3E91E93A08E /* Frameworks */,
  100. );
  101. sourceTree = "<group>";
  102. };
  103. 97C146EF1CF9000F007C117D /* Products */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 97C146EE1CF9000F007C117D /* Runner.app */,
  107. );
  108. name = Products;
  109. sourceTree = "<group>";
  110. };
  111. 97C146F01CF9000F007C117D /* Runner */ = {
  112. isa = PBXGroup;
  113. children = (
  114. ABE82E3A289A085F004E38C9 /* Info-Profile.plist */,
  115. AB7003012866ADEC00E48080 /* Info-Debug.plist */,
  116. AB7003022866ADED00E48080 /* Info-Release.plist */,
  117. 97C146FA1CF9000F007C117D /* Main.storyboard */,
  118. 97C146FD1CF9000F007C117D /* Assets.xcassets */,
  119. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
  120. 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
  121. 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
  122. 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
  123. 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
  124. );
  125. path = Runner;
  126. sourceTree = "<group>";
  127. };
  128. /* End PBXGroup section */
  129. /* Begin PBXNativeTarget section */
  130. 97C146ED1CF9000F007C117D /* Runner */ = {
  131. isa = PBXNativeTarget;
  132. buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
  133. buildPhases = (
  134. BCB3387B7C2DC0F35DC17131 /* [CP] Check Pods Manifest.lock */,
  135. 9740EEB61CF901F6004384FC /* Run Script */,
  136. 97C146EA1CF9000F007C117D /* Sources */,
  137. 97C146EB1CF9000F007C117D /* Frameworks */,
  138. 97C146EC1CF9000F007C117D /* Resources */,
  139. 9705A1C41CF9048500538489 /* Embed Frameworks */,
  140. 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
  141. AB2BDE8F1BB63B54816F9B01 /* [CP] Embed Pods Frameworks */,
  142. );
  143. buildRules = (
  144. );
  145. dependencies = (
  146. );
  147. name = Runner;
  148. productName = Runner;
  149. productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
  150. productType = "com.apple.product-type.application";
  151. };
  152. /* End PBXNativeTarget section */
  153. /* Begin PBXProject section */
  154. 97C146E61CF9000F007C117D /* Project object */ = {
  155. isa = PBXProject;
  156. attributes = {
  157. LastUpgradeCheck = 1300;
  158. ORGANIZATIONNAME = "";
  159. TargetAttributes = {
  160. 97C146ED1CF9000F007C117D = {
  161. CreatedOnToolsVersion = 7.3.1;
  162. LastSwiftMigration = 1100;
  163. };
  164. };
  165. };
  166. buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
  167. compatibilityVersion = "Xcode 9.3";
  168. developmentRegion = en;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. Base,
  173. );
  174. mainGroup = 97C146E51CF9000F007C117D;
  175. productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
  176. projectDirPath = "";
  177. projectRoot = "";
  178. targets = (
  179. 97C146ED1CF9000F007C117D /* Runner */,
  180. );
  181. };
  182. /* End PBXProject section */
  183. /* Begin PBXResourcesBuildPhase section */
  184. 97C146EC1CF9000F007C117D /* Resources */ = {
  185. isa = PBXResourcesBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
  189. 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
  190. 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
  191. AB7003032866ADED00E48080 /* Info-Debug.plist in Resources */,
  192. ABE82E3B289A085F004E38C9 /* Info-Profile.plist in Resources */,
  193. 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXResourcesBuildPhase section */
  198. /* Begin PBXShellScriptBuildPhase section */
  199. 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
  200. isa = PBXShellScriptBuildPhase;
  201. buildActionMask = 2147483647;
  202. files = (
  203. );
  204. inputPaths = (
  205. );
  206. name = "Thin Binary";
  207. outputPaths = (
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. shellPath = /bin/sh;
  211. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
  212. };
  213. 9740EEB61CF901F6004384FC /* Run Script */ = {
  214. isa = PBXShellScriptBuildPhase;
  215. buildActionMask = 2147483647;
  216. files = (
  217. );
  218. inputPaths = (
  219. );
  220. name = "Run Script";
  221. outputPaths = (
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. shellPath = /bin/sh;
  225. shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
  226. };
  227. AB2BDE8F1BB63B54816F9B01 /* [CP] Embed Pods Frameworks */ = {
  228. isa = PBXShellScriptBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. );
  232. inputFileListPaths = (
  233. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  234. );
  235. name = "[CP] Embed Pods Frameworks";
  236. outputFileListPaths = (
  237. "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. shellPath = /bin/sh;
  241. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
  242. showEnvVarsInLog = 0;
  243. };
  244. BCB3387B7C2DC0F35DC17131 /* [CP] Check Pods Manifest.lock */ = {
  245. isa = PBXShellScriptBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. );
  249. inputFileListPaths = (
  250. );
  251. inputPaths = (
  252. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  253. "${PODS_ROOT}/Manifest.lock",
  254. );
  255. name = "[CP] Check Pods Manifest.lock";
  256. outputFileListPaths = (
  257. );
  258. outputPaths = (
  259. "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
  260. );
  261. runOnlyForDeploymentPostprocessing = 0;
  262. shellPath = /bin/sh;
  263. 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";
  264. showEnvVarsInLog = 0;
  265. };
  266. /* End PBXShellScriptBuildPhase section */
  267. /* Begin PBXSourcesBuildPhase section */
  268. 97C146EA1CF9000F007C117D /* Sources */ = {
  269. isa = PBXSourcesBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
  273. 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. /* End PBXSourcesBuildPhase section */
  278. /* Begin PBXVariantGroup section */
  279. 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
  280. isa = PBXVariantGroup;
  281. children = (
  282. 97C146FB1CF9000F007C117D /* Base */,
  283. );
  284. name = Main.storyboard;
  285. sourceTree = "<group>";
  286. };
  287. 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
  288. isa = PBXVariantGroup;
  289. children = (
  290. 97C147001CF9000F007C117D /* Base */,
  291. );
  292. name = LaunchScreen.storyboard;
  293. sourceTree = "<group>";
  294. };
  295. /* End PBXVariantGroup section */
  296. /* Begin XCBuildConfiguration section */
  297. 249021D3217E4FDB00AE95B9 /* Profile */ = {
  298. isa = XCBuildConfiguration;
  299. baseConfigurationReference = 9740EEB31CF90195004384FC /* Generated.xcconfig */;
  300. buildSettings = {
  301. ALWAYS_SEARCH_USER_PATHS = NO;
  302. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  303. CLANG_ANALYZER_NONNULL = YES;
  304. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  305. CLANG_CXX_LIBRARY = "libc++";
  306. CLANG_ENABLE_MODULES = YES;
  307. CLANG_ENABLE_OBJC_ARC = YES;
  308. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  309. CLANG_WARN_BOOL_CONVERSION = YES;
  310. CLANG_WARN_COMMA = YES;
  311. CLANG_WARN_CONSTANT_CONVERSION = YES;
  312. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  313. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  314. CLANG_WARN_EMPTY_BODY = YES;
  315. CLANG_WARN_ENUM_CONVERSION = YES;
  316. CLANG_WARN_INFINITE_RECURSION = YES;
  317. CLANG_WARN_INT_CONVERSION = YES;
  318. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  319. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  320. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  321. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  322. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  323. CLANG_WARN_STRICT_PROTOTYPES = YES;
  324. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  325. CLANG_WARN_UNREACHABLE_CODE = YES;
  326. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  327. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  328. COPY_PHASE_STRIP = NO;
  329. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  330. ENABLE_NS_ASSERTIONS = NO;
  331. ENABLE_STRICT_OBJC_MSGSEND = YES;
  332. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  333. GCC_C_LANGUAGE_STANDARD = gnu99;
  334. GCC_NO_COMMON_BLOCKS = YES;
  335. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  336. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  337. GCC_WARN_UNDECLARED_SELECTOR = YES;
  338. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  339. GCC_WARN_UNUSED_FUNCTION = YES;
  340. GCC_WARN_UNUSED_VARIABLE = YES;
  341. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  342. MTL_ENABLE_DEBUG_INFO = NO;
  343. SDKROOT = iphoneos;
  344. SUPPORTED_PLATFORMS = iphoneos;
  345. TARGETED_DEVICE_FAMILY = "1,2";
  346. VALIDATE_PRODUCT = YES;
  347. };
  348. name = Profile;
  349. };
  350. 249021D4217E4FDB00AE95B9 /* Profile */ = {
  351. isa = XCBuildConfiguration;
  352. baseConfigurationReference = F5D717E770274420281A83C9 /* Pods-Runner.profile.xcconfig */;
  353. buildSettings = {
  354. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  355. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  356. CLANG_ENABLE_MODULES = YES;
  357. CODE_SIGN_IDENTITY = "iPhone Developer";
  358. CODE_SIGN_STYLE = Manual;
  359. CURRENT_PROJECT_VERSION = 1;
  360. DEVELOPMENT_TEAM = 2JB4BHY8BU;
  361. ENABLE_BITCODE = NO;
  362. INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist";
  363. LD_RUNPATH_SEARCH_PATHS = (
  364. "$(inherited)",
  365. "@executable_path/Frameworks",
  366. );
  367. MARKETING_VERSION = 1.0.1;
  368. OTHER_LDFLAGS = (
  369. "$(inherited)",
  370. "-ObjC",
  371. "-framework",
  372. "\"camera_avfoundation\"",
  373. "-framework",
  374. "\"native_vision\"",
  375. "-framework",
  376. "\"path_provider_ios\"",
  377. );
  378. PRODUCT_BUNDLE_IDENTIFIER = com.ctsmed.nativevision;
  379. PRODUCT_NAME = "$(TARGET_NAME)";
  380. PROVISIONING_PROFILE_SPECIFIER = "match Development com.ctsmed.*";
  381. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  382. SWIFT_VERSION = 5.0;
  383. VERSIONING_SYSTEM = "apple-generic";
  384. };
  385. name = Profile;
  386. };
  387. 97C147031CF9000F007C117D /* Debug */ = {
  388. isa = XCBuildConfiguration;
  389. baseConfigurationReference = 9740EEB31CF90195004384FC /* Generated.xcconfig */;
  390. buildSettings = {
  391. ALWAYS_SEARCH_USER_PATHS = NO;
  392. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  393. CLANG_ANALYZER_NONNULL = YES;
  394. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  395. CLANG_CXX_LIBRARY = "libc++";
  396. CLANG_ENABLE_MODULES = YES;
  397. CLANG_ENABLE_OBJC_ARC = YES;
  398. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  399. CLANG_WARN_BOOL_CONVERSION = YES;
  400. CLANG_WARN_COMMA = YES;
  401. CLANG_WARN_CONSTANT_CONVERSION = YES;
  402. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  403. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  404. CLANG_WARN_EMPTY_BODY = YES;
  405. CLANG_WARN_ENUM_CONVERSION = YES;
  406. CLANG_WARN_INFINITE_RECURSION = YES;
  407. CLANG_WARN_INT_CONVERSION = YES;
  408. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  409. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  410. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  411. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  412. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  413. CLANG_WARN_STRICT_PROTOTYPES = YES;
  414. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  415. CLANG_WARN_UNREACHABLE_CODE = YES;
  416. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  417. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  418. COPY_PHASE_STRIP = NO;
  419. DEBUG_INFORMATION_FORMAT = dwarf;
  420. ENABLE_STRICT_OBJC_MSGSEND = YES;
  421. ENABLE_TESTABILITY = YES;
  422. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  423. GCC_C_LANGUAGE_STANDARD = gnu99;
  424. GCC_DYNAMIC_NO_PIC = NO;
  425. GCC_NO_COMMON_BLOCKS = YES;
  426. GCC_OPTIMIZATION_LEVEL = 0;
  427. GCC_PREPROCESSOR_DEFINITIONS = (
  428. "DEBUG=1",
  429. "$(inherited)",
  430. );
  431. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  432. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  433. GCC_WARN_UNDECLARED_SELECTOR = YES;
  434. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  435. GCC_WARN_UNUSED_FUNCTION = YES;
  436. GCC_WARN_UNUSED_VARIABLE = YES;
  437. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  438. MTL_ENABLE_DEBUG_INFO = YES;
  439. ONLY_ACTIVE_ARCH = YES;
  440. SDKROOT = iphoneos;
  441. TARGETED_DEVICE_FAMILY = "1,2";
  442. };
  443. name = Debug;
  444. };
  445. 97C147041CF9000F007C117D /* Release */ = {
  446. isa = XCBuildConfiguration;
  447. baseConfigurationReference = 9740EEB31CF90195004384FC /* Generated.xcconfig */;
  448. buildSettings = {
  449. ALWAYS_SEARCH_USER_PATHS = NO;
  450. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  451. CLANG_ANALYZER_NONNULL = YES;
  452. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  453. CLANG_CXX_LIBRARY = "libc++";
  454. CLANG_ENABLE_MODULES = YES;
  455. CLANG_ENABLE_OBJC_ARC = YES;
  456. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  457. CLANG_WARN_BOOL_CONVERSION = YES;
  458. CLANG_WARN_COMMA = YES;
  459. CLANG_WARN_CONSTANT_CONVERSION = YES;
  460. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  461. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  462. CLANG_WARN_EMPTY_BODY = YES;
  463. CLANG_WARN_ENUM_CONVERSION = YES;
  464. CLANG_WARN_INFINITE_RECURSION = YES;
  465. CLANG_WARN_INT_CONVERSION = YES;
  466. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  467. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  468. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  469. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  470. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  471. CLANG_WARN_STRICT_PROTOTYPES = YES;
  472. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  473. CLANG_WARN_UNREACHABLE_CODE = YES;
  474. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  475. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  476. COPY_PHASE_STRIP = NO;
  477. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  478. ENABLE_NS_ASSERTIONS = NO;
  479. ENABLE_STRICT_OBJC_MSGSEND = YES;
  480. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  481. GCC_C_LANGUAGE_STANDARD = gnu99;
  482. GCC_NO_COMMON_BLOCKS = YES;
  483. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  484. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  485. GCC_WARN_UNDECLARED_SELECTOR = YES;
  486. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  487. GCC_WARN_UNUSED_FUNCTION = YES;
  488. GCC_WARN_UNUSED_VARIABLE = YES;
  489. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  490. MTL_ENABLE_DEBUG_INFO = NO;
  491. SDKROOT = iphoneos;
  492. SUPPORTED_PLATFORMS = iphoneos;
  493. SWIFT_COMPILATION_MODE = wholemodule;
  494. SWIFT_OPTIMIZATION_LEVEL = "-O";
  495. TARGETED_DEVICE_FAMILY = "1,2";
  496. VALIDATE_PRODUCT = YES;
  497. };
  498. name = Release;
  499. };
  500. 97C147061CF9000F007C117D /* Debug */ = {
  501. isa = XCBuildConfiguration;
  502. baseConfigurationReference = 3D57E2BA55F8C8EDDACD2A4D /* Pods-Runner.debug.xcconfig */;
  503. buildSettings = {
  504. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  505. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  506. CLANG_ENABLE_MODULES = YES;
  507. CODE_SIGN_IDENTITY = "iPhone Developer";
  508. CODE_SIGN_STYLE = Manual;
  509. CURRENT_PROJECT_VERSION = 1;
  510. DEVELOPMENT_TEAM = 2JB4BHY8BU;
  511. ENABLE_BITCODE = NO;
  512. INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist";
  513. LD_RUNPATH_SEARCH_PATHS = (
  514. "$(inherited)",
  515. "@executable_path/Frameworks",
  516. );
  517. MARKETING_VERSION = 1.0.1;
  518. ONLY_ACTIVE_ARCH = YES;
  519. OTHER_LDFLAGS = (
  520. "$(inherited)",
  521. "-ObjC",
  522. "-framework",
  523. "\"camera_avfoundation\"",
  524. "-framework",
  525. "\"native_vision\"",
  526. "-framework",
  527. "\"path_provider_ios\"",
  528. );
  529. PRODUCT_BUNDLE_IDENTIFIER = com.ctsmed.nativevision;
  530. PRODUCT_NAME = "$(TARGET_NAME)";
  531. PROVISIONING_PROFILE_SPECIFIER = "match Development com.ctsmed.*";
  532. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  533. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  534. SWIFT_VERSION = 5.0;
  535. VERSIONING_SYSTEM = "apple-generic";
  536. };
  537. name = Debug;
  538. };
  539. 97C147071CF9000F007C117D /* Release */ = {
  540. isa = XCBuildConfiguration;
  541. baseConfigurationReference = 261288DDE4586226D1FD7B58 /* Pods-Runner.release.xcconfig */;
  542. buildSettings = {
  543. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  544. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  545. CLANG_ENABLE_MODULES = YES;
  546. CODE_SIGN_IDENTITY = "iPhone Developer";
  547. CODE_SIGN_STYLE = Manual;
  548. CURRENT_PROJECT_VERSION = 1;
  549. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  550. ENABLE_BITCODE = NO;
  551. INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist";
  552. LD_RUNPATH_SEARCH_PATHS = (
  553. "$(inherited)",
  554. "@executable_path/Frameworks",
  555. );
  556. MARKETING_VERSION = 1.0.1;
  557. OTHER_LDFLAGS = (
  558. "$(inherited)",
  559. "-ObjC",
  560. "-framework",
  561. "\"camera_avfoundation\"",
  562. "-framework",
  563. "\"native_vision\"",
  564. "-framework",
  565. "\"path_provider_ios\"",
  566. );
  567. PRODUCT_BUNDLE_IDENTIFIER = com.pdfkit.ocr.demo;
  568. PRODUCT_NAME = "$(TARGET_NAME)";
  569. PROVISIONING_PROFILE_SPECIFIER = "PDFKit OCR Demo";
  570. SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
  571. SWIFT_VERSION = 5.0;
  572. VERSIONING_SYSTEM = "apple-generic";
  573. };
  574. name = Release;
  575. };
  576. /* End XCBuildConfiguration section */
  577. /* Begin XCConfigurationList section */
  578. 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
  579. isa = XCConfigurationList;
  580. buildConfigurations = (
  581. 97C147031CF9000F007C117D /* Debug */,
  582. 97C147041CF9000F007C117D /* Release */,
  583. 249021D3217E4FDB00AE95B9 /* Profile */,
  584. );
  585. defaultConfigurationIsVisible = 0;
  586. defaultConfigurationName = Release;
  587. };
  588. 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
  589. isa = XCConfigurationList;
  590. buildConfigurations = (
  591. 97C147061CF9000F007C117D /* Debug */,
  592. 97C147071CF9000F007C117D /* Release */,
  593. 249021D4217E4FDB00AE95B9 /* Profile */,
  594. );
  595. defaultConfigurationIsVisible = 0;
  596. defaultConfigurationName = Release;
  597. };
  598. /* End XCConfigurationList section */
  599. };
  600. rootObject = 97C146E61CF9000F007C117D /* Project object */;
  601. }