|
@@ -92,7 +92,12 @@
|
|
A80EDE082D700395003CD332 /* rotatingAnimation.gif in Resources */ = {isa = PBXBuildFile; fileRef = A80EDE072D700395003CD332 /* rotatingAnimation.gif */; };
|
|
A80EDE082D700395003CD332 /* rotatingAnimation.gif in Resources */ = {isa = PBXBuildFile; fileRef = A80EDE072D700395003CD332 /* rotatingAnimation.gif */; };
|
|
A83404C82D9BEC0E00C140E4 /* UIFont+TSEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83404C72D9BEC0700C140E4 /* UIFont+TSEx.swift */; };
|
|
A83404C82D9BEC0E00C140E4 /* UIFont+TSEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83404C72D9BEC0700C140E4 /* UIFont+TSEx.swift */; };
|
|
A83404CC2D9BEED800C140E4 /* Poppins-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A83404CB2D9BEED800C140E4 /* Poppins-BlackItalic.ttf */; };
|
|
A83404CC2D9BEED800C140E4 /* Poppins-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A83404CB2D9BEED800C140E4 /* Poppins-BlackItalic.ttf */; };
|
|
- A83404CE2D9BF0D600C140E4 /* AccentURW.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A83404CD2D9BF0D600C140E4 /* AccentURW.ttf */; };
|
|
|
|
|
|
+ A83404D12D9D16FA00C140E4 /* TSAIPhotoGeneratorBaseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83404D02D9D16F800C140E4 /* TSAIPhotoGeneratorBaseVC.swift */; };
|
|
|
|
+ A83404D32D9D23FA00C140E4 /* TSGeneratorloadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83404D22D9D23CA00C140E4 /* TSGeneratorloadingView.swift */; };
|
|
|
|
+ A83404D52D9D28D700C140E4 /* TSAIPhotoBrowseVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83404D42D9D28CE00C140E4 /* TSAIPhotoBrowseVC.swift */; };
|
|
|
|
+ A83404D82D9D34ED00C140E4 /* Kelsi-fill.otf in Resources */ = {isa = PBXBuildFile; fileRef = A83404D62D9D34ED00C140E4 /* Kelsi-fill.otf */; };
|
|
|
|
+ A83404D92D9D34ED00C140E4 /* Kelsi-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = A83404D72D9D34ED00C140E4 /* Kelsi-Regular.otf */; };
|
|
|
|
+ A83404DB2D9D382200C140E4 /* AccentURW-Reg.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A83404DA2D9D382200C140E4 /* AccentURW-Reg.ttf */; };
|
|
A85E478F2D67115A0018D62D /* TSTextGeneralPictureVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */; };
|
|
A85E478F2D67115A0018D62D /* TSTextGeneralPictureVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */; };
|
|
A85E47922D6728A00018D62D /* TSTextGeneralPictureVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */; };
|
|
A85E47922D6728A00018D62D /* TSTextGeneralPictureVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */; };
|
|
A85E47962D672ADA0018D62D /* TSTextPicGennerateVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */; };
|
|
A85E47962D672ADA0018D62D /* TSTextPicGennerateVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */; };
|
|
@@ -286,7 +291,12 @@
|
|
A80EDE072D700395003CD332 /* rotatingAnimation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = rotatingAnimation.gif; sourceTree = "<group>"; };
|
|
A80EDE072D700395003CD332 /* rotatingAnimation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = rotatingAnimation.gif; sourceTree = "<group>"; };
|
|
A83404C72D9BEC0700C140E4 /* UIFont+TSEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+TSEx.swift"; sourceTree = "<group>"; };
|
|
A83404C72D9BEC0700C140E4 /* UIFont+TSEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+TSEx.swift"; sourceTree = "<group>"; };
|
|
A83404CB2D9BEED800C140E4 /* Poppins-BlackItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BlackItalic.ttf"; sourceTree = "<group>"; };
|
|
A83404CB2D9BEED800C140E4 /* Poppins-BlackItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Poppins-BlackItalic.ttf"; sourceTree = "<group>"; };
|
|
- A83404CD2D9BF0D600C140E4 /* AccentURW.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = AccentURW.ttf; sourceTree = "<group>"; };
|
|
|
|
|
|
+ A83404D02D9D16F800C140E4 /* TSAIPhotoGeneratorBaseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoGeneratorBaseVC.swift; sourceTree = "<group>"; };
|
|
|
|
+ A83404D22D9D23CA00C140E4 /* TSGeneratorloadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSGeneratorloadingView.swift; sourceTree = "<group>"; };
|
|
|
|
+ A83404D42D9D28CE00C140E4 /* TSAIPhotoBrowseVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSAIPhotoBrowseVC.swift; sourceTree = "<group>"; };
|
|
|
|
+ A83404D62D9D34ED00C140E4 /* Kelsi-fill.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Kelsi-fill.otf"; sourceTree = "<group>"; };
|
|
|
|
+ A83404D72D9D34ED00C140E4 /* Kelsi-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Kelsi-Regular.otf"; sourceTree = "<group>"; };
|
|
|
|
+ A83404DA2D9D382200C140E4 /* AccentURW-Reg.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "AccentURW-Reg.ttf"; sourceTree = "<group>"; };
|
|
A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPictureVC.swift; sourceTree = "<group>"; };
|
|
A85E478E2D6711590018D62D /* TSTextGeneralPictureVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPictureVC.swift; sourceTree = "<group>"; };
|
|
A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPictureVM.swift; sourceTree = "<group>"; };
|
|
A85E47912D67289F0018D62D /* TSTextGeneralPictureVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextGeneralPictureVM.swift; sourceTree = "<group>"; };
|
|
A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextPicGennerateVC.swift; sourceTree = "<group>"; };
|
|
A85E47952D672AD90018D62D /* TSTextPicGennerateVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSTextPicGennerateVC.swift; sourceTree = "<group>"; };
|
|
@@ -887,6 +897,7 @@
|
|
A80EDDDC2D6EB17D003CD332 /* TSPTPGeneratorVC */ = {
|
|
A80EDDDC2D6EB17D003CD332 /* TSPTPGeneratorVC */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ A83404CF2D9D16E400C140E4 /* TSAIPhotoGeneratorBaseVC */,
|
|
A80EDE042D6F3429003CD332 /* TSPTPBrowseVC */,
|
|
A80EDE042D6F3429003CD332 /* TSPTPBrowseVC */,
|
|
A80EDDE92D6EBFF1003CD332 /* TSPhotoToPhotoVC */,
|
|
A80EDDE92D6EBFF1003CD332 /* TSPhotoToPhotoVC */,
|
|
A80EDDDD2D6EB19A003CD332 /* TSPTPGeneratorVC */,
|
|
A80EDDDD2D6EB19A003CD332 /* TSPTPGeneratorVC */,
|
|
@@ -980,6 +991,15 @@
|
|
path = Ex;
|
|
path = Ex;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ A83404CF2D9D16E400C140E4 /* TSAIPhotoGeneratorBaseVC */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A83404D02D9D16F800C140E4 /* TSAIPhotoGeneratorBaseVC.swift */,
|
|
|
|
+ A83404D42D9D28CE00C140E4 /* TSAIPhotoBrowseVC.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = TSAIPhotoGeneratorBaseVC;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
A85E478D2D670DF10018D62D /* TSTextGeneralPictureVC */ = {
|
|
A85E478D2D670DF10018D62D /* TSTextGeneralPictureVC */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -1374,6 +1394,7 @@
|
|
children = (
|
|
children = (
|
|
A89EA6B92D5DDE4E000EB181 /* TSPageNullView.swift */,
|
|
A89EA6B92D5DDE4E000EB181 /* TSPageNullView.swift */,
|
|
A8F7763B2D3B429A00AA6E93 /* TSCommonloadingView.swift */,
|
|
A8F7763B2D3B429A00AA6E93 /* TSCommonloadingView.swift */,
|
|
|
|
+ A83404D22D9D23CA00C140E4 /* TSGeneratorloadingView.swift */,
|
|
A8F776282D3A709200AA6E93 /* UILabel */,
|
|
A8F776282D3A709200AA6E93 /* UILabel */,
|
|
A8F775342D38FC9A00AA6E93 /* TSViewTool.swift */,
|
|
A8F775342D38FC9A00AA6E93 /* TSViewTool.swift */,
|
|
);
|
|
);
|
|
@@ -1550,8 +1571,10 @@
|
|
A8FB02AE2D3E38FA0031A396 /* Res */ = {
|
|
A8FB02AE2D3E38FA0031A396 /* Res */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- A83404CD2D9BF0D600C140E4 /* AccentURW.ttf */,
|
|
|
|
|
|
+ A83404D62D9D34ED00C140E4 /* Kelsi-fill.otf */,
|
|
|
|
+ A83404D72D9D34ED00C140E4 /* Kelsi-Regular.otf */,
|
|
A83404CB2D9BEED800C140E4 /* Poppins-BlackItalic.ttf */,
|
|
A83404CB2D9BEED800C140E4 /* Poppins-BlackItalic.ttf */,
|
|
|
|
+ A83404DA2D9D382200C140E4 /* AccentURW-Reg.ttf */,
|
|
A80EDE072D700395003CD332 /* rotatingAnimation.gif */,
|
|
A80EDE072D700395003CD332 /* rotatingAnimation.gif */,
|
|
A89EA6972D5B19F0000EB181 /* Butterfly🦋.json */,
|
|
A89EA6972D5B19F0000EB181 /* Butterfly🦋.json */,
|
|
A80E723E2D3F4D3000C64288 /* Universe🌍.json */,
|
|
A80E723E2D3F4D3000C64288 /* Universe🌍.json */,
|
|
@@ -1655,9 +1678,10 @@
|
|
isa = PBXResourcesBuildPhase;
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
files = (
|
|
|
|
+ A83404D82D9D34ED00C140E4 /* Kelsi-fill.otf in Resources */,
|
|
|
|
+ A83404D92D9D34ED00C140E4 /* Kelsi-Regular.otf in Resources */,
|
|
A80E72482D3F4F0A00C64288 /* templates.json in Resources */,
|
|
A80E72482D3F4F0A00C64288 /* templates.json in Resources */,
|
|
A83404CC2D9BEED800C140E4 /* Poppins-BlackItalic.ttf in Resources */,
|
|
A83404CC2D9BEED800C140E4 /* Poppins-BlackItalic.ttf in Resources */,
|
|
- A83404CE2D9BF0D600C140E4 /* AccentURW.ttf in Resources */,
|
|
|
|
A87587162D81734300286A66 /* text_to_photo_style.json in Resources */,
|
|
A87587162D81734300286A66 /* text_to_photo_style.json in Resources */,
|
|
A8EEADD42D3E6C660032C5A0 /* Flower💐.json in Resources */,
|
|
A8EEADD42D3E6C660032C5A0 /* Flower💐.json in Resources */,
|
|
A8EEADE92D3E76D90032C5A0 /* Beauty👸.json in Resources */,
|
|
A8EEADE92D3E76D90032C5A0 /* Beauty👸.json in Resources */,
|
|
@@ -1665,6 +1689,7 @@
|
|
A8EEADE02D3E75900032C5A0 /* Crystal🔮.json in Resources */,
|
|
A8EEADE02D3E75900032C5A0 /* Crystal🔮.json in Resources */,
|
|
A80E723C2D3F4CAA00C64288 /* Food🍔.json in Resources */,
|
|
A80E723C2D3F4CAA00C64288 /* Food🍔.json in Resources */,
|
|
A8EEADE72D3E76860032C5A0 /* Drink🥤.json in Resources */,
|
|
A8EEADE72D3E76860032C5A0 /* Drink🥤.json in Resources */,
|
|
|
|
+ A83404DB2D9D382200C140E4 /* AccentURW-Reg.ttf in Resources */,
|
|
A80EDE082D700395003CD332 /* rotatingAnimation.gif in Resources */,
|
|
A80EDE082D700395003CD332 /* rotatingAnimation.gif in Resources */,
|
|
A8FB02D12D3E6B2A0031A396 /* Cat🐱.json in Resources */,
|
|
A8FB02D12D3E6B2A0031A396 /* Cat🐱.json in Resources */,
|
|
A80E72462D3F4EED00C64288 /* sticker.json in Resources */,
|
|
A80E72462D3F4EED00C64288 /* sticker.json in Resources */,
|
|
@@ -1839,6 +1864,7 @@
|
|
A83404C82D9BEC0E00C140E4 /* UIFont+TSEx.swift in Sources */,
|
|
A83404C82D9BEC0E00C140E4 /* UIFont+TSEx.swift in Sources */,
|
|
A8F776482D3DE9F600AA6E93 /* TSSmallIconBrowseCell.swift in Sources */,
|
|
A8F776482D3DE9F600AA6E93 /* TSSmallIconBrowseCell.swift in Sources */,
|
|
A8F7753D2D3918F800AA6E93 /* TSNetWork+Business.swift in Sources */,
|
|
A8F7753D2D3918F800AA6E93 /* TSNetWork+Business.swift in Sources */,
|
|
|
|
+ A83404D12D9D16FA00C140E4 /* TSAIPhotoGeneratorBaseVC.swift in Sources */,
|
|
A80327BF2D81578900AF7878 /* TSPromptTextView.swift in Sources */,
|
|
A80327BF2D81578900AF7878 /* TSPromptTextView.swift in Sources */,
|
|
A80EDE022D6F1CCD003CD332 /* TSPTPGeneratorVC.swift in Sources */,
|
|
A80EDE022D6F1CCD003CD332 /* TSPTPGeneratorVC.swift in Sources */,
|
|
A85E479F2D6859FA0018D62D /* TSRandomTextPicker.swift in Sources */,
|
|
A85E479F2D6859FA0018D62D /* TSRandomTextPicker.swift in Sources */,
|
|
@@ -1855,9 +1881,11 @@
|
|
A8F7763C2D3B429B00AA6E93 /* TSCommonloadingView.swift in Sources */,
|
|
A8F7763C2D3B429B00AA6E93 /* TSCommonloadingView.swift in Sources */,
|
|
A8F776322D3A771400AA6E93 /* TSGenmojiCollectionViewModel.swift in Sources */,
|
|
A8F776322D3A771400AA6E93 /* TSGenmojiCollectionViewModel.swift in Sources */,
|
|
A80E721E2D3F3A7500C64288 /* DiyElement.swift in Sources */,
|
|
A80E721E2D3F3A7500C64288 /* DiyElement.swift in Sources */,
|
|
|
|
+ A83404D32D9D23FA00C140E4 /* TSGeneratorloadingView.swift in Sources */,
|
|
A8F776372D3A806E00AA6E93 /* TSGenmojiItemCell.swift in Sources */,
|
|
A8F776372D3A806E00AA6E93 /* TSGenmojiItemCell.swift in Sources */,
|
|
A89EA6692D59AA31000EB181 /* CameraInputBarAccessoryView.swift in Sources */,
|
|
A89EA6692D59AA31000EB181 /* CameraInputBarAccessoryView.swift in Sources */,
|
|
A89EA66B2D59AA31000EB181 /* TSTextMessageContentCell.swift in Sources */,
|
|
A89EA66B2D59AA31000EB181 /* TSTextMessageContentCell.swift in Sources */,
|
|
|
|
+ A83404D52D9D28D700C140E4 /* TSAIPhotoBrowseVC.swift in Sources */,
|
|
A89EA66C2D59AA31000EB181 /* TSMessageContentCell.swift in Sources */,
|
|
A89EA66C2D59AA31000EB181 /* TSMessageContentCell.swift in Sources */,
|
|
A87587122D81702700286A66 /* TSUserDefaultData.swift in Sources */,
|
|
A87587122D81702700286A66 /* TSUserDefaultData.swift in Sources */,
|
|
A89EA66D2D59AA31000EB181 /* TableViewCells.swift in Sources */,
|
|
A89EA66D2D59AA31000EB181 /* TableViewCells.swift in Sources */,
|
|
@@ -1928,7 +1956,7 @@
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
);
|
|
- MARKETING_VERSION = 2.5;
|
|
|
|
|
|
+ MARKETING_VERSION = 2.6;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
@@ -1967,7 +1995,7 @@
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
);
|
|
- MARKETING_VERSION = 2.5;
|
|
|
|
|
|
+ MARKETING_VERSION = 2.6;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.girl.music.wallpaper;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|