100Years hace 3 meses
padre
commit
fb237a0f9f

+ 5 - 1
Podfile.lock

@@ -1,4 +1,5 @@
 PODS:
+  - Alamofire (5.10.2)
   - Google-Mobile-Ads-SDK (11.13.0):
     - GoogleUserMessagingPlatform (>= 1.1)
   - GoogleUserMessagingPlatform (2.7.0)
@@ -12,6 +13,7 @@ PODS:
   - TYCyclePagerView (1.2.0)
 
 DEPENDENCIES:
+  - Alamofire
   - Google-Mobile-Ads-SDK
   - Kingfisher (= 7.10.0)
   - MJRefresh (= 3.7.5)
@@ -22,6 +24,7 @@ DEPENDENCIES:
 
 SPEC REPOS:
   trunk:
+    - Alamofire
     - Google-Mobile-Ads-SDK
     - GoogleUserMessagingPlatform
     - Kingfisher
@@ -32,6 +35,7 @@ SPEC REPOS:
     - TYCyclePagerView
 
 SPEC CHECKSUMS:
+  Alamofire: 7193b3b92c74a07f85569e1a6c4f4237291e7496
   Google-Mobile-Ads-SDK: 14f57f2dc33532a24db288897e26494640810407
   GoogleUserMessagingPlatform: a8b56893477f67212fbc8411c139e61d463349f5
   Kingfisher: a18f05d3b6d37d8650ee4a3e61d57a28fc6207f6
@@ -41,6 +45,6 @@ SPEC CHECKSUMS:
   SVProgressHUD: 4837c74bdfe2e51e8821c397825996a8d7de6e22
   TYCyclePagerView: 2b051dade0615c70784aa34f40c646feeddb7344
 
-PODFILE CHECKSUM: 1390eb969d4ab2d2a69b497b7c91dc05d039b28a
+PODFILE CHECKSUM: a73b9e35e8b283dec212694bae240b3aed332a59
 
 COCOAPODS: 1.16.2

+ 2 - 2
TSLiveWallpaper.xcodeproj/project.pbxproj

@@ -948,7 +948,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_APP_SANDBOX = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -988,7 +988,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_APP_SANDBOX = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;

+ 2 - 2
TSLiveWallpaper/LaunchVC/TSLaunchVC.swift

@@ -16,9 +16,9 @@ class TSLaunchVC: UIViewController {
     private var timer: DispatchSourceTimer?
     // 闪屏页剩余显示时长
     #if DEBUG
-        private var remindTimeInterval: TimeInterval = 5.0
+        private var remindTimeInterval: TimeInterval = 3.0
     #else
-        private var remindTimeInterval: TimeInterval = 5.0
+        private var remindTimeInterval: TimeInterval = 3.0
     #endif
 
     private var isStop: Bool = false