Skip to content

Commit

Permalink
Prepare for 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Nov 26, 2023
1 parent 121c1ed commit b3ec28d
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

A native client to access Discourse server for Apple Platforms.

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

### Platform Compatibility

Expand Down
4 changes: 2 additions & 2 deletions Resources/Forumate-Icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

### Icon 1:

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

version: 0.1.0 - 0.4.0

- [Sketch resource](Forumate.sketch)

### Icon 2: Latest

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

version: 0.5.0+

Expand Down
Binary file not shown.
11 changes: 1 addition & 10 deletions Shared/Other/Shared.xcassets/icon0.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,7 @@
"idiom" : "universal"
},
{
"filename" : "iOS 1.png",
"idiom" : "ipad"
},
{
"filename" : "AppIcon-macOS-1024 1.png",
"idiom" : "ipad",
"subtype" : "mac-catalyst"
},
{
"filename" : "AppIcon-macOS-1024.png",
"filename" : "macOS.png",
"idiom" : "mac"
},
{
Expand Down
Binary file not shown.
11 changes: 1 addition & 10 deletions Shared/Other/Shared.xcassets/icon1.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,7 @@
"idiom" : "universal"
},
{
"filename" : "iOS 1.png",
"idiom" : "ipad"
},
{
"filename" : "icon_256x256@2x 1.png",
"idiom" : "ipad",
"subtype" : "mac-catalyst"
},
{
"filename" : "icon_256x256@2x.png",
"filename" : "macOS.png",
"idiom" : "mac"
},
{
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Shared/View/Tab/Settings/SettingsTabRoot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct SettingsTabRoot: View {
}
} footer: {
Text(verbatim: """
\(AppInfo.name) v\(AppInfo.version)-beta Build \(AppInfo.buildNumber)
\(AppInfo.name) v\(AppInfo.version) Build \(AppInfo.buildNumber)
\(AppInfo.OSVersion)
""")
.multilineTextAlignment(.leading)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ struct CommunityDetail: View {
}
.listStyle(.plain)
.toolbar {
#if !os(macOS)
AccountMenuButton()
#endif
// #if !os(macOS)
// AccountMenuButton()
// #endif
ViewByMenuButton()
}
.navigationTitle(state.community.title)
Expand Down
2 changes: 1 addition & 1 deletion TestFlight/WhatToTest.en-US.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
What's new in v0.7.0-beta
What's new in v0.7.0

- Updated layout for topic detail view
- New toolbar item for topic detail view
Expand Down

0 comments on commit b3ec28d

Please sign in to comment.