project.pbxproj 24 KB

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