Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeowWidget错误修复与优化 #426

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions DarockBili.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@
8CF148962CC40A4C00C13711 /* BiliAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF148922CC403BF00C13711 /* BiliAPI.swift */; };
8CF148972CC40AAB00C13711 /* ResponseModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF148942CC4040E00C13711 /* ResponseModels.swift */; };
8CF148982CC40AAB00C13711 /* ResponseModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF148942CC4040E00C13711 /* ResponseModels.swift */; };
B28D73A92CCBD66400AF5AA4 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2B8137E2CC3D0ED00C69D17 /* WidgetKit.framework */; };
B28D73AA2CCBD66400AF5AA4 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2B813802CC3D0ED00C69D17 /* SwiftUI.framework */; };
B28D73B92CCBD8A200AF5AA4 /* BiliBiliAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2B813962CC3D22800C69D17 /* BiliBiliAPIService.swift */; };
B28D73E32CCD288D00AF5AA4 /* MeowWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2B813872CC3D0ED00C69D17 /* MeowWidget.swift */; };
B28D73E42CCD288E00AF5AA4 /* MeowWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2B813872CC3D0ED00C69D17 /* MeowWidget.swift */; };
B28D73E52CCD28AA00AF5AA4 /* MeowWidgetBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2B813832CC3D0ED00C69D17 /* MeowWidgetBundle.swift */; };
B28D73E62CCD28AB00AF5AA4 /* MeowWidgetBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2B813832CC3D0ED00C69D17 /* MeowWidgetBundle.swift */; };
B2B8137F2CC3D0ED00C69D17 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2B8137E2CC3D0ED00C69D17 /* WidgetKit.framework */; };
B2B813812CC3D0ED00C69D17 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2B813802CC3D0ED00C69D17 /* SwiftUI.framework */; };
B2B813842CC3D0ED00C69D17 /* MeowWidgetBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2B813832CC3D0ED00C69D17 /* MeowWidgetBundle.swift */; };
Expand Down Expand Up @@ -504,6 +511,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
B28D73A52CCBD66400AF5AA4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B28D73AA2CCBD66400AF5AA4 /* SwiftUI.framework in Frameworks */,
B28D73A92CCBD66400AF5AA4 /* WidgetKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B2B8137A2CC3D0ED00C69D17 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -976,10 +992,12 @@
8CA7CBCC2B77AC4C008E587F /* Frameworks */,
8CA7CBCD2B77AC4C008E587F /* Resources */,
8C2026822CBBA33300D7C5F9 /* Embed Frameworks */,
B28D73B42CCBD66C00AF5AA4 /* Embed Foundation Extensions */,
);
buildRules = (
);
dependencies = (
B28D73B22CCBD66C00AF5AA4 /* PBXTargetDependency */,
);
name = "MeowBili Watch App";
packageProductDependencies = (
Expand Down Expand Up @@ -1068,6 +1086,9 @@
CreatedOnToolsVersion = 15.2;
TestTargetID = 8CA7CBBF2B77AC4A008E587F;
};
B28D73A72CCBD66400AF5AA4 = {
CreatedOnToolsVersion = 15.1;
};
B2B8137C2CC3D0ED00C69D17 = {
CreatedOnToolsVersion = 15.1;
};
Expand Down Expand Up @@ -1177,6 +1198,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
B28D73A62CCBD66400AF5AA4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B2B8137B2CC3D0ED00C69D17 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -1255,6 +1283,7 @@
8CA7CCA62B77B315008E587F /* CommentsView.swift in Sources */,
8CA7CC6F2B77AEB4008E587F /* SearchView.swift in Sources */,
8C2DFCB02C4AA15C003AEC67 /* NewFeaturesView.swift in Sources */,
B28D73E52CCD28AA00AF5AA4 /* MeowWidgetBundle.swift in Sources */,
8CA7CCD82B77B54F008E587F /* LivePlayerView.swift in Sources */,
8CA7CCB62B77B3BF008E587F /* UserDetailView.swift in Sources */,
8CA7CCCE2B77B4DF008E587F /* DynamicSendView.swift in Sources */,
Expand Down Expand Up @@ -1307,6 +1336,7 @@
8CA7CC992B77B127008E587F /* SkinDownloadView.swift in Sources */,
8CA7CCDA2B77B55F008E587F /* LiveDetailView.swift in Sources */,
8CA7CC6C2B77AE80008E587F /* DownloadObj.swift in Sources */,
B28D73E32CCD288D00AF5AA4 /* MeowWidget.swift in Sources */,
8CC3D55D2B7CC936005636DC /* OCCodeExt.m in Sources */,
8C3C52F62CBAE79B00622CE4 /* SeasonArchiveListView.swift in Sources */,
8CA7CCD12B77B504008E587F /* BangumiDetailView.swift in Sources */,
Expand All @@ -1324,6 +1354,7 @@
8CBFF0C72B85E55F00350E0F /* VideoDownloadView.swift in Sources */,
03B2F8102C45AED7007EB850 /* PhoneFormatterExt.swift in Sources */,
8CBFF0E32B85E55F00350E0F /* AboutView.swift in Sources */,
B28D73E62CCD28AB00AF5AA4 /* MeowWidgetBundle.swift in Sources */,
8CBFF0E52B85E55F00350E0F /* CodingTime.m in Sources */,
8CBFF0C52B85E55F00350E0F /* SkinExplorerView.swift in Sources */,
8CBFF0BC2B85E55F00350E0F /* HistoryView.swift in Sources */,
Expand Down Expand Up @@ -1376,6 +1407,7 @@
8CBFF0DE2B85E55F00350E0F /* DownloadsView.swift in Sources */,
8CBFF0C92B85E55F00350E0F /* BangumiDownloadView.swift in Sources */,
8CBFF0D52B85E55F00350E0F /* SettingsView.swift in Sources */,
B28D73E42CCD288E00AF5AA4 /* MeowWidget.swift in Sources */,
8CBFF0BB2B85E55F00350E0F /* DynamicDetailView.swift in Sources */,
8C3C52F72CBAE79B00622CE4 /* SeasonArchiveListView.swift in Sources */,
8CBFF0E42B85E55F00350E0F /* BangumiDetailView.swift in Sources */,
Expand All @@ -1390,6 +1422,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
B28D73A42CCBD66400AF5AA4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B28D73B92CCBD8A200AF5AA4 /* BiliBiliAPIService.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B2B813792CC3D0ED00C69D17 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -1681,6 +1721,7 @@
8C82F7812BB6DF2D009AEFD2 /* Alternative */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconWatch;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
Expand Down Expand Up @@ -1899,6 +1940,7 @@
8CA7CBE02B77AC4D008E587F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconWatch;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Entitlements/Watch Debug.entitlements";
Expand Down Expand Up @@ -1937,6 +1979,7 @@
8CA7CBE12B77AC4D008E587F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconWatch;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Entitlements/Watch Release.entitlements";
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
notificationPayloadFile = "Examples/SDWebImage Watch Demo Extension/PushNotificationPayload.apns">
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1510"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B2B8137C2CC3D0ED00C69D17"
BuildableName = "MeowWidgetExtension.appex"
BlueprintName = "MeowWidgetExtension"
ReferencedContainer = "container:DarockBili.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8CA7CBBF2B77AC4A008E587F"
BuildableName = "MeowBili.app"
BlueprintName = "MeowBili"
ReferencedContainer = "container:DarockBili.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
askForAppToLaunch = "Yes"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8CA7CBBF2B77AC4A008E587F"
BuildableName = "MeowBili.app"
BlueprintName = "MeowBili"
ReferencedContainer = "container:DarockBili.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "_XCWidgetKind"
value = ""
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "_XCWidgetDefaultView"
value = "timeline"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "_XCWidgetFamily"
value = "systemMedium"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES"
launchAutomaticallySubstyle = "2">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8CA7CBBF2B77AC4A008E587F"
BuildableName = "MeowBili.app"
BlueprintName = "MeowBili"
ReferencedContainer = "container:DarockBili.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
14 changes: 0 additions & 14 deletions MeowWidget/Assets.xcassets/MeowBili.appiconset/Contents.json

This file was deleted.

Binary file not shown.

This file was deleted.

Loading