|
@@ -72,6 +72,8 @@
|
|
|
A839463C2D1D6E3600ABFF0D /* TSRandomWallpaperCopyrightVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A839463B2D1D6E3500ABFF0D /* TSRandomWallpaperCopyrightVC.swift */; };
|
|
|
A839463F2D1D6FB700ABFF0D /* TSLiveWallpaperTutorialsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A839463E2D1D6FB600ABFF0D /* TSLiveWallpaperTutorialsVC.swift */; };
|
|
|
A83946432D1D701500ABFF0D /* TSLiveWallpaperCopyrightVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83946422D1D701300ABFF0D /* TSLiveWallpaperCopyrightVC.swift */; };
|
|
|
+ A8477C972D22737900DF0B93 /* TSBusinessWebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8477C962D22737800DF0B93 /* TSBusinessWebVC.swift */; };
|
|
|
+ A8477C992D2291F800DF0B93 /* UserDefault+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8477C982D2291F100DF0B93 /* UserDefault+Ex.swift */; };
|
|
|
A84C239A2D1E3A4300B61B55 /* GPVideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23962D1E3A4300B61B55 /* GPVideoPlayerView.swift */; };
|
|
|
A84C239B2D1E3A4300B61B55 /* GPVideoClipperController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23982D1E3A4300B61B55 /* GPVideoClipperController.swift */; };
|
|
|
A84C239C2D1E3A4300B61B55 /* GPVideoClipperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23972D1E3A4300B61B55 /* GPVideoClipperView.swift */; };
|
|
@@ -154,6 +156,8 @@
|
|
|
A839463B2D1D6E3500ABFF0D /* TSRandomWallpaperCopyrightVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSRandomWallpaperCopyrightVC.swift; sourceTree = "<group>"; };
|
|
|
A839463E2D1D6FB600ABFF0D /* TSLiveWallpaperTutorialsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLiveWallpaperTutorialsVC.swift; sourceTree = "<group>"; };
|
|
|
A83946422D1D701300ABFF0D /* TSLiveWallpaperCopyrightVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSLiveWallpaperCopyrightVC.swift; sourceTree = "<group>"; };
|
|
|
+ A8477C962D22737800DF0B93 /* TSBusinessWebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSBusinessWebVC.swift; sourceTree = "<group>"; };
|
|
|
+ A8477C982D2291F100DF0B93 /* UserDefault+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefault+Ex.swift"; sourceTree = "<group>"; };
|
|
|
A84C23952D1E3A4300B61B55 /* GPVideoConfigMaker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoConfigMaker.swift; sourceTree = "<group>"; };
|
|
|
A84C23962D1E3A4300B61B55 /* GPVideoPlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoPlayerView.swift; sourceTree = "<group>"; };
|
|
|
A84C23972D1E3A4300B61B55 /* GPVideoClipperView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoClipperView.swift; sourceTree = "<group>"; };
|
|
@@ -241,6 +245,7 @@
|
|
|
A81CA4752D15778800A3AAC8 /* Ex */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A8477C982D2291F100DF0B93 /* UserDefault+Ex.swift */,
|
|
|
A81F5B4E2D19673500740085 /* AVAsset+Ex.swift */,
|
|
|
A81F5B312D18FA2E00740085 /* Component */,
|
|
|
A81CA4B72D16A6B600A3AAC8 /* View+Ex.swift */,
|
|
@@ -306,6 +311,7 @@
|
|
|
A81CA48C2D15855300A3AAC8 /* Business */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A8477C952D2272FB00DF0B93 /* TSBusinessWebVC */,
|
|
|
A81CA4A22D16747900A3AAC8 /* TSViewTool */,
|
|
|
A81CA4932D16527E00A3AAC8 /* TSEditLiveVC */,
|
|
|
A81CA4922D16525C00A3AAC8 /* TSRandomWallpaperVC */,
|
|
@@ -494,6 +500,14 @@
|
|
|
path = TSEditVideoVC;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A8477C952D2272FB00DF0B93 /* TSBusinessWebVC */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8477C962D22737800DF0B93 /* TSBusinessWebVC.swift */,
|
|
|
+ );
|
|
|
+ path = TSBusinessWebVC;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A84C23992D1E3A4300B61B55 /* GPVideoClipper */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -683,6 +697,7 @@
|
|
|
A81CA49D2D1654B600A3AAC8 /* UITableView+Ex.swift in Sources */,
|
|
|
A81CA4692D156AB600A3AAC8 /* TSBaseVC.swift in Sources */,
|
|
|
A81CA4992D1652C400A3AAC8 /* TSMineVC.swift in Sources */,
|
|
|
+ A8477C992D2291F800DF0B93 /* UserDefault+Ex.swift in Sources */,
|
|
|
A81CA46E2D156C7000A3AAC8 /* GlobalImports.swift in Sources */,
|
|
|
A81F5B4D2D1965F800740085 /* UIImage+Ex.swift in Sources */,
|
|
|
A81CA4832D157F5C00A3AAC8 /* UIImageView+Ex.swift in Sources */,
|
|
@@ -738,6 +753,7 @@
|
|
|
A81F5B562D1982BF00740085 /* TSImageDataCenter.swift in Sources */,
|
|
|
A839462F2D1D64BF00ABFF0D /* TSAboutUsVC.swift in Sources */,
|
|
|
A81CA4812D157B1300A3AAC8 /* UIFont+Ex.swift in Sources */,
|
|
|
+ A8477C972D22737900DF0B93 /* TSBusinessWebVC.swift in Sources */,
|
|
|
A81CA4B62D169F2400A3AAC8 /* WindowHelper.swift in Sources */,
|
|
|
A81CA4972D1652BD00A3AAC8 /* TSRandomWallpaperVC.swift in Sources */,
|
|
|
A81CA4A82D16918900A3AAC8 /* Array+Ex.swift in Sources */,
|
|
@@ -780,24 +796,24 @@
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 1;
|
|
|
+ CURRENT_PROJECT_VERSION = 2;
|
|
|
DEVELOPMENT_TEAM = 65UD255J84;
|
|
|
ENABLE_APP_SANDBOX = NO;
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = TSLiveWallpaper/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = "Live Random Wallpapers";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "Live Live";
|
|
|
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = NSPhotoLibraryUsageDescription;
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.0;
|
|
|
+ MARKETING_VERSION = 1.0.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
@@ -815,24 +831,24 @@
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 1;
|
|
|
+ CURRENT_PROJECT_VERSION = 2;
|
|
|
DEVELOPMENT_TEAM = 65UD255J84;
|
|
|
ENABLE_APP_SANDBOX = NO;
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = TSLiveWallpaper/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = "Live Random Wallpapers";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "Live Live";
|
|
|
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = NSPhotoLibraryUsageDescription;
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
- IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.0;
|
|
|
+ MARKETING_VERSION = 1.0.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|