Skip to content

Commit 7aed7af

Browse files
committed
Cleaned up example application bundle identifiers
1 parent 392b273 commit 7aed7af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
13251325
);
13261326
INFOPLIST_FILE = "Geocoder Example/Info.plist";
13271327
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1328-
PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)";
1328+
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Geocoder.Swift;
13291329
PRODUCT_NAME = "Geocoder (Swift)";
13301330
};
13311331
name = Debug;
@@ -1341,7 +1341,7 @@
13411341
);
13421342
INFOPLIST_FILE = "Geocoder Example/Info.plist";
13431343
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1344-
PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)";
1344+
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Geocoder.Swift;
13451345
PRODUCT_NAME = "Geocoder (Swift)";
13461346
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
13471347
};
@@ -1408,7 +1408,7 @@
14081408
);
14091409
INFOPLIST_FILE = "Geocoder Example/Info.plist";
14101410
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1411-
PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)";
1411+
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Geocoder.ObjectiveC;
14121412
PRODUCT_NAME = "Geocoder (Objective-C)";
14131413
};
14141414
name = Debug;
@@ -1422,7 +1422,7 @@
14221422
);
14231423
INFOPLIST_FILE = "Geocoder Example/Info.plist";
14241424
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1425-
PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)";
1425+
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Geocoder.ObjectiveC;
14261426
PRODUCT_NAME = "Geocoder (Objective-C)";
14271427
};
14281428
name = Release;

0 commit comments

Comments
 (0)