Skip to content

Commit 4f05ae9

Browse files
committed
Update to SDK 3.8.0 for health.g.dart
1 parent be9f0a2 commit 4f05ae9

File tree

4 files changed

+642
-60
lines changed

4 files changed

+642
-60
lines changed

packages/health/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

packages/health/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 11 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
66EFA595EFC367CCF62B5486 /* 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>"; };
5757
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5858
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
59+
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; };
5960
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
6061
7CF05C63DD5841073CB4E39B /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6162
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
@@ -112,6 +113,7 @@
112113
9740EEB11CF90186004384FC /* Flutter */ = {
113114
isa = PBXGroup;
114115
children = (
116+
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */,
115117
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
116118
9740EEB21CF90195004384FC /* Debug.xcconfig */,
117119
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -249,6 +251,7 @@
249251
);
250252
mainGroup = 97C146E51CF9000F007C117D;
251253
packageReferences = (
254+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
252255
ABB05D852D6BB16700FA4740 /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
253256
);
254257
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
@@ -368,61 +371,7 @@
368371
);
369372
runOnlyForDeploymentPostprocessing = 0;
370373
shellPath = /bin/sh;
371-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
372-
};
373-
9740EEB61CF901F6004384FC /* Run Script */ = {
374-
isa = PBXShellScriptBuildPhase;
375-
alwaysOutOfDate = 1;
376-
buildActionMask = 2147483647;
377-
files = (
378-
);
379-
inputPaths = (
380-
);
381-
name = "Run Script";
382-
outputPaths = (
383-
);
384-
runOnlyForDeploymentPostprocessing = 0;
385-
shellPath = /bin/sh;
386-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
387-
};
388-
C5B1177E499C542655C8E54F /* [CP] Embed Pods Frameworks */ = {
389-
isa = PBXShellScriptBuildPhase;
390-
buildActionMask = 2147483647;
391-
files = (
392-
);
393-
inputFileListPaths = (
394-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
395-
);
396-
name = "[CP] Embed Pods Frameworks";
397-
outputFileListPaths = (
398-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
399-
);
400-
runOnlyForDeploymentPostprocessing = 0;
401-
shellPath = /bin/sh;
402-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
403-
showEnvVarsInLog = 0;
404-
};
405-
CF9A537E347C1C3E9A947F1C /* [CP] Check Pods Manifest.lock */ = {
406-
isa = PBXShellScriptBuildPhase;
407-
buildActionMask = 2147483647;
408-
files = (
409-
);
410-
inputFileListPaths = (
411-
);
412-
inputPaths = (
413-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
414-
"${PODS_ROOT}/Manifest.lock",
415-
);
416-
name = "[CP] Check Pods Manifest.lock";
417-
outputFileListPaths = (
418-
);
419-
outputPaths = (
420-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
421-
);
422-
runOnlyForDeploymentPostprocessing = 0;
423-
shellPath = /bin/sh;
424-
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";
425-
showEnvVarsInLog = 0;
374+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
426375
};
427376
F39DD7443B254A13543A9E9D /* [CP] Check Pods Manifest.lock */ = {
428377
isa = PBXShellScriptBuildPhase;
@@ -539,7 +488,7 @@
539488
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
540489
GCC_WARN_UNUSED_FUNCTION = YES;
541490
GCC_WARN_UNUSED_VARIABLE = YES;
542-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
491+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
543492
MTL_ENABLE_DEBUG_INFO = NO;
544493
SDKROOT = iphoneos;
545494
SUPPORTED_PLATFORMS = iphoneos;
@@ -670,7 +619,7 @@
670619
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
671620
GCC_WARN_UNUSED_FUNCTION = YES;
672621
GCC_WARN_UNUSED_VARIABLE = YES;
673-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
622+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
674623
MTL_ENABLE_DEBUG_INFO = YES;
675624
ONLY_ACTIVE_ARCH = YES;
676625
SDKROOT = iphoneos;
@@ -721,7 +670,7 @@
721670
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
722671
GCC_WARN_UNUSED_FUNCTION = YES;
723672
GCC_WARN_UNUSED_VARIABLE = YES;
724-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
673+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
725674
MTL_ENABLE_DEBUG_INFO = NO;
726675
SDKROOT = iphoneos;
727676
SUPPORTED_PLATFORMS = iphoneos;
@@ -815,6 +764,10 @@
815764
/* End XCConfigurationList section */
816765

817766
/* Begin XCLocalSwiftPackageReference section */
767+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
768+
isa = XCLocalSwiftPackageReference;
769+
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
770+
};
818771
ABB05D852D6BB16700FA4740 /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
819772
isa = XCLocalSwiftPackageReference;
820773
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;

0 commit comments

Comments
 (0)