Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7a6dd46

Browse files
author
Michael Klimushyn
authored
Update all plugins to minimum iOS 8.0 (#1109)
1 parent a027ccd commit 7a6dd46

File tree

14 files changed

+27
-94
lines changed

14 files changed

+27
-94
lines changed

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

100755100644
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1110
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1211
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1312
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -41,7 +40,6 @@
4140
/* End PBXCopyFilesBuildPhase section */
4241

4342
/* Begin PBXFileReference section */
44-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4543
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4644
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4745
5C6F5A6F1EC3CCCC008D64B5 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
@@ -88,7 +86,6 @@
8886
children = (
8987
3B80C3931E831B6300D905FE /* App.framework */,
9088
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
91-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
9289
9740EEBA1CF902C7004384FC /* Flutter.framework */,
9390
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9491
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -216,7 +213,6 @@
216213
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
217214
9740EEB51CF90195004384FC /* Generated.xcconfig in Resources */,
218215
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
219-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
220216
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
221217
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
222218
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
@@ -265,7 +261,7 @@
265261
);
266262
inputPaths = (
267263
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
268-
"${PODS_ROOT}/.symlinks/flutter/ios/Flutter.framework",
264+
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
269265
);
270266
name = "[CP] Embed Pods Frameworks";
271267
outputPaths = (
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

packages/cloud_firestore/ios/cloud_firestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Firestore plugin for Flutter.
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
17-
s.ios.deployment_target = '6.0'
17+
s.ios.deployment_target = '8.0'
1818
s.dependency 'Flutter'
1919
s.dependency 'Firebase/Database'
2020
s.dependency 'Firebase/Core'

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

100755100644
Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
11-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1211
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1312
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1413
5C6F5A6B1EC3AF0E008D64B5 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6F5A6A1EC3AF0E008D64B5 /* GeneratedPluginRegistrant.m */; };
@@ -40,7 +39,6 @@
4039

4140
/* Begin PBXFileReference section */
4241
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
43-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4442
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4543
4D558BB7489B1C82B42A9097 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4644
5C6F5A691EC3AF0E008D64B5 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
@@ -86,7 +84,6 @@
8684
children = (
8785
3B80C3931E831B6300D905FE /* App.framework */,
8886
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
89-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
9087
9740EEBA1CF902C7004384FC /* Flutter.framework */,
9188
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9289
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -161,7 +158,6 @@
161158
97C146EC1CF9000F007C117D /* Resources */,
162159
9705A1C41CF9048500538489 /* Embed Frameworks */,
163160
95BB15E9E1769C0D146AA592 /* [CP] Embed Pods Frameworks */,
164-
532EA9D341340B1DCD08293D /* [CP] Copy Pods Resources */,
165161
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
166162
);
167163
buildRules = (
@@ -184,7 +180,6 @@
184180
TargetAttributes = {
185181
97C146ED1CF9000F007C117D = {
186182
CreatedOnToolsVersion = 7.3.1;
187-
DevelopmentTeam = 3GRKCVVJ22;
188183
ProvisioningStyle = Automatic;
189184
};
190185
};
@@ -215,7 +210,6 @@
215210
B43DDBB51EA0304000A48ABE /* GoogleService-Info.plist in Resources */,
216211
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
217212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
218-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
219213
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
220214
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
221215
);
@@ -238,30 +232,18 @@
238232
shellPath = /bin/sh;
239233
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
240234
};
241-
532EA9D341340B1DCD08293D /* [CP] Copy Pods Resources */ = {
242-
isa = PBXShellScriptBuildPhase;
243-
buildActionMask = 2147483647;
244-
files = (
245-
);
246-
inputPaths = (
247-
);
248-
name = "[CP] Copy Pods Resources";
249-
outputPaths = (
250-
);
251-
runOnlyForDeploymentPostprocessing = 0;
252-
shellPath = /bin/sh;
253-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
254-
showEnvVarsInLog = 0;
255-
};
256235
95BB15E9E1769C0D146AA592 /* [CP] Embed Pods Frameworks */ = {
257236
isa = PBXShellScriptBuildPhase;
258237
buildActionMask = 2147483647;
259238
files = (
260239
);
261240
inputPaths = (
241+
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
242+
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
262243
);
263244
name = "[CP] Embed Pods Frameworks";
264245
outputPaths = (
246+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
265247
);
266248
runOnlyForDeploymentPostprocessing = 0;
267249
shellPath = /bin/sh;
@@ -288,13 +270,16 @@
288270
files = (
289271
);
290272
inputPaths = (
273+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
274+
"${PODS_ROOT}/Manifest.lock",
291275
);
292276
name = "[CP] Check Pods Manifest.lock";
293277
outputPaths = (
278+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
294279
);
295280
runOnlyForDeploymentPostprocessing = 0;
296281
shellPath = /bin/sh;
297-
shellScript = "diff \"${PODS_ROOT}/../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";
282+
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";
298283
showEnvVarsInLog = 0;
299284
};
300285
/* End PBXShellScriptBuildPhase section */
@@ -428,7 +413,6 @@
428413
buildSettings = {
429414
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
430415
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
431-
DEVELOPMENT_TEAM = 3GRKCVVJ22;
432416
ENABLE_BITCODE = NO;
433417
FRAMEWORK_SEARCH_PATHS = (
434418
"$(inherited)",
@@ -453,7 +437,6 @@
453437
buildSettings = {
454438
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
455439
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
456-
DEVELOPMENT_TEAM = 3GRKCVVJ22;
457440
ENABLE_BITCODE = NO;
458441
FRAMEWORK_SEARCH_PATHS = (
459442
"$(inherited)",

packages/firebase_analytics/ios/firebase_analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Firebase Analytics plugin for Flutter.
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
17-
s.ios.deployment_target = '6.0'
17+
s.ios.deployment_target = '8.0'
1818
s.dependency 'Flutter'
1919
s.dependency 'Firebase/Core'
2020
s.static_framework = true

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
0690AA46E879ED4CF7B7AEB4 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A6A0D603F1BEC33B95572EC3 /* libPods-Runner.a */; };
11-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1211
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1312
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1413
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -41,7 +40,6 @@
4140
/* End PBXCopyFilesBuildPhase section */
4241

4342
/* Begin PBXFileReference section */
44-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4543
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4644
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4745
5C97AA4E1EC3F2C300D441D1 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
@@ -88,7 +86,6 @@
8886
children = (
8987
3B80C3931E831B6300D905FE /* App.framework */,
9088
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
91-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
9289
9740EEBA1CF902C7004384FC /* Flutter.framework */,
9390
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9491
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -186,7 +183,6 @@
186183
TargetAttributes = {
187184
97C146ED1CF9000F007C117D = {
188185
CreatedOnToolsVersion = 7.3.1;
189-
DevelopmentTeam = 3GRKCVVJ22;
190186
};
191187
};
192188
};
@@ -217,7 +213,6 @@
217213
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
218214
9740EEB51CF90195004384FC /* Generated.xcconfig in Resources */,
219215
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
220-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
221216
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
222217
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
223218
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
@@ -268,7 +263,7 @@
268263
);
269264
inputPaths = (
270265
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
271-
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
266+
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
272267
);
273268
name = "[CP] Embed Pods Frameworks";
274269
outputPaths = (
@@ -442,7 +437,6 @@
442437
buildSettings = {
443438
ARCHS = arm64;
444439
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
445-
DEVELOPMENT_TEAM = 3GRKCVVJ22;
446440
ENABLE_BITCODE = NO;
447441
FRAMEWORK_SEARCH_PATHS = (
448442
"$(inherited)",
@@ -465,7 +459,6 @@
465459
buildSettings = {
466460
ARCHS = arm64;
467461
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
468-
DEVELOPMENT_TEAM = 3GRKCVVJ22;
469462
ENABLE_BITCODE = NO;
470463
FRAMEWORK_SEARCH_PATHS = (
471464
"$(inherited)",

packages/firebase_auth/ios/firebase_auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Firebase Auth plugin for Flutter.
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
17-
s.ios.deployment_target = '6.0'
17+
s.ios.deployment_target = '8.0'
1818
s.dependency 'Flutter'
1919
s.dependency 'Firebase/Auth'
2020
s.dependency 'Firebase/Core'

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

100755100644
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1110
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1211
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1312
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -41,7 +40,6 @@
4140
/* End PBXCopyFilesBuildPhase section */
4241

4342
/* Begin PBXFileReference section */
44-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4543
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4644
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4745
5C6F5A6F1EC3CCCC008D64B5 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
@@ -88,7 +86,6 @@
8886
children = (
8987
3B80C3931E831B6300D905FE /* App.framework */,
9088
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
91-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
9289
9740EEBA1CF902C7004384FC /* Flutter.framework */,
9390
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9491
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -163,7 +160,6 @@
163160
97C146EC1CF9000F007C117D /* Resources */,
164161
9705A1C41CF9048500538489 /* Embed Frameworks */,
165162
95BB15E9E1769C0D146AA592 /* [CP] Embed Pods Frameworks */,
166-
532EA9D341340B1DCD08293D /* [CP] Copy Pods Resources */,
167163
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
168164
);
169165
buildRules = (
@@ -216,7 +212,6 @@
216212
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
217213
9740EEB51CF90195004384FC /* Generated.xcconfig in Resources */,
218214
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
219-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
220215
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
221216
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
222217
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
@@ -240,29 +235,14 @@
240235
shellPath = /bin/sh;
241236
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
242237
};
243-
532EA9D341340B1DCD08293D /* [CP] Copy Pods Resources */ = {
244-
isa = PBXShellScriptBuildPhase;
245-
buildActionMask = 2147483647;
246-
files = (
247-
);
248-
inputPaths = (
249-
);
250-
name = "[CP] Copy Pods Resources";
251-
outputPaths = (
252-
);
253-
runOnlyForDeploymentPostprocessing = 0;
254-
shellPath = /bin/sh;
255-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
256-
showEnvVarsInLog = 0;
257-
};
258238
95BB15E9E1769C0D146AA592 /* [CP] Embed Pods Frameworks */ = {
259239
isa = PBXShellScriptBuildPhase;
260240
buildActionMask = 2147483647;
261241
files = (
262242
);
263243
inputPaths = (
264244
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
265-
"${PODS_ROOT}/.symlinks/flutter/ios/Flutter.framework",
245+
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
266246
);
267247
name = "[CP] Embed Pods Frameworks";
268248
outputPaths = (

packages/firebase_database/ios/firebase_database.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Firebase Database plugin for Flutter.
1414
s.source = { :path => '.' }
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
17-
s.ios.deployment_target = '6.0'
17+
s.ios.deployment_target = '8.0'
1818
s.dependency 'Flutter'
1919
s.dependency 'Firebase/Database'
2020
s.static_framework = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
);
240240
inputPaths = (
241241
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
242-
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
242+
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
243243
);
244244
name = "[CP] Embed Pods Frameworks";
245245
outputPaths = (

0 commit comments

Comments
 (0)