diff --git a/README.md b/README.md index 8d35f34..200b512 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ - flutter:3.19.6 - ## 目录说明 - api:接口请求 @@ -14,16 +13,24 @@ - routes:路由 - views:页面 - ## 多flavor配置 -- 配置文件在[flavorizr.yaml](flavorizr.yaml) -> 增加flavor环境所需要的命令参考:[flavorizr.yaml](flavorizr.yaml)文件中的说明 -> -> 文档链接:https://pub.dev/packages/flutter_flavorizr -> -> 注意该插件最好在mac环境下运行 -- 项目运行 +- 配置文件在[flavorizr.yaml](flavorizr.yaml) + +> 增加flavor环境所需要的命令参考:[flavorizr.yaml](flavorizr.yaml)文件中的说明 +> +> 文档链接:https://pub.dev/packages/flutter_flavorizr +> +> 注意该插件最好在mac环境下运行 +> +> 确保依赖、环境安装完成之后,执行`flutter pub run flutter_flavorizr`进行生成,注意这一步会覆盖原有的内容 + +### 生成.jks文件,用于android的flavor签名 + ```shell -flutter run --flavor +keytool -genkeypair -v -keystore <文件昵称>.jks -alias <别名> \ + -keyalg RSA -keysize 2048 -validity 10000 \ + -dname "CN=<通用名,通常是公司或产品名>, OU=<组织单位,如部门名称>, O=<组织/公司全名>, L=深圳, S=广东, C=CN" \ + -storepass <密码> \ + -keypass <密码> ``` \ No newline at end of file diff --git a/android/app/xhj-dev-key.jks b/android/app/xhj-dev-key.jks new file mode 100644 index 0000000..09a7b4e Binary files /dev/null and b/android/app/xhj-dev-key.jks differ diff --git a/android/app/xhj-pre-key.jks b/android/app/xhj-pre-key.jks new file mode 100644 index 0000000..4bc2925 Binary files /dev/null and b/android/app/xhj-pre-key.jks differ diff --git a/android/app/xhj-release-key.jks b/android/app/xhj-release-key.jks new file mode 100644 index 0000000..3872e5a Binary files /dev/null and b/android/app/xhj-release-key.jks differ diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ff226e0..17485a1 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -24,6 +24,6 @@ SPEC CHECKSUMS: permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7 -PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796 +PODFILE CHECKSUM: 57bd38e05d8abd584f51ed04c5c011347b25b1a3 COCOAPODS: 1.16.2 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index eafb6ed..a60395c 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -86,11 +86,13 @@ 043E75FBC5BAE43BDB90E715 /* Pods-Runner.debug-sky.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-sky.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-sky.xcconfig"; sourceTree = ""; }; 04A5EFE52B54D25EF1BD80C1 /* skyDevDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyDevDebug.xcconfig; path = Flutter/skyDevDebug.xcconfig; sourceTree = ""; }; 0B7E4F390850F88D0A30EC61 /* xhjDevLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = xhjDevLaunchScreen.storyboard; path = Runner/xhjDevLaunchScreen.storyboard; sourceTree = ""; }; + 0FAF16A2CEB1CDCB20BC2772 /* Pods-Runner.profile-skypre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-skypre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-skypre.xcconfig"; sourceTree = ""; }; 1453DAC93CF879A52228589D /* xhjDevDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjDevDebug.xcconfig; path = Flutter/xhjDevDebug.xcconfig; sourceTree = ""; }; 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; 159A7021B439CC23D881BE8B /* xhjReleaseDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjReleaseDebug.xcconfig; path = Flutter/xhjReleaseDebug.xcconfig; sourceTree = ""; }; 1762BB277A17EFCD3D9EB55B /* xhjProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjProfile.xcconfig; path = Flutter/xhjProfile.xcconfig; sourceTree = ""; }; + 1A6ADFF47376D3EF39A06A50 /* Pods-Runner.debug-xhjrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-xhjrelease.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-xhjrelease.xcconfig"; sourceTree = ""; }; 286A61E75C655C4DBC7AEFA3 /* devLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = devLaunchScreen.storyboard; path = Runner/devLaunchScreen.storyboard; sourceTree = ""; }; 2DA6A091FC5350CFAEA9CF00 /* skyDevLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = skyDevLaunchScreen.storyboard; path = Runner/skyDevLaunchScreen.storyboard; sourceTree = ""; }; 2DF5EC0F7DCE5FC09A604CD7 /* 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 = ""; }; @@ -104,13 +106,16 @@ 400DDA5ABA71AC3571ECDFD8 /* preDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = preDebug.xcconfig; path = Flutter/preDebug.xcconfig; sourceTree = ""; }; 43593863AAB6C42AE1A1B664 /* Pods-Runner.profile-pre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-pre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-pre.xcconfig"; sourceTree = ""; }; 44C3A9A4A6B7F782019DC9E4 /* xhjReleaseRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjReleaseRelease.xcconfig; path = Flutter/xhjReleaseRelease.xcconfig; sourceTree = ""; }; + 4AF8C5340B988A4AB5593BA1 /* Pods-Runner.profile-skydev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-skydev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-skydev.xcconfig"; sourceTree = ""; }; 4F6DFC2AFBDA247EA0342119 /* preRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = preRelease.xcconfig; path = Flutter/preRelease.xcconfig; sourceTree = ""; }; 4F9A73744DA607D0ABF62C5A /* skyReleaseLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = skyReleaseLaunchScreen.storyboard; path = Runner/skyReleaseLaunchScreen.storyboard; sourceTree = ""; }; 517C3C0797C305420583FA00 /* Pods-Runner.release-pre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-pre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-pre.xcconfig"; sourceTree = ""; }; 521739435370021315B3CAB0 /* skyDevRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyDevRelease.xcconfig; path = Flutter/skyDevRelease.xcconfig; sourceTree = ""; }; 539C2D3FA6928C05F4C984FE /* xhjDevRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjDevRelease.xcconfig; path = Flutter/xhjDevRelease.xcconfig; sourceTree = ""; }; + 5704DDAD591945712FD286AB /* Pods-Runner.debug-xhjdev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-xhjdev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-xhjdev.xcconfig"; sourceTree = ""; }; 5BE5A13FC9E35B42FFFA74DF /* xhjPreLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = xhjPreLaunchScreen.storyboard; path = Runner/xhjPreLaunchScreen.storyboard; sourceTree = ""; }; 5D9C8C08D94D17A41C07E0C2 /* skyPreRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyPreRelease.xcconfig; path = Flutter/skyPreRelease.xcconfig; sourceTree = ""; }; + 5E1FB85329E3B530AB783B54 /* Pods-Runner.profile-xhjrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-xhjrelease.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-xhjrelease.xcconfig"; sourceTree = ""; }; 60FFAA284D5DBE9EE25508B0 /* skyPreLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = skyPreLaunchScreen.storyboard; path = Runner/skyPreLaunchScreen.storyboard; sourceTree = ""; }; 611820587117D6B2F8AFF8D6 /* skyDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyDebug.xcconfig; path = Flutter/skyDebug.xcconfig; sourceTree = ""; }; 67E6F6C3412AB339172CA451 /* xhjReleaseLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = xhjReleaseLaunchScreen.storyboard; path = Runner/xhjReleaseLaunchScreen.storyboard; sourceTree = ""; }; @@ -135,24 +140,37 @@ 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9D4DF5A02FB705B9C780C8D9 /* Pods-Runner.profile-sky.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-sky.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-sky.xcconfig"; sourceTree = ""; }; + A4A46B83BDB08FD1E57810B3 /* Pods-Runner.profile-xhjpre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-xhjpre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-xhjpre.xcconfig"; sourceTree = ""; }; A699AA044FB511641FFC0E83 /* 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 = ""; }; ABD886848F99AA0B1CB4330D /* 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 = ""; }; + AC549AE8B1B62CAB829AFDC9 /* Pods-Runner.release-skydev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-skydev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-skydev.xcconfig"; sourceTree = ""; }; + AE407C7AB961458A1DE953C2 /* Pods-Runner.debug-xhjpre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-xhjpre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-xhjpre.xcconfig"; sourceTree = ""; }; AF5C4914468E0989D0D82A6D /* skyReleaseDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyReleaseDebug.xcconfig; path = Flutter/skyReleaseDebug.xcconfig; sourceTree = ""; }; AF5EB32017D6DEA63438C7D2 /* 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 = ""; }; + B03F184E4E19C6D1CFDFC1B9 /* Pods-Runner.profile-xhjdev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-xhjdev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-xhjdev.xcconfig"; sourceTree = ""; }; BECFB24D71AD033D1AD26998 /* xhjPreProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjPreProfile.xcconfig; path = Flutter/xhjPreProfile.xcconfig; sourceTree = ""; }; C4399A1C32E49BAFDC817DE2 /* 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 = ""; }; C67AF0A7644DDD913055370A /* skyReleaseRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyReleaseRelease.xcconfig; path = Flutter/skyReleaseRelease.xcconfig; sourceTree = ""; }; C7A2A99F200E17F29B17F2AB /* preLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = preLaunchScreen.storyboard; path = Runner/preLaunchScreen.storyboard; sourceTree = ""; }; CFFEE97B583E0A157AC26EBA /* 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 = ""; }; + DD1E2291969FACC46115015C /* Pods-Runner.release-xhjpre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-xhjpre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-xhjpre.xcconfig"; sourceTree = ""; }; DE2BB4D7FB4686B8AED3104D /* devProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devProfile.xcconfig; path = Flutter/devProfile.xcconfig; sourceTree = ""; }; E045491EBE71709DCA299FC1 /* skyRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyRelease.xcconfig; path = Flutter/skyRelease.xcconfig; sourceTree = ""; }; + E0BA9A4F4B8F7B38C3ECD943 /* Pods-Runner.debug-skypre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-skypre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-skypre.xcconfig"; sourceTree = ""; }; + E37E719EE1C603DF8AB0BAB6 /* Pods-Runner.debug-skyrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-skyrelease.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-skyrelease.xcconfig"; sourceTree = ""; }; E3D78CE59950994CCAD086B2 /* xhjReleaseProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjReleaseProfile.xcconfig; path = Flutter/xhjReleaseProfile.xcconfig; sourceTree = ""; }; E581C5CA24EA83DCDE697AFA /* Pods-Runner.debug-xhj.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-xhj.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-xhj.xcconfig"; sourceTree = ""; }; E5B4BF4EED19B58F2163CD83 /* Pods-Runner.release-dev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-dev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-dev.xcconfig"; sourceTree = ""; }; + EBBD1BD37B9334DA85AB9644 /* Pods-Runner.release-xhjrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-xhjrelease.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-xhjrelease.xcconfig"; sourceTree = ""; }; F0DEF3DDACAFA607D45CA0D8 /* xhjPreDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjPreDebug.xcconfig; path = Flutter/xhjPreDebug.xcconfig; sourceTree = ""; }; + F140F84C39F09F9412219F25 /* Pods-Runner.debug-skydev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-skydev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-skydev.xcconfig"; sourceTree = ""; }; F1A6CE68A52F14794E4A7230 /* skyProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyProfile.xcconfig; path = Flutter/skyProfile.xcconfig; sourceTree = ""; }; + F23B1305373DD22477608D00 /* Pods-Runner.release-xhjdev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-xhjdev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-xhjdev.xcconfig"; sourceTree = ""; }; + F2CBE55286BA531CF3CDD7DF /* Pods-Runner.release-skyrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-skyrelease.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-skyrelease.xcconfig"; sourceTree = ""; }; F4610AE7DDC510B141C52F75 /* xhjPreRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjPreRelease.xcconfig; path = Flutter/xhjPreRelease.xcconfig; sourceTree = ""; }; F4AF5B4663EE6CFC7029B5AB /* preProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = preProfile.xcconfig; path = Flutter/preProfile.xcconfig; sourceTree = ""; }; + F61D9177BE686B11CAD9F2C8 /* Pods-Runner.release-skypre.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-skypre.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-skypre.xcconfig"; sourceTree = ""; }; + F7DF580155593472508E1D90 /* Pods-Runner.profile-skyrelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile-skyrelease.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile-skyrelease.xcconfig"; sourceTree = ""; }; F98DF82AFA0A3ACD0765FDAE /* xhjRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjRelease.xcconfig; path = Flutter/xhjRelease.xcconfig; sourceTree = ""; }; FA0DB0963AD4A96F52F525B9 /* devRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devRelease.xcconfig; path = Flutter/devRelease.xcconfig; sourceTree = ""; }; FB7D8A153F874F70FE3D326E /* devDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devDebug.xcconfig; path = Flutter/devDebug.xcconfig; sourceTree = ""; }; @@ -208,6 +226,24 @@ ABD886848F99AA0B1CB4330D /* Pods-RunnerTests.debug.xcconfig */, CFFEE97B583E0A157AC26EBA /* Pods-RunnerTests.release.xcconfig */, A699AA044FB511641FFC0E83 /* Pods-RunnerTests.profile.xcconfig */, + F140F84C39F09F9412219F25 /* Pods-Runner.debug-skydev.xcconfig */, + 4AF8C5340B988A4AB5593BA1 /* Pods-Runner.profile-skydev.xcconfig */, + AC549AE8B1B62CAB829AFDC9 /* Pods-Runner.release-skydev.xcconfig */, + E0BA9A4F4B8F7B38C3ECD943 /* Pods-Runner.debug-skypre.xcconfig */, + 0FAF16A2CEB1CDCB20BC2772 /* Pods-Runner.profile-skypre.xcconfig */, + F61D9177BE686B11CAD9F2C8 /* Pods-Runner.release-skypre.xcconfig */, + E37E719EE1C603DF8AB0BAB6 /* Pods-Runner.debug-skyrelease.xcconfig */, + F7DF580155593472508E1D90 /* Pods-Runner.profile-skyrelease.xcconfig */, + F2CBE55286BA531CF3CDD7DF /* Pods-Runner.release-skyrelease.xcconfig */, + 5704DDAD591945712FD286AB /* Pods-Runner.debug-xhjdev.xcconfig */, + B03F184E4E19C6D1CFDFC1B9 /* Pods-Runner.profile-xhjdev.xcconfig */, + F23B1305373DD22477608D00 /* Pods-Runner.release-xhjdev.xcconfig */, + AE407C7AB961458A1DE953C2 /* Pods-Runner.debug-xhjpre.xcconfig */, + A4A46B83BDB08FD1E57810B3 /* Pods-Runner.profile-xhjpre.xcconfig */, + DD1E2291969FACC46115015C /* Pods-Runner.release-xhjpre.xcconfig */, + 1A6ADFF47376D3EF39A06A50 /* Pods-Runner.debug-xhjrelease.xcconfig */, + 5E1FB85329E3B530AB783B54 /* Pods-Runner.profile-xhjrelease.xcconfig */, + EBBD1BD37B9334DA85AB9644 /* Pods-Runner.release-xhjrelease.xcconfig */, ); name = Pods; path = Pods;