Skip to content

Commit 8e9fb20

Browse files
committed
Temp fix for Xcode 14 beta 2 build
1 parent b999cb2 commit 8e9fb20

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

Forumate.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
"$(inherited)",
11801180
"@executable_path/Frameworks",
11811181
);
1182-
MARKETING_VERSION = 0.4.0;
1182+
MARKETING_VERSION = 0.4.1;
11831183
PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate.watchkitapp;
11841184
PRODUCT_NAME = Forumate;
11851185
SDKROOT = watchos;
@@ -1209,7 +1209,7 @@
12091209
"$(inherited)",
12101210
"@executable_path/Frameworks",
12111211
);
1212-
MARKETING_VERSION = 0.4.0;
1212+
MARKETING_VERSION = 0.4.1;
12131213
PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate.watchkitapp;
12141214
PRODUCT_NAME = Forumate;
12151215
SDKROOT = watchos;
@@ -1239,7 +1239,7 @@
12391239
"$(inherited)",
12401240
"@executable_path/Frameworks",
12411241
);
1242-
MARKETING_VERSION = 0.4.0;
1242+
MARKETING_VERSION = 0.4.1;
12431243
PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate;
12441244
PRODUCT_NAME = "$(TARGET_NAME)";
12451245
SDKROOT = appletvos;
@@ -1267,7 +1267,7 @@
12671267
"$(inherited)",
12681268
"@executable_path/Frameworks",
12691269
);
1270-
MARKETING_VERSION = 0.4.0;
1270+
MARKETING_VERSION = 0.4.1;
12711271
PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate;
12721272
PRODUCT_NAME = "$(TARGET_NAME)";
12731273
SDKROOT = appletvos;
@@ -1436,7 +1436,7 @@
14361436
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
14371437
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
14381438
MACOSX_DEPLOYMENT_TARGET = 13.0;
1439-
MARKETING_VERSION = 0.4.0;
1439+
MARKETING_VERSION = 0.4.1;
14401440
PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate;
14411441
PRODUCT_NAME = "$(TARGET_NAME)";
14421442
SDKROOT = auto;
@@ -1481,7 +1481,7 @@
14811481
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
14821482
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
14831483
MACOSX_DEPLOYMENT_TARGET = 13.0;
1484-
MARKETING_VERSION = 0.4.0;
1484+
MARKETING_VERSION = 0.4.1;
14851485
PRODUCT_BUNDLE_IDENTIFIER = top.kyleye.Forumate;
14861486
PRODUCT_NAME = "$(TARGET_NAME)";
14871487
SDKROOT = auto;

Forumate/View/Tab/Topics/Community/CommunityDetail/ViewByMenuButton.swift

+6-5
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ struct ViewByMenuButton: View {
4141
}
4242
}
4343

44-
#Preview {
45-
ViewByMenuButton()
46-
.buttonStyle(.borderedProminent)
47-
.environmentObject(CommunityDetailState(community: .swift))
48-
}
44+
// Compiler error for Community swift undefined in Xcdoe 15 beta 2
45+
//#Preview {
46+
// ViewByMenuButton()
47+
// .buttonStyle(.borderedProminent)
48+
// .environmentObject(CommunityDetailState(community: .swift))
49+
//}

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ A native client to access Discourse server for Apple Platforms.
2626
2727
## Download
2828

29-
- v0.1~v0.3 needs iOS 16-alignment OS version
30-
- v0.4 needs iOS 17 beta 1-alignment OS version
29+
- v0.1~v0.3 supports iOS 16.0+ and alike OS version
30+
- v0.4 supports iOS 17 beta 1 and alike OS version
31+
- v0.4.1 supports iOS 17 beta 2 and alike OS version
3132

3233
### Mac App Store Release
3334

@@ -37,6 +38,10 @@ Waiting to be released
3738

3839
[Join beta on TestFlight](https://testflight.apple.com/join/4kpEtmsk)
3940

41+
### Github Release
42+
43+
For macOS users, you can download the Notarized macOS Catalyst binary on https://github.com/Kyle-Ye/Forumate/releases/
44+
4045
> Mac App Store℠ and TestFlight® are trademarks of Apple Inc., registered in the U.S. and other countries.
4146
4247
## Screenshots

0 commit comments

Comments
 (0)