Skip to content

Commit d49b7d1

Browse files
committed
Fix iOS build
1 parent 73ee67b commit d49b7d1

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

example/ios/Podfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
PODS:
2-
- Flutter (1.0.0)
3-
- google_api_availability (0.0.1):
2+
- Flutter (1.22.4)
3+
- google_api_availability (2.0.4):
44
- Flutter
55

66
DEPENDENCIES:
7-
- Flutter (from `.symlinks/flutter/ios`)
87
- google_api_availability (from `.symlinks/plugins/google_api_availability/ios`)
98

9+
SPEC REPOS:
10+
trunk:
11+
- Flutter
12+
1013
EXTERNAL SOURCES:
11-
Flutter:
12-
:path: ".symlinks/flutter/ios"
1314
google_api_availability:
1415
:path: ".symlinks/plugins/google_api_availability/ios"
1516

1617
SPEC CHECKSUMS:
17-
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
18-
google_api_availability: eacf2c87e9cb31b66d4852de6d1667616e24c055
18+
Flutter: d466195df8a9933b705cb82c53140202e097ec55
19+
google_api_availability: 15fa42a8cd83c0a6738507ffe6e87096f12abcb8
1920

2021
PODFILE CHECKSUM: aff02bfeed411c636180d6812254b2daeea14d09
2122

22-
COCOAPODS: 1.5.3
23+
COCOAPODS: 1.10.1

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4343
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4444
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
45+
4187BAA3D872835C9A75A66C /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4546
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4647
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4748
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -54,6 +55,8 @@
5455
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5556
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5657
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
58+
99C51B7503CD5CC495EC66EC /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
59+
9F4AB3995AAC37ABBFE2C347 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
5760
D6A0A02CAE646E57E01E66F3 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5861
/* End PBXFileReference section */
5962

@@ -138,6 +141,9 @@
138141
EE90A58C0834CF42E935BCB5 /* Pods */ = {
139142
isa = PBXGroup;
140143
children = (
144+
9F4AB3995AAC37ABBFE2C347 /* Pods-Runner.debug.xcconfig */,
145+
99C51B7503CD5CC495EC66EC /* Pods-Runner.release.xcconfig */,
146+
4187BAA3D872835C9A75A66C /* Pods-Runner.profile.xcconfig */,
141147
);
142148
name = Pods;
143149
sourceTree = "<group>";
@@ -270,21 +276,17 @@
270276
buildActionMask = 2147483647;
271277
files = (
272278
);
273-
inputFileListPaths = (
274-
);
275279
inputPaths = (
276-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
277-
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
280+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
281+
"${PODS_ROOT}/Flutter/Flutter.framework",
278282
);
279283
name = "[CP] Embed Pods Frameworks";
280-
outputFileListPaths = (
281-
);
282284
outputPaths = (
283285
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
284286
);
285287
runOnlyForDeploymentPostprocessing = 0;
286288
shellPath = /bin/sh;
287-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
289+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
288290
showEnvVarsInLog = 0;
289291
};
290292
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)