Skip to content

Commit 14e5d2b

Browse files
committed
Remove local package reference.
1 parent d42e94c commit 14e5d2b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Samples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
0042E24628E50EE4001F33D6 /* ShowViewshedFromPointInSceneView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 0086F3FD28E3770900974721 /* ShowViewshedFromPointInSceneView.swift */; };
3636
0042E24728E50EE4001F33D6 /* ShowViewshedFromPointInSceneView.Model.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 0042E24228E4BF8F001F33D6 /* ShowViewshedFromPointInSceneView.Model.swift */; };
3737
0042E24828E50EE4001F33D6 /* ShowViewshedFromPointInSceneView.ViewshedSettingsView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = 0042E24428E4F82B001F33D6 /* ShowViewshedFromPointInSceneView.ViewshedSettingsView.swift */; };
38-
0067F5AA29242F4600215F5D /* ArcGISToolkit in Frameworks */ = {isa = PBXBuildFile; productRef = 0067F5A929242F4600215F5D /* ArcGISToolkit */; };
3938
006C835528B40682004AEB7F /* BrowseBuildingFloorsView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = E0FE32E628747778002C6ACA /* BrowseBuildingFloorsView.swift */; };
4039
006C835628B40682004AEB7F /* DisplayMapFromMobileMapPackageView.swift in Copy Source Code Files */ = {isa = PBXBuildFile; fileRef = F111CCC0288B5D5600205358 /* DisplayMapFromMobileMapPackageView.swift */; };
4140
0074ABBF28174BCF0037244A /* DisplayMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0074ABBE28174BCF0037244A /* DisplayMapView.swift */; };
@@ -187,7 +186,6 @@
187186
003D7C352821EBCC009DDFD2 /* GenerateSampleViewSourceCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenerateSampleViewSourceCode.swift; sourceTree = "<group>"; };
188187
0042E24228E4BF8F001F33D6 /* ShowViewshedFromPointInSceneView.Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowViewshedFromPointInSceneView.Model.swift; sourceTree = "<group>"; };
189188
0042E24428E4F82B001F33D6 /* ShowViewshedFromPointInSceneView.ViewshedSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowViewshedFromPointInSceneView.ViewshedSettingsView.swift; sourceTree = "<group>"; };
190-
0067F5A729242F1E00215F5D /* arcgis-maps-sdk-swift-toolkit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "arcgis-maps-sdk-swift-toolkit"; path = "../arcgis-maps-sdk-swift-toolkit"; sourceTree = "<group>"; };
191189
0074ABBE28174BCF0037244A /* DisplayMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayMapView.swift; sourceTree = "<group>"; };
192190
0074ABC128174F430037244A /* Sample.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sample.swift; sourceTree = "<group>"; };
193191
0074ABCA2817B8DB0037244A /* SamplesApp+Samples.swift.tache */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "SamplesApp+Samples.swift.tache"; sourceTree = "<group>"; };
@@ -245,7 +243,6 @@
245243
isa = PBXFrameworksBuildPhase;
246244
buildActionMask = 2147483647;
247245
files = (
248-
0067F5AA29242F4600215F5D /* ArcGISToolkit in Frameworks */,
249246
);
250247
runOnlyForDeploymentPostprocessing = 0;
251248
};
@@ -444,7 +441,6 @@
444441
00E5400627F3CCA100CF66D5 = {
445442
isa = PBXGroup;
446443
children = (
447-
0067F5A729242F1E00215F5D /* arcgis-maps-sdk-swift-toolkit */,
448444
00966EE62811F64D009D3DD7 /* iOS */,
449445
00CCB8A6285D059300BBAB70 /* Portal Data */,
450446
00E5401427F3CCA200CF66D5 /* Products */,
@@ -686,7 +682,6 @@
686682
);
687683
name = Samples;
688684
packageProductDependencies = (
689-
0067F5A929242F4600215F5D /* ArcGISToolkit */,
690685
);
691686
productName = "arcgis-swift-sdk-samples (iOS)";
692687
productReference = 00E5401327F3CCA200CF66D5 /* Samples.app */;
@@ -722,6 +717,8 @@
722717
Base,
723718
);
724719
mainGroup = 00E5400627F3CCA100CF66D5;
720+
packageReferences = (
721+
);
725722
productRefGroup = 00E5401427F3CCA200CF66D5 /* Products */;
726723
projectDirPath = "";
727724
projectRoot = "";
@@ -1078,13 +1075,6 @@
10781075
defaultConfigurationName = Release;
10791076
};
10801077
/* End XCConfigurationList section */
1081-
1082-
/* Begin XCSwiftPackageProductDependency section */
1083-
0067F5A929242F4600215F5D /* ArcGISToolkit */ = {
1084-
isa = XCSwiftPackageProductDependency;
1085-
productName = ArcGISToolkit;
1086-
};
1087-
/* End XCSwiftPackageProductDependency section */
10881078
};
10891079
rootObject = 00E5400727F3CCA100CF66D5 /* Project object */;
10901080
}

0 commit comments

Comments
 (0)