-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,8 @@ | |
03D37FDA22145487005A146F /* es.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD722145487005A146F /* es.json */; }; | ||
03D37FDB22145487005A146F /* fr.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD822145487005A146F /* fr.json */; }; | ||
03D37FDC22145487005A146F /* fr.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD822145487005A146F /* fr.json */; }; | ||
03D3DAC4221F286700BDA52F /* pl.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D3DAC3221F286700BDA52F /* pl.json */; }; | ||
03D3DAC5221F286D00BDA52F /* pl.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D3DAC3221F286700BDA52F /* pl.json */; }; | ||
03E8730C2165013C002B469B /* DownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E8730B2165013C002B469B /* DownloadManager.swift */; }; | ||
03E8730F216501ED002B469B /* AsynchronousOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E8730E216501ED002B469B /* AsynchronousOperation.swift */; }; | ||
03E8731021662AEB002B469B /* DownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E8730B2165013C002B469B /* DownloadManager.swift */; }; | ||
|
@@ -115,6 +117,7 @@ | |
03A2CB9B216BA9AF0061E8E8 /* VideoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoManager.swift; sourceTree = "<group>"; }; | ||
03D37FD722145487005A146F /* es.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = es.json; sourceTree = "<group>"; }; | ||
03D37FD822145487005A146F /* fr.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = fr.json; sourceTree = "<group>"; }; | ||
03D3DAC3221F286700BDA52F /* pl.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = pl.json; sourceTree = "<group>"; }; | ||
03E8730B2165013C002B469B /* DownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadManager.swift; sourceTree = "<group>"; }; | ||
03E8730E216501ED002B469B /* AsynchronousOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsynchronousOperation.swift; sourceTree = "<group>"; }; | ||
03E8731221675FE0002B469B /* TimeManagement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeManagement.swift; sourceTree = "<group>"; }; | ||
|
@@ -190,6 +193,7 @@ | |
033192DF217B77E90073B580 /* Community */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
03D3DAC3221F286700BDA52F /* pl.json */, | ||
03D37FD722145487005A146F /* es.json */, | ||
03D37FD822145487005A146F /* fr.json */, | ||
033192E0217B78240073B580 /* en.json */, | ||
|
@@ -513,6 +517,7 @@ | |
0369985E2196129C00E359D3 /* missingvideos.json in Resources */, | ||
033D62B0216CAE2C00F3AF83 /* icon-night-dark.pdf in Resources */, | ||
0395835621807D1F008E8F9C /* thumbnail.png in Resources */, | ||
03D3DAC5221F286D00BDA52F /* pl.json in Resources */, | ||
FAC36F481BE1756D007F2A20 /* Assets.xcassets in Resources */, | ||
033D62AC216CADCD00F3AF83 /* icon-day-dark.pdf in Resources */, | ||
FAC36F4A1BE1756D007F2A20 /* MainMenu.xib in Resources */, | ||
|
@@ -538,6 +543,7 @@ | |
FAC36F531BE1756D007F2A20 /* PreferencesWindow.xib in Resources */, | ||
03D37FDB22145487005A146F /* fr.json in Resources */, | ||
FAC36F4D1BE1756D007F2A20 /* icon-day.pdf in Resources */, | ||
03D3DAC4221F286700BDA52F /* pl.json in Resources */, | ||
033D62AB216CADCD00F3AF83 /* icon-day-dark.pdf in Resources */, | ||
0395835321807D1F008E8F9C /* [email protected] in Resources */, | ||
0395835521807D1F008E8F9C /* thumbnail.png in Resources */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters