Skip to content

Commit 854fe98

Browse files
committed
Change the product name per App Store reviewer request.
1 parent 04080d7 commit 854fe98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Samples.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
00E5400C27F3CCA100CF66D5 /* SamplesApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SamplesApp.swift; sourceTree = "<group>"; };
773773
00E5400D27F3CCA100CF66D5 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
774774
00E5400E27F3CCA200CF66D5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
775-
00E5401327F3CCA200CF66D5 /* Samples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Samples.app; sourceTree = BUILT_PRODUCTS_DIR; };
775+
00E5401327F3CCA200CF66D5 /* ArcGIS Maps SDK Samples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ArcGIS Maps SDK Samples.app"; sourceTree = BUILT_PRODUCTS_DIR; };
776776
00E5402A27F775EA00CF66D5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
777777
00E7C1592BBE1BF000B85D69 /* SnapGeometryEditsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapGeometryEditsView.swift; sourceTree = "<group>"; };
778778
00F279D52AF418DC00CECAF8 /* AddDynamicEntityLayerView.VehicleCallout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddDynamicEntityLayerView.VehicleCallout.swift; sourceTree = "<group>"; };
@@ -1446,7 +1446,7 @@
14461446
00E5401427F3CCA200CF66D5 /* Products */ = {
14471447
isa = PBXGroup;
14481448
children = (
1449-
00E5401327F3CCA200CF66D5 /* Samples.app */,
1449+
00E5401327F3CCA200CF66D5 /* ArcGIS Maps SDK Samples.app */,
14501450
);
14511451
name = Products;
14521452
sourceTree = "<group>";
@@ -2803,7 +2803,7 @@
28032803
00C43AEC2947DC350099AE34 /* ArcGISToolkit */,
28042804
);
28052805
productName = "arcgis-swift-sdk-samples (iOS)";
2806-
productReference = 00E5401327F3CCA200CF66D5 /* Samples.app */;
2806+
productReference = 00E5401327F3CCA200CF66D5 /* ArcGIS Maps SDK Samples.app */;
28072807
productType = "com.apple.product-type.application";
28082808
};
28092809
/* End PBXNativeTarget section */
@@ -3362,7 +3362,7 @@
33623362
);
33633363
MARKETING_VERSION = 200.4.0;
33643364
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
3365-
PRODUCT_NAME = Samples;
3365+
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
33663366
SDKROOT = iphoneos;
33673367
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
33683368
SUPPORTS_MACCATALYST = YES;
@@ -3393,7 +3393,7 @@
33933393
);
33943394
MARKETING_VERSION = 200.4.0;
33953395
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
3396-
PRODUCT_NAME = Samples;
3396+
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
33973397
SDKROOT = iphoneos;
33983398
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
33993399
SUPPORTS_MACCATALYST = YES;

0 commit comments

Comments
 (0)