fix: 更新多flavors配置

This commit is contained in:
liyi 2025-08-28 16:10:30 +08:00
parent d0d83092e5
commit acb0f1cdb0
6 changed files with 54 additions and 11 deletions

View File

@ -4,7 +4,6 @@
- flutter3.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 <flavor昵称>
keytool -genkeypair -v -keystore <文件昵称>.jks -alias <别名> \
-keyalg RSA -keysize 2048 -validity 10000 \
-dname "CN=<通用名通常是公司或产品名>, OU=<组织单位如部门名称>, O=<组织/公司全名>, L=深圳, S=广东, C=CN" \
-storepass <密码> \
-keypass <密码>
```

BIN
android/app/xhj-dev-key.jks Normal file

Binary file not shown.

BIN
android/app/xhj-pre-key.jks Normal file

Binary file not shown.

Binary file not shown.

View File

@ -24,6 +24,6 @@ SPEC CHECKSUMS:
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
PODFILE CHECKSUM: 57bd38e05d8abd584f51ed04c5c011347b25b1a3
COCOAPODS: 1.16.2

View File

@ -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 = "<group>"; };
04A5EFE52B54D25EF1BD80C1 /* skyDevDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyDevDebug.xcconfig; path = Flutter/skyDevDebug.xcconfig; sourceTree = "<group>"; };
0B7E4F390850F88D0A30EC61 /* xhjDevLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = xhjDevLaunchScreen.storyboard; path = Runner/xhjDevLaunchScreen.storyboard; sourceTree = "<group>"; };
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 = "<group>"; };
1453DAC93CF879A52228589D /* xhjDevDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjDevDebug.xcconfig; path = Flutter/xhjDevDebug.xcconfig; sourceTree = "<group>"; };
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
159A7021B439CC23D881BE8B /* xhjReleaseDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjReleaseDebug.xcconfig; path = Flutter/xhjReleaseDebug.xcconfig; sourceTree = "<group>"; };
1762BB277A17EFCD3D9EB55B /* xhjProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjProfile.xcconfig; path = Flutter/xhjProfile.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
286A61E75C655C4DBC7AEFA3 /* devLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = devLaunchScreen.storyboard; path = Runner/devLaunchScreen.storyboard; sourceTree = "<group>"; };
2DA6A091FC5350CFAEA9CF00 /* skyDevLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = skyDevLaunchScreen.storyboard; path = Runner/skyDevLaunchScreen.storyboard; sourceTree = "<group>"; };
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 = "<group>"; };
@ -104,13 +106,16 @@
400DDA5ABA71AC3571ECDFD8 /* preDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = preDebug.xcconfig; path = Flutter/preDebug.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
44C3A9A4A6B7F782019DC9E4 /* xhjReleaseRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjReleaseRelease.xcconfig; path = Flutter/xhjReleaseRelease.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
4F6DFC2AFBDA247EA0342119 /* preRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = preRelease.xcconfig; path = Flutter/preRelease.xcconfig; sourceTree = "<group>"; };
4F9A73744DA607D0ABF62C5A /* skyReleaseLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = skyReleaseLaunchScreen.storyboard; path = Runner/skyReleaseLaunchScreen.storyboard; sourceTree = "<group>"; };
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 = "<group>"; };
521739435370021315B3CAB0 /* skyDevRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyDevRelease.xcconfig; path = Flutter/skyDevRelease.xcconfig; sourceTree = "<group>"; };
539C2D3FA6928C05F4C984FE /* xhjDevRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjDevRelease.xcconfig; path = Flutter/xhjDevRelease.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
5BE5A13FC9E35B42FFFA74DF /* xhjPreLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = xhjPreLaunchScreen.storyboard; path = Runner/xhjPreLaunchScreen.storyboard; sourceTree = "<group>"; };
5D9C8C08D94D17A41C07E0C2 /* skyPreRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyPreRelease.xcconfig; path = Flutter/skyPreRelease.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
60FFAA284D5DBE9EE25508B0 /* skyPreLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = skyPreLaunchScreen.storyboard; path = Runner/skyPreLaunchScreen.storyboard; sourceTree = "<group>"; };
611820587117D6B2F8AFF8D6 /* skyDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyDebug.xcconfig; path = Flutter/skyDebug.xcconfig; sourceTree = "<group>"; };
67E6F6C3412AB339172CA451 /* xhjReleaseLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = xhjReleaseLaunchScreen.storyboard; path = Runner/xhjReleaseLaunchScreen.storyboard; sourceTree = "<group>"; };
@ -135,24 +140,37 @@
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
AF5C4914468E0989D0D82A6D /* skyReleaseDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyReleaseDebug.xcconfig; path = Flutter/skyReleaseDebug.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
BECFB24D71AD033D1AD26998 /* xhjPreProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjPreProfile.xcconfig; path = Flutter/xhjPreProfile.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
C67AF0A7644DDD913055370A /* skyReleaseRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyReleaseRelease.xcconfig; path = Flutter/skyReleaseRelease.xcconfig; sourceTree = "<group>"; };
C7A2A99F200E17F29B17F2AB /* preLaunchScreen.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = preLaunchScreen.storyboard; path = Runner/preLaunchScreen.storyboard; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
DE2BB4D7FB4686B8AED3104D /* devProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devProfile.xcconfig; path = Flutter/devProfile.xcconfig; sourceTree = "<group>"; };
E045491EBE71709DCA299FC1 /* skyRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyRelease.xcconfig; path = Flutter/skyRelease.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
E3D78CE59950994CCAD086B2 /* xhjReleaseProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjReleaseProfile.xcconfig; path = Flutter/xhjReleaseProfile.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
F0DEF3DDACAFA607D45CA0D8 /* xhjPreDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjPreDebug.xcconfig; path = Flutter/xhjPreDebug.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
F1A6CE68A52F14794E4A7230 /* skyProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = skyProfile.xcconfig; path = Flutter/skyProfile.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
F4610AE7DDC510B141C52F75 /* xhjPreRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjPreRelease.xcconfig; path = Flutter/xhjPreRelease.xcconfig; sourceTree = "<group>"; };
F4AF5B4663EE6CFC7029B5AB /* preProfile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = preProfile.xcconfig; path = Flutter/preProfile.xcconfig; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
F98DF82AFA0A3ACD0765FDAE /* xhjRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = xhjRelease.xcconfig; path = Flutter/xhjRelease.xcconfig; sourceTree = "<group>"; };
FA0DB0963AD4A96F52F525B9 /* devRelease.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devRelease.xcconfig; path = Flutter/devRelease.xcconfig; sourceTree = "<group>"; };
FB7D8A153F874F70FE3D326E /* devDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devDebug.xcconfig; path = Flutter/devDebug.xcconfig; sourceTree = "<group>"; };
@ -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;