|
11 | 11 | 2C1E9EA314099B4600C5C30E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C1E9EA214099B4600C5C30E /* Foundation.framework */; }; |
12 | 12 | 2C1E9EA914099B4600C5C30E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2C1E9EA714099B4600C5C30E /* InfoPlist.strings */; }; |
13 | 13 | 2C1E9EAB14099B4600C5C30E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C1E9EAA14099B4600C5C30E /* main.m */; }; |
14 | | - 2C1E9EAF14099B4600C5C30E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C1E9EAE14099B4600C5C30E /* AppDelegate.m */; }; |
15 | 14 | 2C1E9EB814099BC900C5C30E /* WebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C1E9EB714099BC900C5C30E /* WebViewJavascriptBridge.m */; }; |
| 15 | + 2C6D2131143017AF0069FA34 /* ExampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C6D2130143017AF0069FA34 /* ExampleAppDelegate.m */; }; |
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */ |
|
23 | 23 | 2C1E9EA814099B4600C5C30E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
24 | 24 | 2C1E9EAA14099B4600C5C30E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
25 | 25 | 2C1E9EAC14099B4600C5C30E /* WebViewJavascriptBridge-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WebViewJavascriptBridge-Prefix.pch"; sourceTree = "<group>"; }; |
26 | | - 2C1E9EAD14099B4600C5C30E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
27 | | - 2C1E9EAE14099B4600C5C30E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
28 | 26 | 2C1E9EB614099BC900C5C30E /* WebViewJavascriptBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebViewJavascriptBridge.h; path = Classes/WebViewJavascriptBridge.h; sourceTree = "<group>"; }; |
29 | 27 | 2C1E9EB714099BC900C5C30E /* WebViewJavascriptBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WebViewJavascriptBridge.m; path = Classes/WebViewJavascriptBridge.m; sourceTree = "<group>"; }; |
| 28 | + 2C6D212F143017AF0069FA34 /* ExampleAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleAppDelegate.h; sourceTree = "<group>"; }; |
| 29 | + 2C6D2130143017AF0069FA34 /* ExampleAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExampleAppDelegate.m; sourceTree = "<group>"; }; |
30 | 30 | /* End PBXFileReference section */ |
31 | 31 |
|
32 | 32 | /* Begin PBXFrameworksBuildPhase section */ |
|
71 | 71 | 2C1E9EA414099B4600C5C30E /* WebViewJavascriptBridge */ = { |
72 | 72 | isa = PBXGroup; |
73 | 73 | children = ( |
74 | | - 2C1E9EAD14099B4600C5C30E /* AppDelegate.h */, |
75 | | - 2C1E9EAE14099B4600C5C30E /* AppDelegate.m */, |
| 74 | + 2C6D212F143017AF0069FA34 /* ExampleAppDelegate.h */, |
| 75 | + 2C6D2130143017AF0069FA34 /* ExampleAppDelegate.m */, |
76 | 76 | 2C1E9EB514099B4E00C5C30E /* Classes */, |
77 | 77 | 2C1E9EA514099B4600C5C30E /* Supporting Files */, |
78 | 78 | ); |
|
162 | 162 | buildActionMask = 2147483647; |
163 | 163 | files = ( |
164 | 164 | 2C1E9EAB14099B4600C5C30E /* main.m in Sources */, |
165 | | - 2C1E9EAF14099B4600C5C30E /* AppDelegate.m in Sources */, |
166 | 165 | 2C1E9EB814099BC900C5C30E /* WebViewJavascriptBridge.m in Sources */, |
| 166 | + 2C6D2131143017AF0069FA34 /* ExampleAppDelegate.m in Sources */, |
167 | 167 | ); |
168 | 168 | runOnlyForDeploymentPostprocessing = 0; |
169 | 169 | }; |
|
0 commit comments