File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1325
1325
);
1326
1326
INFOPLIST_FILE = "Geocoder Example/Info.plist";
1327
1327
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 ;
1329
1329
PRODUCT_NAME = "Geocoder (Swift)";
1330
1330
};
1331
1331
name = Debug;
1341
1341
);
1342
1342
INFOPLIST_FILE = "Geocoder Example/Info.plist";
1343
1343
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 ;
1345
1345
PRODUCT_NAME = "Geocoder (Swift)";
1346
1346
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1347
1347
};
1408
1408
);
1409
1409
INFOPLIST_FILE = "Geocoder Example/Info.plist";
1410
1410
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 ;
1412
1412
PRODUCT_NAME = "Geocoder (Objective-C)";
1413
1413
};
1414
1414
name = Debug;
1422
1422
);
1423
1423
INFOPLIST_FILE = "Geocoder Example/Info.plist";
1424
1424
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 ;
1426
1426
PRODUCT_NAME = "Geocoder (Objective-C)";
1427
1427
};
1428
1428
name = Release;
You can’t perform that action at this time.
0 commit comments