|
17 | 17 | 5B8F9F3F2F07E4C70092E4D0 /* popup.html in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F392F07E4C70092E4D0 /* popup.html */; }; |
18 | 18 | 5B8F9F402F07E4C70092E4D0 /* manifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F3A2F07E4C70092E4D0 /* manifest.json */; }; |
19 | 19 | 5B8F9F412F07E4C70092E4D0 /* popup.css in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F3B2F07E4C70092E4D0 /* popup.css */; }; |
| 20 | + 5BE2138C2F0AA848002951C1 /* constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 5BE2138B2F0AA848002951C1 /* constants.js */; }; |
20 | 21 | 5BSWIFTUI012F09A0000000001 /* CacheStatusApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */; }; |
21 | 22 | 5BSWIFTUI032F09A0000000001 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BSWIFTUI022F09A0000000001 /* ContentView.swift */; }; |
22 | 23 | /* End PBXBuildFile section */ |
|
59 | 60 | 5B8F9F392F07E4C70092E4D0 /* popup.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = popup.html; path = Resources/popup.html; sourceTree = "<group>"; }; |
60 | 61 | 5B8F9F3A2F07E4C70092E4D0 /* manifest.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = manifest.json; path = Resources/manifest.json; sourceTree = "<group>"; }; |
61 | 62 | 5B8F9F3B2F07E4C70092E4D0 /* popup.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; name = popup.css; path = Resources/popup.css; sourceTree = "<group>"; }; |
| 63 | + 5BE2138B2F0AA848002951C1 /* constants.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; name = constants.js; path = Resources/constants.js; sourceTree = "<group>"; }; |
62 | 64 | 5BSWIFTUI002F09A0000000001 /* CacheStatusApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CacheStatusApp.swift; sourceTree = "<group>"; }; |
63 | 65 | 5BSWIFTUI022F09A0000000001 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
64 | 66 | /* End PBXFileReference section */ |
|
123 | 125 | 5B8F9F352F07E4C70092E4D0 /* Resources */ = { |
124 | 126 | isa = PBXGroup; |
125 | 127 | children = ( |
| 128 | + 5BE2138B2F0AA848002951C1 /* constants.js */, |
126 | 129 | 5B0588C92F08CB540004883F /* content.js */, |
127 | 130 | 5B8F9F362F07E4C70092E4D0 /* popup.js */, |
128 | 131 | 5B8F9F372F07E4C70092E4D0 /* background.js */, |
|
233 | 236 | 5B8F9F3F2F07E4C70092E4D0 /* popup.html in Resources */, |
234 | 237 | 5B8F9F412F07E4C70092E4D0 /* popup.css in Resources */, |
235 | 238 | 5B8F9F402F07E4C70092E4D0 /* manifest.json in Resources */, |
| 239 | + 5BE2138C2F0AA848002951C1 /* constants.js in Resources */, |
236 | 240 | 5B8F9F3D2F07E4C70092E4D0 /* background.js in Resources */, |
237 | 241 | 5B0588CA2F08CB540004883F /* content.js in Resources */, |
238 | 242 | 5B8F9F3C2F07E4C70092E4D0 /* popup.js in Resources */, |
|
0 commit comments