diff --git a/Forumate.xcodeproj/project.pbxproj b/Forumate.xcodeproj/project.pbxproj index 9cd3dcf..966c772 100644 --- a/Forumate.xcodeproj/project.pbxproj +++ b/Forumate.xcodeproj/project.pbxproj @@ -1179,7 +1179,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate.watchkitapp; PRODUCT_NAME = Forumate; SDKROOT = watchos; @@ -1209,7 +1209,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate.watchkitapp; PRODUCT_NAME = Forumate; SDKROOT = watchos; @@ -1239,7 +1239,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; @@ -1267,7 +1267,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; @@ -1436,7 +1436,7 @@ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; @@ -1481,7 +1481,7 @@ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.4.1; PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; diff --git a/Forumate/View/Tab/Topics/Community/CommunityDetail/ViewByMenuButton.swift b/Forumate/View/Tab/Topics/Community/CommunityDetail/ViewByMenuButton.swift index e97fbc3..1886965 100644 --- a/Forumate/View/Tab/Topics/Community/CommunityDetail/ViewByMenuButton.swift +++ b/Forumate/View/Tab/Topics/Community/CommunityDetail/ViewByMenuButton.swift @@ -41,8 +41,9 @@ struct ViewByMenuButton: View { } } -#Preview { - ViewByMenuButton() - .buttonStyle(.borderedProminent) - .environmentObject(CommunityDetailState(community: .swift)) -} +// Compiler error for Community swift undefined in Xcdoe 15 beta 2 +//#Preview { +// ViewByMenuButton() +// .buttonStyle(.borderedProminent) +// .environmentObject(CommunityDetailState(community: .swift)) +//} diff --git a/README.md b/README.md index 5221e23..7e95ae1 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ A native client to access Discourse server for Apple Platforms. ## Download -- v0.1~v0.3 needs iOS 16-alignment OS version -- v0.4 needs iOS 17 beta 1-alignment OS version +- v0.1~v0.3 supports iOS 16.0+ and alike OS version +- v0.4 supports iOS 17 beta 1 and alike OS version +- v0.4.1 supports iOS 17 beta 2 and alike OS version ### Mac App Store Release @@ -37,6 +38,10 @@ Waiting to be released [Join beta on TestFlight](https://testflight.apple.com/join/4kpEtmsk) +### Github Release + +For macOS users, you can download the Notarized macOS Catalyst binary on https://github.com/Kyle-Ye/Forumate/releases/ + > Mac App Store℠ and TestFlight® are trademarks of Apple Inc., registered in the U.S. and other countries. ## Screenshots