Skip to content

Commit

Permalink
add WeatherKit content
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed Nov 5, 2024
1 parent 47df327 commit ee8e7a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions SwiftPamphletApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@
08F14B422BBDA3EA005B46CC /* NukeVideo in Frameworks */ = {isa = PBXBuildFile; productRef = 08F14B412BBDA3EA005B46CC /* NukeVideo */; };
08F14B442BBE2865005B46CC /* ViewComponentImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F14B432BBE2865005B46CC /* ViewComponentImage.swift */; };
08F51BC527A374A500693AB6 /* footer_js.html in Resources */ = {isa = PBXBuildFile; fileRef = 08F51BC427A374A500693AB6 /* footer_js.html */; };
3A30EFD62CDA818B0029CB2F /* WeatherKit(ap).md in Resources */ = {isa = PBXBuildFile; fileRef = 3A30EFD52CDA818B0029CB2F /* WeatherKit(ap).md */; };
3A46DEF52BD7AAB2008AD993 /* SMDate in Frameworks */ = {isa = PBXBuildFile; productRef = 3A46DEF42BD7AAB2008AD993 /* SMDate */; };
3ACA74FB2BD7964A0024B18E /* SMFile in Frameworks */ = {isa = PBXBuildFile; productRef = 3ACA74FA2BD7964A0024B18E /* SMFile */; };
3AE0D59A2BAB0A0600D6D925 /* DeveloperListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE0D5992BAB0A0600D6D925 /* DeveloperListView.swift */; };
Expand Down Expand Up @@ -952,6 +953,7 @@
08F0F8C02C959B0600DC659B /* 开源-时间(ap).md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "开源-时间(ap).md"; sourceTree = "<group>"; };
08F14B432BBE2865005B46CC /* ViewComponentImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewComponentImage.swift; sourceTree = "<group>"; };
08F51BC427A374A500693AB6 /* footer_js.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = footer_js.html; sourceTree = "<group>"; };
3A30EFD52CDA818B0029CB2F /* WeatherKit(ap).md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "WeatherKit(ap).md"; sourceTree = "<group>"; };
3AE0D5992BAB0A0600D6D925 /* DeveloperListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperListView.swift; sourceTree = "<group>"; };
3AE0D59D2BAB183100D6D925 /* EditDeveloper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditDeveloper.swift; sourceTree = "<group>"; };
3AF2A2DE2BE22A8C00F3BE1B /* UnCategoryInfoListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnCategoryInfoListView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1755,6 +1757,7 @@
isa = PBXGroup;
children = (
08BDD4462C6B007A00914412 /* AppIcon(ap).md */,
3A30EFD52CDA818B0029CB2F /* WeatherKit(ap).md */,
08BDD4472C6B007A00914412 /* Swift-DocC(ap).md */,
088F2C2E2C8E827300DCA64F /* Share Extension(ap).md */,
);
Expand Down Expand Up @@ -2707,6 +2710,7 @@
08BDD57B2C6B007A00914412 /* Inspectors右侧多出一栏(ap).md in Resources */,
08BDD5052C6B007A00914412 /* Transaction(ap).md in Resources */,
08BDD51F2C6B007A00914412 /* Swift Concurrency和Combine(ap).md in Resources */,
3A30EFD62CDA818B0029CB2F /* WeatherKit(ap).md in Resources */,
08BDD56C2C6B007A00914412 /* 布局-对齐(ap).md in Resources */,
08BDD5792C6B007A00914412 /* 导航状态保存和还原(ap).md in Resources */,
087A7AEA2C80B92500321F85 /* 自动引用计数(ARC)机制(ap).md in Resources */,
Expand Down Expand Up @@ -2992,7 +2996,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"SwiftPamphletApp/Preview Content\"";
DEVELOPMENT_TEAM = 962Z8PV35L;
Expand All @@ -3007,7 +3011,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 6.6.3;
MARKETING_VERSION = 6.6.4;
OTHER_LDFLAGS = (
"-Xlinker",
"-interposable",
Expand Down Expand Up @@ -3037,7 +3041,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"SwiftPamphletApp/Preview Content\"";
DEVELOPMENT_TEAM = 962Z8PV35L;
Expand All @@ -3052,7 +3056,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 6.6.3;
MARKETING_VERSION = 6.6.4;
PRODUCT_BUNDLE_IDENTIFIER = com.starming.SwiftPamphletAppByMing;
PRODUCT_NAME = "戴铭的开发小册子";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 2 additions & 0 deletions SwiftPamphletApp/Guide/View/GuideListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,11 @@ final class GuideListModel {
L(t: "小组件-参考资料", icon: "books.vertical"),
]),
L(t: "系统能力",icon: "apple.terminal",sub: [
L(t: "WeatherKit", icon: "app"),
L(t: "Swift-DocC", icon: "doc.append"),
L(t: "AppIcon", icon: "app"),
L(t: "Share Extension", icon: "app")

]),

L(t: "多线程", icon: "text.line.first.and.arrowtriangle.forward", sub: [
Expand Down

0 comments on commit ee8e7a1

Please sign in to comment.