|
@@ -109,6 +109,7 @@
|
|
|
606372E32D55A995005C82CF /* ADLoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606372E22D55A995005C82CF /* ADLoadingViewController.swift */; };
|
|
|
606372E52D55BAB8005C82CF /* GuideBubbleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606372E42D55BAB8005C82CF /* GuideBubbleView.swift */; };
|
|
|
606372E72D5705F4005C82CF /* MusicPlaylistContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606372E62D5705F4005C82CF /* MusicPlaylistContainerViewController.swift */; };
|
|
|
+ 609B6EA52D6F1221007942D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 609B6EA32D6F1221007942D4 /* Localizable.strings */; };
|
|
|
60F82C0F2D43295100FFB08D /* MusicHomeContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F82C0E2D43295100FFB08D /* MusicHomeContainerViewController.swift */; };
|
|
|
60F82C112D43298800FFB08D /* MusicContainerViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60F82C102D43298800FFB08D /* MusicContainerViewModel.swift */; };
|
|
|
A81CA4652D15685F00A3AAC8 /* TSLaunchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81CA4642D15685D00A3AAC8 /* TSLaunchVC.swift */; };
|
|
@@ -317,6 +318,15 @@
|
|
|
606372E22D55A995005C82CF /* ADLoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ADLoadingViewController.swift; sourceTree = "<group>"; };
|
|
|
606372E42D55BAB8005C82CF /* GuideBubbleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuideBubbleView.swift; sourceTree = "<group>"; };
|
|
|
606372E62D5705F4005C82CF /* MusicPlaylistContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicPlaylistContainerViewController.swift; sourceTree = "<group>"; };
|
|
|
+ 609B6E9F2D6F11D0007942D4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
|
|
+ 609B6EA02D6F11D5007942D4 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
|
|
+ 609B6EA12D6F11E0007942D4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
|
|
|
+ 609B6EA22D6F11E6007942D4 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
|
|
|
+ 609B6EA42D6F1221007942D4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
+ 609B6EA62D6F1227007942D4 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
+ 609B6EA72D6F1230007942D4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
+ 609B6EA82D6F1231007942D4 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
+ 609B6EA92D6F1231007942D4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
60F82C0E2D43295100FFB08D /* MusicHomeContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicHomeContainerViewController.swift; sourceTree = "<group>"; };
|
|
|
60F82C102D43298800FFB08D /* MusicContainerViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicContainerViewModel.swift; sourceTree = "<group>"; };
|
|
|
71E5F623537702A8306DF3C8 /* Pods-TSLiveWallpaper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TSLiveWallpaper.release.xcconfig"; path = "Target Support Files/Pods-TSLiveWallpaper/Pods-TSLiveWallpaper.release.xcconfig"; sourceTree = "<group>"; };
|
|
@@ -1168,6 +1178,7 @@
|
|
|
A8E56BED2D1520EC003C54AF /* Assets.xcassets */,
|
|
|
A8E56BEE2D1520EC003C54AF /* Info.plist */,
|
|
|
A8E56BF02D1520EC003C54AF /* LaunchScreen.storyboard */,
|
|
|
+ 609B6EA32D6F1221007942D4 /* Localizable.strings */,
|
|
|
);
|
|
|
path = TSLiveWallpaper;
|
|
|
sourceTree = "<group>";
|
|
@@ -1270,6 +1281,10 @@
|
|
|
knownRegions = (
|
|
|
en,
|
|
|
Base,
|
|
|
+ de,
|
|
|
+ fr,
|
|
|
+ es,
|
|
|
+ "pt-PT",
|
|
|
);
|
|
|
mainGroup = A8E56BCB2D1520DD003C54AF;
|
|
|
minimizedProjectReferenceProxies = 1;
|
|
@@ -1292,6 +1307,7 @@
|
|
|
606372D82D545E6C005C82CF /* Example Music.mp3 in Resources */,
|
|
|
A8C4C0A42D24218A003C46FC /* metadata.mov in Resources */,
|
|
|
60553FC42D3B528A00BAAD7F /* IJKPlayer.md in Resources */,
|
|
|
+ 609B6EA52D6F1221007942D4 /* Localizable.strings in Resources */,
|
|
|
A8E56BF92D1520EC003C54AF /* Assets.xcassets in Resources */,
|
|
|
A81F5B522D19685900740085 /* response.json in Resources */,
|
|
|
A8E56BFB2D1520EC003C54AF /* LaunchScreen.storyboard in Resources */,
|
|
@@ -1565,10 +1581,26 @@
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
+ 609B6EA32D6F1221007942D4 /* Localizable.strings */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ 609B6EA42D6F1221007942D4 /* en */,
|
|
|
+ 609B6EA62D6F1227007942D4 /* fr */,
|
|
|
+ 609B6EA72D6F1230007942D4 /* de */,
|
|
|
+ 609B6EA82D6F1231007942D4 /* pt-PT */,
|
|
|
+ 609B6EA92D6F1231007942D4 /* es */,
|
|
|
+ );
|
|
|
+ name = Localizable.strings;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A8E56BF02D1520EC003C54AF /* LaunchScreen.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
A8E56BEF2D1520EC003C54AF /* Base */,
|
|
|
+ 609B6E9F2D6F11D0007942D4 /* de */,
|
|
|
+ 609B6EA02D6F11D5007942D4 /* fr */,
|
|
|
+ 609B6EA12D6F11E0007942D4 /* es */,
|
|
|
+ 609B6EA22D6F11E6007942D4 /* pt-PT */,
|
|
|
);
|
|
|
name = LaunchScreen.storyboard;
|
|
|
sourceTree = "<group>";
|
|
@@ -1661,6 +1693,7 @@
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
|
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
@@ -1724,6 +1757,7 @@
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
|
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|