Browse Source

1.8(1)更换 app 名称livelive为 Dmanage

100Years 2 tháng trước cách đây
mục cha
commit
5716232872

+ 4 - 4
TSLiveWallpaper.xcodeproj/project.pbxproj

@@ -954,7 +954,7 @@
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
 				INFOPLIST_FILE = TSLiveWallpaper/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = LiveLive;
+				INFOPLIST_KEY_CFBundleDisplayName = Dmanage;
 				INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save wallpapers to your device.";
 				INFOPLIST_KEY_NSUserTrackingUsageDescription = "It will only be used to measure advertising efficiency without leaking any of your personal information.";
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -965,7 +965,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 1.7;
+				MARKETING_VERSION = 1.8;
 				PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -994,7 +994,7 @@
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
 				INFOPLIST_FILE = TSLiveWallpaper/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = LiveLive;
+				INFOPLIST_KEY_CFBundleDisplayName = Dmanage;
 				INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access Photos in order to save wallpapers to your device.";
 				INFOPLIST_KEY_NSUserTrackingUsageDescription = "It will only be used to measure advertising efficiency without leaking any of your personal information.";
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -1005,7 +1005,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 1.7;
+				MARKETING_VERSION = 1.8;
 				PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";

+ 2 - 2
TSLiveWallpaper/Assets.xcassets/Vip/livelive.imageset/Contents.json → TSLiveWallpaper/Assets.xcassets/Vip/dmanagepro.imageset/Contents.json

@@ -5,12 +5,12 @@
       "scale" : "1x"
     },
     {
-      "filename" : "livelive@2x.png",
+      "filename" : "Dmanagepro@2x.png",
       "idiom" : "universal",
       "scale" : "2x"
     },
     {
-      "filename" : "livelive@3x.png",
+      "filename" : "Dmanagepro@3x.png",
       "idiom" : "universal",
       "scale" : "3x"
     }

BIN
TSLiveWallpaper/Assets.xcassets/Vip/dmanagepro.imageset/Dmanagepro@2x.png


BIN
TSLiveWallpaper/Assets.xcassets/Vip/dmanagepro.imageset/Dmanagepro@3x.png


+ 0 - 22
TSLiveWallpaper/Assets.xcassets/Vip/lIvelivepro.imageset/Contents.json

@@ -1,22 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "filename" : "lIvelivepro@2x.png",
-      "idiom" : "universal",
-      "scale" : "2x"
-    },
-    {
-      "filename" : "lIvelivepro@3x.png",
-      "idiom" : "universal",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "author" : "xcode",
-    "version" : 1
-  }
-}

BIN
TSLiveWallpaper/Assets.xcassets/Vip/lIvelivepro.imageset/lIvelivepro@2x.png


BIN
TSLiveWallpaper/Assets.xcassets/Vip/lIvelivepro.imageset/lIvelivepro@3x.png


BIN
TSLiveWallpaper/Assets.xcassets/Vip/livelive.imageset/livelive@2x.png


BIN
TSLiveWallpaper/Assets.xcassets/Vip/livelive.imageset/livelive@3x.png


+ 1 - 1
TSLiveWallpaper/Business/TSMineVC/TSMineVC.swift

@@ -55,7 +55,7 @@ class TSMineVC: TSBaseVC {
             make.leading.trailing.bottom.equalTo(0)
         }
         
-        let liveImageView = UIImageView.createImageView(imageName: "livelive")
+        let liveImageView = UIImageView.createImageView(imageName: "dmanagepro")
         vipBgImageView.addSubview(liveImageView)
         liveImageView.snp.makeConstraints { make in
             make.leading.equalTo(16)

+ 1 - 1
TSLiveWallpaper/Business/TSPurchaseMembershipVC/TSPurchaseMembershipVC.swift

@@ -221,7 +221,7 @@ extension TSPurchaseMembership111VC {
         let vipImageView = UIImageView.createImageView(imageName: "vip_big_icon")
         topView.addSubview(vipImageView)
         
-        let liveImageView = UIImageView.createImageView(imageName: "livelive")
+        let liveImageView = UIImageView.createImageView(imageName: "dmanagepro")
         topView.addSubview(liveImageView)
         
         let cell0 = creatCell(text: "All Premium Wallpapers")

+ 1 - 1
TSLiveWallpaper/Business/TSPurchaseMembershipVC/TSPurchaseVC.swift

@@ -211,7 +211,7 @@ struct PurchaseView :View {
             VStack {
                 Image("vip_big_icon").resizable().frame(width: 124, height: 102)
                 Spacer().frame(height: 12)
-                Image("lIvelivepro")
+                Image("dmanagepro")
                 
                 Spacer().frame(height: 40)