diff --git a/.gitignore b/.gitignore index b06b216..eb61373 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,20 @@ -/VZ.xcworkspace/xcshareddata/VZ.xccheckout \ No newline at end of file +# Xcode +.DS_Store +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +!default.xcworkspace +xcuserdata +*.moved-aside +*.mobileprovision +DerivedData +.idea/ +# Pods - for those of you who use CocoaPods +Pods +Podfile.lock diff --git a/Podfile b/Podfile index 2fbbb50..34cc938 100644 --- a/Podfile +++ b/Podfile @@ -1,11 +1,10 @@ -platform :ios, "5.0" +platform :ios, "7.0" target 'VZ' do - pod 'AVOSCloud', :podspec => 'https://download.avoscloud.com/sdk/iOS/current/AVOSCloud.podspec' - pod 'AVOSCloudSNS', :podspec => 'https://download.avoscloud.com/sdk/iOS/current/AVOSCloudSNS.podspec' - - pod 'SIAlertView' - pod 'MMDrawerController' - + pod 'AVOSCloud', '3.0.3' + pod 'AVOSCloudSNS', '3.0.3' + pod 'SIAlertView', '1.3' + pod 'MMDrawerController', '0.6.0' + pod 'SDWebImage', '3.7.2' end diff --git a/README.md b/README.md index 0948060..89bf87c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ 微转是一个基于微博的数码设备平台, 客户端和后台全部基于AVOSCloud服务实现 -后台源码地址: [https://github.com/trawor/VZ_Server](https://github.com/trawor/VZ_Server) +![vz4](https://cloud.githubusercontent.com/assets/5022872/7332291/dda0b15c-eb6a-11e4-901a-b1e899382511.gif) + +后台源码地址: [https://github.com/avoscloud/VZ_Server](https://github.com/avoscloud/VZ_Server) AppStore地址: [https://itunes.apple.com/cn/app/wei-zhuan/id768074220?mt=8](https://itunes.apple.com/cn/app/wei-zhuan/id768074220?mt=8) @@ -16,14 +18,3 @@ AppStore地址: [https://itunes.apple.com/cn/app/wei-zhuan/id768074220?mt=8](htt 3. 用Xcode打开workspace文件编译并运行 ---- - -###部分截图: - -![image](http://a2.mzstatic.com/us/r30/Purple6/v4/21/41/90/21419003-2730-71c0-d9bb-383191acabd1/screen568x568.jpeg) - -![image](http://a5.mzstatic.com/us/r30/Purple/v4/83/b6/4a/83b64ae6-ed48-45e5-957c-09a925bb40e3/screen568x568.jpeg) - -![image](http://a1.mzstatic.com/us/r30/Purple6/v4/91/ed/ea/91edead0-707a-57e1-9168-279d621a4206/screen568x568.jpeg) - -![image](http://a2.mzstatic.com/us/r30/Purple/v4/4f/26/f8/4f26f8b8-dffd-becf-c6ef-bc3315214910/screen568x568.jpeg) - diff --git a/VZ.xcodeproj/project.pbxproj b/VZ.xcodeproj/project.pbxproj index 3a3df6c..e5bc4d8 100644 --- a/VZ.xcodeproj/project.pbxproj +++ b/VZ.xcodeproj/project.pbxproj @@ -1,661 +1,2248 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 1F043A16187C18CC00EFA890 /* VZWebViewC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F043A15187C18CC00EFA890 /* VZWebViewC.m */; }; - 1F0F989118385C2E000CE764 /* navBg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F0F989018385C2E000CE764 /* navBg@2x.png */; }; - 1F0F989418388E0E000CE764 /* VZCommentCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F0F989318388E0E000CE764 /* VZCommentCell.m */; }; - 1F0F98971838987C000CE764 /* chatBg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F0F98951838987C000CE764 /* chatBg@2x.png */; }; - 1F0F98981838987C000CE764 /* chatBg2@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F0F98961838987C000CE764 /* chatBg2@2x.png */; }; - 1F19022C18ACBC5E00BC5438 /* search.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F19022A18ACBC5E00BC5438 /* search.png */; }; - 1F19022D18ACBC5E00BC5438 /* search@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F19022B18ACBC5E00BC5438 /* search@2x.png */; }; - 1F19023018ACC66900BC5438 /* VZSearchBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F19022F18ACC66900BC5438 /* VZSearchBar.m */; }; - 1F19023318ACCEC000BC5438 /* searchClose.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F19023118ACCEC000BC5438 /* searchClose.png */; }; - 1F19023418ACCEC000BC5438 /* searchClose@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F19023218ACCEC000BC5438 /* searchClose@2x.png */; }; - 1F49C110188AB05300767851 /* VZFeedbackC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F49C10F188AB05300767851 /* VZFeedbackC.m */; }; - 1F4C5C121849B6ED00AB3696 /* VZNavC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F4C5C111849B6ED00AB3696 /* VZNavC.m */; }; - 1F664F8B182375A500DA43F1 /* VZPostViewC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F664F8A182375A500DA43F1 /* VZPostViewC.m */; }; - 1F7721F11812D3680080308A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F7721F01812D3680080308A /* Foundation.framework */; }; - 1F7721F31812D3680080308A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F7721F21812D3680080308A /* CoreGraphics.framework */; }; - 1F7721F51812D3680080308A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F7721F41812D3680080308A /* UIKit.framework */; }; - 1F7721FB1812D3680080308A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1F7721F91812D3680080308A /* InfoPlist.strings */; }; - 1F7721FD1812D3680080308A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7721FC1812D3680080308A /* main.m */; }; - 1F7722011812D3680080308A /* VZAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7722001812D3680080308A /* VZAppDelegate.m */; }; - 1F7722201812D6FC0080308A /* iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1F77221F1812D6FC0080308A /* iPhone.storyboard */; }; - 1F7722241812D7EA0080308A /* VZPostListC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7722231812D7EA0080308A /* VZPostListC.m */; }; - 1F772227181383350080308A /* VZMenuC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F772226181383350080308A /* VZMenuC.m */; }; - 1F7DFD9F1821F31500323B65 /* VZProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7DFD9E1821F31500323B65 /* VZProgressView.m */; }; - 1F80241118797A80005F4005 /* VZStatusListC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F80241018797A80005F4005 /* VZStatusListC.m */; }; - 1F8A64BE1838C73D00E825BC /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F8A64BD1838C73D00E825BC /* MapKit.framework */; }; - 1F94FF58183763C0001114B4 /* VZNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F94FF57183763C0001114B4 /* VZNavView.m */; }; - 1F94FF5A183781D5001114B4 /* arrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F94FF59183781D5001114B4 /* arrow@2x.png */; }; - 1F94FF5C183786BA001114B4 /* close@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F94FF5B183786BA001114B4 /* close@2x.png */; }; - 1FAACB231813DB5700BA19DC /* head@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB221813DB5700BA19DC /* head@2x.png */; }; - 1FAACB261813E13F00BA19DC /* near@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB241813E13F00BA19DC /* near@2x.png */; }; - 1FAACB271813E13F00BA19DC /* settings@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB251813E13F00BA19DC /* settings@2x.png */; }; - 1FAACB291813E17F00BA19DC /* pics@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB281813E17F00BA19DC /* pics@2x.png */; }; - 1FAACB2B1813E19700BA19DC /* all@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB2A1813E19700BA19DC /* all@2x.png */; }; - 1FAACB2D1813E1EA00BA19DC /* req@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB2C1813E1EA00BA19DC /* req@2x.png */; }; - 1FAACB2F1813E27B00BA19DC /* Dots@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FAACB2E1813E27B00BA19DC /* Dots@2x.png */; }; - 1FAACB331813E58200BA19DC /* VZM.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FAACB321813E58200BA19DC /* VZM.m */; }; - 1FC0819118252A13005CAFBB /* VZNearC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC0819018252A13005CAFBB /* VZNearC.m */; }; - 1FDA867A187926CA00DB536D /* spam.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDA8678187926CA00DB536D /* spam.png */; }; - 1FDA867B187926CA00DB536D /* spam@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDA8679187926CA00DB536D /* spam@2x.png */; }; - 1FDA86841879342800DB536D /* home@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDA86821879342800DB536D /* home@2x.png */; }; - 1FDA86851879342800DB536D /* home.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDA86831879342800DB536D /* home.png */; }; - 1FDD7527181BA4B400F490A3 /* VZPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FDD7526181BA4B400F490A3 /* VZPost.m */; }; - 1FDD752A181BAE0600F490A3 /* VZPostCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FDD7529181BAE0600F490A3 /* VZPostCell.m */; }; - 1FDD752C181CCC0700F490A3 /* bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDD752B181CCC0700F490A3 /* bg@2x.png */; }; - 1FDD752E181CCD6F00F490A3 /* bg2@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDD752D181CCD6F00F490A3 /* bg2@2x.png */; }; - 1FDD7530181CE30000F490A3 /* geo@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDD752F181CE30000F490A3 /* geo@2x.png */; }; - 1FDF3B11185441CC0069834B /* trash@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B0F185441CC0069834B /* trash@2x.png */; }; - 1FDF3B12185441CC0069834B /* trash.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B10185441CC0069834B /* trash.png */; }; - 1FDF3B151854434D0069834B /* map.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B131854434D0069834B /* map.png */; }; - 1FDF3B161854434D0069834B /* map@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B141854434D0069834B /* map@2x.png */; }; - 1FDF3B19185443D50069834B /* fav@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B17185443D50069834B /* fav@2x.png */; }; - 1FDF3B1A185443D50069834B /* fav.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B18185443D50069834B /* fav.png */; }; - 1FDF3B1D185444380069834B /* deal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B1B185444380069834B /* deal@2x.png */; }; - 1FDF3B1E185444380069834B /* deal.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FDF3B1C185444380069834B /* deal.png */; }; - 1FDF3B21185445450069834B /* VZPostActionC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FDF3B20185445450069834B /* VZPostActionC.m */; }; - 1FE18C55183C983E009E7938 /* VZStacView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FE18C54183C983E009E7938 /* VZStacView.m */; }; - 1FF2A341183B0D3500731771 /* VZSettingsC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FF2A340183B0D3500731771 /* VZSettingsC.m */; }; - 1FFC7EE8188BF79400C16B97 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFC7EE7188BF79400C16B97 /* Icon.png */; }; - 1FFC7EEA188BF79A00C16B97 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFC7EE9188BF79A00C16B97 /* Icon@2x.png */; }; - 1FFC7EEC188BF7B200C16B97 /* Icon-120@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFC7EEB188BF7B200C16B97 /* Icon-120@2x.png */; }; - 1FFC7EEF188BF7DD00C16B97 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFC7EED188BF7DD00C16B97 /* Default-568h@2x.png */; }; - 1FFC7EF0188BF7DD00C16B97 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FFC7EEE188BF7DD00C16B97 /* Default@2x.png */; }; - 7649AA8F37424D3A8F85BE0C /* libPods-VZ.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 372E87D092FE4BD8BCAD6AB6 /* libPods-VZ.a */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 1F043A14187C18CC00EFA890 /* VZWebViewC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZWebViewC.h; sourceTree = ""; }; - 1F043A15187C18CC00EFA890 /* VZWebViewC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZWebViewC.m; sourceTree = ""; }; - 1F0F989018385C2E000CE764 /* navBg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "navBg@2x.png"; sourceTree = ""; }; - 1F0F989218388E0E000CE764 /* VZCommentCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZCommentCell.h; sourceTree = ""; }; - 1F0F989318388E0E000CE764 /* VZCommentCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZCommentCell.m; sourceTree = ""; }; - 1F0F98951838987C000CE764 /* chatBg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "chatBg@2x.png"; sourceTree = ""; }; - 1F0F98961838987C000CE764 /* chatBg2@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "chatBg2@2x.png"; sourceTree = ""; }; - 1F19022A18ACBC5E00BC5438 /* search.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = search.png; sourceTree = ""; }; - 1F19022B18ACBC5E00BC5438 /* search@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "search@2x.png"; sourceTree = ""; }; - 1F19022E18ACC66900BC5438 /* VZSearchBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZSearchBar.h; sourceTree = ""; }; - 1F19022F18ACC66900BC5438 /* VZSearchBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZSearchBar.m; sourceTree = ""; }; - 1F19023118ACCEC000BC5438 /* searchClose.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = searchClose.png; sourceTree = ""; }; - 1F19023218ACCEC000BC5438 /* searchClose@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "searchClose@2x.png"; sourceTree = ""; }; - 1F49C10E188AB05300767851 /* VZFeedbackC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZFeedbackC.h; sourceTree = ""; }; - 1F49C10F188AB05300767851 /* VZFeedbackC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZFeedbackC.m; sourceTree = ""; }; - 1F4C5C101849B6ED00AB3696 /* VZNavC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZNavC.h; sourceTree = ""; }; - 1F4C5C111849B6ED00AB3696 /* VZNavC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZNavC.m; sourceTree = ""; }; - 1F664F89182375A500DA43F1 /* VZPostViewC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZPostViewC.h; sourceTree = ""; }; - 1F664F8A182375A500DA43F1 /* VZPostViewC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZPostViewC.m; sourceTree = ""; }; - 1F7721ED1812D3680080308A /* VZ.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VZ.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 1F7721F01812D3680080308A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 1F7721F21812D3680080308A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 1F7721F41812D3680080308A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 1F7721F81812D3680080308A /* VZ-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VZ-Info.plist"; sourceTree = ""; }; - 1F7721FA1812D3680080308A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 1F7721FC1812D3680080308A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 1F7721FE1812D3680080308A /* VZ-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VZ-Prefix.pch"; sourceTree = ""; }; - 1F7721FF1812D3680080308A /* VZAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VZAppDelegate.h; sourceTree = ""; }; - 1F7722001812D3680080308A /* VZAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VZAppDelegate.m; sourceTree = ""; }; - 1F77221F1812D6FC0080308A /* iPhone.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPhone.storyboard; sourceTree = ""; }; - 1F7722221812D7EA0080308A /* VZPostListC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZPostListC.h; sourceTree = ""; }; - 1F7722231812D7EA0080308A /* VZPostListC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZPostListC.m; sourceTree = ""; }; - 1F772225181383350080308A /* VZMenuC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZMenuC.h; sourceTree = ""; }; - 1F772226181383350080308A /* VZMenuC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZMenuC.m; sourceTree = ""; }; - 1F77222818138EE80080308A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; - 1F7DFD9D1821F31500323B65 /* VZProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZProgressView.h; sourceTree = ""; }; - 1F7DFD9E1821F31500323B65 /* VZProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZProgressView.m; sourceTree = ""; }; - 1F80240F18797A80005F4005 /* VZStatusListC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZStatusListC.h; sourceTree = ""; }; - 1F80241018797A80005F4005 /* VZStatusListC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZStatusListC.m; sourceTree = ""; }; - 1F8A64BD1838C73D00E825BC /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; - 1F94FF56183763C0001114B4 /* VZNavView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZNavView.h; sourceTree = ""; }; - 1F94FF57183763C0001114B4 /* VZNavView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZNavView.m; sourceTree = ""; }; - 1F94FF59183781D5001114B4 /* arrow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "arrow@2x.png"; sourceTree = ""; }; - 1F94FF5B183786BA001114B4 /* close@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "close@2x.png"; sourceTree = ""; }; - 1FAACB221813DB5700BA19DC /* head@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "head@2x.png"; sourceTree = ""; }; - 1FAACB241813E13F00BA19DC /* near@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "near@2x.png"; sourceTree = ""; }; - 1FAACB251813E13F00BA19DC /* settings@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "settings@2x.png"; sourceTree = ""; }; - 1FAACB281813E17F00BA19DC /* pics@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pics@2x.png"; sourceTree = ""; }; - 1FAACB2A1813E19700BA19DC /* all@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "all@2x.png"; sourceTree = ""; }; - 1FAACB2C1813E1EA00BA19DC /* req@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "req@2x.png"; sourceTree = ""; }; - 1FAACB2E1813E27B00BA19DC /* Dots@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Dots@2x.png"; sourceTree = ""; }; - 1FAACB311813E58200BA19DC /* VZM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZM.h; sourceTree = ""; }; - 1FAACB321813E58200BA19DC /* VZM.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZM.m; sourceTree = ""; }; - 1FC0818F18252A13005CAFBB /* VZNearC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZNearC.h; sourceTree = ""; }; - 1FC0819018252A13005CAFBB /* VZNearC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZNearC.m; sourceTree = ""; }; - 1FDA8678187926CA00DB536D /* spam.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = spam.png; sourceTree = ""; }; - 1FDA8679187926CA00DB536D /* spam@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "spam@2x.png"; sourceTree = ""; }; - 1FDA86821879342800DB536D /* home@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "home@2x.png"; sourceTree = ""; }; - 1FDA86831879342800DB536D /* home.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = home.png; sourceTree = ""; }; - 1FDD7525181BA4B400F490A3 /* VZPost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZPost.h; sourceTree = ""; }; - 1FDD7526181BA4B400F490A3 /* VZPost.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZPost.m; sourceTree = ""; }; - 1FDD7528181BAE0600F490A3 /* VZPostCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZPostCell.h; sourceTree = ""; }; - 1FDD7529181BAE0600F490A3 /* VZPostCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZPostCell.m; sourceTree = ""; }; - 1FDD752B181CCC0700F490A3 /* bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bg@2x.png"; sourceTree = ""; }; - 1FDD752D181CCD6F00F490A3 /* bg2@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bg2@2x.png"; sourceTree = ""; }; - 1FDD752F181CE30000F490A3 /* geo@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "geo@2x.png"; sourceTree = ""; }; - 1FDF3B0F185441CC0069834B /* trash@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "trash@2x.png"; sourceTree = ""; }; - 1FDF3B10185441CC0069834B /* trash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = trash.png; sourceTree = ""; }; - 1FDF3B131854434D0069834B /* map.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = map.png; sourceTree = ""; }; - 1FDF3B141854434D0069834B /* map@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "map@2x.png"; sourceTree = ""; }; - 1FDF3B17185443D50069834B /* fav@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fav@2x.png"; sourceTree = ""; }; - 1FDF3B18185443D50069834B /* fav.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fav.png; sourceTree = ""; }; - 1FDF3B1B185444380069834B /* deal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "deal@2x.png"; sourceTree = ""; }; - 1FDF3B1C185444380069834B /* deal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = deal.png; sourceTree = ""; }; - 1FDF3B1F185445450069834B /* VZPostActionC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZPostActionC.h; sourceTree = ""; }; - 1FDF3B20185445450069834B /* VZPostActionC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZPostActionC.m; sourceTree = ""; }; - 1FE18C53183C983E009E7938 /* VZStacView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZStacView.h; sourceTree = ""; }; - 1FE18C54183C983E009E7938 /* VZStacView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZStacView.m; sourceTree = ""; }; - 1FF2A33F183B0D3500731771 /* VZSettingsC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VZSettingsC.h; sourceTree = ""; }; - 1FF2A340183B0D3500731771 /* VZSettingsC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VZSettingsC.m; sourceTree = ""; }; - 1FFC7EE7188BF79400C16B97 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - 1FFC7EE9188BF79A00C16B97 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = ""; }; - 1FFC7EEB188BF7B200C16B97 /* Icon-120@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-120@2x.png"; sourceTree = ""; }; - 1FFC7EED188BF7DD00C16B97 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - 1FFC7EEE188BF7DD00C16B97 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - 1FFC7EF1188BFEC900C16B97 /* VZ.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = VZ.entitlements; sourceTree = ""; }; - 372E87D092FE4BD8BCAD6AB6 /* libPods-VZ.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VZ.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8B4AF051FD3B4904A6F9F111 /* Pods-VZ.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VZ.xcconfig"; path = "Pods/Pods-VZ.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1F7721EA1812D3680080308A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F8A64BE1838C73D00E825BC /* MapKit.framework in Frameworks */, - 1F7721F31812D3680080308A /* CoreGraphics.framework in Frameworks */, - 1F7721F51812D3680080308A /* UIKit.framework in Frameworks */, - 1F7721F11812D3680080308A /* Foundation.framework in Frameworks */, - 7649AA8F37424D3A8F85BE0C /* libPods-VZ.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1F7721E41812D3680080308A = { - isa = PBXGroup; - children = ( - 1F7721F61812D3680080308A /* VZ */, - 1F7721EF1812D3680080308A /* Frameworks */, - 1F7721EE1812D3680080308A /* Products */, - 8B4AF051FD3B4904A6F9F111 /* Pods-VZ.xcconfig */, - ); - sourceTree = ""; - }; - 1F7721EE1812D3680080308A /* Products */ = { - isa = PBXGroup; - children = ( - 1F7721ED1812D3680080308A /* VZ.app */, - ); - name = Products; - sourceTree = ""; - }; - 1F7721EF1812D3680080308A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1F8A64BD1838C73D00E825BC /* MapKit.framework */, - 1F7721F01812D3680080308A /* Foundation.framework */, - 1F7721F21812D3680080308A /* CoreGraphics.framework */, - 1F7721F41812D3680080308A /* UIKit.framework */, - 372E87D092FE4BD8BCAD6AB6 /* libPods-VZ.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 1F7721F61812D3680080308A /* VZ */ = { - isa = PBXGroup; - children = ( - 1F7DFD931821F2F700323B65 /* V */, - 1FAACB301813E56F00BA19DC /* M */, - 1F7722211812D7BF0080308A /* C */, - 1F7721FF1812D3680080308A /* VZAppDelegate.h */, - 1F7722001812D3680080308A /* VZAppDelegate.m */, - 1F7721F71812D3680080308A /* Supporting Files */, - ); - path = VZ; - sourceTree = ""; - }; - 1F7721F71812D3680080308A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 1FFC7EF1188BFEC900C16B97 /* VZ.entitlements */, - 1FFC7EED188BF7DD00C16B97 /* Default-568h@2x.png */, - 1FFC7EEE188BF7DD00C16B97 /* Default@2x.png */, - 1FFC7EE7188BF79400C16B97 /* Icon.png */, - 1FFC7EE9188BF79A00C16B97 /* Icon@2x.png */, - 1FFC7EEB188BF7B200C16B97 /* Icon-120@2x.png */, - 1F19022A18ACBC5E00BC5438 /* search.png */, - 1F19022B18ACBC5E00BC5438 /* search@2x.png */, - 1F19023118ACCEC000BC5438 /* searchClose.png */, - 1F19023218ACCEC000BC5438 /* searchClose@2x.png */, - 1FDA86821879342800DB536D /* home@2x.png */, - 1FDA86831879342800DB536D /* home.png */, - 1FDA8678187926CA00DB536D /* spam.png */, - 1FDA8679187926CA00DB536D /* spam@2x.png */, - 1FDF3B1B185444380069834B /* deal@2x.png */, - 1FDF3B1C185444380069834B /* deal.png */, - 1FDF3B17185443D50069834B /* fav@2x.png */, - 1FDF3B18185443D50069834B /* fav.png */, - 1FDF3B131854434D0069834B /* map.png */, - 1FDF3B141854434D0069834B /* map@2x.png */, - 1FDF3B0F185441CC0069834B /* trash@2x.png */, - 1FDF3B10185441CC0069834B /* trash.png */, - 1F0F98951838987C000CE764 /* chatBg@2x.png */, - 1F0F98961838987C000CE764 /* chatBg2@2x.png */, - 1F0F989018385C2E000CE764 /* navBg@2x.png */, - 1F94FF5B183786BA001114B4 /* close@2x.png */, - 1F94FF59183781D5001114B4 /* arrow@2x.png */, - 1FAACB2E1813E27B00BA19DC /* Dots@2x.png */, - 1FDD752F181CE30000F490A3 /* geo@2x.png */, - 1FDD752B181CCC0700F490A3 /* bg@2x.png */, - 1FDD752D181CCD6F00F490A3 /* bg2@2x.png */, - 1FAACB2A1813E19700BA19DC /* all@2x.png */, - 1FAACB281813E17F00BA19DC /* pics@2x.png */, - 1FAACB241813E13F00BA19DC /* near@2x.png */, - 1FAACB2C1813E1EA00BA19DC /* req@2x.png */, - 1FAACB251813E13F00BA19DC /* settings@2x.png */, - 1FAACB221813DB5700BA19DC /* head@2x.png */, - 1F77221F1812D6FC0080308A /* iPhone.storyboard */, - 1F7721F81812D3680080308A /* VZ-Info.plist */, - 1F7721F91812D3680080308A /* InfoPlist.strings */, - 1F7721FC1812D3680080308A /* main.m */, - 1F7721FE1812D3680080308A /* VZ-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 1F7722211812D7BF0080308A /* C */ = { - isa = PBXGroup; - children = ( - 1F0F989218388E0E000CE764 /* VZCommentCell.h */, - 1F0F989318388E0E000CE764 /* VZCommentCell.m */, - 1FDD7528181BAE0600F490A3 /* VZPostCell.h */, - 1FDD7529181BAE0600F490A3 /* VZPostCell.m */, - 1F7722221812D7EA0080308A /* VZPostListC.h */, - 1F7722231812D7EA0080308A /* VZPostListC.m */, - 1F772225181383350080308A /* VZMenuC.h */, - 1F772226181383350080308A /* VZMenuC.m */, - 1F664F89182375A500DA43F1 /* VZPostViewC.h */, - 1F664F8A182375A500DA43F1 /* VZPostViewC.m */, - 1FC0818F18252A13005CAFBB /* VZNearC.h */, - 1FC0819018252A13005CAFBB /* VZNearC.m */, - 1FF2A33F183B0D3500731771 /* VZSettingsC.h */, - 1FF2A340183B0D3500731771 /* VZSettingsC.m */, - 1F4C5C101849B6ED00AB3696 /* VZNavC.h */, - 1F4C5C111849B6ED00AB3696 /* VZNavC.m */, - 1FDF3B1F185445450069834B /* VZPostActionC.h */, - 1FDF3B20185445450069834B /* VZPostActionC.m */, - 1F80240F18797A80005F4005 /* VZStatusListC.h */, - 1F80241018797A80005F4005 /* VZStatusListC.m */, - 1F043A14187C18CC00EFA890 /* VZWebViewC.h */, - 1F043A15187C18CC00EFA890 /* VZWebViewC.m */, - 1F49C10E188AB05300767851 /* VZFeedbackC.h */, - 1F49C10F188AB05300767851 /* VZFeedbackC.m */, - ); - name = C; - sourceTree = ""; - }; - 1F7DFD931821F2F700323B65 /* V */ = { - isa = PBXGroup; - children = ( - 1F7DFD9D1821F31500323B65 /* VZProgressView.h */, - 1F7DFD9E1821F31500323B65 /* VZProgressView.m */, - 1F94FF56183763C0001114B4 /* VZNavView.h */, - 1F94FF57183763C0001114B4 /* VZNavView.m */, - 1FE18C53183C983E009E7938 /* VZStacView.h */, - 1FE18C54183C983E009E7938 /* VZStacView.m */, - 1F19022E18ACC66900BC5438 /* VZSearchBar.h */, - 1F19022F18ACC66900BC5438 /* VZSearchBar.m */, - ); - name = V; - sourceTree = ""; - }; - 1FAACB301813E56F00BA19DC /* M */ = { - isa = PBXGroup; - children = ( - 1FAACB311813E58200BA19DC /* VZM.h */, - 1FAACB321813E58200BA19DC /* VZM.m */, - 1FDD7525181BA4B400F490A3 /* VZPost.h */, - 1FDD7526181BA4B400F490A3 /* VZPost.m */, - ); - name = M; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1F7721EC1812D3680080308A /* VZ */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1F7722191812D3680080308A /* Build configuration list for PBXNativeTarget "VZ" */; - buildPhases = ( - 6EC9290C8E984A168E3B3944 /* Check Pods Manifest.lock */, - 1F7721E91812D3680080308A /* Sources */, - 1F7721EA1812D3680080308A /* Frameworks */, - 1F7721EB1812D3680080308A /* Resources */, - 8AAD2EFB94384478A691C1DD /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = VZ; - productName = VZ; - productReference = 1F7721ED1812D3680080308A /* VZ.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 1F7721E51812D3680080308A /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = VZ; - LastUpgradeCheck = 0500; - ORGANIZATIONNAME = "Plumn LLC."; - TargetAttributes = { - 1F7721EC1812D3680080308A = { - DevelopmentTeam = L8QM6A52NF; - SystemCapabilities = { - com.apple.BackgroundModes = { - enabled = 1; - }; - com.apple.Keychain = { - enabled = 0; - }; - }; - }; - }; - }; - buildConfigurationList = 1F7721E81812D3680080308A /* Build configuration list for PBXProject "VZ" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - "zh-Hans", - ); - mainGroup = 1F7721E41812D3680080308A; - productRefGroup = 1F7721EE1812D3680080308A /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 1F7721EC1812D3680080308A /* VZ */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1F7721EB1812D3680080308A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F19022D18ACBC5E00BC5438 /* search@2x.png in Resources */, - 1F19023418ACCEC000BC5438 /* searchClose@2x.png in Resources */, - 1F94FF5C183786BA001114B4 /* close@2x.png in Resources */, - 1F0F98971838987C000CE764 /* chatBg@2x.png in Resources */, - 1FDF3B11185441CC0069834B /* trash@2x.png in Resources */, - 1FDF3B1E185444380069834B /* deal.png in Resources */, - 1FDA867A187926CA00DB536D /* spam.png in Resources */, - 1FAACB2F1813E27B00BA19DC /* Dots@2x.png in Resources */, - 1FFC7EEA188BF79A00C16B97 /* Icon@2x.png in Resources */, - 1FDA86841879342800DB536D /* home@2x.png in Resources */, - 1F19023318ACCEC000BC5438 /* searchClose.png in Resources */, - 1FAACB2B1813E19700BA19DC /* all@2x.png in Resources */, - 1FDA867B187926CA00DB536D /* spam@2x.png in Resources */, - 1F19022C18ACBC5E00BC5438 /* search.png in Resources */, - 1F7721FB1812D3680080308A /* InfoPlist.strings in Resources */, - 1FAACB271813E13F00BA19DC /* settings@2x.png in Resources */, - 1FDD752C181CCC0700F490A3 /* bg@2x.png in Resources */, - 1FFC7EE8188BF79400C16B97 /* Icon.png in Resources */, - 1FAACB261813E13F00BA19DC /* near@2x.png in Resources */, - 1FDF3B161854434D0069834B /* map@2x.png in Resources */, - 1F0F989118385C2E000CE764 /* navBg@2x.png in Resources */, - 1FAACB291813E17F00BA19DC /* pics@2x.png in Resources */, - 1F7722201812D6FC0080308A /* iPhone.storyboard in Resources */, - 1FAACB2D1813E1EA00BA19DC /* req@2x.png in Resources */, - 1F0F98981838987C000CE764 /* chatBg2@2x.png in Resources */, - 1FFC7EEC188BF7B200C16B97 /* Icon-120@2x.png in Resources */, - 1FDF3B1A185443D50069834B /* fav.png in Resources */, - 1FFC7EEF188BF7DD00C16B97 /* Default-568h@2x.png in Resources */, - 1FDF3B1D185444380069834B /* deal@2x.png in Resources */, - 1FAACB231813DB5700BA19DC /* head@2x.png in Resources */, - 1FFC7EF0188BF7DD00C16B97 /* Default@2x.png in Resources */, - 1F94FF5A183781D5001114B4 /* arrow@2x.png in Resources */, - 1FDD752E181CCD6F00F490A3 /* bg2@2x.png in Resources */, - 1FDD7530181CE30000F490A3 /* geo@2x.png in Resources */, - 1FDF3B151854434D0069834B /* map.png in Resources */, - 1FDA86851879342800DB536D /* home.png in Resources */, - 1FDF3B12185441CC0069834B /* trash.png in Resources */, - 1FDF3B19185443D50069834B /* fav@2x.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 6EC9290C8E984A168E3B3944 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 8AAD2EFB94384478A691C1DD /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-VZ-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1F7721E91812D3680080308A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1FAACB331813E58200BA19DC /* VZM.m in Sources */, - 1FDF3B21185445450069834B /* VZPostActionC.m in Sources */, - 1F0F989418388E0E000CE764 /* VZCommentCell.m in Sources */, - 1FF2A341183B0D3500731771 /* VZSettingsC.m in Sources */, - 1FDD7527181BA4B400F490A3 /* VZPost.m in Sources */, - 1F043A16187C18CC00EFA890 /* VZWebViewC.m in Sources */, - 1FDD752A181BAE0600F490A3 /* VZPostCell.m in Sources */, - 1F4C5C121849B6ED00AB3696 /* VZNavC.m in Sources */, - 1F664F8B182375A500DA43F1 /* VZPostViewC.m in Sources */, - 1F7DFD9F1821F31500323B65 /* VZProgressView.m in Sources */, - 1F772227181383350080308A /* VZMenuC.m in Sources */, - 1F7722241812D7EA0080308A /* VZPostListC.m in Sources */, - 1F7722011812D3680080308A /* VZAppDelegate.m in Sources */, - 1F7721FD1812D3680080308A /* main.m in Sources */, - 1F49C110188AB05300767851 /* VZFeedbackC.m in Sources */, - 1FE18C55183C983E009E7938 /* VZStacView.m in Sources */, - 1FC0819118252A13005CAFBB /* VZNearC.m in Sources */, - 1F94FF58183763C0001114B4 /* VZNavView.m in Sources */, - 1F80241118797A80005F4005 /* VZStatusListC.m in Sources */, - 1F19023018ACC66900BC5438 /* VZSearchBar.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 1F7721F91812D3680080308A /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 1F7721FA1812D3680080308A /* en */, - 1F77222818138EE80080308A /* zh-Hans */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 1F7722171812D3680080308A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 1F7722181812D3680080308A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 1F77221A1812D3680080308A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8B4AF051FD3B4904A6F9F111 /* Pods-VZ.xcconfig */; - buildSettings = { - APS_ENV = development; - ARCHS = "$(ARCHS_STANDARD)"; - CODE_SIGN_ENTITLEMENTS = VZ/VZ.entitlements; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - COMPRESS_PNG_FILES = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "VZ/VZ-Prefix.pch"; - INFOPLIST_FILE = "VZ/VZ-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = "E398A816-F7A1-43A1-9A39-2DC583B4B447"; - TASK_ALLOW = YES; - VALID_ARCHS = "armv7 armv7s arm64"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 1F77221B1812D3680080308A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8B4AF051FD3B4904A6F9F111 /* Pods-VZ.xcconfig */; - buildSettings = { - APS_ENV = production; - ARCHS = "$(ARCHS_STANDARD)"; - CODE_SIGN_ENTITLEMENTS = VZ/VZ.entitlements; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - COMPRESS_PNG_FILES = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "VZ/VZ-Prefix.pch"; - INFOPLIST_FILE = "VZ/VZ-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = "40959762-2D45-45E8-92F5-D97CD6953E82"; - TASK_ALLOW = NO; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1F7721E81812D3680080308A /* Build configuration list for PBXProject "VZ" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1F7722171812D3680080308A /* Debug */, - 1F7722181812D3680080308A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1F7722191812D3680080308A /* Build configuration list for PBXNativeTarget "VZ" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1F77221A1812D3680080308A /* Debug */, - 1F77221B1812D3680080308A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 1F7721E51812D3680080308A /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 0A89C0D61863E56D892447B7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-VZ.release.xcconfig + path + Pods/Target Support Files/Pods-VZ/Pods-VZ.release.xcconfig + sourceTree + <group> + + 1F043A14187C18CC00EFA890 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZWebViewC.h + sourceTree + <group> + + 1F043A15187C18CC00EFA890 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZWebViewC.m + sourceTree + <group> + + 1F043A16187C18CC00EFA890 + + fileRef + 1F043A15187C18CC00EFA890 + isa + PBXBuildFile + + 1F0F989018385C2E000CE764 + + isa + PBXFileReference + lastKnownFileType + image.png + path + navBg@2x.png + sourceTree + <group> + + 1F0F989118385C2E000CE764 + + fileRef + 1F0F989018385C2E000CE764 + isa + PBXBuildFile + + 1F0F989218388E0E000CE764 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZCommentCell.h + sourceTree + <group> + + 1F0F989318388E0E000CE764 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZCommentCell.m + sourceTree + <group> + + 1F0F989418388E0E000CE764 + + fileRef + 1F0F989318388E0E000CE764 + isa + PBXBuildFile + + 1F0F98951838987C000CE764 + + isa + PBXFileReference + lastKnownFileType + image.png + path + chatBg@2x.png + sourceTree + <group> + + 1F0F98961838987C000CE764 + + isa + PBXFileReference + lastKnownFileType + image.png + path + chatBg2@2x.png + sourceTree + <group> + + 1F0F98971838987C000CE764 + + fileRef + 1F0F98951838987C000CE764 + isa + PBXBuildFile + + 1F0F98981838987C000CE764 + + fileRef + 1F0F98961838987C000CE764 + isa + PBXBuildFile + + 1F19022A18ACBC5E00BC5438 + + isa + PBXFileReference + lastKnownFileType + image.png + path + search.png + sourceTree + <group> + + 1F19022B18ACBC5E00BC5438 + + isa + PBXFileReference + lastKnownFileType + image.png + path + search@2x.png + sourceTree + <group> + + 1F19022C18ACBC5E00BC5438 + + fileRef + 1F19022A18ACBC5E00BC5438 + isa + PBXBuildFile + + 1F19022D18ACBC5E00BC5438 + + fileRef + 1F19022B18ACBC5E00BC5438 + isa + PBXBuildFile + + 1F19022E18ACC66900BC5438 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZSearchBar.h + sourceTree + <group> + + 1F19022F18ACC66900BC5438 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZSearchBar.m + sourceTree + <group> + + 1F19023018ACC66900BC5438 + + fileRef + 1F19022F18ACC66900BC5438 + isa + PBXBuildFile + + 1F19023118ACCEC000BC5438 + + isa + PBXFileReference + lastKnownFileType + image.png + path + searchClose.png + sourceTree + <group> + + 1F19023218ACCEC000BC5438 + + isa + PBXFileReference + lastKnownFileType + image.png + path + searchClose@2x.png + sourceTree + <group> + + 1F19023318ACCEC000BC5438 + + fileRef + 1F19023118ACCEC000BC5438 + isa + PBXBuildFile + + 1F19023418ACCEC000BC5438 + + fileRef + 1F19023218ACCEC000BC5438 + isa + PBXBuildFile + + 1F49C10E188AB05300767851 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZFeedbackC.h + sourceTree + <group> + + 1F49C10F188AB05300767851 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZFeedbackC.m + sourceTree + <group> + + 1F49C110188AB05300767851 + + fileRef + 1F49C10F188AB05300767851 + isa + PBXBuildFile + + 1F4C5C101849B6ED00AB3696 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZNavC.h + sourceTree + <group> + + 1F4C5C111849B6ED00AB3696 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZNavC.m + sourceTree + <group> + + 1F4C5C121849B6ED00AB3696 + + fileRef + 1F4C5C111849B6ED00AB3696 + isa + PBXBuildFile + + 1F664F89182375A500DA43F1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZPostViewC.h + sourceTree + <group> + + 1F664F8A182375A500DA43F1 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZPostViewC.m + sourceTree + <group> + + 1F664F8B182375A500DA43F1 + + fileRef + 1F664F8A182375A500DA43F1 + isa + PBXBuildFile + + 1F7721E41812D3680080308A + + children + + 1F7721F61812D3680080308A + 1F7721EF1812D3680080308A + 1F7721EE1812D3680080308A + CC758045EFBBCE6678C29507 + + isa + PBXGroup + sourceTree + <group> + + 1F7721E51812D3680080308A + + attributes + + CLASSPREFIX + VZ + LastUpgradeCheck + 0500 + ORGANIZATIONNAME + Plumn LLC. + TargetAttributes + + 1F7721EC1812D3680080308A + + DevelopmentTeam + Y6X8P44TM5 + SystemCapabilities + + com.apple.BackgroundModes + + enabled + 1 + + com.apple.Keychain + + enabled + 0 + + + + + + buildConfigurationList + 1F7721E81812D3680080308A + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + zh-Hans + + mainGroup + 1F7721E41812D3680080308A + productRefGroup + 1F7721EE1812D3680080308A + projectDirPath + + projectReferences + + projectRoot + + targets + + 1F7721EC1812D3680080308A + + + 1F7721E81812D3680080308A + + buildConfigurations + + 1F7722171812D3680080308A + 1F7722181812D3680080308A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 1F7721E91812D3680080308A + + buildActionMask + 2147483647 + files + + 1FAACB331813E58200BA19DC + 1FDF3B21185445450069834B + 1F0F989418388E0E000CE764 + 1FF2A341183B0D3500731771 + 1FDD7527181BA4B400F490A3 + 1F043A16187C18CC00EFA890 + 1FDD752A181BAE0600F490A3 + 1F4C5C121849B6ED00AB3696 + 1F664F8B182375A500DA43F1 + 1F7DFD9F1821F31500323B65 + 1F772227181383350080308A + 1F7722241812D7EA0080308A + 1F7722011812D3680080308A + 1F7721FD1812D3680080308A + 1F49C110188AB05300767851 + 1FE18C55183C983E009E7938 + 1FC0819118252A13005CAFBB + 1F94FF58183763C0001114B4 + 1F80241118797A80005F4005 + 1F19023018ACC66900BC5438 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1F7721EA1812D3680080308A + + buildActionMask + 2147483647 + files + + 1F8A64BE1838C73D00E825BC + 1F7721F31812D3680080308A + 1F7721F51812D3680080308A + 1F7721F11812D3680080308A + 7649AA8F37424D3A8F85BE0C + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1F7721EB1812D3680080308A + + buildActionMask + 2147483647 + files + + 1F19022D18ACBC5E00BC5438 + 1F19023418ACCEC000BC5438 + 1F94FF5C183786BA001114B4 + 1F0F98971838987C000CE764 + 1FDF3B11185441CC0069834B + 1FDF3B1E185444380069834B + 1FDA867A187926CA00DB536D + 1FAACB2F1813E27B00BA19DC + 1FFC7EEA188BF79A00C16B97 + 1FDA86841879342800DB536D + 1F19023318ACCEC000BC5438 + 1FAACB2B1813E19700BA19DC + 1FDA867B187926CA00DB536D + 1F19022C18ACBC5E00BC5438 + 1F7721FB1812D3680080308A + 1FAACB271813E13F00BA19DC + 1FDD752C181CCC0700F490A3 + 1FFC7EE8188BF79400C16B97 + 1FAACB261813E13F00BA19DC + 1FDF3B161854434D0069834B + 1F0F989118385C2E000CE764 + 1FAACB291813E17F00BA19DC + 1F7722201812D6FC0080308A + 1FAACB2D1813E1EA00BA19DC + 1F0F98981838987C000CE764 + 1FFC7EEC188BF7B200C16B97 + 1FDF3B1A185443D50069834B + 1FFC7EEF188BF7DD00C16B97 + 1FDF3B1D185444380069834B + 1FAACB231813DB5700BA19DC + 1FFC7EF0188BF7DD00C16B97 + 1F94FF5A183781D5001114B4 + 1FDD752E181CCD6F00F490A3 + 1FDD7530181CE30000F490A3 + 1FDF3B151854434D0069834B + 1FDA86851879342800DB536D + 1FDF3B12185441CC0069834B + 1FDF3B19185443D50069834B + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 1F7721EC1812D3680080308A + + buildConfigurationList + 1F7722191812D3680080308A + buildPhases + + 6EC9290C8E984A168E3B3944 + 1F7721E91812D3680080308A + 1F7721EA1812D3680080308A + 1F7721EB1812D3680080308A + 8AAD2EFB94384478A691C1DD + + buildRules + + dependencies + + isa + PBXNativeTarget + name + VZ + productName + VZ + productReference + 1F7721ED1812D3680080308A + productType + com.apple.product-type.application + + 1F7721ED1812D3680080308A + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + VZ.app + sourceTree + BUILT_PRODUCTS_DIR + + 1F7721EE1812D3680080308A + + children + + 1F7721ED1812D3680080308A + + isa + PBXGroup + name + Products + sourceTree + <group> + + 1F7721EF1812D3680080308A + + children + + 1F8A64BD1838C73D00E825BC + 1F7721F01812D3680080308A + 1F7721F21812D3680080308A + 1F7721F41812D3680080308A + 372E87D092FE4BD8BCAD6AB6 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 1F7721F01812D3680080308A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 1F7721F11812D3680080308A + + fileRef + 1F7721F01812D3680080308A + isa + PBXBuildFile + + 1F7721F21812D3680080308A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 1F7721F31812D3680080308A + + fileRef + 1F7721F21812D3680080308A + isa + PBXBuildFile + + 1F7721F41812D3680080308A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 1F7721F51812D3680080308A + + fileRef + 1F7721F41812D3680080308A + isa + PBXBuildFile + + 1F7721F61812D3680080308A + + children + + 1F7DFD931821F2F700323B65 + 1FAACB301813E56F00BA19DC + 1F7722211812D7BF0080308A + 1F7721FF1812D3680080308A + 1F7722001812D3680080308A + 1F7721F71812D3680080308A + + isa + PBXGroup + path + VZ + sourceTree + <group> + + 1F7721F71812D3680080308A + + children + + 1FFC7EF1188BFEC900C16B97 + 1FFC7EED188BF7DD00C16B97 + 1FFC7EEE188BF7DD00C16B97 + 1FFC7EE7188BF79400C16B97 + 1FFC7EE9188BF79A00C16B97 + 1FFC7EEB188BF7B200C16B97 + 1F19022A18ACBC5E00BC5438 + 1F19022B18ACBC5E00BC5438 + 1F19023118ACCEC000BC5438 + 1F19023218ACCEC000BC5438 + 1FDA86821879342800DB536D + 1FDA86831879342800DB536D + 1FDA8678187926CA00DB536D + 1FDA8679187926CA00DB536D + 1FDF3B1B185444380069834B + 1FDF3B1C185444380069834B + 1FDF3B17185443D50069834B + 1FDF3B18185443D50069834B + 1FDF3B131854434D0069834B + 1FDF3B141854434D0069834B + 1FDF3B0F185441CC0069834B + 1FDF3B10185441CC0069834B + 1F0F98951838987C000CE764 + 1F0F98961838987C000CE764 + 1F0F989018385C2E000CE764 + 1F94FF5B183786BA001114B4 + 1F94FF59183781D5001114B4 + 1FAACB2E1813E27B00BA19DC + 1FDD752F181CE30000F490A3 + 1FDD752B181CCC0700F490A3 + 1FDD752D181CCD6F00F490A3 + 1FAACB2A1813E19700BA19DC + 1FAACB281813E17F00BA19DC + 1FAACB241813E13F00BA19DC + 1FAACB2C1813E1EA00BA19DC + 1FAACB251813E13F00BA19DC + 1FAACB221813DB5700BA19DC + 1F77221F1812D6FC0080308A + 1F7721F81812D3680080308A + 1F7721F91812D3680080308A + 1F7721FC1812D3680080308A + 1F7721FE1812D3680080308A + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 1F7721F81812D3680080308A + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + VZ-Info.plist + sourceTree + <group> + + 1F7721F91812D3680080308A + + children + + 1F7721FA1812D3680080308A + 1F77222818138EE80080308A + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 1F7721FA1812D3680080308A + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 1F7721FB1812D3680080308A + + fileRef + 1F7721F91812D3680080308A + isa + PBXBuildFile + + 1F7721FC1812D3680080308A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + 1F7721FD1812D3680080308A + + fileRef + 1F7721FC1812D3680080308A + isa + PBXBuildFile + + 1F7721FE1812D3680080308A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZ-Prefix.pch + sourceTree + <group> + + 1F7721FF1812D3680080308A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZAppDelegate.h + sourceTree + <group> + + 1F7722001812D3680080308A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZAppDelegate.m + sourceTree + <group> + + 1F7722011812D3680080308A + + fileRef + 1F7722001812D3680080308A + isa + PBXBuildFile + + 1F7722171812D3680080308A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD) + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + + isa + XCBuildConfiguration + name + Debug + + 1F7722181812D3680080308A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + ARCHS + $(ARCHS_STANDARD) + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 6.0 + SDKROOT + iphoneos + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 1F7722191812D3680080308A + + buildConfigurations + + 1F77221A1812D3680080308A + 1F77221B1812D3680080308A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 1F77221A1812D3680080308A + + baseConfigurationReference + 4D8C14DD6A965696C396C15D + buildSettings + + APS_ENV + development + ARCHS + $(ARCHS_STANDARD) + CODE_SIGN_ENTITLEMENTS + VZ/VZ.entitlements + CODE_SIGN_IDENTITY + iPhone Developer + CODE_SIGN_IDENTITY[sdk=iphoneos*] + + COMPRESS_PNG_FILES + NO + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + FRAMEWORK_SEARCH_PATHS + $(inherited) + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + VZ/VZ-Prefix.pch + INFOPLIST_FILE + VZ/VZ-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + PRODUCT_NAME + $(TARGET_NAME) + PROVISIONING_PROFILE + E398A816-F7A1-43A1-9A39-2DC583B4B447 + TASK_ALLOW + YES + VALID_ARCHS + armv7 armv7s arm64 + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + 1F77221B1812D3680080308A + + baseConfigurationReference + 0A89C0D61863E56D892447B7 + buildSettings + + APS_ENV + production + ARCHS + $(ARCHS_STANDARD) + CODE_SIGN_ENTITLEMENTS + VZ/VZ.entitlements + CODE_SIGN_IDENTITY + iPhone Developer + CODE_SIGN_IDENTITY[sdk=iphoneos*] + + COMPRESS_PNG_FILES + NO + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + FRAMEWORK_SEARCH_PATHS + $(inherited) + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + VZ/VZ-Prefix.pch + INFOPLIST_FILE + VZ/VZ-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 7.0 + PRODUCT_NAME + $(TARGET_NAME) + PROVISIONING_PROFILE + 40959762-2D45-45E8-92F5-D97CD6953E82 + TASK_ALLOW + NO + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + 1F77221F1812D6FC0080308A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.storyboard + path + iPhone.storyboard + sourceTree + <group> + + 1F7722201812D6FC0080308A + + fileRef + 1F77221F1812D6FC0080308A + isa + PBXBuildFile + + 1F7722211812D7BF0080308A + + children + + 1F0F989218388E0E000CE764 + 1F0F989318388E0E000CE764 + 1FDD7528181BAE0600F490A3 + 1FDD7529181BAE0600F490A3 + 1F7722221812D7EA0080308A + 1F7722231812D7EA0080308A + 1F772225181383350080308A + 1F772226181383350080308A + 1F664F89182375A500DA43F1 + 1F664F8A182375A500DA43F1 + 1FC0818F18252A13005CAFBB + 1FC0819018252A13005CAFBB + 1FF2A33F183B0D3500731771 + 1FF2A340183B0D3500731771 + 1F4C5C101849B6ED00AB3696 + 1F4C5C111849B6ED00AB3696 + 1FDF3B1F185445450069834B + 1FDF3B20185445450069834B + 1F80240F18797A80005F4005 + 1F80241018797A80005F4005 + 1F043A14187C18CC00EFA890 + 1F043A15187C18CC00EFA890 + 1F49C10E188AB05300767851 + 1F49C10F188AB05300767851 + + isa + PBXGroup + name + C + sourceTree + <group> + + 1F7722221812D7EA0080308A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZPostListC.h + sourceTree + <group> + + 1F7722231812D7EA0080308A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZPostListC.m + sourceTree + <group> + + 1F7722241812D7EA0080308A + + fileRef + 1F7722231812D7EA0080308A + isa + PBXBuildFile + + 1F772225181383350080308A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZMenuC.h + sourceTree + <group> + + 1F772226181383350080308A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZMenuC.m + sourceTree + <group> + + 1F772227181383350080308A + + fileRef + 1F772226181383350080308A + isa + PBXBuildFile + + 1F77222818138EE80080308A + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + zh-Hans + path + zh-Hans.lproj/InfoPlist.strings + sourceTree + <group> + + 1F7DFD931821F2F700323B65 + + children + + 1F7DFD9D1821F31500323B65 + 1F7DFD9E1821F31500323B65 + 1F94FF56183763C0001114B4 + 1F94FF57183763C0001114B4 + 1FE18C53183C983E009E7938 + 1FE18C54183C983E009E7938 + 1F19022E18ACC66900BC5438 + 1F19022F18ACC66900BC5438 + + isa + PBXGroup + name + V + sourceTree + <group> + + 1F7DFD9D1821F31500323B65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZProgressView.h + sourceTree + <group> + + 1F7DFD9E1821F31500323B65 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZProgressView.m + sourceTree + <group> + + 1F7DFD9F1821F31500323B65 + + fileRef + 1F7DFD9E1821F31500323B65 + isa + PBXBuildFile + + 1F80240F18797A80005F4005 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZStatusListC.h + sourceTree + <group> + + 1F80241018797A80005F4005 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZStatusListC.m + sourceTree + <group> + + 1F80241118797A80005F4005 + + fileRef + 1F80241018797A80005F4005 + isa + PBXBuildFile + + 1F8A64BD1838C73D00E825BC + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + MapKit.framework + path + System/Library/Frameworks/MapKit.framework + sourceTree + SDKROOT + + 1F8A64BE1838C73D00E825BC + + fileRef + 1F8A64BD1838C73D00E825BC + isa + PBXBuildFile + + 1F94FF56183763C0001114B4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZNavView.h + sourceTree + <group> + + 1F94FF57183763C0001114B4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZNavView.m + sourceTree + <group> + + 1F94FF58183763C0001114B4 + + fileRef + 1F94FF57183763C0001114B4 + isa + PBXBuildFile + + 1F94FF59183781D5001114B4 + + isa + PBXFileReference + lastKnownFileType + image.png + path + arrow@2x.png + sourceTree + <group> + + 1F94FF5A183781D5001114B4 + + fileRef + 1F94FF59183781D5001114B4 + isa + PBXBuildFile + + 1F94FF5B183786BA001114B4 + + isa + PBXFileReference + lastKnownFileType + image.png + path + close@2x.png + sourceTree + <group> + + 1F94FF5C183786BA001114B4 + + fileRef + 1F94FF5B183786BA001114B4 + isa + PBXBuildFile + + 1FAACB221813DB5700BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + head@2x.png + sourceTree + <group> + + 1FAACB231813DB5700BA19DC + + fileRef + 1FAACB221813DB5700BA19DC + isa + PBXBuildFile + + 1FAACB241813E13F00BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + near@2x.png + sourceTree + <group> + + 1FAACB251813E13F00BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + settings@2x.png + sourceTree + <group> + + 1FAACB261813E13F00BA19DC + + fileRef + 1FAACB241813E13F00BA19DC + isa + PBXBuildFile + + 1FAACB271813E13F00BA19DC + + fileRef + 1FAACB251813E13F00BA19DC + isa + PBXBuildFile + + 1FAACB281813E17F00BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + pics@2x.png + sourceTree + <group> + + 1FAACB291813E17F00BA19DC + + fileRef + 1FAACB281813E17F00BA19DC + isa + PBXBuildFile + + 1FAACB2A1813E19700BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + all@2x.png + sourceTree + <group> + + 1FAACB2B1813E19700BA19DC + + fileRef + 1FAACB2A1813E19700BA19DC + isa + PBXBuildFile + + 1FAACB2C1813E1EA00BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + req@2x.png + sourceTree + <group> + + 1FAACB2D1813E1EA00BA19DC + + fileRef + 1FAACB2C1813E1EA00BA19DC + isa + PBXBuildFile + + 1FAACB2E1813E27B00BA19DC + + isa + PBXFileReference + lastKnownFileType + image.png + path + Dots@2x.png + sourceTree + <group> + + 1FAACB2F1813E27B00BA19DC + + fileRef + 1FAACB2E1813E27B00BA19DC + isa + PBXBuildFile + + 1FAACB301813E56F00BA19DC + + children + + 1FAACB311813E58200BA19DC + 1FAACB321813E58200BA19DC + 1FDD7525181BA4B400F490A3 + 1FDD7526181BA4B400F490A3 + + isa + PBXGroup + name + M + sourceTree + <group> + + 1FAACB311813E58200BA19DC + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZM.h + sourceTree + <group> + + 1FAACB321813E58200BA19DC + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZM.m + sourceTree + <group> + + 1FAACB331813E58200BA19DC + + fileRef + 1FAACB321813E58200BA19DC + isa + PBXBuildFile + + 1FC0818F18252A13005CAFBB + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZNearC.h + sourceTree + <group> + + 1FC0819018252A13005CAFBB + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZNearC.m + sourceTree + <group> + + 1FC0819118252A13005CAFBB + + fileRef + 1FC0819018252A13005CAFBB + isa + PBXBuildFile + + 1FDA8678187926CA00DB536D + + isa + PBXFileReference + lastKnownFileType + image.png + path + spam.png + sourceTree + <group> + + 1FDA8679187926CA00DB536D + + isa + PBXFileReference + lastKnownFileType + image.png + path + spam@2x.png + sourceTree + <group> + + 1FDA867A187926CA00DB536D + + fileRef + 1FDA8678187926CA00DB536D + isa + PBXBuildFile + + 1FDA867B187926CA00DB536D + + fileRef + 1FDA8679187926CA00DB536D + isa + PBXBuildFile + + 1FDA86821879342800DB536D + + isa + PBXFileReference + lastKnownFileType + image.png + path + home@2x.png + sourceTree + <group> + + 1FDA86831879342800DB536D + + isa + PBXFileReference + lastKnownFileType + image.png + path + home.png + sourceTree + <group> + + 1FDA86841879342800DB536D + + fileRef + 1FDA86821879342800DB536D + isa + PBXBuildFile + + 1FDA86851879342800DB536D + + fileRef + 1FDA86831879342800DB536D + isa + PBXBuildFile + + 1FDD7525181BA4B400F490A3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZPost.h + sourceTree + <group> + + 1FDD7526181BA4B400F490A3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZPost.m + sourceTree + <group> + + 1FDD7527181BA4B400F490A3 + + fileRef + 1FDD7526181BA4B400F490A3 + isa + PBXBuildFile + + 1FDD7528181BAE0600F490A3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZPostCell.h + sourceTree + <group> + + 1FDD7529181BAE0600F490A3 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZPostCell.m + sourceTree + <group> + + 1FDD752A181BAE0600F490A3 + + fileRef + 1FDD7529181BAE0600F490A3 + isa + PBXBuildFile + + 1FDD752B181CCC0700F490A3 + + isa + PBXFileReference + lastKnownFileType + image.png + path + bg@2x.png + sourceTree + <group> + + 1FDD752C181CCC0700F490A3 + + fileRef + 1FDD752B181CCC0700F490A3 + isa + PBXBuildFile + + 1FDD752D181CCD6F00F490A3 + + isa + PBXFileReference + lastKnownFileType + image.png + path + bg2@2x.png + sourceTree + <group> + + 1FDD752E181CCD6F00F490A3 + + fileRef + 1FDD752D181CCD6F00F490A3 + isa + PBXBuildFile + + 1FDD752F181CE30000F490A3 + + isa + PBXFileReference + lastKnownFileType + image.png + path + geo@2x.png + sourceTree + <group> + + 1FDD7530181CE30000F490A3 + + fileRef + 1FDD752F181CE30000F490A3 + isa + PBXBuildFile + + 1FDF3B0F185441CC0069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + trash@2x.png + sourceTree + <group> + + 1FDF3B10185441CC0069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + trash.png + sourceTree + <group> + + 1FDF3B11185441CC0069834B + + fileRef + 1FDF3B0F185441CC0069834B + isa + PBXBuildFile + + 1FDF3B12185441CC0069834B + + fileRef + 1FDF3B10185441CC0069834B + isa + PBXBuildFile + + 1FDF3B131854434D0069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + map.png + sourceTree + <group> + + 1FDF3B141854434D0069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + map@2x.png + sourceTree + <group> + + 1FDF3B151854434D0069834B + + fileRef + 1FDF3B131854434D0069834B + isa + PBXBuildFile + + 1FDF3B161854434D0069834B + + fileRef + 1FDF3B141854434D0069834B + isa + PBXBuildFile + + 1FDF3B17185443D50069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + fav@2x.png + sourceTree + <group> + + 1FDF3B18185443D50069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + fav.png + sourceTree + <group> + + 1FDF3B19185443D50069834B + + fileRef + 1FDF3B17185443D50069834B + isa + PBXBuildFile + + 1FDF3B1A185443D50069834B + + fileRef + 1FDF3B18185443D50069834B + isa + PBXBuildFile + + 1FDF3B1B185444380069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + deal@2x.png + sourceTree + <group> + + 1FDF3B1C185444380069834B + + isa + PBXFileReference + lastKnownFileType + image.png + path + deal.png + sourceTree + <group> + + 1FDF3B1D185444380069834B + + fileRef + 1FDF3B1B185444380069834B + isa + PBXBuildFile + + 1FDF3B1E185444380069834B + + fileRef + 1FDF3B1C185444380069834B + isa + PBXBuildFile + + 1FDF3B1F185445450069834B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZPostActionC.h + sourceTree + <group> + + 1FDF3B20185445450069834B + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZPostActionC.m + sourceTree + <group> + + 1FDF3B21185445450069834B + + fileRef + 1FDF3B20185445450069834B + isa + PBXBuildFile + + 1FE18C53183C983E009E7938 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZStacView.h + sourceTree + <group> + + 1FE18C54183C983E009E7938 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZStacView.m + sourceTree + <group> + + 1FE18C55183C983E009E7938 + + fileRef + 1FE18C54183C983E009E7938 + isa + PBXBuildFile + + 1FF2A33F183B0D3500731771 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + VZSettingsC.h + sourceTree + <group> + + 1FF2A340183B0D3500731771 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + VZSettingsC.m + sourceTree + <group> + + 1FF2A341183B0D3500731771 + + fileRef + 1FF2A340183B0D3500731771 + isa + PBXBuildFile + + 1FFC7EE7188BF79400C16B97 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Icon.png + sourceTree + <group> + + 1FFC7EE8188BF79400C16B97 + + fileRef + 1FFC7EE7188BF79400C16B97 + isa + PBXBuildFile + + 1FFC7EE9188BF79A00C16B97 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Icon@2x.png + sourceTree + <group> + + 1FFC7EEA188BF79A00C16B97 + + fileRef + 1FFC7EE9188BF79A00C16B97 + isa + PBXBuildFile + + 1FFC7EEB188BF7B200C16B97 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Icon-120@2x.png + sourceTree + <group> + + 1FFC7EEC188BF7B200C16B97 + + fileRef + 1FFC7EEB188BF7B200C16B97 + isa + PBXBuildFile + + 1FFC7EED188BF7DD00C16B97 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default-568h@2x.png + sourceTree + <group> + + 1FFC7EEE188BF7DD00C16B97 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default@2x.png + sourceTree + <group> + + 1FFC7EEF188BF7DD00C16B97 + + fileRef + 1FFC7EED188BF7DD00C16B97 + isa + PBXBuildFile + + 1FFC7EF0188BF7DD00C16B97 + + fileRef + 1FFC7EEE188BF7DD00C16B97 + isa + PBXBuildFile + + 1FFC7EF1188BFEC900C16B97 + + isa + PBXFileReference + lastKnownFileType + text.xml + path + VZ.entitlements + sourceTree + <group> + + 372E87D092FE4BD8BCAD6AB6 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-VZ.a + sourceTree + BUILT_PRODUCTS_DIR + + 4D8C14DD6A965696C396C15D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-VZ.debug.xcconfig + path + Pods/Target Support Files/Pods-VZ/Pods-VZ.debug.xcconfig + sourceTree + <group> + + 6EC9290C8E984A168E3B3944 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 7649AA8F37424D3A8F85BE0C + + fileRef + 372E87D092FE4BD8BCAD6AB6 + isa + PBXBuildFile + + 8AAD2EFB94384478A691C1DD + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-VZ/Pods-VZ-resources.sh" + + showEnvVarsInLog + 0 + + CC758045EFBBCE6678C29507 + + children + + 4D8C14DD6A965696C396C15D + 0A89C0D61863E56D892447B7 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + + rootObject + 1F7721E51812D3680080308A + + diff --git a/VZ.xcodeproj/project.xcworkspace/xcshareddata/VZ.xccheckout b/VZ.xcodeproj/project.xcworkspace/xcshareddata/VZ.xccheckout new file mode 100644 index 0000000..ca74ce8 --- /dev/null +++ b/VZ.xcodeproj/project.xcworkspace/xcshareddata/VZ.xccheckout @@ -0,0 +1,53 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 2A7DABDC-95CC-4BC3-9323-5844A39BB99F + IDESourceControlProjectName + VZ + IDESourceControlProjectOriginsDictionary + + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + github.com:leancloud/VZ.git + 8ACFE5037BBA7C3DB34C943CA65881B264CE6E1A + github.com:avoscloud/avoscloud-demo.git + + IDESourceControlProjectPath + VZ.xcodeproj + IDESourceControlProjectRelativeInstallPathDictionary + + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + ../.. + 8ACFE5037BBA7C3DB34C943CA65881B264CE6E1A + ../../.. + + IDESourceControlProjectURL + github.com:leancloud/VZ.git + IDESourceControlProjectVersion + 111 + IDESourceControlProjectWCCIdentifier + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 8ACFE5037BBA7C3DB34C943CA65881B264CE6E1A + IDESourceControlWCCName + + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + IDESourceControlWCCName + VZ + + + + diff --git a/VZ.xcworkspace/xcshareddata/VZ.xccheckout b/VZ.xcworkspace/xcshareddata/VZ.xccheckout new file mode 100644 index 0000000..285ee3f --- /dev/null +++ b/VZ.xcworkspace/xcshareddata/VZ.xccheckout @@ -0,0 +1,53 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 449A3441-DCE2-4F6D-A578-5ED45E1CE56B + IDESourceControlProjectName + VZ + IDESourceControlProjectOriginsDictionary + + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + github.com:leancloud/VZ.git + 8ACFE5037BBA7C3DB34C943CA65881B264CE6E1A + github.com:avoscloud/avoscloud-demo.git + + IDESourceControlProjectPath + VZ.xcworkspace + IDESourceControlProjectRelativeInstallPathDictionary + + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + .. + 8ACFE5037BBA7C3DB34C943CA65881B264CE6E1A + ../.. + + IDESourceControlProjectURL + github.com:leancloud/VZ.git + IDESourceControlProjectVersion + 111 + IDESourceControlProjectWCCIdentifier + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 8ACFE5037BBA7C3DB34C943CA65881B264CE6E1A + IDESourceControlWCCName + + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 4C46BAA9091622296DEC91B8E5EA5B4512A1C7C7 + IDESourceControlWCCName + VZ + + + + diff --git a/VZ/VZAppDelegate.m b/VZ/VZAppDelegate.m index be1efce..9ab21c0 100644 --- a/VZ/VZAppDelegate.m +++ b/VZ/VZAppDelegate.m @@ -65,8 +65,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( clientKey:@"4es7zmmqsx0xarkp7svkwady8eaipwdz83c2mccoi0z15358"]; [AVOSCloud setLastModifyEnabled:YES]; - [AVAnalytics setCrashReportEnabled:YES]; - UIStoryboard *board=[UIStoryboard storyboardWithName:@"iPhone" bundle:Nil]; diff --git a/VZ/VZM.m b/VZ/VZM.m index 29686f9..22be836 100644 --- a/VZ/VZM.m +++ b/VZ/VZM.m @@ -99,6 +99,7 @@ - (id)init } -(void)login:(AVUserResultBlock)callback{ [AVOSCloudSNS setupPlatform:AVOSCloudSNSSinaWeibo withAppKey:@"2858658895" andAppSecret:@"9d97c1cce2893cbdcdc970f05bc55fe4" andRedirectURI:@"http://vz.avosapps.com/oauth?type=weibo"]; + //[AVOSCloudSNS setupPlatform:AVOSCloudSNSSinaWeibo withAppKey:@"507847323" andAppSecret:@"e5504788d22dac7db56100d3fd6becf0" andRedirectURI:@"http://vz.avosapps.com/oauth?type=weibo"]; //[AVOSCloudSNS setupPlatform:AVOSCloudSNSSinaWeibo withAppKey:@"31024382" andAppSecret:@"25c3e6b5763653d1e5b280884b45c51f" andRedirectURI:@"http://"]; [AVOSCloudSNS loginWithCallback:^(NSDictionary* object, NSError *error) { diff --git a/VZ/VZMenuC.m b/VZ/VZMenuC.m index 3eb60c7..0c21c18 100644 --- a/VZ/VZMenuC.m +++ b/VZ/VZMenuC.m @@ -13,6 +13,7 @@ #import #import #import +#import #import "VZNearC.h" #import "VZStatusListC.h" diff --git a/VZ/VZNearC.m b/VZ/VZNearC.m index 0d838de..542432f 100644 --- a/VZ/VZNearC.m +++ b/VZ/VZNearC.m @@ -11,6 +11,7 @@ #import #import "VZProgressView.h" #import "VZPostViewC.h" +#import @interface VZNearC (){ BOOL gotUserLocation; diff --git a/VZ/VZPostCell.h b/VZ/VZPostCell.h index e1c864b..a3b3973 100644 --- a/VZ/VZPostCell.h +++ b/VZ/VZPostCell.h @@ -12,8 +12,7 @@ @interface UIImageView(Progress) -- (void)setProgressImageWithURLRequest:(NSURLRequest *)urlRequest - placeholderImage:(UIImage *)placeholderImage; +-(void)setProgressImageWithUrl:(NSString*)url placeholderImage:(UIImage*)placeholderImage; @end diff --git a/VZ/VZPostCell.m b/VZ/VZPostCell.m index 1d4a7f0..4afcfcc 100644 --- a/VZ/VZPostCell.m +++ b/VZ/VZPostCell.m @@ -7,73 +7,43 @@ // #import "VZPostCell.h" -#import - -@interface AFImageCache : NSCache -- (UIImage *)cachedImageForRequest:(NSURLRequest *)request; -- (void)cacheImage:(UIImage *)image - forRequest:(NSURLRequest *)request; -@end - -#pragma mark - - -@interface UIImageView () -@property (readwrite, nonatomic, strong, setter = af_setImageRequestOperation:) AVImageRequestOperation *af_imageRequestOperation; -+ (AFImageCache *)af_sharedImageCache; -+(NSOperationQueue*)af_sharedImageRequestOperationQueue; -@end +#import #define avatarFrame CGRectMake(8,17,50,50) @implementation UIImageView(Progress) -- (void)setProgressImageWithURLRequest:(NSURLRequest *)urlRequest - placeholderImage:(UIImage *)placeholderImage - -{ - [self cancelImageRequestOperation]; +-(void)setProgressImageWithUrl:(NSString*)url placeholderImage:(UIImage*)placeholderImage{ + //[self cancelImageRequestOperation]; [[self viewWithTag:1000] removeFromSuperview]; - UIImage *cachedImage = [[[self class] af_sharedImageCache] cachedImageForRequest:urlRequest]; - if (cachedImage) { - self.image = cachedImage; - self.af_imageRequestOperation = nil; - self.image = cachedImage; - } else { - self.image = placeholderImage; - - AVImageRequestOperation *requestOperation = [[AVImageRequestOperation alloc] initWithRequest:urlRequest]; - - requestOperation.queuePriority=NSOperationQueuePriorityLow; + AVFile* file=[AVFile fileWithURL:url]; + BOOL hasData=[file isDataAvailable]; + if(hasData){ + NSData* data=[file getData]; + UIImage* image=[UIImage imageWithData:data]; + self.image=image; + }else{ + self.image=placeholderImage; VZProgressView *pv=[[VZProgressView alloc] initWithWidth:self.frame.size.width/2]; - pv.bgLineColor=[UIColor colorWithWhite:1 alpha:0.4]; - pv.fgLineColor=[UIColor whiteColor]; - pv.tag=1000; - - [requestOperation setDownloadProgressBlock:^(NSUInteger bytesRead, long long totalBytesRead, long long totalBytesExpectedToRead) { - float progress=totalBytesRead*1.0/totalBytesExpectedToRead; - pv.progress=progress; - }]; - + pv.bgLineColor=[UIColor colorWithWhite:1 alpha:0.4]; + pv.fgLineColor=[UIColor whiteColor]; + pv.tag=1000; [self addSubview:pv]; - - [requestOperation setCompletionBlockWithSuccess:^(AVHTTPRequestOperation *operation, id responseObject) { - if ([[urlRequest URL] isEqual:[[self.af_imageRequestOperation request] URL]]) { - self.image = responseObject; + [file getDataInBackgroundWithBlock:^(NSData *data, NSError *error) { + if(error){ + [pv removeFromSuperview]; + }else{ + UIImage* image=[UIImage imageWithData:data]; + self.image=image; [pv removeFromSuperview]; - self.af_imageRequestOperation = nil; + } - - [[[self class] af_sharedImageCache] cacheImage:responseObject forRequest:urlRequest]; - } failure:^(AVHTTPRequestOperation *operation, NSError *error) { - [pv removeFromSuperview]; + } progressBlock:^(NSInteger percentDone) { + pv.progress=percentDone; }]; - - self.af_imageRequestOperation = requestOperation; - - [[[self class] af_sharedImageRequestOperationQueue] addOperation:self.af_imageRequestOperation]; } } @end @@ -101,7 +71,7 @@ -(void)loadPhoto{ NSString *url=pics[0]; url=[url stringByReplacingOccurrencesOfString:@"thumbnail" withString:@"bmiddle"]; - [self.photo setProgressImageWithURLRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:url]] placeholderImage:[UIImage imageNamed:nil]]; + [self.photo setProgressImageWithUrl:url placeholderImage:[UIImage imageNamed:nil]]; } int c=pics.count; @@ -115,7 +85,7 @@ -(void)loadPhoto{ } -(void)stopLoadPhoto{ - [self.photo cancelImageRequestOperation]; + //[self.photo cancelImageRequestOperation]; } -(void)awakeFromNib{ diff --git a/VZ/VZPostListC.m b/VZ/VZPostListC.m index 0b2a481..11af218 100644 --- a/VZ/VZPostListC.m +++ b/VZ/VZPostListC.m @@ -15,6 +15,8 @@ #import "VZNavView.h" #import "VZSearchBar.h" +#import + #import diff --git a/VZ/VZPostViewC.m b/VZ/VZPostViewC.m index f5f048f..2481c67 100644 --- a/VZ/VZPostViewC.m +++ b/VZ/VZPostViewC.m @@ -8,6 +8,7 @@ #import "VZPostViewC.h" #import +#import #import #import "VZCommentCell.h"