|
12 | 12 | 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; |
13 | 13 | 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; |
14 | 14 | 28D7ACF80DDB3853001CB0EB /* HudDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* HudDemoViewController.m */; }; |
| 15 | + 636F451117C34F0B0033D46B /* MBProgressHUD+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 636F451017C34F0B0033D46B /* MBProgressHUD+Additions.m */; }; |
15 | 16 | D21D40801611CF6C005FCE55 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D21D407F1611CF6C005FCE55 /* Default-568h@2x.png */; }; |
16 | 17 | D22F7D810F85241C00550BB3 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = D22F7D800F85241C00550BB3 /* MBProgressHUD.m */; }; |
17 | 18 | D277FDB311FC834200304321 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D277FDB211FC834200304321 /* Default.png */; }; |
|
35 | 36 | 28D7ACF70DDB3853001CB0EB /* HudDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HudDemoViewController.m; sourceTree = "<group>"; usesTabs = 1; }; |
36 | 37 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
37 | 38 | 32CA4F630368D1EE00C91783 /* HudDemo_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HudDemo_Prefix.pch; sourceTree = "<group>"; }; |
| 39 | + 636F450F17C34F0B0033D46B /* MBProgressHUD+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MBProgressHUD+Additions.h"; path = "../../MBProgressHUD+Additions.h"; sourceTree = "<group>"; }; |
| 40 | + 636F451017C34F0B0033D46B /* MBProgressHUD+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MBProgressHUD+Additions.m"; path = "../../MBProgressHUD+Additions.m"; sourceTree = "<group>"; }; |
38 | 41 | 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
39 | 42 | D21D407F1611CF6C005FCE55 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Images/Default-568h@2x.png"; sourceTree = "<group>"; }; |
40 | 43 | D22F7D7F0F85241C00550BB3 /* MBProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = ../MBProgressHUD.h; sourceTree = SOURCE_ROOT; }; |
|
67 | 70 | 080E96DDFE201D6D7F000001 /* Classes */ = { |
68 | 71 | isa = PBXGroup; |
69 | 72 | children = ( |
| 73 | + 636F450F17C34F0B0033D46B /* MBProgressHUD+Additions.h */, |
| 74 | + 636F451017C34F0B0033D46B /* MBProgressHUD+Additions.m */, |
70 | 75 | D22F7D7F0F85241C00550BB3 /* MBProgressHUD.h */, |
71 | 76 | D22F7D800F85241C00550BB3 /* MBProgressHUD.m */, |
72 | 77 | 1D3623240D0F684500981E51 /* HudDemoAppDelegate.h */, |
|
226 | 231 | 1D3623260D0F684500981E51 /* HudDemoAppDelegate.m in Sources */, |
227 | 232 | 28D7ACF80DDB3853001CB0EB /* HudDemoViewController.m in Sources */, |
228 | 233 | D22F7D810F85241C00550BB3 /* MBProgressHUD.m in Sources */, |
| 234 | + 636F451117C34F0B0033D46B /* MBProgressHUD+Additions.m in Sources */, |
229 | 235 | ); |
230 | 236 | runOnlyForDeploymentPostprocessing = 0; |
231 | 237 | }; |
|
0 commit comments