Skip to content

Commit c565c36

Browse files
committed
Add content.js to Xcode project build
1 parent 2c1bc70 commit c565c36

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CF Cache Status/CF Cache Status.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
5B0588C82F084F880004883F /* content.js in Resources */ = {isa = PBXBuildFile; fileRef = 5B0588C72F084F880004883F /* content.js */; };
1011
5B8F9F0D2F07E4C50092E4D0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8F9F0C2F07E4C50092E4D0 /* AppDelegate.swift */; };
1112
5B8F9F112F07E4C50092E4D0 /* Main.html in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F0F2F07E4C50092E4D0 /* Main.html */; };
1213
5B8F9F132F07E4C50092E4D0 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B8F9F122F07E4C50092E4D0 /* Icon.png */; };
@@ -50,6 +51,7 @@
5051
/* End PBXCopyFilesBuildPhase section */
5152

5253
/* Begin PBXFileReference section */
54+
5B0588C72F084F880004883F /* content.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = content.js; sourceTree = "<group>"; };
5355
5B8F9F092F07E4C50092E4D0 /* CF Cache Status.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CF Cache Status.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5456
5B8F9F0C2F07E4C50092E4D0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5557
5B8F9F102F07E4C50092E4D0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = Base; path = Base.lproj/Main.html; sourceTree = "<group>"; };
@@ -123,6 +125,7 @@
123125
5B8F9F0E2F07E4C50092E4D0 /* Resources */ = {
124126
isa = PBXGroup;
125127
children = (
128+
5B0588C72F084F880004883F /* content.js */,
126129
5B8F9F0F2F07E4C50092E4D0 /* Main.html */,
127130
5B8F9F122F07E4C50092E4D0 /* Icon.png */,
128131
5B8F9F142F07E4C50092E4D0 /* Style.css */,
@@ -259,6 +262,7 @@
259262
5B8F9F412F07E4C70092E4D0 /* popup.css in Resources */,
260263
5B8F9F402F07E4C70092E4D0 /* manifest.json in Resources */,
261264
5B8F9F3D2F07E4C70092E4D0 /* background.js in Resources */,
265+
5B0588C82F084F880004883F /* content.js in Resources */,
262266
5B8F9F3C2F07E4C70092E4D0 /* popup.js in Resources */,
263267
);
264268
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)