Skip to content

Commit

Permalink
Add SystemConfiguration.framework to maplibre-rs target instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ammann committed Oct 3, 2023
1 parent 725ab0a commit a74431f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apple/MapLibreRs/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
),
.binaryTarget(
name: "MapLibreRs",
path: "MapLibreRs.xcframework"
path: "MapLibreRs.xcframework",
),
]
)
4 changes: 2 additions & 2 deletions apple/xcode/maplibre-rs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
0B85D596281291A400906D21 /* maplibre_rs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B85D56B2812903700906D21 /* maplibre_rs.framework */; };
0B85D599281291A700906D21 /* maplibre_rs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B85D56B2812903700906D21 /* maplibre_rs.framework */; };
0B85D5A42812991100906D21 /* libmaplibre_apple.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B85D5A32812987B00906D21 /* libmaplibre_apple.a */; };
5015FE4A2ACCA78300F8E4B6 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5015FE492ACCA78300F8E4B6 /* SystemConfiguration.framework */; };
5015FE4B2ACCB3D900F8E4B6 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5015FE492ACCA78300F8E4B6 /* SystemConfiguration.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -39,6 +39,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5015FE4B2ACCB3D900F8E4B6 /* SystemConfiguration.framework in Frameworks */,
0B85D5A42812991100906D21 /* libmaplibre_apple.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -55,7 +56,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5015FE4A2ACCA78300F8E4B6 /* SystemConfiguration.framework in Frameworks */,
0B85D599281291A700906D21 /* maplibre_rs.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit a74431f

Please sign in to comment.