|
19 | 19 | C541197916DF5BB9004892E9 /* NSDate+Sharp.m in Sources */ = {isa = PBXBuildFile; fileRef = C541197816DF5BB9004892E9 /* NSDate+Sharp.m */; };
|
20 | 20 | C541197C16DF6443004892E9 /* UIScrollView+Sharp.m in Sources */ = {isa = PBXBuildFile; fileRef = C541197B16DF6443004892E9 /* UIScrollView+Sharp.m */; };
|
21 | 21 | C541197F16DF9764004892E9 /* NSArray+Sharp.m in Sources */ = {isa = PBXBuildFile; fileRef = C541197E16DF9764004892E9 /* NSArray+Sharp.m */; };
|
| 22 | + C541198216E0FE97004892E9 /* NSDictionary+Sharp.m in Sources */ = {isa = PBXBuildFile; fileRef = C541198116E0FE97004892E9 /* NSDictionary+Sharp.m */; }; |
| 23 | + C541198516E1007B004892E9 /* NSObject+Sharp.m in Sources */ = {isa = PBXBuildFile; fileRef = C541198416E1007B004892E9 /* NSObject+Sharp.m */; }; |
22 | 24 | /* End PBXBuildFile section */
|
23 | 25 |
|
24 | 26 | /* Begin PBXFileReference section */
|
|
41 | 43 | C541197B16DF6443004892E9 /* UIScrollView+Sharp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+Sharp.m"; path = "Categories/UIScrollView+Sharp.m"; sourceTree = "<group>"; };
|
42 | 44 | C541197D16DF9764004892E9 /* NSArray+Sharp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSArray+Sharp.h"; path = "Categories/NSArray+Sharp.h"; sourceTree = "<group>"; };
|
43 | 45 | C541197E16DF9764004892E9 /* NSArray+Sharp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSArray+Sharp.m"; path = "Categories/NSArray+Sharp.m"; sourceTree = "<group>"; };
|
| 46 | + C541198016E0FE97004892E9 /* NSDictionary+Sharp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Sharp.h"; path = "Categories/NSDictionary+Sharp.h"; sourceTree = "<group>"; }; |
| 47 | + C541198116E0FE97004892E9 /* NSDictionary+Sharp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Sharp.m"; path = "Categories/NSDictionary+Sharp.m"; sourceTree = "<group>"; }; |
| 48 | + C541198316E1007B004892E9 /* NSObject+Sharp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSObject+Sharp.h"; path = "Categories/NSObject+Sharp.h"; sourceTree = "<group>"; }; |
| 49 | + C541198416E1007B004892E9 /* NSObject+Sharp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSObject+Sharp.m"; path = "Categories/NSObject+Sharp.m"; sourceTree = "<group>"; }; |
44 | 50 | /* End PBXFileReference section */
|
45 | 51 |
|
46 | 52 | /* Begin PBXFrameworksBuildPhase section */
|
|
118 | 124 | C541197B16DF6443004892E9 /* UIScrollView+Sharp.m */,
|
119 | 125 | C541197D16DF9764004892E9 /* NSArray+Sharp.h */,
|
120 | 126 | C541197E16DF9764004892E9 /* NSArray+Sharp.m */,
|
| 127 | + C541198016E0FE97004892E9 /* NSDictionary+Sharp.h */, |
| 128 | + C541198116E0FE97004892E9 /* NSDictionary+Sharp.m */, |
| 129 | + C541198316E1007B004892E9 /* NSObject+Sharp.h */, |
| 130 | + C541198416E1007B004892E9 /* NSObject+Sharp.m */, |
121 | 131 | );
|
122 | 132 | name = Categories;
|
123 | 133 | sourceTree = "<group>";
|
|
192 | 202 | C541197916DF5BB9004892E9 /* NSDate+Sharp.m in Sources */,
|
193 | 203 | C541197C16DF6443004892E9 /* UIScrollView+Sharp.m in Sources */,
|
194 | 204 | C541197F16DF9764004892E9 /* NSArray+Sharp.m in Sources */,
|
| 205 | + C541198216E0FE97004892E9 /* NSDictionary+Sharp.m in Sources */, |
| 206 | + C541198516E1007B004892E9 /* NSObject+Sharp.m in Sources */, |
195 | 207 | );
|
196 | 208 | runOnlyForDeploymentPostprocessing = 0;
|
197 | 209 | };
|
|
0 commit comments