Skip to content

Commit

Permalink
去除WWDC模块,后面制作完整后再推出
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed Aug 6, 2024
1 parent ae5af41 commit d8364ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions SwiftPamphletApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2181,7 +2181,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_ASSET_PATHS = "\"SwiftPamphletApp/Preview Content\"";
DEVELOPMENT_TEAM = 962Z8PV35L;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -2195,7 +2195,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 6.4.12;
MARKETING_VERSION = 6.4.13;
OTHER_LDFLAGS = (
"-Xlinker",
"-interposable",
Expand Down Expand Up @@ -2224,7 +2224,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEVELOPMENT_ASSET_PATHS = "\"SwiftPamphletApp/Preview Content\"";
DEVELOPMENT_TEAM = 962Z8PV35L;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -2238,7 +2238,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 6.4.12;
MARKETING_VERSION = 6.4.13;
PRODUCT_BUNDLE_IDENTIFIER = com.starming.SwiftPamphletAppByMing;
PRODUCT_NAME = "戴铭的开发小册子";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion SwiftPamphletApp/Guide/View/GuideListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ final class GuideListModel {
L(t: "Keychain")
]),
L(t: "macOS", icon: "macstudio", sub: [
L(t: "macOS技术演进"),
// L(t: "macOS技术演进"),
L(t: "macOS范例"),
L(t: "三栏结构"),
L(t: "全屏模式"),
Expand Down
2 changes: 1 addition & 1 deletion SwiftPamphletApp/HomeUI/DataLink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ extension DataLink {
DataLink(title: "开发手册", imageName: "", children: [
DataLink(title: "书签", imageName: "p24", color: .mint),
DataLink(title: "Apple技术", imageName: "p19", color: .indigo),
DataLink(title: "WWDC", imageName: "p22")
// DataLink(title: "WWDC", imageName: "p22")
]),
DataLink(title: "资料整理", imageName: "", children: [
DataLink(title: "全部资料", imageName: "p7", color: .cyan),
Expand Down

0 comments on commit d8364ac

Please sign in to comment.