Skip to content

Commit cda90b9

Browse files
committed
Add changes in project file.
1 parent fdb1573 commit cda90b9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Samples.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10+
0000FB6E2BBDB17600845921 /* Add3DTilesLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0000FB6B2BBDB17600845921 /* Add3DTilesLayerView.swift */; };
11+
0000FB712BBDC01400845921 /* Add3DTilesLayerView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 0000FB6B2BBDB17600845921 /* Add3DTilesLayerView.swift */; };
1012
0005580A2817C51E00224BC6 /* SampleDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000558092817C51E00224BC6 /* SampleDetailView.swift */; };
1113
000D43162B9918420003D3C2 /* ConfigureBasemapStyleParametersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000D43132B9918420003D3C2 /* ConfigureBasemapStyleParametersView.swift */; };
1214
000D43182B993A030003D3C2 /* ConfigureBasemapStyleParametersView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 000D43132B9918420003D3C2 /* ConfigureBasemapStyleParametersView.swift */; };
@@ -441,6 +443,7 @@
441443
dstPath = "";
442444
dstSubfolderSpec = 7;
443445
files = (
446+
0000FB712BBDC01400845921 /* Add3DTilesLayerView.swift in Copy Source Code Files */,
444447
D77D9C012BB2439400B38A6C /* AugmentRealityToShowHiddenInfrastructureView.ARSceneView.swift in Copy Source Code Files */,
445448
D7A737E32BABBA2200B7C7FC /* AugmentRealityToShowHiddenInfrastructureView.swift in Copy Source Code Files */,
446449
1C2538542BABACB100337307 /* AugmentRealityToNavigateRouteView.RoutePlannerView.swift in Copy Source Code Files */,
@@ -612,6 +615,7 @@
612615
/* End PBXCopyFilesBuildPhase section */
613616

614617
/* Begin PBXFileReference section */
618+
0000FB6B2BBDB17600845921 /* Add3DTilesLayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Add3DTilesLayerView.swift; sourceTree = "<group>"; };
615619
000558092817C51E00224BC6 /* SampleDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleDetailView.swift; sourceTree = "<group>"; };
616620
000D43132B9918420003D3C2 /* ConfigureBasemapStyleParametersView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConfigureBasemapStyleParametersView.swift; sourceTree = "<group>"; };
617621
00181B452846AD7100654571 /* View+ErrorAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+ErrorAlert.swift"; sourceTree = "<group>"; };
@@ -847,6 +851,14 @@
847851
/* End PBXFrameworksBuildPhase section */
848852

849853
/* Begin PBXGroup section */
854+
0000FB6D2BBDB17600845921 /* Add 3d tiles layer */ = {
855+
isa = PBXGroup;
856+
children = (
857+
0000FB6B2BBDB17600845921 /* Add3DTilesLayerView.swift */,
858+
);
859+
path = "Add 3d tiles layer";
860+
sourceTree = "<group>";
861+
};
850862
0005580D281872BE00224BC6 /* Views */ = {
851863
isa = PBXGroup;
852864
children = (
@@ -931,6 +943,7 @@
931943
0074ABB228174B830037244A /* Samples */ = {
932944
isa = PBXGroup;
933945
children = (
946+
0000FB6D2BBDB17600845921 /* Add 3d tiles layer */,
934947
79D84D0C2A815BED00F45262 /* Add custom dynamic entity data source */,
935948
4D2ADC3E29C26D05003B367F /* Add dynamic entity layer */,
936949
00D4EF7E2863840D00B9CC30 /* Add feature layers */,
@@ -2667,6 +2680,7 @@
26672680
1C3B7DCB2A5F64FC00907443 /* AnalyzeNetworkWithSubnetworkTraceView.swift in Sources */,
26682681
00B042E8282EDC690072E1B4 /* SetBasemapView.swift in Sources */,
26692682
E004A6E62846A61F002A1FE6 /* StyleGraphicsWithSymbolsView.swift in Sources */,
2683+
0000FB6E2BBDB17600845921 /* Add3DTilesLayerView.swift in Sources */,
26702684
D74EA7842B6DADA5008F6C7C /* ValidateUtilityNetworkTopologyView.swift in Sources */,
26712685
E088E1742863B5F800413100 /* GenerateOfflineMapView.swift in Sources */,
26722686
0074ABC428174F430037244A /* Sample.swift in Sources */,

0 commit comments

Comments
 (0)