Commit cb25df3d authored by wuxuzhao's avatar wuxuzhao

111

parent bb0fd473
# Xcode
#
build/
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
#忽略.DS_Store
.DS_Store
*/.DS_Store
*/*/.DS_Store
*/*/*/.DS_Store
# fastlane
/*/fastlane
# CocoaPods
Pods
!Podfile
Podfile.lock
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/
\ No newline at end of file
...@@ -432,7 +432,7 @@ ...@@ -432,7 +432,7 @@
998A9F81F5EE3906A049D39803722E11 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = "<group>"; }; 998A9F81F5EE3906A049D39803722E11 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = "<group>"; };
9A50A8A4D284DA0DD8FF05E9CF2DE410 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = "<group>"; }; 9A50A8A4D284DA0DD8FF05E9CF2DE410 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = "<group>"; };
9C80F5B0DFFF7DB760CF76846E3695F3 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = "<group>"; }; 9C80F5B0DFFF7DB760CF76846E3695F3 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = "<group>"; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9DDE9C359ADA7EFCD6A6B8C14E5F8933 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = "<group>"; }; 9DDE9C359ADA7EFCD6A6B8C14E5F8933 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = "<group>"; };
9E2DBAE59AE63422E30CA4AE83595D0F /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = "<group>"; }; 9E2DBAE59AE63422E30CA4AE83595D0F /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = "<group>"; };
9EDC9BC55AEFD10071C6A34071DFF8C6 /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = "<group>"; }; 9EDC9BC55AEFD10071C6A34071DFF8C6 /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = "<group>"; };
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
F09B55B71E593605F621A11F8236FB38 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = "<group>"; }; F09B55B71E593605F621A11F8236FB38 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = "<group>"; };
F329551DB171683B402D860454510805 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = "<group>"; }; F329551DB171683B402D860454510805 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = "<group>"; };
F375BC2C388F07227669F52E25119652 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = "<group>"; }; F375BC2C388F07227669F52E25119652 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = "<group>"; };
F39F42D6FF7A5E91D24ED4AA59D8B85E /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = "<group>"; }; F39F42D6FF7A5E91D24ED4AA59D8B85E /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = ../../AFNetworking.h; sourceTree = "<group>"; };
F5C5C25BD13E3DBBFD3439674898E35D /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = "<group>"; }; F5C5C25BD13E3DBBFD3439674898E35D /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = "<group>"; };
F706DE2410614B2383C44FEEE78D9781 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = "<group>"; }; F706DE2410614B2383C44FEEE78D9781 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = "<group>"; };
F86EAA60943AE3D6C7E8797C60A9359E /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = "<group>"; }; F86EAA60943AE3D6C7E8797C60A9359E /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = "<group>"; };
...@@ -633,7 +633,6 @@ ...@@ -633,7 +633,6 @@
51A43F269CC4A0C292D1DBD5C0243FF6 /* Support Files */, 51A43F269CC4A0C292D1DBD5C0243FF6 /* Support Files */,
8BE032E81BD6544EE36FC4BAD6DFC530 /* UIKit */, 8BE032E81BD6544EE36FC4BAD6DFC530 /* UIKit */,
); );
name = AFNetworking;
path = AFNetworking; path = AFNetworking;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
...@@ -744,7 +743,6 @@ ...@@ -744,7 +743,6 @@
2CF6F66FAFC027462A7F5881F6EB4D4F /* NSString+MJExtension.m */, 2CF6F66FAFC027462A7F5881F6EB4D4F /* NSString+MJExtension.m */,
B75190F11A164B5AF7D6A27E1F19AD9F /* Support Files */, B75190F11A164B5AF7D6A27E1F19AD9F /* Support Files */,
); );
name = MJExtension;
path = MJExtension; path = MJExtension;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
...@@ -945,7 +943,6 @@ ...@@ -945,7 +943,6 @@
BEC886F26531CDD4DA0116AC5B005189 /* ViewController+MASAdditions.m */, BEC886F26531CDD4DA0116AC5B005189 /* ViewController+MASAdditions.m */,
7F2AAB94E3DD416F67FD0F4246308ECC /* Support Files */, 7F2AAB94E3DD416F67FD0F4246308ECC /* Support Files */,
); );
name = Masonry;
path = Masonry; path = Masonry;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
...@@ -973,7 +970,6 @@ ...@@ -973,7 +970,6 @@
C47363869872798101603E36F03DE3DD /* Core */, C47363869872798101603E36F03DE3DD /* Core */,
BFD18E369231665789F929CBD53E2B14 /* Support Files */, BFD18E369231665789F929CBD53E2B14 /* Support Files */,
); );
name = SDWebImage;
path = SDWebImage; path = SDWebImage;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
......
...@@ -7,27 +7,27 @@ ...@@ -7,27 +7,27 @@
<key>AFNetworking.xcscheme_^#shared#^_</key> <key>AFNetworking.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>4</integer> <integer>3</integer>
</dict> </dict>
<key>MJExtension.xcscheme_^#shared#^_</key> <key>MJExtension.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>2</integer> <integer>5</integer>
</dict> </dict>
<key>Masonry.xcscheme_^#shared#^_</key> <key>Masonry.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>5</integer> <integer>2</integer>
</dict> </dict>
<key>Pods-SocialCircle.xcscheme_^#shared#^_</key> <key>Pods-SocialCircle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>3</integer> <integer>0</integer>
</dict> </dict>
<key>SDWebImage.xcscheme_^#shared#^_</key> <key>SDWebImage.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>1</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
188029542B8C7A65006963DD /* AFNetworking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = Pods/AFNetworking/../../AFNetworking.h; sourceTree = "<group>"; };
34BB7C058C3DCABC9A6D7019 /* libPods-SocialCircle.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SocialCircle.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 34BB7C058C3DCABC9A6D7019 /* libPods-SocialCircle.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SocialCircle.a"; sourceTree = BUILT_PRODUCTS_DIR; };
946292E72B8590E100337DC5 /* SocialCircle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SocialCircle.app; sourceTree = BUILT_PRODUCTS_DIR; }; 946292E72B8590E100337DC5 /* SocialCircle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SocialCircle.app; sourceTree = BUILT_PRODUCTS_DIR; };
946292EA2B8590E100337DC5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 946292EA2B8590E100337DC5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
...@@ -114,6 +115,7 @@ ...@@ -114,6 +115,7 @@
60B215152228A8769BD3ED8E /* Frameworks */ = { 60B215152228A8769BD3ED8E /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
188029542B8C7A65006963DD /* AFNetworking.h */,
34BB7C058C3DCABC9A6D7019 /* libPods-SocialCircle.a */, 34BB7C058C3DCABC9A6D7019 /* libPods-SocialCircle.a */,
); );
name = Frameworks; name = Frameworks;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>SocialCircle.xcscheme_^#shared#^_</key> <key>SocialCircle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>4</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment