|
15 | 15 | BAE3D6A11BA536A4002F9581 /* JSInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE3D69F1BA536A4002F9581 /* JSInterface.swift */; settings = {ASSET_TAGS = (); }; }; |
16 | 16 | BAE3D6A21BA536A4002F9581 /* KWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE3D6A01BA536A4002F9581 /* KWebView.swift */; settings = {ASSET_TAGS = (); }; }; |
17 | 17 | 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 */; }; |
18 | 19 | /* End PBXBuildFile section */ |
19 | 20 |
|
20 | 21 | /* Begin PBXFileReference section */ |
|
28 | 29 | BAE3D69F1BA536A4002F9581 /* JSInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSInterface.swift; sourceTree = "<group>"; }; |
29 | 30 | BAE3D6A01BA536A4002F9581 /* KWebView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KWebView.swift; sourceTree = "<group>"; }; |
30 | 31 | 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; }; |
31 | 33 | /* End PBXFileReference section */ |
32 | 34 |
|
33 | 35 | /* Begin PBXFrameworksBuildPhase section */ |
34 | 36 | BAE3D6871BA53660002F9581 /* Frameworks */ = { |
35 | 37 | isa = PBXFrameworksBuildPhase; |
36 | 38 | buildActionMask = 2147483647; |
37 | 39 | files = ( |
| 40 | + BAE3D6A61BA538FC002F9581 /* JavaScriptCore.framework in Frameworks */, |
38 | 41 | ); |
39 | 42 | runOnlyForDeploymentPostprocessing = 0; |
40 | 43 | }; |
|
44 | 47 | BAE3D6811BA53660002F9581 = { |
45 | 48 | isa = PBXGroup; |
46 | 49 | children = ( |
| 50 | + BAE3D6A51BA538FC002F9581 /* JavaScriptCore.framework */, |
47 | 51 | BAE3D68C1BA53660002F9581 /* JavaScriptInterfaceDemo */, |
48 | 52 | BAE3D68B1BA53660002F9581 /* Products */, |
49 | 53 | ); |
|
0 commit comments