|
13 | 13 | FE52FF281B648EDD00703FB5 /* WSIndefiniteAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE52FF211B648EDD00703FB5 /* WSIndefiniteAnimationView.m */; };
|
14 | 14 | FE52FF291B648EDD00703FB5 /* WSProgressBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FE52FF221B648EDD00703FB5 /* WSProgressBundle.bundle */; };
|
15 | 15 | FE52FF2A1B648EDD00703FB5 /* WSProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = FE52FF241B648EDD00703FB5 /* WSProgressHUD.m */; };
|
| 16 | + FE52FF2E1B649B9300703FB5 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = FE52FF2B1B649B9300703FB5 /* LICENSE */; }; |
| 17 | + FE52FF2F1B649B9300703FB5 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = FE52FF2C1B649B9300703FB5 /* README.md */; }; |
| 18 | + FE52FF301B649B9300703FB5 /* WSProgressHUD.podspec in Resources */ = {isa = PBXBuildFile; fileRef = FE52FF2D1B649B9300703FB5 /* WSProgressHUD.podspec */; }; |
16 | 19 | FED429031B63E262002A5294 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FED428F21B63E262002A5294 /* AppDelegate.m */; };
|
17 | 20 | FED429061B63E262002A5294 /* image1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = FED428F71B63E262002A5294 /* image1.jpg */; };
|
18 | 21 | FED429071B63E262002A5294 /* image2.png in Resources */ = {isa = PBXBuildFile; fileRef = FED428F81B63E262002A5294 /* image2.png */; };
|
|
53 | 56 | FE52FF221B648EDD00703FB5 /* WSProgressBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = WSProgressBundle.bundle; sourceTree = "<group>"; };
|
54 | 57 | FE52FF231B648EDD00703FB5 /* WSProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSProgressHUD.h; sourceTree = "<group>"; };
|
55 | 58 | FE52FF241B648EDD00703FB5 /* WSProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WSProgressHUD.m; sourceTree = "<group>"; };
|
| 59 | + FE52FF2B1B649B9300703FB5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 60 | + FE52FF2C1B649B9300703FB5 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 61 | + FE52FF2D1B649B9300703FB5 /* WSProgressHUD.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = WSProgressHUD.podspec; path = ../WSProgressHUD.podspec; sourceTree = "<group>"; }; |
56 | 62 | FED428F11B63E262002A5294 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
57 | 63 | FED428F21B63E262002A5294 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
58 | 64 | FED428F41B63E262002A5294 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
|
147 | 153 | FEDB74921B593589003DDB79 = {
|
148 | 154 | isa = PBXGroup;
|
149 | 155 | children = (
|
| 156 | + FE52FF2B1B649B9300703FB5 /* LICENSE */, |
| 157 | + FE52FF2C1B649B9300703FB5 /* README.md */, |
| 158 | + FE52FF2D1B649B9300703FB5 /* WSProgressHUD.podspec */, |
150 | 159 | FE52FF171B648EDD00703FB5 /* WSProgressHUD */,
|
151 | 160 | FED428F01B63E262002A5294 /* WSProgressHUDDemo */,
|
152 | 161 | FEDB74B71B593589003DDB79 /* WSProgressHUDTests */,
|
|
264 | 273 | FED429261B63E2A0002A5294 /* LaunchScreen.xib in Resources */,
|
265 | 274 | FED429271B63E2A0002A5294 /* Main.storyboard in Resources */,
|
266 | 275 | FED429281B63E2A0002A5294 /* Info.plist in Resources */,
|
| 276 | + FE52FF2E1B649B9300703FB5 /* LICENSE in Resources */, |
| 277 | + FE52FF301B649B9300703FB5 /* WSProgressHUD.podspec in Resources */, |
267 | 278 | FED4290A1B63E262002A5294 /* Info.plist in Resources */,
|
268 | 279 | FED429071B63E262002A5294 /* image2.png in Resources */,
|
269 | 280 | FED429091B63E262002A5294 /* IMG_6584.png in Resources */,
|
|
295 | 306 | FED4290B1B63E262002A5294 /* main.m in Sources */,
|
296 | 307 | FE52FF271B648EDD00703FB5 /* MMMaterialDesignSpinner.m in Sources */,
|
297 | 308 | FE52FF281B648EDD00703FB5 /* WSIndefiniteAnimationView.m in Sources */,
|
| 309 | + FE52FF2F1B649B9300703FB5 /* README.md in Sources */, |
298 | 310 | FED4290C1B63E262002A5294 /* TabViewController1.m in Sources */,
|
299 | 311 | );
|
300 | 312 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments