chenmin 1 ماه پیش
والد
کامیت
ab2d6a46d6

+ 4 - 10
HBuilder-Hello/HBuilder-Hello.xcodeproj/project.pbxproj

@@ -1396,12 +1396,10 @@
 				CLANG_ENABLE_OBJC_ARC = YES;
 				CODE_SIGN_ENTITLEMENTS = HBuilder/HBuilder.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
-				CODE_SIGN_STYLE = Manual;
+				CODE_SIGN_STYLE = Automatic;
 				CURRENT_PROJECT_VERSION = 43;
 				DEBUG_INFORMATION_FORMAT = dwarf;
-				DEVELOPMENT_TEAM = "";
-				"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 63H7ZVTK88;
+				DEVELOPMENT_TEAM = 63H7ZVTK88;
 				ENABLE_BITCODE = "$(inherited)";
 				ENABLE_TESTABILITY = YES;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -1448,7 +1446,6 @@
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "a7e03077-46db-4b91-b0c4-20fd613c1e14";
 				PROVISIONING_PROFILE_SPECIFIER = "";
-				"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = lc_sports_dev;
 				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
 				SUPPORTS_MACCATALYST = NO;
 				SWIFT_OBJC_BRIDGING_HEADER = "HBuilder-Hello/HBuilder-Bridging-Header.h";
@@ -1473,12 +1470,10 @@
 				CLANG_ENABLE_OBJC_ARC = YES;
 				CODE_SIGN_ENTITLEMENTS = HBuilder/HBuilder.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				CODE_SIGN_STYLE = Manual;
+				CODE_SIGN_STYLE = Automatic;
 				CURRENT_PROJECT_VERSION = 43;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				DEVELOPMENT_TEAM = "";
-				"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 63H7ZVTK88;
+				DEVELOPMENT_TEAM = 63H7ZVTK88;
 				ENABLE_BITCODE = "$(inherited)";
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -1524,7 +1519,6 @@
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE = "";
 				PROVISIONING_PROFILE_SPECIFIER = "";
-				"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = lc_sports_dev;
 				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
 				SUPPORTS_MACCATALYST = NO;
 				SWIFT_OBJC_BRIDGING_HEADER = "HBuilder-Hello/HBuilder-Bridging-Header.h";

+ 1 - 1
HBuilder-Hello/HBuilder-Hello.xcodeproj/xcshareddata/xcschemes/HBuilder.xcscheme

@@ -31,7 +31,7 @@
       shouldAutocreateTestPlan = "YES">
    </TestAction>
    <LaunchAction
-      buildConfiguration = "Release"
+      buildConfiguration = "Debug"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       launchStyle = "0"

+ 2 - 2
HBuilder-Hello/Podfile

@@ -21,9 +21,9 @@ target 'HBuilder' do
   pod 'MJExtension'
   pod 'OpenSSL', :git => 'https://github.com/isee15/OpenSSL.git'
   #framework依懒,确定是否是最新的framework
-  pod 'PBSDK', :path => '../PBSDK'
+  #pod 'PBSDK', :path => '../PBSDK'
   #源代码依懒
-  #pod 'PBSDK', :path => '../../playBall'
+  pod 'PBSDK', :path => '../../playBall'
   #pod 'PBSDK', :git => 'http://106.54.229.239:3000/chenmin/playBall.git', :commit => '35eb7e3'
   pod 'WQPlayBallLiveQiu', :path => '../WQPlayBallLiveQiu'
   # Pods for HBuilder

+ 1 - 2
WQPlayBallLiveQiu/WQPlayBallLiveQiu/Classes/LiveModule.m

@@ -26,8 +26,7 @@
 
 UNI_EXPORT_METHOD(@selector(configSDK:))
 /// SDK 环境初始化 isPrd =1 表述生产环境,isPrd=0 表示测试环境
-- (void)configSDK:(NSString *)options
-{
+- (void)configSDK:(NSString *)options {
     WQOptions *params =  [WQOptions mj_objectWithKeyValues:options];
     [PBNetwork shared].isProd = (params.isPrd == 1);
 //     options = @"{\"isPrd\":1}";