改名为MoviaBox
This commit is contained in:
parent
93a8ea36c1
commit
38edfeb022
@ -10,33 +10,35 @@
|
||||
1BCF943F2DBB62FB008AEBE9 /* FacebookBasics in Frameworks */ = {isa = PBXBuildFile; productRef = 1BCF943E2DBB62FB008AEBE9 /* FacebookBasics */; };
|
||||
1BCF94412DBB62FB008AEBE9 /* FacebookCore in Frameworks */ = {isa = PBXBuildFile; productRef = 1BCF94402DBB62FB008AEBE9 /* FacebookCore */; };
|
||||
1BCF94432DBB62FB008AEBE9 /* FacebookLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 1BCF94422DBB62FB008AEBE9 /* FacebookLogin */; };
|
||||
510C67DE404B0A4C9F4E89C3 /* Pods_Thimra.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EF2D7FDB1FE86E5CD9908162 /* Pods_Thimra.framework */; };
|
||||
91D08C5AEAE459A3B8EA48C6 /* Pods_MoviaBox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A81436A54285C9EE97EEBC50 /* Pods_MoviaBox.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1DBC40592DA4EDFC0093FCB0 /* Thimra.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Thimra.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EF2D7FDB1FE86E5CD9908162 /* Pods_Thimra.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Thimra.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
109EB01BE447EE135493CA38 /* Pods-MoviaBox.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MoviaBox.release.xcconfig"; path = "Target Support Files/Pods-MoviaBox/Pods-MoviaBox.release.xcconfig"; sourceTree = "<group>"; };
|
||||
1DBC40592DA4EDFC0093FCB0 /* MoviaBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MoviaBox.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1F666DE0B12C863F26BE5027 /* Pods-MoviaBox.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MoviaBox.debug.xcconfig"; path = "Target Support Files/Pods-MoviaBox/Pods-MoviaBox.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
A81436A54285C9EE97EEBC50 /* Pods_MoviaBox.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MoviaBox.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F7763FEFB6BEB1A75D6FBA0A /* Pods-Thimra.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Thimra.debug.xcconfig"; path = "Target Support Files/Pods-Thimra/Pods-Thimra.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
FEA583158A7C05D8D7C5A9FC /* Pods-Thimra.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Thimra.release.xcconfig"; path = "Target Support Files/Pods-Thimra/Pods-Thimra.release.xcconfig"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||
1DBC41052DA4F98D0093FCB0 /* Exceptions for "Thimra" folder in "Thimra" target */ = {
|
||||
1DBC41052DA4F98D0093FCB0 /* Exceptions for "MoviaBox" folder in "MoviaBox" target */ = {
|
||||
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||
membershipExceptions = (
|
||||
Source/Info.plist,
|
||||
);
|
||||
target = 1DBC40582DA4EDFC0093FCB0 /* Thimra */;
|
||||
target = 1DBC40582DA4EDFC0093FCB0 /* MoviaBox */;
|
||||
};
|
||||
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||
|
||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||
1DBC40FB2DA4F98D0093FCB0 /* Thimra */ = {
|
||||
1DBC40FB2DA4F98D0093FCB0 /* MoviaBox */ = {
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
1DBC41052DA4F98D0093FCB0 /* Exceptions for "Thimra" folder in "Thimra" target */,
|
||||
1DBC41052DA4F98D0093FCB0 /* Exceptions for "MoviaBox" folder in "MoviaBox" target */,
|
||||
);
|
||||
path = Thimra;
|
||||
path = MoviaBox;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXFileSystemSynchronizedRootGroup section */
|
||||
@ -47,9 +49,9 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1BCF94432DBB62FB008AEBE9 /* FacebookLogin in Frameworks */,
|
||||
510C67DE404B0A4C9F4E89C3 /* Pods_Thimra.framework in Frameworks */,
|
||||
1BCF94412DBB62FB008AEBE9 /* FacebookCore in Frameworks */,
|
||||
1BCF943F2DBB62FB008AEBE9 /* FacebookBasics in Frameworks */,
|
||||
91D08C5AEAE459A3B8EA48C6 /* Pods_MoviaBox.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -61,6 +63,8 @@
|
||||
children = (
|
||||
F7763FEFB6BEB1A75D6FBA0A /* Pods-Thimra.debug.xcconfig */,
|
||||
FEA583158A7C05D8D7C5A9FC /* Pods-Thimra.release.xcconfig */,
|
||||
1F666DE0B12C863F26BE5027 /* Pods-MoviaBox.debug.xcconfig */,
|
||||
109EB01BE447EE135493CA38 /* Pods-MoviaBox.release.xcconfig */,
|
||||
);
|
||||
path = Pods;
|
||||
sourceTree = "<group>";
|
||||
@ -68,7 +72,7 @@
|
||||
1DBC40502DA4EDFC0093FCB0 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1DBC40FB2DA4F98D0093FCB0 /* Thimra */,
|
||||
1DBC40FB2DA4F98D0093FCB0 /* MoviaBox */,
|
||||
1DBC405A2DA4EDFC0093FCB0 /* Products */,
|
||||
0061C3496D158807460301A9 /* Pods */,
|
||||
B6C9E282BAC4C4B3E926A853 /* Frameworks */,
|
||||
@ -78,7 +82,7 @@
|
||||
1DBC405A2DA4EDFC0093FCB0 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1DBC40592DA4EDFC0093FCB0 /* Thimra.app */,
|
||||
1DBC40592DA4EDFC0093FCB0 /* MoviaBox.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@ -86,7 +90,7 @@
|
||||
B6C9E282BAC4C4B3E926A853 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EF2D7FDB1FE86E5CD9908162 /* Pods_Thimra.framework */,
|
||||
A81436A54285C9EE97EEBC50 /* Pods_MoviaBox.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
@ -94,26 +98,26 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1DBC40582DA4EDFC0093FCB0 /* Thimra */ = {
|
||||
1DBC40582DA4EDFC0093FCB0 /* MoviaBox */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DBC40822DA4EE010093FCB0 /* Build configuration list for PBXNativeTarget "Thimra" */;
|
||||
buildConfigurationList = 1DBC40822DA4EE010093FCB0 /* Build configuration list for PBXNativeTarget "MoviaBox" */;
|
||||
buildPhases = (
|
||||
801A3E3FF53193556BBE9EBF /* [CP] Check Pods Manifest.lock */,
|
||||
1DBC40552DA4EDFC0093FCB0 /* Sources */,
|
||||
1DBC40562DA4EDFC0093FCB0 /* Frameworks */,
|
||||
1DBC40572DA4EDFC0093FCB0 /* Resources */,
|
||||
99BF4E2B3615B1F54D05DA28 /* [CP] Embed Pods Frameworks */,
|
||||
4E1CBF3F1205E28DFCF11722 /* [CP] Embed Pods Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
fileSystemSynchronizedGroups = (
|
||||
1DBC40FB2DA4F98D0093FCB0 /* Thimra */,
|
||||
1DBC40FB2DA4F98D0093FCB0 /* MoviaBox */,
|
||||
);
|
||||
name = Thimra;
|
||||
name = MoviaBox;
|
||||
productName = ShortPlay;
|
||||
productReference = 1DBC40592DA4EDFC0093FCB0 /* Thimra.app */;
|
||||
productReference = 1DBC40592DA4EDFC0093FCB0 /* MoviaBox.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
@ -131,7 +135,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 1DBC40542DA4EDFC0093FCB0 /* Build configuration list for PBXProject "Thimra" */;
|
||||
buildConfigurationList = 1DBC40542DA4EDFC0093FCB0 /* Build configuration list for PBXProject "MoviaBox" */;
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
@ -148,7 +152,7 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1DBC40582DA4EDFC0093FCB0 /* Thimra */,
|
||||
1DBC40582DA4EDFC0093FCB0 /* MoviaBox */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
@ -164,6 +168,23 @@
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
4E1CBF3F1205E28DFCF11722 /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-MoviaBox/Pods-MoviaBox-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputFileListPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-MoviaBox/Pods-MoviaBox-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MoviaBox/Pods-MoviaBox-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
801A3E3FF53193556BBE9EBF /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
@ -179,30 +200,13 @@
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
"$(DERIVED_FILE_DIR)/Pods-Thimra-checkManifestLockResult.txt",
|
||||
"$(DERIVED_FILE_DIR)/Pods-MoviaBox-checkManifestLockResult.txt",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
99BF4E2B3615B1F54D05DA28 /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 12;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Thimra/Pods-Thimra-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputFileListPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Thimra/Pods-Thimra-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Thimra/Pods-Thimra-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
@ -218,7 +222,7 @@
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DBC40832DA4EE010093FCB0 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = F7763FEFB6BEB1A75D6FBA0A /* Pods-Thimra.debug.xcconfig */;
|
||||
baseConfigurationReference = 1F666DE0B12C863F26BE5027 /* Pods-MoviaBox.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
@ -229,8 +233,8 @@
|
||||
DEVELOPMENT_TEAM = TWDZ3MP9DV;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Thimra/Source/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Thimra;
|
||||
INFOPLIST_FILE = MoviaBox/Source/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = MoviaBox;
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "The APP needs to access your album to provide screenshots for feedback.";
|
||||
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "The APP needs to access your album to provide screenshots for feedback.";
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
@ -253,7 +257,7 @@
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
SUPPORTS_MACCATALYST = NO;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Thimra/Source/Thimra-Bridging-Header.h";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "MoviaBox/Source/MoviaBox-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
VALID_ARCHS = "arm64 arm64e armv7s x86_64";
|
||||
@ -262,7 +266,7 @@
|
||||
};
|
||||
1DBC40842DA4EE010093FCB0 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FEA583158A7C05D8D7C5A9FC /* Pods-Thimra.release.xcconfig */;
|
||||
baseConfigurationReference = 109EB01BE447EE135493CA38 /* Pods-MoviaBox.release.xcconfig */;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
@ -273,8 +277,8 @@
|
||||
DEVELOPMENT_TEAM = TWDZ3MP9DV;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Thimra/Source/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Thimra;
|
||||
INFOPLIST_FILE = MoviaBox/Source/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = MoviaBox;
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "The APP needs to access your album to provide screenshots for feedback.";
|
||||
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "The APP needs to access your album to provide screenshots for feedback.";
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
@ -297,7 +301,7 @@
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
SUPPORTS_MACCATALYST = NO;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Thimra/Source/Thimra-Bridging-Header.h";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "MoviaBox/Source/MoviaBox-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
VALID_ARCHS = "arm64 arm64e armv7s x86_64";
|
||||
@ -428,7 +432,7 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DBC40542DA4EDFC0093FCB0 /* Build configuration list for PBXProject "Thimra" */ = {
|
||||
1DBC40542DA4EDFC0093FCB0 /* Build configuration list for PBXProject "MoviaBox" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DBC40852DA4EE010093FCB0 /* Debug */,
|
||||
@ -437,7 +441,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1DBC40822DA4EE010093FCB0 /* Build configuration list for PBXNativeTarget "Thimra" */ = {
|
||||
1DBC40822DA4EE010093FCB0 /* Build configuration list for PBXNativeTarget "MoviaBox" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DBC40832DA4EE010093FCB0 /* Debug */,
|
@ -2,7 +2,7 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:Thimra.xcodeproj">
|
||||
location = "group:MoviaBox.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// AppDelegate+Config.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// AppDelegate+OpenApp.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 佳尔 on 2025/4/25.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// AppDelegate.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SceneDelegate.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPNavigationController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPTabBarController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPDefine.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPUserDefaultsKey.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// CGMutablePath+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// Dictionary+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 佳尔 on 2025/4/25.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// Int+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// String+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIColor+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIDevice+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIFont+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIImageView+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UINavigationBar+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UINavigationController+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIScrollView+SPRefresh.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/19.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIStackView+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// UIView+SPAdd.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPListModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeAPI.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPUserAPI.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/18.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPVideoAPI.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/10.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPApi.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPCryptService.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/10.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPNetwork.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPNetworkReachabilityManager.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/19.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPURLPath.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPCollectionView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPCollectionViewCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPGradientView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPImageView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPScrollView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPTableView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPTableViewCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPTextField.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPCampaignWebViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 佳尔 on 2025/4/25.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPWebView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPWebViewController+ScriptMessage.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/24.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPWebViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPAllShortViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/23.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPExplorePageController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/21.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPExploreViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/9.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPCategoryModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/23.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPAllShortCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/23.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPExplorePlayerCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPExplorePlayerControlView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPVideoPlayerInfoView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeChildController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomePageController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeCategoryModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/8.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeModuleModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeTopModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeBannerCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeDataItemView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeExploreCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeExploreView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeHeaderView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeHotCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeHotSearchCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeHotSearchView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeHotView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomePlayHistoryCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomePlayHistoryView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeSearchButton.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeSearchHistoryView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeShortCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeShortsForYouCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeShortsForYouView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeTrendingCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeTrendingView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/14.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeZoomBannerCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchAssociativeCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/18.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchAssociativeView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/18.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchHomeView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchInputView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchResultCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/18.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchResultView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/18.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPHomeViewModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/22.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPSearchViewModel.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/18.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPLoginViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 佳尔 on 2025/4/25.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPAboutUsViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/19.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPFeedbackViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 佳尔 on 2025/4/25.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPMineViewController.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/10.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPMineItem.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by 曾觉新 on 2025/4/17.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPAboutUsCell.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/23.
|
||||
//
|
@ -1,6 +1,6 @@
|
||||
//
|
||||
// SPAboutUsHeaderView.swift
|
||||
// Thimra
|
||||
// MoviaBox
|
||||
//
|
||||
// Created by Overseas on 2025/4/23.
|
||||
//
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user