From 838e15b3ae8a1d151660e025a6c83678e97a218d Mon Sep 17 00:00:00 2001 From: DannyFeng Date: Sat, 26 Oct 2024 22:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=AE=8B=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DarockBili.xcodeproj/project.pbxproj | 146 ------------------ .../Alternative Destribution.xcscheme | 67 -------- .../xcschemes/MeowWidgetExtension.xcscheme | 112 ++++++++++++++ 3 files changed, 112 insertions(+), 213 deletions(-) delete mode 100644 DarockBili.xcodeproj/xcshareddata/xcschemes/Alternative Destribution.xcscheme create mode 100644 DarockBili.xcodeproj/xcshareddata/xcschemes/MeowWidgetExtension.xcscheme diff --git a/DarockBili.xcodeproj/project.pbxproj b/DarockBili.xcodeproj/project.pbxproj index 45f2bfa97..596212562 100644 --- a/DarockBili.xcodeproj/project.pbxproj +++ b/DarockBili.xcodeproj/project.pbxproj @@ -204,7 +204,6 @@ 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 */; }; - B28D73B32CCBD66C00AF5AA4 /* MeowWidgetWatchExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B28D73A82CCBD66400AF5AA4 /* MeowWidgetWatchExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 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 */; }; @@ -261,13 +260,6 @@ remoteGlobalIDString = 8CA7CBBF2B77AC4A008E587F; remoteInfo = MeowBili; }; - B28D73B12CCBD66C00AF5AA4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B44689C42B4FC15A002CCEB2 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B28D73A72CCBD66400AF5AA4; - remoteInfo = MeowWidgetWatchExtension; - }; B2B8138E2CC3D0F300C69D17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = B44689C42B4FC15A002CCEB2 /* Project object */; @@ -323,17 +315,6 @@ name = "Embed Watch Content"; runOnlyForDeploymentPostprocessing = 0; }; - B28D73B42CCBD66C00AF5AA4 /* Embed Foundation Extensions */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 13; - files = ( - B28D73B32CCBD66C00AF5AA4 /* MeowWidgetWatchExtension.appex in Embed Foundation Extensions */, - ); - name = "Embed Foundation Extensions"; - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -445,7 +426,6 @@ 8CF148942CC4040E00C13711 /* ResponseModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseModels.swift; sourceTree = ""; }; 8CFB6B652C650FED007C7BAA /* Watch Debug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Watch Debug.entitlements"; sourceTree = ""; }; 8CFB6B662C650FFE007C7BAA /* Watch Release.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Watch Release.entitlements"; sourceTree = ""; }; - B28D73A82CCBD66400AF5AA4 /* MeowWidgetWatchExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = MeowWidgetWatchExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; B2B8137D2CC3D0ED00C69D17 /* MeowWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = MeowWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; B2B8137E2CC3D0ED00C69D17 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; }; B2B813802CC3D0ED00C69D17 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; }; @@ -894,7 +874,6 @@ 8C617F3E2B92334B000A3687 /* SafariExtension.appex */, 8C2DFCB52C4E6B2B003AEC67 /* MeowBiliTests.xctest */, B2B8137D2CC3D0ED00C69D17 /* MeowWidgetExtension.appex */, - B28D73A82CCBD66400AF5AA4 /* MeowWidgetWatchExtension.appex */, ); name = Products; sourceTree = ""; @@ -1059,23 +1038,6 @@ productReference = 8CC5B7402B8749BC00BAD89E /* MeowBiliUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; - B28D73A72CCBD66400AF5AA4 /* MeowWidgetWatchExtension */ = { - isa = PBXNativeTarget; - buildConfigurationList = B28D73B82CCBD66C00AF5AA4 /* Build configuration list for PBXNativeTarget "MeowWidgetWatchExtension" */; - buildPhases = ( - B28D73A42CCBD66400AF5AA4 /* Sources */, - B28D73A52CCBD66400AF5AA4 /* Frameworks */, - B28D73A62CCBD66400AF5AA4 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = MeowWidgetWatchExtension; - productName = MeowWidgetWatchExtension; - productReference = B28D73A82CCBD66400AF5AA4 /* MeowWidgetWatchExtension.appex */; - productType = "com.apple.product-type.app-extension"; - }; B2B8137C2CC3D0ED00C69D17 /* MeowWidgetExtension */ = { isa = PBXNativeTarget; buildConfigurationList = B2B813942CC3D0F400C69D17 /* Build configuration list for PBXNativeTarget "MeowWidgetExtension" */; @@ -1175,7 +1137,6 @@ 8C617F3D2B92334B000A3687 /* SafariExtension */, 8C82F8202BB709E1009AEFD2 /* Alternative Destribution */, B2B8137C2CC3D0ED00C69D17 /* MeowWidgetExtension */, - B28D73A72CCBD66400AF5AA4 /* MeowWidgetWatchExtension */, ); }; /* End PBXProject section */ @@ -1508,11 +1469,6 @@ target = 8CA7CBBF2B77AC4A008E587F /* MeowBili */; targetProxy = 8CC5B7462B8749BC00BAD89E /* PBXContainerItemProxy */; }; - B28D73B22CCBD66C00AF5AA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B28D73A72CCBD66400AF5AA4 /* MeowWidgetWatchExtension */; - targetProxy = B28D73B12CCBD66C00AF5AA4 /* PBXContainerItemProxy */; - }; B2B8138F2CC3D0F300C69D17 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = B2B8137C2CC3D0ED00C69D17 /* MeowWidgetExtension */; @@ -2107,98 +2063,6 @@ }; name = Release; }; - B28D73B52CCBD66C00AF5AA4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = B57D8PP775; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = MeowWidgetWatch/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = MeowWidgetWatch; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - "@executable_path/../../../../Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.darock.DarockBili.watchkitapp.MeowWidgetWatch; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = watchos; - SKIP_INSTALL = YES; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 4; - WATCHOS_DEPLOYMENT_TARGET = 10.2; - }; - name = Debug; - }; - B28D73B62CCBD66C00AF5AA4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = B57D8PP775; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = MeowWidgetWatch/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = MeowWidgetWatch; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - "@executable_path/../../../../Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.darock.DarockBili.watchkitapp.MeowWidgetWatch; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = watchos; - SKIP_INSTALL = YES; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 4; - VALIDATE_PRODUCT = YES; - WATCHOS_DEPLOYMENT_TARGET = 10.2; - }; - name = Release; - }; - B28D73B72CCBD66C00AF5AA4 /* Alternative */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = MU2GGQV46U; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = MeowWidgetWatch/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = MeowWidgetWatch; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - "@executable_path/../../../../Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.darock.DarockBili.watchkitapp.MeowWidgetWatch; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = watchos; - SKIP_INSTALL = YES; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 4; - VALIDATE_PRODUCT = YES; - WATCHOS_DEPLOYMENT_TARGET = 10.2; - }; - name = Alternative; - }; B2B813912CC3D0F300C69D17 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -2477,16 +2341,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B28D73B82CCBD66C00AF5AA4 /* Build configuration list for PBXNativeTarget "MeowWidgetWatchExtension" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B28D73B52CCBD66C00AF5AA4 /* Debug */, - B28D73B62CCBD66C00AF5AA4 /* Release */, - B28D73B72CCBD66C00AF5AA4 /* Alternative */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B2B813942CC3D0F400C69D17 /* Build configuration list for PBXNativeTarget "MeowWidgetExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/DarockBili.xcodeproj/xcshareddata/xcschemes/Alternative Destribution.xcscheme b/DarockBili.xcodeproj/xcshareddata/xcschemes/Alternative Destribution.xcscheme deleted file mode 100644 index 8245c0519..000000000 --- a/DarockBili.xcodeproj/xcshareddata/xcschemes/Alternative Destribution.xcscheme +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/DarockBili.xcodeproj/xcshareddata/xcschemes/MeowWidgetExtension.xcscheme b/DarockBili.xcodeproj/xcshareddata/xcschemes/MeowWidgetExtension.xcscheme new file mode 100644 index 000000000..14ddab7d3 --- /dev/null +++ b/DarockBili.xcodeproj/xcshareddata/xcschemes/MeowWidgetExtension.xcscheme @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +