Quellcode durchsuchen

代码指定到最新

liuxc vor 2 Monaten
Ursprung
Commit
d94e1262f2

+ 1 - 1
HBuilder-Hello/Podfile

@@ -20,7 +20,7 @@ target 'HBuilder' do
   pod 'Masonry'
   pod 'MJExtension'
   pod 'OpenSSL', :git => 'https://github.com/isee15/OpenSSL.git'
-  pod 'PBSDK', :git => 'http://106.54.229.239:3000/chenmin/playBall.git', :commit => 'd447038'
+  pod 'PBSDK', :git => 'http://106.54.229.239:3000/chenmin/playBall.git', :commit => 'dbbc40d'
   pod 'WQPlayBallLiveQiu', :path => '../WQPlayBallLiveQiu'
   # Pods for HBuilder
 

+ 2 - 0
HBuilder-uniPluginDemo/HBuilder-uniPlugin.xcodeproj/project.pbxproj

@@ -1542,6 +1542,7 @@
 				"${BUILT_PRODUCTS_DIR}/HXPhotoPickerObjC/HXPhotoPickerObjC.framework",
 				"${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework",
 				"${BUILT_PRODUCTS_DIR}/JXPagingView/JXPagingView.framework",
+				"${BUILT_PRODUCTS_DIR}/LookinServer/LookinServer.framework",
 				"${BUILT_PRODUCTS_DIR}/MJExtension/MJExtension.framework",
 				"${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
 				"${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework",
@@ -1587,6 +1588,7 @@
 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPhotoPickerObjC.framework",
 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXCategoryView.framework",
 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXPagingView.framework",
+				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LookinServer.framework",
 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJExtension.framework",
 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
 				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework",

+ 1 - 0
HBuilder-uniPluginDemo/Podfile

@@ -22,6 +22,7 @@ target 'HBuilder' do
   pod 'OpenSSL', :git => 'https://github.com/isee15/OpenSSL.git'
   pod 'PBSDK', :path => '../../playBall'
   pod 'WQPlayBallLiveQiu', :path => '../WQPlayBallLiveQiu'
+  pod 'LookinServer', :configurations => ['Debug']
   # Pods for HBuilder
 
 end