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

Commit d3dbf1d

Browse files
committed
Change app name
1 parent ca8ffeb commit d3dbf1d

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

Bitwarden.xcodeproj/project.pbxproj

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

1717
/* Begin PBXFileReference section */
18-
DD38750C253B176A0021B81B /* Bitwarden Menu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Bitwarden Menu.app"; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
1919
DD38750F253B176A0021B81B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2020
DD387511253B176A0021B81B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2121
DD387513253B176C0021B81B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -43,18 +43,9 @@
4343
DD78FD55253C56B000A6184C /* build.sh */,
4444
DD387532253B3EF40021B81B /* app */,
4545
DD38750E253B176A0021B81B /* Bitwarden */,
46-
DD38750D253B176A0021B81B /* Products */,
4746
);
4847
sourceTree = "<group>";
4948
};
50-
DD38750D253B176A0021B81B /* Products */ = {
51-
isa = PBXGroup;
52-
children = (
53-
DD38750C253B176A0021B81B /* Bitwarden Menu.app */,
54-
);
55-
name = Products;
56-
sourceTree = "<group>";
57-
};
5849
DD38750E253B176A0021B81B /* Bitwarden */ = {
5950
isa = PBXGroup;
6051
children = (
@@ -123,7 +114,7 @@
123114
Base,
124115
);
125116
mainGroup = DD387503253B176A0021B81B;
126-
productRefGroup = DD38750D253B176A0021B81B /* Products */;
117+
productRefGroup = DD387503253B176A0021B81B;
127118
projectDirPath = "";
128119
projectRoot = "";
129120
targets = (
@@ -303,6 +294,7 @@
303294
CODE_SIGN_IDENTITY = "Apple Development";
304295
CODE_SIGN_STYLE = Automatic;
305296
COMBINE_HIDPI_IMAGES = YES;
297+
CURRENT_PROJECT_VERSION = 3;
306298
DEVELOPMENT_ASSET_PATHS = "\"Bitwarden/Preview Content\"";
307299
DEVELOPMENT_TEAM = T973CT77D5;
308300
ENABLE_HARDENED_RUNTIME = YES;
@@ -313,7 +305,7 @@
313305
"@executable_path/../Frameworks",
314306
);
315307
MACOSX_DEPLOYMENT_TARGET = 11.0;
316-
MARKETING_VERSION = 0.0.1;
308+
MARKETING_VERSION = 0.0.2;
317309
PRODUCT_BUNDLE_IDENTIFIER = de.jonas.Bitwarden;
318310
PRODUCT_NAME = "$(TARGET_NAME) Menu";
319311
SWIFT_VERSION = 5.0;
@@ -329,6 +321,7 @@
329321
CODE_SIGN_IDENTITY = "Apple Development";
330322
CODE_SIGN_STYLE = Automatic;
331323
COMBINE_HIDPI_IMAGES = YES;
324+
CURRENT_PROJECT_VERSION = 3;
332325
DEVELOPMENT_ASSET_PATHS = "\"Bitwarden/Preview Content\"";
333326
DEVELOPMENT_TEAM = T973CT77D5;
334327
ENABLE_HARDENED_RUNTIME = YES;
@@ -339,7 +332,7 @@
339332
"@executable_path/../Frameworks",
340333
);
341334
MACOSX_DEPLOYMENT_TARGET = 11.0;
342-
MARKETING_VERSION = 0.0.1;
335+
MARKETING_VERSION = 0.0.2;
343336
PRODUCT_BUNDLE_IDENTIFIER = de.jonas.Bitwarden;
344337
PRODUCT_NAME = "$(TARGET_NAME) Menu";
345338
SWIFT_VERSION = 5.0;

Bitwarden/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleExecutable</key>
8-
<string>$(EXECUTABLE_NAME)</string>
8+
<string>Bitwarden Menu</string>
99
<key>CFBundleIconFile</key>
1010
<string></string>
1111
<key>CFBundleIdentifier</key>
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
16-
<string>$(PRODUCT_NAME)</string>
16+
<string>Bitwarden Menu</string>
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.productivity</string>
2525
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)