|
10 | 10 | 476658D2A46286BC3170742D /* Pods_NicoDownloaderTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2992436EA5924EDB8CFAADF /* Pods_NicoDownloaderTests.framework */; };
|
11 | 11 | 572B875C1E332A79008BC5AE /* ProgressViewController+Tableview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572B875B1E332A79008BC5AE /* ProgressViewController+Tableview.swift */; };
|
12 | 12 | 572B875E1E332AB3008BC5AE /* ProgressViewController+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572B875D1E332AB3008BC5AE /* ProgressViewController+Download.swift */; };
|
| 13 | + 573B9A0D1E3DC755001C4F5D /* PowerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 573B9A0C1E3DC755001C4F5D /* PowerManager.swift */; }; |
13 | 14 | 575D45CB1E3093B000F9E623 /* ProgressTableCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575D45CA1E3093B000F9E623 /* ProgressTableCellView.swift */; };
|
14 | 15 | 575D45D11E30A80F00F9E623 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575D45D01E30A80F00F9E623 /* Item.swift */; };
|
15 | 16 | 5784FDBB1E3075AC004BD160 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5784FDBA1E3075AC004BD160 /* AppDelegate.swift */; };
|
|
37 | 38 | /* Begin PBXFileReference section */
|
38 | 39 | 572B875B1E332A79008BC5AE /* ProgressViewController+Tableview.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "ProgressViewController+Tableview.swift"; path = "NicoDownloader/Extensions/ProgressViewController+Tableview.swift"; sourceTree = SOURCE_ROOT; };
|
39 | 40 | 572B875D1E332AB3008BC5AE /* ProgressViewController+Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "ProgressViewController+Download.swift"; path = "NicoDownloader/Extensions/ProgressViewController+Download.swift"; sourceTree = SOURCE_ROOT; };
|
| 41 | + 573B9A0C1E3DC755001C4F5D /* PowerManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PowerManager.swift; sourceTree = "<group>"; }; |
40 | 42 | 575D45CA1E3093B000F9E623 /* ProgressTableCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgressTableCellView.swift; sourceTree = "<group>"; };
|
41 | 43 | 575D45D01E30A80F00F9E623 /* Item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Item.swift; path = Models/Item.swift; sourceTree = "<group>"; };
|
42 | 44 | 5784FDB71E3075AB004BD160 /* NicoDownloader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NicoDownloader.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
89 | 91 | name = Frameworks;
|
90 | 92 | sourceTree = "<group>";
|
91 | 93 | };
|
| 94 | + 573B9A0A1E3DC731001C4F5D /* Utils */ = { |
| 95 | + isa = PBXGroup; |
| 96 | + children = ( |
| 97 | + 573B9A0C1E3DC755001C4F5D /* PowerManager.swift */, |
| 98 | + ); |
| 99 | + path = Utils; |
| 100 | + sourceTree = "<group>"; |
| 101 | + }; |
92 | 102 | 575D45CC1E30A6A500F9E623 /* ViewControllers */ = {
|
93 | 103 | isa = PBXGroup;
|
94 | 104 | children = (
|
|
138 | 148 | 5784FDB91E3075AB004BD160 /* NicoDownloader */ = {
|
139 | 149 | isa = PBXGroup;
|
140 | 150 | children = (
|
| 151 | + 573B9A0A1E3DC731001C4F5D /* Utils */, |
141 | 152 | 57F30F721E30E6DC00BB2445 /* Extensions */,
|
142 | 153 | 575D45CF1E30A76A00F9E623 /* Models */,
|
143 | 154 | 575D45CD1E30A6F900F9E623 /* UI */,
|
|
388 | 399 | 572B875C1E332A79008BC5AE /* ProgressViewController+Tableview.swift in Sources */,
|
389 | 400 | 575D45D11E30A80F00F9E623 /* Item.swift in Sources */,
|
390 | 401 | 5784FDD81E307B49004BD160 /* ProgressViewController.swift in Sources */,
|
| 402 | + 573B9A0D1E3DC755001C4F5D /* PowerManager.swift in Sources */, |
391 | 403 | 57F30F741E30E72D00BB2445 /* Date+XMLPubDate.swift in Sources */,
|
392 | 404 | 5784FDBD1E3075AC004BD160 /* ViewController.swift in Sources */,
|
393 | 405 | 575D45CB1E3093B000F9E623 /* ProgressTableCellView.swift in Sources */,
|
|
0 commit comments