Skip to content

Commit 3e025a6

Browse files
committed
Set display name to "WriteFreely", bump version and build numbers
1 parent 353c9e6 commit 3e025a6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

iOS/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>WriteFreely</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
@@ -17,7 +19,7 @@
1719
<key>CFBundleShortVersionString</key>
1820
<string>$(MARKETING_VERSION)</string>
1921
<key>CFBundleVersion</key>
20-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2123
<key>LSRequiresIPhoneOS</key>
2224
<true/>
2325
<key>UIApplicationSceneManifest</key>

macOS/Info.plist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>WriteFreely</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIconFile</key>
@@ -19,7 +21,9 @@
1921
<key>CFBundleShortVersionString</key>
2022
<string>$(MARKETING_VERSION)</string>
2123
<key>CFBundleVersion</key>
22-
<string>1</string>
24+
<string>$(CURRENT_PROJECT_VERSION)</string>
25+
<key>LSApplicationCategoryType</key>
26+
<string>public.app-category.social-networking</string>
2327
<key>LSMinimumSystemVersion</key>
2428
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2529
</dict>

0 commit comments

Comments
 (0)