Skip to content

Commit b3ec28d

Browse files
committed
Prepare for 0.7 release
1 parent 121c1ed commit b3ec28d

File tree

13 files changed

+10
-28
lines changed

13 files changed

+10
-28
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
A native client to access Discourse server for Apple Platforms.
1010

11-
![Forumate](Forumate/Other/Assets.xcassets/AppIcon.appiconset/AppIcon-macOS-512.png)
11+
![Forumate](Shared/Other/Shared.xcassets/AppIcon.appiconset/AppIcon-macOS-512.png)
1212

1313
### Platform Compatibility
1414

Resources/Forumate-Icon.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
### Icon 1:
44

5-
![Forumate Icon 1](../Forumate/Other/Assets.xcassets/AppIconAlternate1.appiconset/icon_512x512.png)
5+
![Forumate Icon 1](../Shared/Other/Shared.xcassets/AppIconAlternate1.appiconset/icon_512x512.png)
66

77
version: 0.1.0 - 0.4.0
88

99
- [Sketch resource](Forumate.sketch)
1010

1111
### Icon 2: Latest
1212

13-
![Forumate Latest Icon](../Forumate/Other/Assets.xcassets/AppIcon.appiconset/AppIcon-macOS-512.png)
13+
![Forumate Latest Icon](../Shared/Other/Shared.xcassets/AppIcon.appiconset/AppIcon-macOS-512.png)
1414

1515
version: 0.5.0+
1616

Binary file not shown.

Shared/Other/Shared.xcassets/icon0.imageset/Contents.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@
55
"idiom" : "universal"
66
},
77
{
8-
"filename" : "iOS 1.png",
9-
"idiom" : "ipad"
10-
},
11-
{
12-
"filename" : "AppIcon-macOS-1024 1.png",
13-
"idiom" : "ipad",
14-
"subtype" : "mac-catalyst"
15-
},
16-
{
17-
"filename" : "AppIcon-macOS-1024.png",
8+
"filename" : "macOS.png",
189
"idiom" : "mac"
1910
},
2011
{
Binary file not shown.

Shared/Other/Shared.xcassets/icon1.imageset/Contents.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@
55
"idiom" : "universal"
66
},
77
{
8-
"filename" : "iOS 1.png",
9-
"idiom" : "ipad"
10-
},
11-
{
12-
"filename" : "icon_256x256@2x 1.png",
13-
"idiom" : "ipad",
14-
"subtype" : "mac-catalyst"
15-
},
16-
{
17-
"filename" : "[email protected]",
8+
"filename" : "macOS.png",
189
"idiom" : "mac"
1910
},
2011
{
Binary file not shown.
Binary file not shown.

Shared/View/Tab/Settings/SettingsTabRoot.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct SettingsTabRoot: View {
7474
}
7575
} footer: {
7676
Text(verbatim: """
77-
\(AppInfo.name) v\(AppInfo.version)-beta Build \(AppInfo.buildNumber)
77+
\(AppInfo.name) v\(AppInfo.version) Build \(AppInfo.buildNumber)
7878
\(AppInfo.OSVersion)
7979
""")
8080
.multilineTextAlignment(.leading)

Shared/View/Tab/Topics/Community/View/CommunityDetail/CommunityDetail.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ struct CommunityDetail: View {
3535
}
3636
.listStyle(.plain)
3737
.toolbar {
38-
#if !os(macOS)
39-
AccountMenuButton()
40-
#endif
38+
// #if !os(macOS)
39+
// AccountMenuButton()
40+
// #endif
4141
ViewByMenuButton()
4242
}
4343
.navigationTitle(state.community.title)

TestFlight/WhatToTest.en-US.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
What's new in v0.7.0-beta
1+
What's new in v0.7.0
22

33
- Updated layout for topic detail view
44
- New toolbar item for topic detail view

0 commit comments

Comments
 (0)