Skip to content

Commit

Permalink
Temp fix for Xcode 14 beta 2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jun 23, 2023
1 parent b999cb2 commit 8e9fb20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Forumate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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))
//}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8e9fb20

Please sign in to comment.