diff --git a/iOS/Info.plist b/iOS/Info.plist index dfbdd44..d2cd33f 100644 --- a/iOS/Info.plist +++ b/iOS/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + WriteFreely CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -17,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS UIApplicationSceneManifest diff --git a/macOS/Info.plist b/macOS/Info.plist index 6113b0a..6edfdd7 100644 --- a/macOS/Info.plist +++ b/macOS/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + WriteFreely CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIconFile @@ -19,7 +21,9 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) + LSApplicationCategoryType + public.app-category.social-networking LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET)