|
16 | 16 | FA68567A174CD862001C8F42 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FA685679174CD862001C8F42 /* Default.png */; };
|
17 | 17 | FA68567C174CD862001C8F42 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA68567B174CD862001C8F42 /* Default@2x.png */; };
|
18 | 18 | FA68567E174CD862001C8F42 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA68567D174CD862001C8F42 /* Default-568h@2x.png */; };
|
| 19 | + FA685687174CD870001C8F42 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FA685686174CD870001C8F42 /* RootViewController.m */; }; |
19 | 20 | /* End PBXBuildFile section */
|
20 | 21 |
|
21 | 22 | /* Begin PBXFileReference section */
|
|
32 | 33 | FA685679174CD862001C8F42 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
33 | 34 | FA68567B174CD862001C8F42 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
34 | 35 | FA68567D174CD862001C8F42 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
| 36 | + FA685685174CD870001C8F42 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; }; |
| 37 | + FA685686174CD870001C8F42 /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; }; |
35 | 38 | /* End PBXFileReference section */
|
36 | 39 |
|
37 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
|
78 | 81 | FA68566D174CD862001C8F42 /* WebAppWrapper */ = {
|
79 | 82 | isa = PBXGroup;
|
80 | 83 | children = (
|
| 84 | + FA685684174CD866001C8F42 /* View Controllers */, |
81 | 85 | FA685676174CD862001C8F42 /* AppDelegate.h */,
|
82 | 86 | FA685677174CD862001C8F42 /* AppDelegate.m */,
|
83 | 87 | FA68566E174CD862001C8F42 /* Supporting Files */,
|
|
99 | 103 | name = "Supporting Files";
|
100 | 104 | sourceTree = "<group>";
|
101 | 105 | };
|
| 106 | + FA685684174CD866001C8F42 /* View Controllers */ = { |
| 107 | + isa = PBXGroup; |
| 108 | + children = ( |
| 109 | + FA685685174CD870001C8F42 /* RootViewController.h */, |
| 110 | + FA685686174CD870001C8F42 /* RootViewController.m */, |
| 111 | + ); |
| 112 | + name = "View Controllers"; |
| 113 | + sourceTree = "<group>"; |
| 114 | + }; |
102 | 115 | /* End PBXGroup section */
|
103 | 116 |
|
104 | 117 | /* Begin PBXNativeTarget section */
|
|
166 | 179 | files = (
|
167 | 180 | FA685674174CD862001C8F42 /* main.m in Sources */,
|
168 | 181 | FA685678174CD862001C8F42 /* AppDelegate.m in Sources */,
|
| 182 | + FA685687174CD870001C8F42 /* RootViewController.m in Sources */, |
169 | 183 | );
|
170 | 184 | runOnlyForDeploymentPostprocessing = 0;
|
171 | 185 | };
|
|
0 commit comments