|
@@ -74,12 +74,21 @@
|
|
|
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 */; };
|
|
|
+ A8477C9F2D22ABDA00DF0B93 /* TSEditLiveEidtCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8477C9E2D22ABD500DF0B93 /* TSEditLiveEidtCell.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 */; };
|
|
|
A84C239D2D1E3A4300B61B55 /* GPVideoConfigMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C23952D1E3A4300B61B55 /* GPVideoConfigMaker.swift */; };
|
|
|
A84C239F2D1E88CD00B61B55 /* TSFileManagerTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84C239E2D1E88C500B61B55 /* TSFileManagerTool.swift */; };
|
|
|
A858EE172D1CF49B004B680F /* LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = A858EE162D1CF49B004B680F /* LivePhoto.swift */; };
|
|
|
+ A8C4C01D2D2397B9003C46FC /* UIViewController+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C01C2D2397B4003C46FC /* UIViewController+Ex.swift */; };
|
|
|
+ A8C4C0272D23CD88003C46FC /* AVAssetExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0202D23CD88003C46FC /* AVAssetExtension.swift */; };
|
|
|
+ A8C4C0282D23CD88003C46FC /* LivePhotoCreater.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0242D23CD88003C46FC /* LivePhotoCreater.swift */; };
|
|
|
+ A8C4C0292D23CD88003C46FC /* VideoRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0252D23CD88003C46FC /* VideoRecorder.swift */; };
|
|
|
+ A8C4C02A2D23CD88003C46FC /* Converter4Video.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0222D23CD88003C46FC /* Converter4Video.swift */; };
|
|
|
+ A8C4C02B2D23CD88003C46FC /* Converter4Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4C0212D23CD88003C46FC /* Converter4Image.swift */; };
|
|
|
+ A8C4C02D2D23D261003C46FC /* metadata.mov in Resources */ = {isa = PBXBuildFile; fileRef = A8C4C02C2D23D261003C46FC /* metadata.mov */; };
|
|
|
+ A8C4C02F2D23DCCC003C46FC /* 1.mov in Resources */ = {isa = PBXBuildFile; fileRef = A8C4C02E2D23DCCC003C46FC /* 1.mov */; };
|
|
|
A8E56BF62D1520EC003C54AF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8E56BEC2D1520EC003C54AF /* AppDelegate.swift */; };
|
|
|
A8E56BF92D1520EC003C54AF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A8E56BED2D1520EC003C54AF /* Assets.xcassets */; };
|
|
|
A8E56BFB2D1520EC003C54AF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A8E56BF02D1520EC003C54AF /* LaunchScreen.storyboard */; };
|
|
@@ -158,12 +167,21 @@
|
|
|
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>"; };
|
|
|
+ A8477C9E2D22ABD500DF0B93 /* TSEditLiveEidtCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSEditLiveEidtCell.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>"; };
|
|
|
A84C23982D1E3A4300B61B55 /* GPVideoClipperController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPVideoClipperController.swift; sourceTree = "<group>"; };
|
|
|
A84C239E2D1E88C500B61B55 /* TSFileManagerTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSFileManagerTool.swift; sourceTree = "<group>"; };
|
|
|
A858EE162D1CF49B004B680F /* LivePhoto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivePhoto.swift; sourceTree = "<group>"; };
|
|
|
+ A8C4C01C2D2397B4003C46FC /* UIViewController+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Ex.swift"; sourceTree = "<group>"; };
|
|
|
+ A8C4C0202D23CD88003C46FC /* AVAssetExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVAssetExtension.swift; sourceTree = "<group>"; };
|
|
|
+ A8C4C0212D23CD88003C46FC /* Converter4Image.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Converter4Image.swift; sourceTree = "<group>"; };
|
|
|
+ A8C4C0222D23CD88003C46FC /* Converter4Video.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Converter4Video.swift; sourceTree = "<group>"; };
|
|
|
+ A8C4C0242D23CD88003C46FC /* LivePhotoCreater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LivePhotoCreater.swift; sourceTree = "<group>"; };
|
|
|
+ A8C4C0252D23CD88003C46FC /* VideoRecorder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoRecorder.swift; sourceTree = "<group>"; };
|
|
|
+ A8C4C02C2D23D261003C46FC /* metadata.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; path = metadata.mov; sourceTree = "<group>"; };
|
|
|
+ A8C4C02E2D23DCCC003C46FC /* 1.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; path = 1.mov; sourceTree = "<group>"; };
|
|
|
A8E56BD42D1520DD003C54AF /* TSLiveWallpaper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TSLiveWallpaper.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
A8E56BEC2D1520EC003C54AF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
A8E56BED2D1520EC003C54AF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
@@ -245,6 +263,7 @@
|
|
|
A81CA4752D15778800A3AAC8 /* Ex */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A8C4C01C2D2397B4003C46FC /* UIViewController+Ex.swift */,
|
|
|
A8477C982D2291F100DF0B93 /* UserDefault+Ex.swift */,
|
|
|
A81F5B4E2D19673500740085 /* AVAsset+Ex.swift */,
|
|
|
A81F5B312D18FA2E00740085 /* Component */,
|
|
@@ -367,6 +386,7 @@
|
|
|
children = (
|
|
|
A83946442D1D7C2B00ABFF0D /* TSEditVideoVC */,
|
|
|
A81CA4942D1652B300A3AAC8 /* TSEditLiveVC.swift */,
|
|
|
+ A8477C9E2D22ABD500DF0B93 /* TSEditLiveEidtCell.swift */,
|
|
|
);
|
|
|
path = TSEditLiveVC;
|
|
|
sourceTree = "<group>";
|
|
@@ -522,11 +542,34 @@
|
|
|
A858EE182D1CF635004B680F /* ThirdParty */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A8C4C0262D23CD88003C46FC /* LivePhoto */,
|
|
|
A858EE162D1CF49B004B680F /* LivePhoto.swift */,
|
|
|
);
|
|
|
path = ThirdParty;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A8C4C0232D23CD88003C46FC /* Util */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8C4C0202D23CD88003C46FC /* AVAssetExtension.swift */,
|
|
|
+ A8C4C0212D23CD88003C46FC /* Converter4Image.swift */,
|
|
|
+ A8C4C0222D23CD88003C46FC /* Converter4Video.swift */,
|
|
|
+ );
|
|
|
+ path = Util;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ A8C4C0262D23CD88003C46FC /* LivePhoto */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A8C4C0232D23CD88003C46FC /* Util */,
|
|
|
+ A8C4C0242D23CD88003C46FC /* LivePhotoCreater.swift */,
|
|
|
+ A8C4C02C2D23D261003C46FC /* metadata.mov */,
|
|
|
+ A8C4C02E2D23DCCC003C46FC /* 1.mov */,
|
|
|
+ A8C4C0252D23CD88003C46FC /* VideoRecorder.swift */,
|
|
|
+ );
|
|
|
+ path = LivePhoto;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A8E56BCB2D1520DD003C54AF = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -640,8 +683,10 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
A8E56BF92D1520EC003C54AF /* Assets.xcassets in Resources */,
|
|
|
+ A8C4C02D2D23D261003C46FC /* metadata.mov in Resources */,
|
|
|
A81F5B522D19685900740085 /* response.json in Resources */,
|
|
|
A8E56BFB2D1520EC003C54AF /* LaunchScreen.storyboard in Resources */,
|
|
|
+ A8C4C02F2D23DCCC003C46FC /* 1.mov in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -730,11 +775,13 @@
|
|
|
A81F5B2B2D18F9C600740085 /* UICollectionView+More.swift in Sources */,
|
|
|
A81CA4BA2D16B6E300A3AAC8 /* TSHomeCell.swift in Sources */,
|
|
|
A8F778B22D1BA07200BF55D5 /* TSRandomWallpaperBrowseSelectView.swift in Sources */,
|
|
|
+ A8477C9F2D22ABDA00DF0B93 /* TSEditLiveEidtCell.swift in Sources */,
|
|
|
A81CA4652D15685F00A3AAC8 /* TSLaunchVC.swift in Sources */,
|
|
|
A81F5B402D194EA900740085 /* UIDevice+Extension.swift in Sources */,
|
|
|
A8F778AE2D1AC12400BF55D5 /* TSRandomWallpaperBrowseView.swift in Sources */,
|
|
|
A81F5B4B2D19658300740085 /* PhotoTools.swift in Sources */,
|
|
|
A83946272D1D623800ABFF0D /* TSShareUsVC.swift in Sources */,
|
|
|
+ A8C4C01D2D2397B9003C46FC /* UIViewController+Ex.swift in Sources */,
|
|
|
A81F5B542D1969E000740085 /* CGFloat+Ex.swift in Sources */,
|
|
|
A81CA48B2D15843700A3AAC8 /* TSCommonTool.swift in Sources */,
|
|
|
A81CA4AD2D16944B00A3AAC8 /* TSBaseTabViewCell.swift in Sources */,
|
|
@@ -743,6 +790,11 @@
|
|
|
A84C239C2D1E3A4300B61B55 /* GPVideoClipperView.swift in Sources */,
|
|
|
A84C239D2D1E3A4300B61B55 /* GPVideoConfigMaker.swift in Sources */,
|
|
|
A839463C2D1D6E3600ABFF0D /* TSRandomWallpaperCopyrightVC.swift in Sources */,
|
|
|
+ A8C4C0272D23CD88003C46FC /* AVAssetExtension.swift in Sources */,
|
|
|
+ A8C4C0282D23CD88003C46FC /* LivePhotoCreater.swift in Sources */,
|
|
|
+ A8C4C0292D23CD88003C46FC /* VideoRecorder.swift in Sources */,
|
|
|
+ A8C4C02A2D23CD88003C46FC /* Converter4Video.swift in Sources */,
|
|
|
+ A8C4C02B2D23CD88003C46FC /* Converter4Image.swift in Sources */,
|
|
|
A81CA4AE2D16944B00A3AAC8 /* TSBaseCollectionCell.swift in Sources */,
|
|
|
A81CA4772D15779E00A3AAC8 /* UIColor+Ex.swift in Sources */,
|
|
|
A81CA4952D1652B500A3AAC8 /* TSEditLiveVC.swift in Sources */,
|
|
@@ -796,18 +848,17 @@
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 2;
|
|
|
+ CURRENT_PROJECT_VERSION = 4;
|
|
|
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 Live";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = LiveLive;
|
|
|
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";
|
|
|
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
@@ -831,18 +882,17 @@
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 2;
|
|
|
+ CURRENT_PROJECT_VERSION = 4;
|
|
|
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 Live";
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = LiveLive;
|
|
|
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";
|
|
|
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|