Skip to content

Commit 726ee56

Browse files
committed
Add Health SPM
1 parent 510961a commit 726ee56

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

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: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
ABEE568C2D6B9E4300551983 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
6969
F97011D03CBC7A35D177D127 /* 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>"; };
7070
FCEA0A19EEB97E6889BA5240 /* 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>"; };
71+
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; };
7172
/* End PBXFileReference section */
7273

7374
/* Begin PBXFrameworksBuildPhase section */
@@ -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 "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
252255
ABB05D852D6BB16700FA4740 /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
253256
);
254257
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
@@ -485,7 +488,7 @@
485488
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
486489
GCC_WARN_UNUSED_FUNCTION = YES;
487490
GCC_WARN_UNUSED_VARIABLE = YES;
488-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
491+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
489492
MTL_ENABLE_DEBUG_INFO = NO;
490493
SDKROOT = iphoneos;
491494
SUPPORTED_PLATFORMS = iphoneos;
@@ -616,7 +619,7 @@
616619
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
617620
GCC_WARN_UNUSED_FUNCTION = YES;
618621
GCC_WARN_UNUSED_VARIABLE = YES;
619-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
622+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
620623
MTL_ENABLE_DEBUG_INFO = YES;
621624
ONLY_ACTIVE_ARCH = YES;
622625
SDKROOT = iphoneos;
@@ -667,7 +670,7 @@
667670
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
668671
GCC_WARN_UNUSED_FUNCTION = YES;
669672
GCC_WARN_UNUSED_VARIABLE = YES;
670-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
673+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
671674
MTL_ENABLE_DEBUG_INFO = NO;
672675
SDKROOT = iphoneos;
673676
SUPPORTED_PLATFORMS = iphoneos;
@@ -765,6 +768,10 @@
765768
isa = XCLocalSwiftPackageReference;
766769
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
767770
};
771+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = {
772+
isa = XCLocalSwiftPackageReference;
773+
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
774+
};
768775
/* End XCLocalSwiftPackageReference section */
769776

770777
/* Begin XCSwiftPackageProductDependency section */

0 commit comments

Comments
 (0)