Commit 78616f26 by ludi

做一下xcode26的兼容

parent 5c90d32a
......@@ -73,3 +73,24 @@ TealiveModule.xcworkspace/xcuserdata/pierce.xcuserdatad/UserInterfaceState.xcuse
TealiveModule.xcworkspace/xcuserdata/pierce.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
TealiveModule/TealiveModule.xcodeproj/xcuserdata/lipeihan.xcuserdatad/xcschemes/xcschememanagement.plist
TealiveModule/TealiveModule.xcodeproj/xcuserdata/pierce.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDBaseBussiness/GDBaseBussiness.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDChatMessage/GDChatMessage.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDDataManager/GDDataManager.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDFansGroupModule/GDFansGroupModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDFightTeamModule/GDFightTeamModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDFriend/GDFriend.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDLoginAndRegistModule/GDLoginAndRegistModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDMoment/GDMoment.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDPayment/GDPayment.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDPersonalModule/GDPersonalModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDShowRoomListModule/GDShowRoomListModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDShowRoomModule/GDShowRoomModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDSocialCenter/GDSocialCenter.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDTabbar/GDTabbar.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDTeenagerModule/GDTeenagerModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDTest/GDTest.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDUserInfoManager/GDUserInfoManager.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/GDUserZoneModule/GDUserZoneModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Module/HostManager/HostManager.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
Pods/Pods.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
TealiveModule/TealiveModule.xcodeproj/xcuserdata/aaa.xcuserdatad/xcschemes/xcschememanagement.plist
......@@ -28,8 +28,8 @@ public let GDlog = XCGLogger(identifier: "xiuse.log.identifier", includeDefaultD
public struct GDAppConfig {
/// 版本
public static let gd_versionCode = "43006"
public static let gd_version = "43.0.0.6"
public static let gd_versionCode = "43008"
public static let gd_version = "43.0.0.8"
public static var realVersion: String { Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""}
/// App ID
......
......@@ -11,6 +11,7 @@ import GDRouter
import Bifrost
import RxSwift
import UMCommon
import UMPush
@objc public class GDBaseBussinessModule: NSObject, GDBaseBussinessSwiftRouter {
......
......@@ -409,10 +409,14 @@
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-TealiveModule/Pods-TealiveModule-resources-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-TealiveModule/Pods-TealiveModule-resources-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TealiveModule/Pods-TealiveModule-resources.sh\"\n";
......@@ -448,10 +452,14 @@
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-TealiveModule/Pods-TealiveModule-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-TealiveModule/Pods-TealiveModule-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TealiveModule/Pods-TealiveModule-frameworks.sh\"\n";
......@@ -607,7 +615,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TealiveModule/TealiveModule.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 20260716001;
DEVELOPMENT_TEAM = 6GG26BHUMC;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GENERATE_INFOPLIST_FILE = YES;
......@@ -677,7 +685,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.3;
MARKETING_VERSION = 2.5;
PRODUCT_BUNDLE_IDENTIFIER = com.ft.chat.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
......@@ -699,7 +707,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TealiveModule/TealiveModule.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 20260716001;
DEVELOPMENT_TEAM = 6GG26BHUMC;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GENERATE_INFOPLIST_FILE = YES;
......@@ -769,7 +777,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.3;
MARKETING_VERSION = 2.5;
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.ft.chat.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
......
......@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIDesignRequiresCompatibility</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment