Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 532a102

Browse files
committed
2.2 Release
1 parent 4523a57 commit 532a102

File tree

7 files changed

+30
-63
lines changed

7 files changed

+30
-63
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Meizi.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,12 @@
272272
isa = PBXNativeTarget;
273273
buildConfigurationList = 7D93B86C1ACFD7CF00453452 /* Build configuration list for PBXNativeTarget "Meizi" */;
274274
buildPhases = (
275-
61AE54FB3B68113E22673E1D /* 📦 Check Pods Manifest.lock */,
275+
61AE54FB3B68113E22673E1D /* [CP] Check Pods Manifest.lock */,
276276
7D93B8451ACFD7CF00453452 /* Sources */,
277277
7D93B8461ACFD7CF00453452 /* Frameworks */,
278278
7D93B8471ACFD7CF00453452 /* Resources */,
279-
16E4F3FEC588B28EC4EE5871 /* 📦 Embed Pods Frameworks */,
280-
94D4F5326279DD14C48487E8 /* 📦 Copy Pods Resources */,
279+
16E4F3FEC588B28EC4EE5871 /* [CP] Embed Pods Frameworks */,
280+
94D4F5326279DD14C48487E8 /* [CP] Copy Pods Resources */,
281281
);
282282
buildRules = (
283283
);
@@ -334,44 +334,44 @@
334334
/* End PBXResourcesBuildPhase section */
335335

