Skip to content

Commit ed2bd9a

Browse files
authored
Merge pull request #461 from Esri/Ting/RenameProject
[Setup] Change the product name per App Store reviewer request
2 parents e960173 + f91b332 commit ed2bd9a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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;
@@ -3394,7 +3394,7 @@
33943394
);
33953395
MARKETING_VERSION = 200.4.0;
33963396
PRODUCT_BUNDLE_IDENTIFIER = "com.esri.arcgis-swift-sdk-samples";
3397-
PRODUCT_NAME = Samples;
3397+
PRODUCT_NAME = "ArcGIS Maps SDK Samples";
33983398
SDKROOT = iphoneos;
33993399
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
34003400
SUPPORTS_MACCATALYST = YES;

Samples.xcodeproj/xcshareddata/xcschemes/Samples.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "00E5401227F3CCA200CF66D5"
18-
BuildableName = "Samples.app"
18+
BuildableName = "ArcGIS Maps SDK Samples.app"
1919
BlueprintName = "Samples"
2020
ReferencedContainer = "container:Samples.xcodeproj">
2121
</BuildableReference>
@@ -45,7 +45,7 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "00E5401227F3CCA200CF66D5"
48-
BuildableName = "Samples.app"
48+
BuildableName = "ArcGIS Maps SDK Samples.app"
4949
BlueprintName = "Samples"
5050
ReferencedContainer = "container:Samples.xcodeproj">
5151
</BuildableReference>
@@ -62,7 +62,7 @@
6262
<BuildableReference
6363
BuildableIdentifier = "primary"
6464
BlueprintIdentifier = "00E5401227F3CCA200CF66D5"
65-
BuildableName = "Samples.app"
65+
BuildableName = "ArcGIS Maps SDK Samples.app"
6666
BlueprintName = "Samples"
6767
ReferencedContainer = "container:Samples.xcodeproj">
6868
</BuildableReference>

0 commit comments

Comments
 (0)