Skip to content

Commit

Permalink
Change Swift demo to use released package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalfour-amzn committed Oct 29, 2024
1 parent c233b92 commit 3625df7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions swift/PolylineDemo/PolylineDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
objects = {

/* Begin PBXBuildFile section */
6817D5942CB9D76F00078BB3 /* Polyline in Frameworks */ = {isa = PBXBuildFile; productRef = 6817D5932CB9D76F00078BB3 /* Polyline */; };
6817D5972CB9D79B00078BB3 /* MapLibre in Frameworks */ = {isa = PBXBuildFile; productRef = 6817D5962CB9D79B00078BB3 /* MapLibre */; };
685E1E472CAEF07000F2C626 /* PolylineDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 685E1E462CAEF07000F2C626 /* PolylineDemoApp.swift */; };
685E1E492CAEF07000F2C626 /* SimpleMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 685E1E482CAEF07000F2C626 /* SimpleMap.swift */; };
685E1E4B2CAEF07100F2C626 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 685E1E4A2CAEF07100F2C626 /* Assets.xcassets */; };
685E1E4E2CAEF07100F2C626 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 685E1E4D2CAEF07100F2C626 /* Preview Assets.xcassets */; };
688CCE352CD18730001D9E4D /* Polyline in Frameworks */ = {isa = PBXBuildFile; productRef = 688CCE342CD18730001D9E4D /* Polyline */; };
68AE0BB32CB894B600AF75CF /* Polyline in Frameworks */ = {isa = PBXBuildFile; productRef = 68AE0BB22CB894B600AF75CF /* Polyline */; };
68AE0BB62CB968FE00AF75CF /* Polyline in Frameworks */ = {isa = PBXBuildFile; productRef = 68AE0BB52CB968FE00AF75CF /* Polyline */; };
68AE0BB92CB9695100AF75CF /* Polyline in Frameworks */ = {isa = PBXBuildFile; productRef = 68AE0BB82CB9695100AF75CF /* Polyline */; };
Expand All @@ -35,7 +35,7 @@
6817D5972CB9D79B00078BB3 /* MapLibre in Frameworks */,
68AE0BB32CB894B600AF75CF /* Polyline in Frameworks */,
68AE0BB62CB968FE00AF75CF /* Polyline in Frameworks */,
6817D5942CB9D76F00078BB3 /* Polyline in Frameworks */,
688CCE352CD18730001D9E4D /* Polyline in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -97,8 +97,8 @@
68AE0BB22CB894B600AF75CF /* Polyline */,
68AE0BB52CB968FE00AF75CF /* Polyline */,
68AE0BB82CB9695100AF75CF /* Polyline */,
6817D5932CB9D76F00078BB3 /* Polyline */,
6817D5962CB9D79B00078BB3 /* MapLibre */,
688CCE342CD18730001D9E4D /* Polyline */,
);
productName = PolylineDemo;
productReference = 685E1E432CAEF07000F2C626 /* PolylineDemo.app */;
Expand Down Expand Up @@ -129,8 +129,8 @@
);
mainGroup = 685E1E3A2CAEF07000F2C626;
packageReferences = (
6817D5922CB9D76E00078BB3 /* XCRemoteSwiftPackageReference "polyline" */,
6817D5952CB9D79B00078BB3 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */,
688CCE332CD18730001D9E4D /* XCRemoteSwiftPackageReference "polyline" */,
);
productRefGroup = 685E1E442CAEF07000F2C626 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -367,35 +367,35 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
6817D5922CB9D76E00078BB3 /* XCRemoteSwiftPackageReference "polyline" */ = {
6817D5952CB9D79B00078BB3 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/aws-geospatial/polyline";
repositoryURL = "https://github.com/maplibre/maplibre-gl-native-distribution";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.2.0;
minimumVersion = 6.7.1;
};
};
6817D5952CB9D79B00078BB3 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */ = {
688CCE332CD18730001D9E4D /* XCRemoteSwiftPackageReference "polyline" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/maplibre/maplibre-gl-native-distribution";
repositoryURL = "https://github.com/aws-geospatial/polyline";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.7.1;
minimumVersion = 0.2.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
6817D5932CB9D76F00078BB3 /* Polyline */ = {
isa = XCSwiftPackageProductDependency;
package = 6817D5922CB9D76E00078BB3 /* XCRemoteSwiftPackageReference "polyline" */;
productName = Polyline;
};
6817D5962CB9D79B00078BB3 /* MapLibre */ = {
isa = XCSwiftPackageProductDependency;
package = 6817D5952CB9D79B00078BB3 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */;
productName = MapLibre;
};
688CCE342CD18730001D9E4D /* Polyline */ = {
isa = XCSwiftPackageProductDependency;
package = 688CCE332CD18730001D9E4D /* XCRemoteSwiftPackageReference "polyline" */;
productName = Polyline;
};
68AE0BB22CB894B600AF75CF /* Polyline */ = {
isa = XCSwiftPackageProductDependency;
productName = Polyline;
Expand Down

0 comments on commit 3625df7

Please sign in to comment.