Browse Source

fix: delete webview

贺泌钦 3 years ago
parent
commit
c6c27a8fcd

BIN
.DS_Store


+ 0 - 1
Pods/Headers/Private/AFNetworking/UIWebView+AFNetworking.h

@@ -1 +0,0 @@
-../../../AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h

+ 0 - 1
Pods/Headers/Public/AFNetworking/UIWebView+AFNetworking.h

@@ -1 +0,0 @@
-../../../AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h

+ 2 - 2
YouPu.xcodeproj/project.pbxproj

@@ -3793,7 +3793,7 @@
 					"$(PROJECT_DIR)/YouPu/other/SDK/OpenSDK1.8.1",
 					"$(PROJECT_DIR)/YouPu/other/SDK/OpenSDK1.8.7.1",
 				);
-				MARKETING_VERSION = 3.8.1;
+				MARKETING_VERSION = 3.8.3;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",
@@ -3901,7 +3901,7 @@
 					"$(PROJECT_DIR)/YouPu/other/SDK/OpenSDK1.8.1",
 					"$(PROJECT_DIR)/YouPu/other/SDK/OpenSDK1.8.7.1",
 				);
-				MARKETING_VERSION = 3.8.1;
+				MARKETING_VERSION = 3.8.3;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",

BIN
YouPu.xcworkspace/xcuserdata/youke.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
YouPu/Info.plist

@@ -2,8 +2,6 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-	<key>UIUserInterfaceStyle</key>
-	<string>Light</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>zh_CN</string>
 	<key>CFBundleDisplayName</key>
@@ -130,5 +128,7 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>UIUserInterfaceStyle</key>
+	<string>Light</string>
 </dict>
 </plist>