Skip to content

Commit f917316

Browse files
committed
Remove the libswiftCoreGraphics.dylib workaround from Maps-SwiftUI.app
Because the deployment target is above iOS 14.
1 parent 6235a19 commit f917316

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Examples/Maps-SwiftUI/Maps-SwiftUI.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
5D82A6B228D18452006A44BA /* libswiftCoreGraphics.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D82A6B128D1844E006A44BA /* libswiftCoreGraphics.tbd */; };
1110
6467E8642699AC5F00565F4F /* SurfaceAppearance+phone.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6467E8632699AC5F00565F4F /* SurfaceAppearance+phone.swift */; };
1211
6467E86A2699B19D00565F4F /* SearchPanelPhoneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6467E8692699B19D00565F4F /* SearchPanelPhoneDelegate.swift */; };
1312
649A122926C14D0900DAB961 /* UIHostingController+ignoreKeyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649A122826C14D0900DAB961 /* UIHostingController+ignoreKeyboard.swift */; };
@@ -43,7 +42,6 @@
4342
/* End PBXCopyFilesBuildPhase section */
4443

4544
/* Begin PBXFileReference section */
46-
5D82A6B128D1844E006A44BA /* libswiftCoreGraphics.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftCoreGraphics.tbd; path = usr/lib/swift/libswiftCoreGraphics.tbd; sourceTree = SDKROOT; };
4745
6467E8632699AC5F00565F4F /* SurfaceAppearance+phone.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SurfaceAppearance+phone.swift"; sourceTree = "<group>"; };
4846
6467E8692699B19D00565F4F /* SearchPanelPhoneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchPanelPhoneDelegate.swift; sourceTree = "<group>"; };
4947
649A122826C14D0900DAB961 /* UIHostingController+ignoreKeyboard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIHostingController+ignoreKeyboard.swift"; sourceTree = "<group>"; };
@@ -69,7 +67,6 @@
6967
isa = PBXFrameworksBuildPhase;
7068
buildActionMask = 2147483647;
7169
files = (
72-
5D82A6B228D18452006A44BA /* libswiftCoreGraphics.tbd in Frameworks */,
7370
64A5B734269133DC00BCAA05 /* FloatingPanel.framework in Frameworks */,
7471
);
7572
runOnlyForDeploymentPostprocessing = 0;
@@ -113,7 +110,6 @@
113110
64A5B732269133DC00BCAA05 /* Frameworks */ = {
114111
isa = PBXGroup;
115112
children = (
116-
5D82A6B128D1844E006A44BA /* libswiftCoreGraphics.tbd */,
117113
64A5B733269133DC00BCAA05 /* FloatingPanel.framework */,
118114
);
119115
name = Frameworks;
@@ -367,10 +363,6 @@
367363
"$(inherited)",
368364
"@executable_path/Frameworks",
369365
);
370-
LIBRARY_SEARCH_PATHS = (
371-
"$(inherited)",
372-
"$(SDKROOT)/usr/lib/swift",
373-
);
374366
MARKETING_VERSION = 1.0;
375367
PRODUCT_BUNDLE_IDENTIFIER = "example.Maps-SwiftUI";
376368
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -398,10 +390,6 @@
398390
"$(inherited)",
399391
"@executable_path/Frameworks",
400392
);
401-
LIBRARY_SEARCH_PATHS = (
402-
"$(inherited)",
403-
"$(SDKROOT)/usr/lib/swift",
404-
);
405393
MARKETING_VERSION = 1.0;
406394
PRODUCT_BUNDLE_IDENTIFIER = "exmaple.Maps-SwiftUI";
407395
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)