Skip to content

Commit 62eba27

Browse files
committed
4.2.0-build.3
1 parent 4b62a42 commit 62eba27

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

MongoDB.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
developmentRegion = English;
227227
hasScannedForEncodings = 0;
228228
knownRegions = (
229+
English,
229230
en,
230231
Base,
231232
);
@@ -400,7 +401,7 @@
400401
buildSettings = {
401402
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
402403
CLANG_ENABLE_MODULES = YES;
403-
CODE_SIGN_IDENTITY = "Mac Developer";
404+
CODE_SIGN_IDENTITY = "Apple Development";
404405
CODE_SIGN_STYLE = Automatic;
405406
COMBINE_HIDPI_IMAGES = YES;
406407
DEVELOPMENT_TEAM = FJZ2YT5Y98;
@@ -429,7 +430,7 @@
429430
buildSettings = {
430431
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
431432
CLANG_ENABLE_MODULES = YES;
432-
CODE_SIGN_IDENTITY = "Mac Developer";
433+
CODE_SIGN_IDENTITY = "Apple Development";
433434
CODE_SIGN_STYLE = Automatic;
434435
COMBINE_HIDPI_IMAGES = YES;
435436
DEVELOPMENT_TEAM = FJZ2YT5Y98;

MongoDB/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.2.0-build.2</string>
20+
<string>4.2.0-build.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>4.2.0-build.2</string>
24+
<string>4.2.0-build.3</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)