336336
/* Begin PBXShellScriptBuildPhase section */
337-
16E4F3FEC588B28EC4EE5871 /* 📦 Embed Pods Frameworks */ = {
337+
16E4F3FEC588B28EC4EE5871 /* [CP] Embed Pods Frameworks */ = {
338338
isa = PBXShellScriptBuildPhase;
339339
buildActionMask = 2147483647;
340340
files = (
341341
);
342342
inputPaths = (
343343
);
344-
name = "📦 Embed Pods Frameworks";
344+
name = "[CP] Embed Pods Frameworks";
345345
outputPaths = (
346346
);
347347
runOnlyForDeploymentPostprocessing = 0;
348348
shellPath = /bin/sh;
349349
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Meizi/Pods-Meizi-frameworks.sh\"\n";
350350
showEnvVarsInLog = 0;
351351
};
352-
61AE54FB3B68113E22673E1D /* 📦 Check Pods Manifest.lock */ = {
352+
61AE54FB3B68113E22673E1D /* [CP] Check Pods Manifest.lock */ = {
353353
isa = PBXShellScriptBuildPhase;
354354
buildActionMask = 2147483647;
355355
files = (
356356
);
357357
inputPaths = (
358358
);
359-
name = "📦 Check Pods Manifest.lock";
359+
name = "[CP] Check Pods Manifest.lock";
360360
outputPaths = (
361361
);
362362
runOnlyForDeploymentPostprocessing = 0;
363363
shellPath = /bin/sh;
364364
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";
365365
showEnvVarsInLog = 0;
366366
};
367-
94D4F5326279DD14C48487E8 /* 📦 Copy Pods Resources */ = {
367+
94D4F5326279DD14C48487E8 /* [CP] Copy Pods Resources */ = {
368368
isa = PBXShellScriptBuildPhase;
369369
buildActionMask = 2147483647;
370370
files = (
371371
);
372372
inputPaths = (
373373
);
374-
name = "📦 Copy Pods Resources";
374+
name = "[CP] Copy Pods Resources";
375375
outputPaths = (
376376
);
377377
runOnlyForDeploymentPostprocessing = 0;

Meizi/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1</string>
20+
<string>2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2.2.2016070111</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

Meizi/MeiziRequest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright (c) 2015年 Sunnyyoung. All rights reserved.
77
//
88

9-
#import <hpple/TFHpple.h>
109
#import "SYNetwork/SYBaseRequest.h"
1110

1211
@class Meizi;

Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ target 'Meizi' do
55

66
pod 'AFNetworking'
77
pod 'YYCache'
8-
pod 'hpple'
98
pod 'MJRefresh'
109
pod 'MJExtension'
1110
pod 'SDWebImage'

Podfile.lock

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ PODS:
1515
- AFNetworking/UIKit (3.1.0):
1616
- AFNetworking/NSURLSession
1717
- DACircularProgress (2.3.1)
18-
- hpple (0.2.0)
19-
- MJExtension (3.0.10)
20-
- MJRefresh (3.1.0)
21-
- SDWebImage (3.7.6):
22-
- SDWebImage/Core (= 3.7.6)
23-
- SDWebImage/Core (3.7.6)
18+
- MJExtension (3.0.11)
19+
- MJRefresh (3.1.9)
20+
- SDWebImage (3.8.1):
21+
- SDWebImage/Core (= 3.8.1)
22+
- SDWebImage/Core (3.8.1)
2423
- SVProgressHUD (2.0.3)
2524
- SYPhotoBrowser (2.1):
2625
- DACircularProgress
@@ -31,7 +30,6 @@ PODS:
3130

3231
DEPENDENCIES:
3332
- AFNetworking
34-
- hpple
3533
- MJExtension
3634
- MJRefresh
3735
- SDWebImage
@@ -43,15 +41,14 @@ DEPENDENCIES:
4341
SPEC CHECKSUMS:
4442
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
4543
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
46-
hpple: 3b765f96fc2cd56ad1a49aef6f7be5cb2aa64b57
47-
MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548
48-
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
49-
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
44+
MJExtension: f9ae6ddc0f1c482c3c9af750280ccebd14381958
45+
MJRefresh: c5f1f1653e5a1b932c90f78074f2bc86f3f9bd5e
46+
SDWebImage: 35f9627a3e44b4f292a8a8ce6a531fa488239b91
5047
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
5148
SYPhotoBrowser: 68be184ed938d9fa23cc94c60e638e9322a53677
5249
UIActivityIndicator-for-SDWebImage: 7bf7ebbf0ed1747dedc0d6e949c4603a6d0f9e0c
5350
YYCache: 282f35b5b0990833d0b7a06d864a87141a021da2
5451

55-
PODFILE CHECKSUM: a0b2c4fa177636b61b1af648af13c1764f989a31
52+
PODFILE CHECKSUM: 8c2005d234a6dc5b501b42f903b3d4f4f26d657f
5653

57-
COCOAPODS: 1.0.0
54+
COCOAPODS: 1.0.1

README.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,39 @@
22

33
豆瓣妹子图iOS客户端
44

5+
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=5775d6c1492bcb0100162e03&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/5775d6c1492bcb0100162e03/build/latest)
6+
57
##Discription
68
图片来源:
79

810
- http://www.dbmeinv.com
9-
- ~~http://www.dbmeizi.com~~ **该网站已挂掉**
1011

1112
##Update
1213

13-
- 2016-02-20 采用传统HTML解析方式获取资源,暂时砍掉大部分功能,仅保留看妹子功能(大部分人的主要需求)
14+
- 采用`LeanCloud`作为后端支持,提供稳定接口
1415

1516
##Screen Shot
1617
![](https://raw.githubusercontent.com/Sunnyyoung/Meizi/master/ScreenShot/One.png)
1718

1819
##Dependency
1920
- [AFNetworking](https://github.com/AFNetworking/AFNetworking)
20-
- [YTKNetwork](https://github.com/yuantiku/YTKNetwork)
21+
- [SYPhotoBrowser](https://github.com/Sunnyyoung/SYPhotoBrowser)
22+
- [SYNavigationDropdownMenu](https://github.com/Sunnyyoung/SYNavigationDropdownMenu)
23+
- [SYNetwork](https://github.com/Sunnyyoung/SYNetwork)
2124
- [MJRefresh](https://github.com/CoderMJLee/MJRefresh)
2225
- [MJExtension](https://github.com/CoderMJLee/MJExtension)
2326
- [SDWebImage](https://github.com/rs/SDWebImage)
2427
- [SVProgressHUD](https://github.com/TransitApp/SVProgressHUD)
25-
- [NHBalancedFlowLayout](https://github.com/njdehoog/NHBalancedFlowLayout)
26-
- [UIActivityIndicator-for-SDWebImage]()
27-
- [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl)
28-
- [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser)
29-
- [KINWebBrowser](https://github.com/dfmuir/KINWebBrowser)
30-
- ~~[iOS-Slide-Menu](https://github.com/aryaxt/iOS-Slide-Menu)~~
31-
- ~~[JTSImageViewController](https://github.com/jaredsinclair/JTSImageViewController)~~
3228

3329
##Platform
3430
iMac 5K:
3531

36-
- OS X 10.10.4 (14E46)
32+
- OS X 10.11.5 (15F34)
3733

3834
Xcode:
3935

40-
- Version 6.4 (6E35b)
41-
- SDK: iOS SDK 8.4
36+
- Version 7.3.1 (7D1014)
37+
- SDK: iOS SDK 9.3
4238
- Deployment Taget: 8.0
4339

4440
##Build
@@ -47,19 +43,5 @@ cd Meizi
4743
pod install
4844
```
4945

50-
##History
51-
52-
- 2015-01-22 直接写死一种样式了,其他样式感觉不好看= =,支持横屏并改变Cell的大小
53-
- 2015-01-23 此App无法上架,增加**排行榜**
54-
- 2015-02-15 **大更新**
55-
1. 全新接口
56-
2. JSON数据格式的解析
57-
3. 清除图片缓存优化
58-
4. 细节优化
59-
- 2015-05-24 **网站挂掉,等待更新**
60-
- 2015-07-14 **更新API,丰富内容**
61-
- 2015-07-19 新的WebView显示内容
62-
- 2015-08-?? **API已被加密,等待更新**
63-
6446
##License
6547
The [MIT License](LICENSE).

0 commit comments

Comments
 (0)