Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit c5116e8

Browse files
committed
Bump Bitwarden Browser Extension version to v1.48.1
1 parent 6e22a8c commit c5116e8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Bitwarden.xcodeproj/project.pbxproj

+7-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXFileReference section */
18-
DD38750C253B176A0021B81B /* Bitwarden Menu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "Bitwarden Menu.app"; path = "/Users/jonas/Documents/Code/Bitwarden/build/Debug/Bitwarden Menu.app"; sourceTree = "<absolute>"; };
1918
DD38750F253B176A0021B81B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2019
DD387511253B176A0021B81B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2120
DD387513253B176C0021B81B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -24,6 +23,7 @@
2423
DD38751C253B176C0021B81B /* Bitwarden.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Bitwarden.entitlements; sourceTree = "<group>"; };
2524
DD387532253B3EF40021B81B /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; name = app; path = Bitwarden/app; sourceTree = "<group>"; };
2625
DD78FD55253C56B000A6184C /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = build.sh; path = Bitwarden/build.sh; sourceTree = "<group>"; };
26+
DDF717FF25C2E2AC0007592B /* Bitwarden Menu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Bitwarden Menu.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2727
/* End PBXFileReference section */
2828

2929
/* Begin PBXFrameworksBuildPhase section */
@@ -43,6 +43,7 @@
4343
DD78FD55253C56B000A6184C /* build.sh */,
4444
DD387532253B3EF40021B81B /* app */,
4545
DD38750E253B176A0021B81B /* Bitwarden */,
46+
DDF717FF25C2E2AC0007592B /* Bitwarden Menu.app */,
4647
);
4748
sourceTree = "<group>";
4849
};
@@ -85,7 +86,7 @@
8586
);
8687
name = Bitwarden;
8788
productName = Bitwarden;
88-
productReference = DD38750C253B176A0021B81B /* Bitwarden Menu.app */;
89+
productReference = DDF717FF25C2E2AC0007592B /* Bitwarden Menu.app */;
8990
productType = "com.apple.product-type.application";
9091
};
9192
/* End PBXNativeTarget section */
@@ -294,7 +295,7 @@
294295
CODE_SIGN_IDENTITY = "Apple Development";
295296
CODE_SIGN_STYLE = Automatic;
296297
COMBINE_HIDPI_IMAGES = YES;
297-
CURRENT_PROJECT_VERSION = 3;
298+
CURRENT_PROJECT_VERSION = 4;
298299
DEVELOPMENT_ASSET_PATHS = "\"Bitwarden/Preview Content\"";
299300
DEVELOPMENT_TEAM = T973CT77D5;
300301
ENABLE_HARDENED_RUNTIME = YES;
@@ -305,7 +306,7 @@
305306
"@executable_path/../Frameworks",
306307
);
307308
MACOSX_DEPLOYMENT_TARGET = 11.0;
308-
MARKETING_VERSION = 0.0.2;
309+
MARKETING_VERSION = 0.0.3;
309310
PRODUCT_BUNDLE_IDENTIFIER = de.jonas.Bitwarden;
310311
PRODUCT_NAME = "$(TARGET_NAME) Menu";
311312
SWIFT_VERSION = 5.0;
@@ -321,7 +322,7 @@
321322
CODE_SIGN_IDENTITY = "Apple Development";
322323
CODE_SIGN_STYLE = Automatic;
323324
COMBINE_HIDPI_IMAGES = YES;
324-
CURRENT_PROJECT_VERSION = 3;
325+
CURRENT_PROJECT_VERSION = 4;
325326
DEVELOPMENT_ASSET_PATHS = "\"Bitwarden/Preview Content\"";
326327
DEVELOPMENT_TEAM = T973CT77D5;
327328
ENABLE_HARDENED_RUNTIME = YES;
@@ -332,7 +333,7 @@
332333
"@executable_path/../Frameworks",
333334
);
334335
MACOSX_DEPLOYMENT_TARGET = 11.0;
335-
MARKETING_VERSION = 0.0.2;
336+
MARKETING_VERSION = 0.0.3;
336337
PRODUCT_BUNDLE_IDENTIFIER = de.jonas.Bitwarden;
337338
PRODUCT_NAME = "$(TARGET_NAME) Menu";
338339
SWIFT_VERSION = 5.0;

Bitwarden/browser

0 commit comments

Comments
 (0)