Ver Fonte

3.6.3(7)

100Years há 3 semanas atrás
pai
commit
1e9fdd262d

+ 4 - 4
AIEmoji.xcodeproj/project.pbxproj

@@ -2432,7 +2432,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 7;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -2448,7 +2448,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.6.2;
+				MARKETING_VERSION = 3.6.3;
 				PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -2471,7 +2471,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 7;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -2487,7 +2487,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.6.2;
+				MARKETING_VERSION = 3.6.3;
 				PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

+ 1 - 1
AIEmoji/Business/TSAILIstVC/TSAIListHistoryBaseVC/TSAIListHistoryBaseCell.swift

@@ -8,7 +8,7 @@
 class TSAIListHistoryBaseCell: TSBaseCollectionCell,TSSimpleConfigurableView {
     
     weak var delegate: (any TSSmalCoacopods.TSSimpleCollectionViewDelegate)?
-    var indexPath: IndexPath?
+    var indexPath: IndexPath = IndexPath(item: 0, section: 0)
     var data: Any? {
         didSet {
 //            debugPrint("TSAIListHistoryBaseCell data didSet")

+ 1 - 1
AIEmoji/Business/TSGenmojiVC/TSGenmojiVC/View/TSGenmojiItemCell.swift

@@ -9,7 +9,7 @@
 class TSGenmojiItemCell: TSBaseCollectionCell ,TSSimpleConfigurableView {
     
     weak var delegate: (any TSSmalCoacopods.TSSimpleCollectionViewDelegate)?
-    var indexPath: IndexPath?
+    var indexPath: IndexPath = IndexPath(item: 0, section: 0)
     var data: Any? {
         didSet {
             if let dataModel = data as? TSActionInfoModel{

+ 1 - 1
AIEmoji/Business/TSPTPGeneratorVC/TSPTPInputVC/TSPTPInputVC.swift

@@ -425,7 +425,7 @@ extension TSPTPInputVC {
             make.width.equalTo(k_ScreenWidth)
         }
         
-        cusStackView.addSubviewToStack(promptTextView,length: promptTextViewH,animate: false)
+        cusStackView.addSubviewToStack(promptTextView,length: promptTextViewH)
         
         promptTextView.isHidden = !viewModel.selectedPTPStyleModel.input