Skip to content

Commit c1088b2

Browse files
suale-devKem
authored andcommitted
+ Add javascriptcore
1 parent 0395fa2 commit c1088b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

JavaScriptInterfaceDemo/JavaScriptInterfaceDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
BAE3D6A11BA536A4002F9581 /* JSInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE3D69F1BA536A4002F9581 /* JSInterface.swift */; settings = {ASSET_TAGS = (); }; };
1616
BAE3D6A21BA536A4002F9581 /* KWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE3D6A01BA536A4002F9581 /* KWebView.swift */; settings = {ASSET_TAGS = (); }; };
1717
BAE3D6A41BA5373D002F9581 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = BAE3D6A31BA5373D002F9581 /* index.html */; settings = {ASSET_TAGS = (); }; };
18+
BAE3D6A61BA538FC002F9581 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BAE3D6A51BA538FC002F9581 /* JavaScriptCore.framework */; };
1819
/* End PBXBuildFile section */
1920

2021
/* Begin PBXFileReference section */
@@ -28,13 +29,15 @@
2829
BAE3D69F1BA536A4002F9581 /* JSInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSInterface.swift; sourceTree = "<group>"; };
2930
BAE3D6A01BA536A4002F9581 /* KWebView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KWebView.swift; sourceTree = "<group>"; };
3031
BAE3D6A31BA5373D002F9581 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
32+
BAE3D6A51BA538FC002F9581 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
3133
/* End PBXFileReference section */
3234

3335
/* Begin PBXFrameworksBuildPhase section */
3436
BAE3D6871BA53660002F9581 /* Frameworks */ = {
3537
isa = PBXFrameworksBuildPhase;
3638
buildActionMask = 2147483647;
3739
files = (
40+
BAE3D6A61BA538FC002F9581 /* JavaScriptCore.framework in Frameworks */,
3841
);
3942
runOnlyForDeploymentPostprocessing = 0;
4043
};
@@ -44,6 +47,7 @@
4447
BAE3D6811BA53660002F9581 = {
4548
isa = PBXGroup;
4649
children = (
50+
BAE3D6A51BA538FC002F9581 /* JavaScriptCore.framework */,
4751
BAE3D68C1BA53660002F9581 /* JavaScriptInterfaceDemo */,
4852
BAE3D68B1BA53660002F9581 /* Products */,
4953
);

0 commit comments

Comments
 (0)