Просмотр исходного кода

Set display name to "WriteFreely", bump version and build numbers

tags/v0.1.0
Angelo Stavrow 3 лет назад
Родитель
Сommit
3e025a6bfe
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 1A49C7064E060EEE
2 измененных файлов: 8 добавлений и 2 удалений
  1. +3
    -1
      iOS/Info.plist
  2. +5
    -1
      macOS/Info.plist

+ 3
- 1
iOS/Info.plist Просмотреть файл

@@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>WriteFreely</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -17,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>


+ 5
- 1
macOS/Info.plist Просмотреть файл

@@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>WriteFreely</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
@@ -19,7 +21,9 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
</dict>


Загрузка…
Отмена
Сохранить