|
15 | 15 | 922B3C051C435C0D0001A162 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 922B3C031C435C0D0001A162 /* LaunchScreen.storyboard */; };
|
16 | 16 | 922B3C101C435C0D0001A162 /* HWPopToolTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 922B3C0F1C435C0D0001A162 /* HWPopToolTests.m */; };
|
17 | 17 | 922B3C1B1C435C0D0001A162 /* HWPopToolUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 922B3C1A1C435C0D0001A162 /* HWPopToolUITests.m */; };
|
| 18 | + 922B3C2C1C435CD20001A162 /* HWPopTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 922B3C2B1C435CD20001A162 /* HWPopTool.m */; }; |
| 19 | + 922B3C301C437DAE0001A162 /* jei.png in Resources */ = {isa = PBXBuildFile; fileRef = 922B3C2F1C437DAE0001A162 /* jei.png */; }; |
| 20 | + 922B3C321C437EB70001A162 /* red_packge_close.png in Resources */ = {isa = PBXBuildFile; fileRef = 922B3C311C437EB70001A162 /* red_packge_close.png */; }; |
| 21 | + 922B3C351C4396AE0001A162 /* SecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 922B3C341C4396AE0001A162 /* SecondViewController.m */; }; |
18 | 22 | /* End PBXBuildFile section */
|
19 | 23 |
|
20 | 24 | /* Begin PBXContainerItemProxy section */
|
|
51 | 55 | 922B3C161C435C0D0001A162 /* HWPopToolUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HWPopToolUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 56 | 922B3C1A1C435C0D0001A162 /* HWPopToolUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HWPopToolUITests.m; sourceTree = "<group>"; };
|
53 | 57 | 922B3C1C1C435C0D0001A162 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 58 | + 922B3C2A1C435CD20001A162 /* HWPopTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HWPopTool.h; sourceTree = "<group>"; }; |
| 59 | + 922B3C2B1C435CD20001A162 /* HWPopTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HWPopTool.m; sourceTree = "<group>"; }; |
| 60 | + 922B3C2F1C437DAE0001A162 /* jei.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = jei.png; sourceTree = "<group>"; }; |
| 61 | + 922B3C311C437EB70001A162 /* red_packge_close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = red_packge_close.png; sourceTree = "<group>"; }; |
| 62 | + 922B3C331C4396AE0001A162 /* SecondViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = "<group>"; }; |
| 63 | + 922B3C341C4396AE0001A162 /* SecondViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = "<group>"; }; |
54 | 64 | /* End PBXFileReference section */
|
55 | 65 |
|
56 | 66 | /* Begin PBXFrameworksBuildPhase section */
|
|
101 | 111 | 922B3BF41C435C0D0001A162 /* HWPopTool */ = {
|
102 | 112 | isa = PBXGroup;
|
103 | 113 | children = (
|
| 114 | + 922B3C281C435C9E0001A162 /* HWPoTools */, |
104 | 115 | 922B3BF81C435C0D0001A162 /* AppDelegate.h */,
|
105 | 116 | 922B3BF91C435C0D0001A162 /* AppDelegate.m */,
|
106 | 117 | 922B3BFB1C435C0D0001A162 /* ViewController.h */,
|
107 | 118 | 922B3BFC1C435C0D0001A162 /* ViewController.m */,
|
| 119 | + 922B3C331C4396AE0001A162 /* SecondViewController.h */, |
| 120 | + 922B3C341C4396AE0001A162 /* SecondViewController.m */, |
108 | 121 | 922B3BFE1C435C0D0001A162 /* Main.storyboard */,
|
109 | 122 | 922B3C011C435C0D0001A162 /* Assets.xcassets */,
|
110 | 123 | 922B3C031C435C0D0001A162 /* LaunchScreen.storyboard */,
|
|
117 | 130 | 922B3BF51C435C0D0001A162 /* Supporting Files */ = {
|
118 | 131 | isa = PBXGroup;
|
119 | 132 | children = (
|
| 133 | + 922B3C311C437EB70001A162 /* red_packge_close.png */, |
| 134 | + 922B3C2F1C437DAE0001A162 /* jei.png */, |
120 | 135 | 922B3BF61C435C0D0001A162 /* main.m */,
|
121 | 136 | );
|
122 | 137 | name = "Supporting Files";
|
|
140 | 155 | path = HWPopToolUITests;
|
141 | 156 | sourceTree = "<group>";
|
142 | 157 | };
|
| 158 | + 922B3C281C435C9E0001A162 /* HWPoTools */ = { |
| 159 | + isa = PBXGroup; |
| 160 | + children = ( |
| 161 | + 922B3C2A1C435CD20001A162 /* HWPopTool.h */, |
| 162 | + 922B3C2B1C435CD20001A162 /* HWPopTool.m */, |
| 163 | + ); |
| 164 | + path = HWPoTools; |
| 165 | + sourceTree = "<group>"; |
| 166 | + }; |
143 | 167 | /* End PBXGroup section */
|
144 | 168 |
|
145 | 169 | /* Begin PBXNativeTarget section */
|
|
243 | 267 | isa = PBXResourcesBuildPhase;
|
244 | 268 | buildActionMask = 2147483647;
|
245 | 269 | files = (
|
| 270 | + 922B3C301C437DAE0001A162 /* jei.png in Resources */, |
246 | 271 | 922B3C051C435C0D0001A162 /* LaunchScreen.storyboard in Resources */,
|
| 272 | + 922B3C321C437EB70001A162 /* red_packge_close.png in Resources */, |
247 | 273 | 922B3C021C435C0D0001A162 /* Assets.xcassets in Resources */,
|
248 | 274 | 922B3C001C435C0D0001A162 /* Main.storyboard in Resources */,
|
249 | 275 | );
|
|
270 | 296 | isa = PBXSourcesBuildPhase;
|
271 | 297 | buildActionMask = 2147483647;
|
272 | 298 | files = (
|
| 299 | + 922B3C351C4396AE0001A162 /* SecondViewController.m in Sources */, |
273 | 300 | 922B3BFD1C435C0D0001A162 /* ViewController.m in Sources */,
|
274 | 301 | 922B3BFA1C435C0D0001A162 /* AppDelegate.m in Sources */,
|
| 302 | + 922B3C2C1C435CD20001A162 /* HWPopTool.m in Sources */, |
275 | 303 | 922B3BF71C435C0D0001A162 /* main.m in Sources */,
|
276 | 304 | );
|
277 | 305 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments