Skip to content

Commit 70c9940

Browse files
authored
Release v0.3.1
Hotfixes
2 parents a7705b2 + cf9e693 commit 70c9940

File tree

20 files changed

+71
-89
lines changed

20 files changed

+71
-89
lines changed

ForPDA.xcodeproj/project.pbxproj

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

ForPDA.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ForPDA/Resources/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"This update introduces two new options for opening articles in the app through Safari:
100100

101101
1) Press the Share button and select ForPDA from the list
102-
2) Go to Settings > Safari > Extensions > Open in ForPDA > On, after that Safari will offer to open articles in the app
102+
2) Go to Settings > Safari > Extensions > Open in ForPDA > On (Ask > Allow), after that Safari will offer to open articles in the app
103103

104104
P.S. Any issues with article rendering can be reported through a long tap on the news / menu in the upper right corner of the article / linked chat in the settings";
105105
"update03.enable.extension" = "Enable extension";

ForPDA/Resources/ru.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"В этом обновлении появились две новые возможности открывать статьи в приложении через Safari:
100100

101101
1) Нажать на кнопку Поделиться и выбрать в списке ForPDA
102-
2) Зайти в Настройки > Safari > Расширения > Open in ForPDA > Вкл, после чего Safari будет предлагать открывать приложение само
102+
2) Зайти в Настройки > Safari > Расширения > Open in ForPDA > Вкл (Спрашивать > Разрешить), после чего Safari будет предлагать открывать приложение само
103103

104104
P.S. Об ошибках отображения элементов в статьях можно сообщить через долгий тап в новостях / меню в верхнем правом углу статьи / чате указанном в настройках";
105105
"update03.enable.extension" = "Включить расширение";

ForPDA/Sources/Services/Container.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extension Container {
2121

2222
var analyticsService: Factory<AnalyticsService> {
2323
Factory(self) { AnalyticsService() }
24-
.onDebug { AnalyticsService(isDebug: true) }
24+
.onDebug { AnalyticsService(isDebug: AppScheme.isDebug) }
2525
.singleton
2626
}
2727

File renamed without changes.

0 commit comments

Comments
 (0)