mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Update for 3.13 stable (#1992)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
# This file should be version controlled and should not be manually edited.
|
||||
|
||||
version:
|
||||
revision: "ac71592bc605996f9376ec5b7607db52b64cabd0"
|
||||
channel: "beta"
|
||||
revision: "e1e47221e86272429674bec4f1bd36acc4fc7b77"
|
||||
channel: "stable"
|
||||
|
||||
project_type: app
|
||||
|
||||
@@ -13,26 +13,26 @@ project_type: app
|
||||
migration:
|
||||
platforms:
|
||||
- platform: root
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
- platform: android
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
- platform: ios
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
- platform: linux
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
- platform: macos
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
- platform: web
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
- platform: windows
|
||||
create_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
base_revision: ac71592bc605996f9376ec5b7607db52b64cabd0
|
||||
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
|
||||
|
||||
# User provided section
|
||||
|
||||
|
||||
@@ -8,14 +8,14 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||
21698610D7B828AD1E349150 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E3440323AAF260FE62DBB929 /* Pods_Runner.framework */; };
|
||||
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||
3EE956294A6B311C9FF032F1 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DB96B45756A3D9358BEA5F8 /* Pods_RunnerTests.framework */; };
|
||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
||||
C81CBF76E6179173B28AC625 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F4B0E14729D13C60C3BD6253 /* Pods_Runner.framework */; };
|
||||
E6218B4FDEFB7A84EAB62FEF /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D51B5DD5042EB1DFE7384CAA /* Pods_RunnerTests.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -42,15 +42,14 @@
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
024AD0C237FE44072D31640D /* 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>"; };
|
||||
091CB155534A21F468460674 /* 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>"; };
|
||||
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>"; };
|
||||
1D135EB128F87F0DBFC240C7 /* 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>"; };
|
||||
29EA5DDCFD3183C0BC215AC9 /* 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>"; };
|
||||
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
||||
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3415DB0D53019F2EC79DE3AA /* 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>"; };
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||
533CFDB3F7D1474DED110153 /* 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>"; };
|
||||
5DB96B45756A3D9358BEA5F8 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||
@@ -61,10 +60,11 @@
|
||||
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
BF7AC239F1CCD808E824EE82 /* 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>"; };
|
||||
D51B5DD5042EB1DFE7384CAA /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D75D42BB4F1DF06C74DF99E0 /* 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>"; };
|
||||
F4B0E14729D13C60C3BD6253 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
CA1C8043D282F33BBF4A4D98 /* 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>"; };
|
||||
DE408165C4A88618F45977EC /* 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>"; };
|
||||
E3440323AAF260FE62DBB929 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F8D633A86227859989B11687 /* 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>"; };
|
||||
FA62B7F3A858F2A4A4051141 /* 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>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -72,15 +72,15 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C81CBF76E6179173B28AC625 /* Pods_Runner.framework in Frameworks */,
|
||||
21698610D7B828AD1E349150 /* Pods_Runner.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
A036CACCB20301884FCC5860 /* Frameworks */ = {
|
||||
DC7D7F80D3BC9167638EFA29 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E6218B4FDEFB7A84EAB62FEF /* Pods_RunnerTests.framework in Frameworks */,
|
||||
3EE956294A6B311C9FF032F1 /* Pods_RunnerTests.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -95,13 +95,18 @@
|
||||
path = RunnerTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3CCC50677E1A79F6CC3FF313 /* Frameworks */ = {
|
||||
5FD543535A07E4D7CE999EDD /* Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F4B0E14729D13C60C3BD6253 /* Pods_Runner.framework */,
|
||||
D51B5DD5042EB1DFE7384CAA /* Pods_RunnerTests.framework */,
|
||||
DE408165C4A88618F45977EC /* Pods-Runner.debug.xcconfig */,
|
||||
F8D633A86227859989B11687 /* Pods-Runner.release.xcconfig */,
|
||||
FA62B7F3A858F2A4A4051141 /* Pods-Runner.profile.xcconfig */,
|
||||
3415DB0D53019F2EC79DE3AA /* Pods-RunnerTests.debug.xcconfig */,
|
||||
091CB155534A21F468460674 /* Pods-RunnerTests.release.xcconfig */,
|
||||
CA1C8043D282F33BBF4A4D98 /* Pods-RunnerTests.profile.xcconfig */,
|
||||
);
|
||||
name = Frameworks;
|
||||
name = Pods;
|
||||
path = Pods;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||
@@ -122,8 +127,8 @@
|
||||
97C146F01CF9000F007C117D /* Runner */,
|
||||
97C146EF1CF9000F007C117D /* Products */,
|
||||
331C8082294A63A400263BE5 /* RunnerTests */,
|
||||
DBB9C4F1F9017465A0B72542 /* Pods */,
|
||||
3CCC50677E1A79F6CC3FF313 /* Frameworks */,
|
||||
5FD543535A07E4D7CE999EDD /* Pods */,
|
||||
C4A84DC167F9E35D57DC05A6 /* Frameworks */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -151,18 +156,13 @@
|
||||
path = Runner;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
DBB9C4F1F9017465A0B72542 /* Pods */ = {
|
||||
C4A84DC167F9E35D57DC05A6 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D75D42BB4F1DF06C74DF99E0 /* Pods-Runner.debug.xcconfig */,
|
||||
533CFDB3F7D1474DED110153 /* Pods-Runner.release.xcconfig */,
|
||||
BF7AC239F1CCD808E824EE82 /* Pods-Runner.profile.xcconfig */,
|
||||
024AD0C237FE44072D31640D /* Pods-RunnerTests.debug.xcconfig */,
|
||||
1D135EB128F87F0DBFC240C7 /* Pods-RunnerTests.release.xcconfig */,
|
||||
29EA5DDCFD3183C0BC215AC9 /* Pods-RunnerTests.profile.xcconfig */,
|
||||
E3440323AAF260FE62DBB929 /* Pods_Runner.framework */,
|
||||
5DB96B45756A3D9358BEA5F8 /* Pods_RunnerTests.framework */,
|
||||
);
|
||||
name = Pods;
|
||||
path = Pods;
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
@@ -172,10 +172,10 @@
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
||||
buildPhases = (
|
||||
604726BAC111981C368B2140 /* [CP] Check Pods Manifest.lock */,
|
||||
9B488DA106538823171C2F10 /* [CP] Check Pods Manifest.lock */,
|
||||
331C807D294A63A400263BE5 /* Sources */,
|
||||
331C807F294A63A400263BE5 /* Resources */,
|
||||
A036CACCB20301884FCC5860 /* Frameworks */,
|
||||
DC7D7F80D3BC9167638EFA29 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
@@ -191,7 +191,7 @@
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
||||
buildPhases = (
|
||||
C9CA877DD10BE021E5901045 /* [CP] Check Pods Manifest.lock */,
|
||||
F4ED3BCAC362B5883087EC17 /* [CP] Check Pods Manifest.lock */,
|
||||
9740EEB61CF901F6004384FC /* Run Script */,
|
||||
97C146EA1CF9000F007C117D /* Sources */,
|
||||
97C146EB1CF9000F007C117D /* Frameworks */,
|
||||
@@ -285,7 +285,22 @@
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
||||
};
|
||||
604726BAC111981C368B2140 /* [CP] Check Pods Manifest.lock */ = {
|
||||
9740EEB61CF901F6004384FC /* Run Script */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Run Script";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
||||
};
|
||||
9B488DA106538823171C2F10 /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
@@ -307,22 +322,7 @@
|
||||
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";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
9740EEB61CF901F6004384FC /* Run Script */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Run Script";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
||||
};
|
||||
C9CA877DD10BE021E5901045 /* [CP] Check Pods Manifest.lock */ = {
|
||||
F4ED3BCAC362B5883087EC17 /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
@@ -467,7 +467,7 @@
|
||||
};
|
||||
331C8088294A63A400263BE5 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 024AD0C237FE44072D31640D /* Pods-RunnerTests.debug.xcconfig */;
|
||||
baseConfigurationReference = 3415DB0D53019F2EC79DE3AA /* Pods-RunnerTests.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
@@ -485,7 +485,7 @@
|
||||
};
|
||||
331C8089294A63A400263BE5 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 1D135EB128F87F0DBFC240C7 /* Pods-RunnerTests.release.xcconfig */;
|
||||
baseConfigurationReference = 091CB155534A21F468460674 /* Pods-RunnerTests.release.xcconfig */;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
@@ -501,7 +501,7 @@
|
||||
};
|
||||
331C808A294A63A400263BE5 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 29EA5DDCFD3183C0BC215AC9 /* Pods-RunnerTests.profile.xcconfig */;
|
||||
baseConfigurationReference = CA1C8043D282F33BBF4A4D98 /* Pods-RunnerTests.profile.xcconfig */;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
|
||||
@@ -5,7 +5,7 @@ publish_to: none
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.1.0-0
|
||||
sdk: ^3.1.0
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
||||
Reference in New Issue
Block a user