|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - F911CD821E969C5C00ACF511 /* PPMain.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F911CD811E969C5C00ACF511 /* PPMain.storyboard */; }; |
11 | 10 | F911CD841E969CCF00ACF511 /* PPMenuContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F911CD831E969CCF00ACF511 /* PPMenuContainerViewController.swift */; }; |
12 | 11 | F911CD861E969D7D00ACF511 /* PPLeftMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F911CD851E969D7D00ACF511 /* PPLeftMenuViewController.swift */; }; |
13 | 12 | F911CD881E969E0600ACF511 /* PPLeftMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F911CD871E969E0600ACF511 /* PPLeftMenuItem.swift */; }; |
14 | 13 | F911CD8C1E96A0E600ACF511 /* PPLeftMenuTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F911CD8B1E96A0E600ACF511 /* PPLeftMenuTableViewCell.swift */; }; |
15 | 14 | F911CD981E96B16800ACF511 /* PPConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = F911CD971E96B16800ACF511 /* PPConstant.swift */; }; |
16 | 15 | F95DEF4E1E97F0B200289803 /* backGround@2x.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F95DEF4D1E97F0B200289803 /* backGround@2x.jpg */; }; |
17 | 16 | F96195011EA52FB8002B4CF8 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F96195001EA52FB8002B4CF8 /* Info.plist */; }; |
| 17 | + F96195251EA53A16002B4CF8 /* PPMain.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F96195241EA53A16002B4CF8 /* PPMain.storyboard */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */ |
21 | 21 | F911CD761E969C4900ACF511 /* PPLeftMenuNavigation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PPLeftMenuNavigation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | | - F911CD811E969C5C00ACF511 /* PPMain.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = PPMain.storyboard; path = ../../../../../Downloads/PPMain.storyboard; sourceTree = "<group>"; }; |
23 | 22 | F911CD831E969CCF00ACF511 /* PPMenuContainerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPMenuContainerViewController.swift; sourceTree = "<group>"; }; |
24 | 23 | F911CD851E969D7D00ACF511 /* PPLeftMenuViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPLeftMenuViewController.swift; sourceTree = "<group>"; }; |
25 | 24 | F911CD871E969E0600ACF511 /* PPLeftMenuItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPLeftMenuItem.swift; sourceTree = "<group>"; }; |
26 | 25 | F911CD8B1E96A0E600ACF511 /* PPLeftMenuTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPLeftMenuTableViewCell.swift; sourceTree = "<group>"; }; |
27 | 26 | F911CD971E96B16800ACF511 /* PPConstant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPConstant.swift; sourceTree = "<group>"; }; |
28 | 27 | F95DEF4D1E97F0B200289803 /* backGround@2x.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "backGround@2x.jpg"; sourceTree = "<group>"; }; |
29 | 28 | F96195001EA52FB8002B4CF8 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 29 | + F96195241EA53A16002B4CF8 /* PPMain.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PPMain.storyboard; sourceTree = "<group>"; }; |
30 | 30 | /* End PBXFileReference section */ |
31 | 31 |
|
32 | 32 | /* Begin PBXFrameworksBuildPhase section */ |
|
59 | 59 | F911CD781E969C4900ACF511 /* PPLeftMenuNavigation */ = { |
60 | 60 | isa = PBXGroup; |
61 | 61 | children = ( |
| 62 | + F96195241EA53A16002B4CF8 /* PPMain.storyboard */, |
62 | 63 | F95DEF4D1E97F0B200289803 /* backGround@2x.jpg */, |
63 | 64 | F911CD971E96B16800ACF511 /* PPConstant.swift */, |
64 | 65 | F911CD831E969CCF00ACF511 /* PPMenuContainerViewController.swift */, |
65 | 66 | F911CD8B1E96A0E600ACF511 /* PPLeftMenuTableViewCell.swift */, |
66 | 67 | F911CD871E969E0600ACF511 /* PPLeftMenuItem.swift */, |
67 | 68 | F911CD851E969D7D00ACF511 /* PPLeftMenuViewController.swift */, |
68 | | - F911CD811E969C5C00ACF511 /* PPMain.storyboard */, |
69 | 69 | F96195001EA52FB8002B4CF8 /* Info.plist */, |
70 | 70 | F911CD771E969C4900ACF511 /* Products */, |
71 | 71 | ); |
|
143 | 143 | buildActionMask = 2147483647; |
144 | 144 | files = ( |
145 | 145 | F95DEF4E1E97F0B200289803 /* backGround@2x.jpg in Resources */, |
146 | | - F911CD821E969C5C00ACF511 /* PPMain.storyboard in Resources */, |
| 146 | + F96195251EA53A16002B4CF8 /* PPMain.storyboard in Resources */, |
147 | 147 | F96195011EA52FB8002B4CF8 /* Info.plist in Resources */, |
148 | 148 | ); |
149 | 149 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments