Commit 26548f2f08a9decba01b756a117a5a80b653dfbb
1 parent
920357ae44
Exists in
master
add notice to Home screen
Showing 12 changed files with 639 additions and 451 deletions Inline Diff
- LifeLog/LifeLog.xcodeproj/project.pbxproj
- LifeLog/LifeLog/Entities.h
- LifeLog/LifeLog/HomeObject.h
- LifeLog/LifeLog/HomeObject.m
- LifeLog/LifeLog/HomeViewConb troller.m
- LifeLog/LifeLog/HomeViewController.m
- LifeLog/LifeLog/HomeViewController.xib
- LifeLog/LifeLog/Info.plist
- LifeLog/LifeLog/NoticeInfor.h
- LifeLog/LifeLog/NoticeInfor.m
- LifeLog/LifeLog/ServerAPI.h
- LifeLog/LifeLog/ServerAPI.m
LifeLog/LifeLog.xcodeproj/project.pbxproj
| 1 | // !$*UTF8*$! | 1 | // !$*UTF8*$! |
| 2 | { | 2 | { |
| 3 | archiveVersion = 1; | 3 | archiveVersion = 1; |
| 4 | classes = { | 4 | classes = { |
| 5 | }; | 5 | }; |
| 6 | objectVersion = 46; | 6 | objectVersion = 46; |
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | 011799F0F2B47D80472673CE /* Pods_LifeLog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */; }; | 10 | 011799F0F2B47D80472673CE /* Pods_LifeLog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */; }; |
| 11 | 6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E18CED11F2E39DB0029891F /* LoginViewController.m */; }; | 11 | 6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E18CED11F2E39DB0029891F /* LoginViewController.m */; }; |
| 12 | 6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E18CED21F2E39DB0029891F /* LoginViewController.xib */; }; | 12 | 6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E18CED21F2E39DB0029891F /* LoginViewController.xib */; }; |
| 13 | 6E18CED81F2E3C840029891F /* ServerAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E18CED71F2E3C840029891F /* ServerAPI.m */; }; | 13 | 6E18CED81F2E3C840029891F /* ServerAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E18CED71F2E3C840029891F /* ServerAPI.m */; }; |
| 14 | 6E18CEDC1F2E40F50029891F /* User.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E18CEDB1F2E40F50029891F /* User.m */; }; | 14 | 6E18CEDC1F2E40F50029891F /* User.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E18CEDB1F2E40F50029891F /* User.m */; }; |
| 15 | 6E27A74A1F9E41B400C390B3 /* HomeObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E27A7491F9E41B400C390B3 /* HomeObject.m */; }; | ||
| 16 | 6E27A74D1F9E432900C390B3 /* NoticeInfor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E27A74C1F9E432900C390B3 /* NoticeInfor.m */; }; | ||
| 15 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */; }; | 17 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */; }; |
| 16 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */; }; | 18 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */; }; |
| 17 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */; }; | 19 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */; }; |
| 18 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */; }; | 20 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */; }; |
| 19 | 6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */; }; | 21 | 6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */; }; |
| 20 | 6E84E3761F27A701001EB88E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3751F27A701001EB88E /* main.m */; }; | 22 | 6E84E3761F27A701001EB88E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3751F27A701001EB88E /* main.m */; }; |
| 21 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3781F27A701001EB88E /* AppDelegate.m */; }; | 23 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3781F27A701001EB88E /* AppDelegate.m */; }; |
| 22 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3801F27A701001EB88E /* Assets.xcassets */; }; | 24 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3801F27A701001EB88E /* Assets.xcassets */; }; |
| 23 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */; }; | 25 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */; }; |
| 24 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E38E1F27A703001EB88E /* LifeLogTests.m */; }; | 26 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E38E1F27A703001EB88E /* LifeLogTests.m */; }; |
| 25 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3991F27A703001EB88E /* LifeLogUITests.m */; }; | 27 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3991F27A703001EB88E /* LifeLogUITests.m */; }; |
| 26 | 6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3AE1F27A975001EB88E /* HomeViewController.m */; }; | 28 | 6E84E3B01F27A975001EB88E /* HomeViewConb troller.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3AE1F27A975001EB88E /* HomeViewConb troller.m */; }; |
| 27 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */; }; | 29 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */; }; |
| 28 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */; }; | 30 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */; }; |
| 29 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */; }; | 31 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */; }; |
| 30 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */; }; | 32 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */; }; |
| 31 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */; }; | 33 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */; }; |
| 32 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */; }; | 34 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */; }; |
| 33 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */; }; | 35 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */; }; |
| 34 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3C31F27ACAE001EB88E /* MapViewController.m */; }; | 36 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3C31F27ACAE001EB88E /* MapViewController.m */; }; |
| 35 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */; }; | 37 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */; }; |
| 36 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */; }; | 38 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */; }; |
| 37 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */; }; | 39 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */; }; |
| 38 | 6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */; }; | 40 | 6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */; }; |
| 39 | 6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */; }; | 41 | 6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */; }; |
| 40 | 6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF301F40BB7A00F52CFE /* TopObject.m */; }; | 42 | 6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF301F40BB7A00F52CFE /* TopObject.m */; }; |
| 41 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */; }; | 43 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */; }; |
| 42 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BED1F2C2FB800765ACC /* Utilities.m */; }; | 44 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BED1F2C2FB800765ACC /* Utilities.m */; }; |
| 43 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */; }; | 45 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */; }; |
| 44 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6EF163091F29069300DA306C /* Localizable.strings */; }; | 46 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6EF163091F29069300DA306C /* Localizable.strings */; }; |
| 45 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */; }; | 47 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */; }; |
| 46 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */; }; | 48 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */; }; |
| 47 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */; }; | 49 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */; }; |
| 48 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */; }; | 50 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */; }; |
| 49 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */; }; | 51 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */; }; |
| 50 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */; }; | 52 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */; }; |
| 51 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */; }; | 53 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */; }; |
| 52 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */; }; | 54 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */; }; |
| 53 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */; }; | 55 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */; }; |
| 54 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6731F3E0E4E002926F5 /* GroupObject.m */; }; | 56 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6731F3E0E4E002926F5 /* GroupObject.m */; }; |
| 55 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6771F40513C002926F5 /* GroupDetailViewController.m */; }; | 57 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6771F40513C002926F5 /* GroupDetailViewController.m */; }; |
| 56 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E6781F40513C002926F5 /* GroupDetailViewController.xib */; }; | 58 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E6781F40513C002926F5 /* GroupDetailViewController.xib */; }; |
| 57 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E461F3596940059355A /* AutoTransLabel.m */; }; | 59 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E461F3596940059355A /* AutoTransLabel.m */; }; |
| 58 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E491F35AA180059355A /* HistoryObject.m */; }; | 60 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E491F35AA180059355A /* HistoryObject.m */; }; |
| 59 | E9497FD51F46EC1100E6AF8D /* MemberObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9497FD41F46EC1100E6AF8D /* MemberObject.m */; }; | 61 | E9497FD51F46EC1100E6AF8D /* MemberObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9497FD41F46EC1100E6AF8D /* MemberObject.m */; }; |
| 60 | E95F4CED1F475C6A00D27E80 /* CreateGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */; }; | 62 | E95F4CED1F475C6A00D27E80 /* CreateGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */; }; |
| 61 | E95F4CEE1F475C6A00D27E80 /* CreateGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */; }; | 63 | E95F4CEE1F475C6A00D27E80 /* CreateGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */; }; |
| 62 | E95F4CF31F48B39200D27E80 /* MyGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E95F4CF11F48B39200D27E80 /* MyGroupViewController.m */; }; | 64 | E95F4CF31F48B39200D27E80 /* MyGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E95F4CF11F48B39200D27E80 /* MyGroupViewController.m */; }; |
| 63 | E95F4CF41F48B39200D27E80 /* MyGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E95F4CF21F48B39200D27E80 /* MyGroupViewController.xib */; }; | 65 | E95F4CF41F48B39200D27E80 /* MyGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E95F4CF21F48B39200D27E80 /* MyGroupViewController.xib */; }; |
| 64 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */; }; | 66 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */; }; |
| 65 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */; }; | 67 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */; }; |
| 66 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E96855091F3C444900317CEF /* AutoTransButton.m */; }; | 68 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E96855091F3C444900317CEF /* AutoTransButton.m */; }; |
| 67 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */; }; | 69 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */; }; |
| 68 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */; }; | 70 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */; }; |
| 69 | E97588FC1F513BAD00782484 /* RankingObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E97588FB1F513BAD00782484 /* RankingObject.m */; }; | 71 | E97588FC1F513BAD00782484 /* RankingObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E97588FB1F513BAD00782484 /* RankingObject.m */; }; |
| 70 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E997E0251F3AB66500709FB1 /* Social.framework */; }; | 72 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E997E0251F3AB66500709FB1 /* Social.framework */; }; |
| 71 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AA1F336F3600C78787 /* CollectionView.m */; }; | 73 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AA1F336F3600C78787 /* CollectionView.m */; }; |
| 72 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13AC1F336F4500C78787 /* CollectionView.xib */; }; | 74 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13AC1F336F4500C78787 /* CollectionView.xib */; }; |
| 73 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */; }; | 75 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */; }; |
| 74 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */; }; | 76 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */; }; |
| 75 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909201F3D559D004CF99F /* TweetObject.m */; }; | 77 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909201F3D559D004CF99F /* TweetObject.m */; }; |
| 76 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */; }; | 78 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */; }; |
| 77 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */; }; | 79 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */; }; |
| 78 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */; }; | 80 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */; }; |
| 79 | /* End PBXBuildFile section */ | 81 | /* End PBXBuildFile section */ |
| 80 | 82 | ||
| 81 | /* Begin PBXContainerItemProxy section */ | 83 | /* Begin PBXContainerItemProxy section */ |
| 82 | 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */ = { | 84 | 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */ = { |
| 83 | isa = PBXContainerItemProxy; | 85 | isa = PBXContainerItemProxy; |
| 84 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; | 86 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; |
| 85 | proxyType = 1; | 87 | proxyType = 1; |
| 86 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; | 88 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; |
| 87 | remoteInfo = LifeLog; | 89 | remoteInfo = LifeLog; |
| 88 | }; | 90 | }; |
| 89 | 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */ = { | 91 | 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */ = { |
| 90 | isa = PBXContainerItemProxy; | 92 | isa = PBXContainerItemProxy; |
| 91 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; | 93 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; |
| 92 | proxyType = 1; | 94 | proxyType = 1; |
| 93 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; | 95 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; |
| 94 | remoteInfo = LifeLog; | 96 | remoteInfo = LifeLog; |
| 95 | }; | 97 | }; |
| 96 | /* End PBXContainerItemProxy section */ | 98 | /* End PBXContainerItemProxy section */ |
| 97 | 99 | ||
| 98 | /* Begin PBXFileReference section */ | 100 | /* Begin PBXFileReference section */ |
| 99 | 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LifeLog.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog.debug.xcconfig"; sourceTree = "<group>"; }; | 101 | 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LifeLog.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog.debug.xcconfig"; sourceTree = "<group>"; }; |
| 100 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LifeLog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 102 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LifeLog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 101 | 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LifeLog.release.xcconfig"; path = "Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog.release.xcconfig"; sourceTree = "<group>"; }; | 103 | 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LifeLog.release.xcconfig"; path = "Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog.release.xcconfig"; sourceTree = "<group>"; }; |
| 102 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; }; | 104 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; }; |
| 103 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; }; | 105 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; }; |
| 104 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LoginViewController.xib; sourceTree = "<group>"; }; | 106 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LoginViewController.xib; sourceTree = "<group>"; }; |
| 105 | 6E18CED61F2E3C840029891F /* ServerAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerAPI.h; sourceTree = "<group>"; }; | 107 | 6E18CED61F2E3C840029891F /* ServerAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerAPI.h; sourceTree = "<group>"; }; |
| 106 | 6E18CED71F2E3C840029891F /* ServerAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerAPI.m; sourceTree = "<group>"; }; | 108 | 6E18CED71F2E3C840029891F /* ServerAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerAPI.m; sourceTree = "<group>"; }; |
| 107 | 6E18CEDA1F2E40F50029891F /* User.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = User.h; sourceTree = "<group>"; }; | 109 | 6E18CEDA1F2E40F50029891F /* User.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = User.h; sourceTree = "<group>"; }; |
| 108 | 6E18CEDB1F2E40F50029891F /* User.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = User.m; sourceTree = "<group>"; }; | 110 | 6E18CEDB1F2E40F50029891F /* User.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = User.m; sourceTree = "<group>"; }; |
| 109 | 6E18CEDD1F2E46570029891F /* Entities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Entities.h; sourceTree = "<group>"; }; | 111 | 6E18CEDD1F2E46570029891F /* Entities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Entities.h; sourceTree = "<group>"; }; |
| 112 | 6E27A7481F9E41B300C390B3 /* HomeObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeObject.h; sourceTree = "<group>"; }; | ||
| 113 | 6E27A7491F9E41B400C390B3 /* HomeObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeObject.m; sourceTree = "<group>"; }; | ||
| 114 | 6E27A74B1F9E432900C390B3 /* NoticeInfor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NoticeInfor.h; sourceTree = "<group>"; }; | ||
| 115 | 6E27A74C1F9E432900C390B3 /* NoticeInfor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NoticeInfor.m; sourceTree = "<group>"; }; | ||
| 110 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTextField.h; sourceTree = "<group>"; }; | 116 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTextField.h; sourceTree = "<group>"; }; |
| 111 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTextField.m; sourceTree = "<group>"; }; | 117 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTextField.m; sourceTree = "<group>"; }; |
| 112 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingCollectionView.h; sourceTree = "<group>"; }; | 118 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingCollectionView.h; sourceTree = "<group>"; }; |
| 113 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingCollectionView.m; sourceTree = "<group>"; }; | 119 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingCollectionView.m; sourceTree = "<group>"; }; |
| 114 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingScrollView.h; sourceTree = "<group>"; }; | 120 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingScrollView.h; sourceTree = "<group>"; }; |
| 115 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingScrollView.m; sourceTree = "<group>"; }; | 121 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingScrollView.m; sourceTree = "<group>"; }; |
| 116 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingTableView.h; sourceTree = "<group>"; }; | 122 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingTableView.h; sourceTree = "<group>"; }; |
| 117 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingTableView.m; sourceTree = "<group>"; }; | 123 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingTableView.m; sourceTree = "<group>"; }; |
| 118 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+TPKeyboardAvoidingAdditions.h"; sourceTree = "<group>"; }; | 124 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+TPKeyboardAvoidingAdditions.h"; sourceTree = "<group>"; }; |
| 119 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+TPKeyboardAvoidingAdditions.m"; sourceTree = "<group>"; }; | 125 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+TPKeyboardAvoidingAdditions.m"; sourceTree = "<group>"; }; |
| 120 | 6E84E3711F27A700001EB88E /* LifeLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LifeLog.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 126 | 6E84E3711F27A700001EB88E /* LifeLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LifeLog.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 121 | 6E84E3751F27A701001EB88E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | 127 | 6E84E3751F27A701001EB88E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 122 | 6E84E3771F27A701001EB88E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 128 | 6E84E3771F27A701001EB88E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 123 | 6E84E3781F27A701001EB88E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | 129 | 6E84E3781F27A701001EB88E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 124 | 6E84E3801F27A701001EB88E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 130 | 6E84E3801F27A701001EB88E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 125 | 6E84E3831F27A701001EB88E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | 131 | 6E84E3831F27A701001EB88E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 126 | 6E84E3851F27A701001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 132 | 6E84E3851F27A701001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 127 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 133 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 128 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogTests.m; sourceTree = "<group>"; }; | 134 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogTests.m; sourceTree = "<group>"; }; |
| 129 | 6E84E3901F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 135 | 6E84E3901F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 130 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 136 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 131 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogUITests.m; sourceTree = "<group>"; }; | 137 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogUITests.m; sourceTree = "<group>"; }; |
| 132 | 6E84E39B1F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 138 | 6E84E39B1F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 133 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = "<group>"; }; | 139 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = "<group>"; }; |
| 134 | 6E84E3AE1F27A975001EB88E /* HomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = "<group>"; }; | 140 | 6E84E3AE1F27A975001EB88E /* HomeViewConb troller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "HomeViewConb troller.m"; sourceTree = "<group>"; }; |
| 135 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = "<group>"; }; | 141 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = "<group>"; }; |
| 136 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryViewController.h; sourceTree = "<group>"; }; | 142 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryViewController.h; sourceTree = "<group>"; }; |
| 137 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryViewController.m; sourceTree = "<group>"; }; | 143 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryViewController.m; sourceTree = "<group>"; }; |
| 138 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryViewController.xib; sourceTree = "<group>"; }; | 144 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryViewController.xib; sourceTree = "<group>"; }; |
| 139 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingViewController.h; sourceTree = "<group>"; }; | 145 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingViewController.h; sourceTree = "<group>"; }; |
| 140 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingViewController.m; sourceTree = "<group>"; }; | 146 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingViewController.m; sourceTree = "<group>"; }; |
| 141 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingViewController.xib; sourceTree = "<group>"; }; | 147 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingViewController.xib; sourceTree = "<group>"; }; |
| 142 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSViewController.h; sourceTree = "<group>"; }; | 148 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSViewController.h; sourceTree = "<group>"; }; |
| 143 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSViewController.m; sourceTree = "<group>"; }; | 149 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSViewController.m; sourceTree = "<group>"; }; |
| 144 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSViewController.xib; sourceTree = "<group>"; }; | 150 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSViewController.xib; sourceTree = "<group>"; }; |
| 145 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapViewController.h; sourceTree = "<group>"; }; | 151 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapViewController.h; sourceTree = "<group>"; }; |
| 146 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapViewController.m; sourceTree = "<group>"; }; | 152 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapViewController.m; sourceTree = "<group>"; }; |
| 147 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MapViewController.xib; sourceTree = "<group>"; }; | 153 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MapViewController.xib; sourceTree = "<group>"; }; |
| 148 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TodayViewController.h; sourceTree = "<group>"; }; | 154 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TodayViewController.h; sourceTree = "<group>"; }; |
| 149 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TodayViewController.m; sourceTree = "<group>"; }; | 155 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TodayViewController.m; sourceTree = "<group>"; }; |
| 150 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TodayViewController.xib; sourceTree = "<group>"; }; | 156 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TodayViewController.xib; sourceTree = "<group>"; }; |
| 151 | 6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StepObject.h; sourceTree = "<group>"; }; | 157 | 6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StepObject.h; sourceTree = "<group>"; }; |
| 152 | 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StepObject.m; sourceTree = "<group>"; }; | 158 | 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StepObject.m; sourceTree = "<group>"; }; |
| 153 | 6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TargetInfor.h; sourceTree = "<group>"; }; | 159 | 6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TargetInfor.h; sourceTree = "<group>"; }; |
| 154 | 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TargetInfor.m; sourceTree = "<group>"; }; | 160 | 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TargetInfor.m; sourceTree = "<group>"; }; |
| 155 | 6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopObject.h; sourceTree = "<group>"; }; | 161 | 6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopObject.h; sourceTree = "<group>"; }; |
| 156 | 6EA4AF301F40BB7A00F52CFE /* TopObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopObject.m; sourceTree = "<group>"; }; | 162 | 6EA4AF301F40BB7A00F52CFE /* TopObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopObject.m; sourceTree = "<group>"; }; |
| 157 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+helper.h"; sourceTree = "<group>"; }; | 163 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+helper.h"; sourceTree = "<group>"; }; |
| 158 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+helper.m"; sourceTree = "<group>"; }; | 164 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+helper.m"; sourceTree = "<group>"; }; |
| 159 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = "<group>"; }; | 165 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = "<group>"; }; |
| 160 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utilities.m; sourceTree = "<group>"; }; | 166 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utilities.m; sourceTree = "<group>"; }; |
| 161 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMMotionActivityExtra.h; sourceTree = "<group>"; }; | 167 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMMotionActivityExtra.h; sourceTree = "<group>"; }; |
| 162 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMMotionActivityExtra.m; sourceTree = "<group>"; }; | 168 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMMotionActivityExtra.m; sourceTree = "<group>"; }; |
| 163 | 6EF163091F29069300DA306C /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; }; | 169 | 6EF163091F29069300DA306C /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; }; |
| 164 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfirmForgetPassViewController.h; sourceTree = "<group>"; }; | 170 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfirmForgetPassViewController.h; sourceTree = "<group>"; }; |
| 165 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ConfirmForgetPassViewController.m; sourceTree = "<group>"; }; | 171 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ConfirmForgetPassViewController.m; sourceTree = "<group>"; }; |
| 166 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ConfirmForgetPassViewController.xib; sourceTree = "<group>"; }; | 172 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ConfirmForgetPassViewController.xib; sourceTree = "<group>"; }; |
| 167 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = "<group>"; }; | 173 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = "<group>"; }; |
| 168 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; }; | 174 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; }; |
| 169 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterViewController.h; sourceTree = "<group>"; }; | 175 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterViewController.h; sourceTree = "<group>"; }; |
| 170 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RegisterViewController.m; sourceTree = "<group>"; }; | 176 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RegisterViewController.m; sourceTree = "<group>"; }; |
| 171 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; | 177 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; |
| 172 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupViewController.h; sourceTree = "<group>"; }; | 178 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupViewController.h; sourceTree = "<group>"; }; |
| 173 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupViewController.m; sourceTree = "<group>"; }; | 179 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupViewController.m; sourceTree = "<group>"; }; |
| 174 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupViewController.xib; sourceTree = "<group>"; }; | 180 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupViewController.xib; sourceTree = "<group>"; }; |
| 175 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupTableViewCell.h; sourceTree = "<group>"; }; | 181 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupTableViewCell.h; sourceTree = "<group>"; }; |
| 176 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupTableViewCell.m; sourceTree = "<group>"; }; | 182 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupTableViewCell.m; sourceTree = "<group>"; }; |
| 177 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupTableViewCell.xib; sourceTree = "<group>"; }; | 183 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupTableViewCell.xib; sourceTree = "<group>"; }; |
| 178 | E933E6721F3E0E4E002926F5 /* GroupObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupObject.h; sourceTree = "<group>"; }; | 184 | E933E6721F3E0E4E002926F5 /* GroupObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupObject.h; sourceTree = "<group>"; }; |
| 179 | E933E6731F3E0E4E002926F5 /* GroupObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupObject.m; sourceTree = "<group>"; }; | 185 | E933E6731F3E0E4E002926F5 /* GroupObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupObject.m; sourceTree = "<group>"; }; |
| 180 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupDetailViewController.h; sourceTree = "<group>"; }; | 186 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupDetailViewController.h; sourceTree = "<group>"; }; |
| 181 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupDetailViewController.m; sourceTree = "<group>"; }; | 187 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupDetailViewController.m; sourceTree = "<group>"; }; |
| 182 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GroupDetailViewController.xib; sourceTree = "<group>"; }; | 188 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GroupDetailViewController.xib; sourceTree = "<group>"; }; |
| 183 | E9373E451F3596940059355A /* AutoTransLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransLabel.h; sourceTree = "<group>"; }; | 189 | E9373E451F3596940059355A /* AutoTransLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransLabel.h; sourceTree = "<group>"; }; |
| 184 | E9373E461F3596940059355A /* AutoTransLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransLabel.m; sourceTree = "<group>"; }; | 190 | E9373E461F3596940059355A /* AutoTransLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransLabel.m; sourceTree = "<group>"; }; |
| 185 | E9373E481F35AA180059355A /* HistoryObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryObject.h; sourceTree = "<group>"; }; | 191 | E9373E481F35AA180059355A /* HistoryObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryObject.h; sourceTree = "<group>"; }; |
| 186 | E9373E491F35AA180059355A /* HistoryObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryObject.m; sourceTree = "<group>"; }; | 192 | E9373E491F35AA180059355A /* HistoryObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryObject.m; sourceTree = "<group>"; }; |
| 187 | E9497FD31F46EC1100E6AF8D /* MemberObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemberObject.h; sourceTree = "<group>"; }; | 193 | E9497FD31F46EC1100E6AF8D /* MemberObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemberObject.h; sourceTree = "<group>"; }; |
| 188 | E9497FD41F46EC1100E6AF8D /* MemberObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MemberObject.m; sourceTree = "<group>"; }; | 194 | E9497FD41F46EC1100E6AF8D /* MemberObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MemberObject.m; sourceTree = "<group>"; }; |
| 189 | E95F4CEA1F475C6A00D27E80 /* CreateGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CreateGroupViewController.h; sourceTree = "<group>"; }; | 195 | E95F4CEA1F475C6A00D27E80 /* CreateGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CreateGroupViewController.h; sourceTree = "<group>"; }; |
| 190 | E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CreateGroupViewController.m; sourceTree = "<group>"; }; | 196 | E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CreateGroupViewController.m; sourceTree = "<group>"; }; |
| 191 | E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CreateGroupViewController.xib; sourceTree = "<group>"; }; | 197 | E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CreateGroupViewController.xib; sourceTree = "<group>"; }; |
| 192 | E95F4CF01F48B39200D27E80 /* MyGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyGroupViewController.h; sourceTree = "<group>"; }; | 198 | E95F4CF01F48B39200D27E80 /* MyGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyGroupViewController.h; sourceTree = "<group>"; }; |
| 193 | E95F4CF11F48B39200D27E80 /* MyGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyGroupViewController.m; sourceTree = "<group>"; }; | 199 | E95F4CF11F48B39200D27E80 /* MyGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyGroupViewController.m; sourceTree = "<group>"; }; |
| 194 | E95F4CF21F48B39200D27E80 /* MyGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MyGroupViewController.xib; sourceTree = "<group>"; }; | 200 | E95F4CF21F48B39200D27E80 /* MyGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MyGroupViewController.xib; sourceTree = "<group>"; }; |
| 195 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingTableViewCell.h; sourceTree = "<group>"; }; | 201 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingTableViewCell.h; sourceTree = "<group>"; }; |
| 196 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingTableViewCell.m; sourceTree = "<group>"; }; | 202 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingTableViewCell.m; sourceTree = "<group>"; }; |
| 197 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingTableViewCell.xib; sourceTree = "<group>"; }; | 203 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingTableViewCell.xib; sourceTree = "<group>"; }; |
| 198 | E96855081F3C444900317CEF /* AutoTransButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransButton.h; sourceTree = "<group>"; }; | 204 | E96855081F3C444900317CEF /* AutoTransButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransButton.h; sourceTree = "<group>"; }; |
| 199 | E96855091F3C444900317CEF /* AutoTransButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransButton.m; sourceTree = "<group>"; }; | 205 | E96855091F3C444900317CEF /* AutoTransButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransButton.m; sourceTree = "<group>"; }; |
| 200 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSRecentTopicTableViewCell.h; sourceTree = "<group>"; }; | 206 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSRecentTopicTableViewCell.h; sourceTree = "<group>"; }; |
| 201 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSRecentTopicTableViewCell.m; sourceTree = "<group>"; }; | 207 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSRecentTopicTableViewCell.m; sourceTree = "<group>"; }; |
| 202 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSRecentTopicTableViewCell.xib; sourceTree = "<group>"; }; | 208 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSRecentTopicTableViewCell.xib; sourceTree = "<group>"; }; |
| 203 | E97588FA1F513BAD00782484 /* RankingObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingObject.h; sourceTree = "<group>"; }; | 209 | E97588FA1F513BAD00782484 /* RankingObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingObject.h; sourceTree = "<group>"; }; |
| 204 | E97588FB1F513BAD00782484 /* RankingObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingObject.m; sourceTree = "<group>"; }; | 210 | E97588FB1F513BAD00782484 /* RankingObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingObject.m; sourceTree = "<group>"; }; |
| 205 | E997E0251F3AB66500709FB1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; }; | 211 | E997E0251F3AB66500709FB1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; }; |
| 206 | E99E13A91F336F3600C78787 /* CollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectionView.h; sourceTree = "<group>"; }; | 212 | E99E13A91F336F3600C78787 /* CollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectionView.h; sourceTree = "<group>"; }; |
| 207 | E99E13AA1F336F3600C78787 /* CollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionView.m; sourceTree = "<group>"; }; | 213 | E99E13AA1F336F3600C78787 /* CollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionView.m; sourceTree = "<group>"; }; |
| 208 | E99E13AC1F336F4500C78787 /* CollectionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CollectionView.xib; sourceTree = "<group>"; }; | 214 | E99E13AC1F336F4500C78787 /* CollectionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CollectionView.xib; sourceTree = "<group>"; }; |
| 209 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelCollectionViewCell.h; sourceTree = "<group>"; }; | 215 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelCollectionViewCell.h; sourceTree = "<group>"; }; |
| 210 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelCollectionViewCell.m; sourceTree = "<group>"; }; | 216 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelCollectionViewCell.m; sourceTree = "<group>"; }; |
| 211 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LabelCollectionViewCell.xib; sourceTree = "<group>"; }; | 217 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LabelCollectionViewCell.xib; sourceTree = "<group>"; }; |
| 212 | E9D9091F1F3D559D004CF99F /* TweetObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TweetObject.h; sourceTree = "<group>"; }; | 218 | E9D9091F1F3D559D004CF99F /* TweetObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TweetObject.h; sourceTree = "<group>"; }; |
| 213 | E9D909201F3D559D004CF99F /* TweetObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TweetObject.m; sourceTree = "<group>"; }; | 219 | E9D909201F3D559D004CF99F /* TweetObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TweetObject.m; sourceTree = "<group>"; }; |
| 214 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseTableViewController.h; sourceTree = "<group>"; }; | 220 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseTableViewController.h; sourceTree = "<group>"; }; |
| 215 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseTableViewController.m; sourceTree = "<group>"; }; | 221 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseTableViewController.m; sourceTree = "<group>"; }; |
| 216 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryListTableViewCell.h; sourceTree = "<group>"; }; | 222 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryListTableViewCell.h; sourceTree = "<group>"; }; |
| 217 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryListTableViewCell.m; sourceTree = "<group>"; }; | 223 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryListTableViewCell.m; sourceTree = "<group>"; }; |
| 218 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryListTableViewCell.xib; sourceTree = "<group>"; }; | 224 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryListTableViewCell.xib; sourceTree = "<group>"; }; |
| 219 | /* End PBXFileReference section */ | 225 | /* End PBXFileReference section */ |
| 220 | 226 | ||
| 221 | /* Begin PBXFrameworksBuildPhase section */ | 227 | /* Begin PBXFrameworksBuildPhase section */ |
| 222 | 6E84E36E1F27A700001EB88E /* Frameworks */ = { | 228 | 6E84E36E1F27A700001EB88E /* Frameworks */ = { |
| 223 | isa = PBXFrameworksBuildPhase; | 229 | isa = PBXFrameworksBuildPhase; |
| 224 | buildActionMask = 2147483647; | 230 | buildActionMask = 2147483647; |
| 225 | files = ( | 231 | files = ( |
| 226 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */, | 232 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */, |
| 227 | 011799F0F2B47D80472673CE /* Pods_LifeLog.framework in Frameworks */, | 233 | 011799F0F2B47D80472673CE /* Pods_LifeLog.framework in Frameworks */, |
| 228 | ); | 234 | ); |
| 229 | runOnlyForDeploymentPostprocessing = 0; | 235 | runOnlyForDeploymentPostprocessing = 0; |
| 230 | }; | 236 | }; |
| 231 | 6E84E3871F27A703001EB88E /* Frameworks */ = { | 237 | 6E84E3871F27A703001EB88E /* Frameworks */ = { |
| 232 | isa = PBXFrameworksBuildPhase; | 238 | isa = PBXFrameworksBuildPhase; |
| 233 | buildActionMask = 2147483647; | 239 | buildActionMask = 2147483647; |
| 234 | files = ( | 240 | files = ( |
| 235 | ); | 241 | ); |
| 236 | runOnlyForDeploymentPostprocessing = 0; | 242 | runOnlyForDeploymentPostprocessing = 0; |
| 237 | }; | 243 | }; |
| 238 | 6E84E3921F27A703001EB88E /* Frameworks */ = { | 244 | 6E84E3921F27A703001EB88E /* Frameworks */ = { |
| 239 | isa = PBXFrameworksBuildPhase; | 245 | isa = PBXFrameworksBuildPhase; |
| 240 | buildActionMask = 2147483647; | 246 | buildActionMask = 2147483647; |
| 241 | files = ( | 247 | files = ( |
| 242 | ); | 248 | ); |
| 243 | runOnlyForDeploymentPostprocessing = 0; | 249 | runOnlyForDeploymentPostprocessing = 0; |
| 244 | }; | 250 | }; |
| 245 | /* End PBXFrameworksBuildPhase section */ | 251 | /* End PBXFrameworksBuildPhase section */ |
| 246 | 252 | ||
| 247 | /* Begin PBXGroup section */ | 253 | /* Begin PBXGroup section */ |
| 248 | 020C1721B642EF36F31E1BB4 /* Frameworks */ = { | 254 | 020C1721B642EF36F31E1BB4 /* Frameworks */ = { |
| 249 | isa = PBXGroup; | 255 | isa = PBXGroup; |
| 250 | children = ( | 256 | children = ( |
| 251 | E997E0251F3AB66500709FB1 /* Social.framework */, | 257 | E997E0251F3AB66500709FB1 /* Social.framework */, |
| 252 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */, | 258 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */, |
| 253 | ); | 259 | ); |
| 254 | name = Frameworks; | 260 | name = Frameworks; |
| 255 | sourceTree = "<group>"; | 261 | sourceTree = "<group>"; |
| 256 | }; | 262 | }; |
| 257 | 6E18CECF1F2E398C0029891F /* Login */ = { | 263 | 6E18CECF1F2E398C0029891F /* Login */ = { |
| 258 | isa = PBXGroup; | 264 | isa = PBXGroup; |
| 259 | children = ( | 265 | children = ( |
| 260 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */, | 266 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */, |
| 261 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */, | 267 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */, |
| 262 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */, | 268 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */, |
| 263 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */, | 269 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */, |
| 264 | ); | 270 | ); |
| 265 | name = Login; | 271 | name = Login; |
| 266 | sourceTree = "<group>"; | 272 | sourceTree = "<group>"; |
| 267 | }; | 273 | }; |
| 268 | 6E18CED51F2E3C0E0029891F /* ServerAPI */ = { | 274 | 6E18CED51F2E3C0E0029891F /* ServerAPI */ = { |
| 269 | isa = PBXGroup; | 275 | isa = PBXGroup; |
| 270 | children = ( | 276 | children = ( |
| 271 | 6E18CED61F2E3C840029891F /* ServerAPI.h */, | 277 | 6E18CED61F2E3C840029891F /* ServerAPI.h */, |
| 272 | 6E18CED71F2E3C840029891F /* ServerAPI.m */, | 278 | 6E18CED71F2E3C840029891F /* ServerAPI.m */, |
| 273 | ); | 279 | ); |
| 274 | name = ServerAPI; | 280 | name = ServerAPI; |
| 275 | sourceTree = "<group>"; | 281 | sourceTree = "<group>"; |
| 276 | }; | 282 | }; |
| 277 | 6E18CED91F2E40AE0029891F /* Model */ = { | 283 | 6E18CED91F2E40AE0029891F /* Model */ = { |
| 278 | isa = PBXGroup; | 284 | isa = PBXGroup; |
| 279 | children = ( | 285 | children = ( |
| 280 | 6E18CEDD1F2E46570029891F /* Entities.h */, | 286 | 6E18CEDD1F2E46570029891F /* Entities.h */, |
| 281 | 6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */, | 287 | 6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */, |
| 282 | 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */, | 288 | 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */, |
| 283 | 6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */, | 289 | 6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */, |
| 284 | 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */, | 290 | 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */, |
| 285 | 6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */, | 291 | 6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */, |
| 286 | 6EA4AF301F40BB7A00F52CFE /* TopObject.m */, | 292 | 6EA4AF301F40BB7A00F52CFE /* TopObject.m */, |
| 287 | 6E18CEDA1F2E40F50029891F /* User.h */, | 293 | 6E18CEDA1F2E40F50029891F /* User.h */, |
| 288 | 6E18CEDB1F2E40F50029891F /* User.m */, | 294 | 6E18CEDB1F2E40F50029891F /* User.m */, |
| 289 | E9373E481F35AA180059355A /* HistoryObject.h */, | 295 | E9373E481F35AA180059355A /* HistoryObject.h */, |
| 290 | E9373E491F35AA180059355A /* HistoryObject.m */, | 296 | E9373E491F35AA180059355A /* HistoryObject.m */, |
| 291 | E9D9091F1F3D559D004CF99F /* TweetObject.h */, | 297 | E9D9091F1F3D559D004CF99F /* TweetObject.h */, |
| 292 | E9D909201F3D559D004CF99F /* TweetObject.m */, | 298 | E9D909201F3D559D004CF99F /* TweetObject.m */, |
| 293 | E933E6721F3E0E4E002926F5 /* GroupObject.h */, | 299 | E933E6721F3E0E4E002926F5 /* GroupObject.h */, |
| 294 | E933E6731F3E0E4E002926F5 /* GroupObject.m */, | 300 | E933E6731F3E0E4E002926F5 /* GroupObject.m */, |
| 295 | E9497FD31F46EC1100E6AF8D /* MemberObject.h */, | 301 | E9497FD31F46EC1100E6AF8D /* MemberObject.h */, |
| 296 | E9497FD41F46EC1100E6AF8D /* MemberObject.m */, | 302 | E9497FD41F46EC1100E6AF8D /* MemberObject.m */, |
| 297 | E97588FA1F513BAD00782484 /* RankingObject.h */, | 303 | E97588FA1F513BAD00782484 /* RankingObject.h */, |
| 298 | E97588FB1F513BAD00782484 /* RankingObject.m */, | 304 | E97588FB1F513BAD00782484 /* RankingObject.m */, |
| 305 | 6E27A7481F9E41B300C390B3 /* HomeObject.h */, | ||
| 306 | 6E27A7491F9E41B400C390B3 /* HomeObject.m */, | ||
| 307 | 6E27A74B1F9E432900C390B3 /* NoticeInfor.h */, | ||
| 308 | 6E27A74C1F9E432900C390B3 /* NoticeInfor.m */, | ||
| 299 | ); | 309 | ); |
| 300 | name = Model; | 310 | name = Model; |
| 301 | sourceTree = "<group>"; | 311 | sourceTree = "<group>"; |
| 302 | }; | 312 | }; |
| 303 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */ = { | 313 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */ = { |
| 304 | isa = PBXGroup; | 314 | isa = PBXGroup; |
| 305 | children = ( | 315 | children = ( |
| 306 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */, | 316 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */, |
| 307 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */, | 317 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */, |
| 308 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */, | 318 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */, |
| 309 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */, | 319 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */, |
| 310 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */, | 320 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */, |
| 311 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */, | 321 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */, |
| 312 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */, | 322 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */, |
| 313 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */, | 323 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */, |
| 314 | ); | 324 | ); |
| 315 | name = TPKeyboardAvoiding; | 325 | name = TPKeyboardAvoiding; |
| 316 | sourceTree = "<group>"; | 326 | sourceTree = "<group>"; |
| 317 | }; | 327 | }; |
| 318 | 6E84E3681F27A700001EB88E = { | 328 | 6E84E3681F27A700001EB88E = { |
| 319 | isa = PBXGroup; | 329 | isa = PBXGroup; |
| 320 | children = ( | 330 | children = ( |
| 321 | 6E84E3731F27A700001EB88E /* LifeLog */, | 331 | 6E84E3731F27A700001EB88E /* LifeLog */, |
| 322 | 6E84E38D1F27A703001EB88E /* LifeLogTests */, | 332 | 6E84E38D1F27A703001EB88E /* LifeLogTests */, |
| 323 | 6E84E3981F27A703001EB88E /* LifeLogUITests */, | 333 | 6E84E3981F27A703001EB88E /* LifeLogUITests */, |
| 324 | DE8269E957EA47CD771BAB33 /* Pods */, | 334 | DE8269E957EA47CD771BAB33 /* Pods */, |
| 325 | 020C1721B642EF36F31E1BB4 /* Frameworks */, | 335 | 020C1721B642EF36F31E1BB4 /* Frameworks */, |
| 326 | 783929CF869F5081762B3DCA /* Products */, | 336 | 783929CF869F5081762B3DCA /* Products */, |
| 327 | ); | 337 | ); |
| 328 | sourceTree = "<group>"; | 338 | sourceTree = "<group>"; |
| 329 | }; | 339 | }; |
| 330 | 6E84E3721F27A700001EB88E /* Products */ = { | 340 | 6E84E3721F27A700001EB88E /* Products */ = { |
| 331 | isa = PBXGroup; | 341 | isa = PBXGroup; |
| 332 | children = ( | 342 | children = ( |
| 333 | 6E84E3711F27A700001EB88E /* LifeLog.app */, | 343 | 6E84E3711F27A700001EB88E /* LifeLog.app */, |
| 334 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */, | 344 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */, |
| 335 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */, | 345 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */, |
| 336 | ); | 346 | ); |
| 337 | name = Products; | 347 | name = Products; |
| 338 | sourceTree = "<group>"; | 348 | sourceTree = "<group>"; |
| 339 | }; | 349 | }; |
| 340 | 6E84E3731F27A700001EB88E /* LifeLog */ = { | 350 | 6E84E3731F27A700001EB88E /* LifeLog */ = { |
| 341 | isa = PBXGroup; | 351 | isa = PBXGroup; |
| 342 | children = ( | 352 | children = ( |
| 343 | 6E18CED91F2E40AE0029891F /* Model */, | 353 | 6E18CED91F2E40AE0029891F /* Model */, |
| 344 | 6E18CED51F2E3C0E0029891F /* ServerAPI */, | 354 | 6E18CED51F2E3C0E0029891F /* ServerAPI */, |
| 345 | 6EDC8BEB1F2C2F3300765ACC /* Common */, | 355 | 6EDC8BEB1F2C2F3300765ACC /* Common */, |
| 346 | 6ECC406D1F2A5FA500AAEB97 /* Library */, | 356 | 6ECC406D1F2A5FA500AAEB97 /* Library */, |
| 347 | E99E13A71F336F0C00C78787 /* CustomView */, | 357 | E99E13A71F336F0C00C78787 /* CustomView */, |
| 348 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */, | 358 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */, |
| 349 | 6E84E3A71F27A887001EB88E /* AppDelegate */, | 359 | 6E84E3A71F27A887001EB88E /* AppDelegate */, |
| 350 | 6E84E3801F27A701001EB88E /* Assets.xcassets */, | 360 | 6E84E3801F27A701001EB88E /* Assets.xcassets */, |
| 351 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */, | 361 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */, |
| 352 | 6E84E3851F27A701001EB88E /* Info.plist */, | 362 | 6E84E3851F27A701001EB88E /* Info.plist */, |
| 353 | 6E84E3741F27A701001EB88E /* Supporting Files */, | 363 | 6E84E3741F27A701001EB88E /* Supporting Files */, |
| 354 | ); | 364 | ); |
| 355 | path = LifeLog; | 365 | path = LifeLog; |
| 356 | sourceTree = "<group>"; | 366 | sourceTree = "<group>"; |
| 357 | }; | 367 | }; |
| 358 | 6E84E3741F27A701001EB88E /* Supporting Files */ = { | 368 | 6E84E3741F27A701001EB88E /* Supporting Files */ = { |
| 359 | isa = PBXGroup; | 369 | isa = PBXGroup; |
| 360 | children = ( | 370 | children = ( |
| 361 | 6E84E3751F27A701001EB88E /* main.m */, | 371 | 6E84E3751F27A701001EB88E /* main.m */, |
| 362 | 6EF163091F29069300DA306C /* Localizable.strings */, | 372 | 6EF163091F29069300DA306C /* Localizable.strings */, |
| 363 | ); | 373 | ); |
| 364 | name = "Supporting Files"; | 374 | name = "Supporting Files"; |
| 365 | sourceTree = "<group>"; | 375 | sourceTree = "<group>"; |
| 366 | }; | 376 | }; |
| 367 | 6E84E38D1F27A703001EB88E /* LifeLogTests */ = { | 377 | 6E84E38D1F27A703001EB88E /* LifeLogTests */ = { |
| 368 | isa = PBXGroup; | 378 | isa = PBXGroup; |
| 369 | children = ( | 379 | children = ( |
| 370 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */, | 380 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */, |
| 371 | 6E84E3901F27A703001EB88E /* Info.plist */, | 381 | 6E84E3901F27A703001EB88E /* Info.plist */, |
| 372 | ); | 382 | ); |
| 373 | path = LifeLogTests; | 383 | path = LifeLogTests; |
| 374 | sourceTree = "<group>"; | 384 | sourceTree = "<group>"; |
| 375 | }; | 385 | }; |
| 376 | 6E84E3981F27A703001EB88E /* LifeLogUITests */ = { | 386 | 6E84E3981F27A703001EB88E /* LifeLogUITests */ = { |
| 377 | isa = PBXGroup; | 387 | isa = PBXGroup; |
| 378 | children = ( | 388 | children = ( |
| 379 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */, | 389 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */, |
| 380 | 6E84E39B1F27A703001EB88E /* Info.plist */, | 390 | 6E84E39B1F27A703001EB88E /* Info.plist */, |
| 381 | ); | 391 | ); |
| 382 | path = LifeLogUITests; | 392 | path = LifeLogUITests; |
| 383 | sourceTree = "<group>"; | 393 | sourceTree = "<group>"; |
| 384 | }; | 394 | }; |
| 385 | 6E84E3A71F27A887001EB88E /* AppDelegate */ = { | 395 | 6E84E3A71F27A887001EB88E /* AppDelegate */ = { |
| 386 | isa = PBXGroup; | 396 | isa = PBXGroup; |
| 387 | children = ( | 397 | children = ( |
| 388 | 6E84E3771F27A701001EB88E /* AppDelegate.h */, | 398 | 6E84E3771F27A701001EB88E /* AppDelegate.h */, |
| 389 | 6E84E3781F27A701001EB88E /* AppDelegate.m */, | 399 | 6E84E3781F27A701001EB88E /* AppDelegate.m */, |
| 390 | ); | 400 | ); |
| 391 | name = AppDelegate; | 401 | name = AppDelegate; |
| 392 | sourceTree = "<group>"; | 402 | sourceTree = "<group>"; |
| 393 | }; | 403 | }; |
| 394 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */ = { | 404 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */ = { |
| 395 | isa = PBXGroup; | 405 | isa = PBXGroup; |
| 396 | children = ( | 406 | children = ( |
| 397 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */, | 407 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */, |
| 398 | 9CBDA0FB1F2F03490055DED1 /* Register */, | 408 | 9CBDA0FB1F2F03490055DED1 /* Register */, |
| 399 | 6E18CECF1F2E398C0029891F /* Login */, | 409 | 6E18CECF1F2E398C0029891F /* Login */, |
| 400 | 6E84E3AC1F27A954001EB88E /* SNS */, | 410 | 6E84E3AC1F27A954001EB88E /* SNS */, |
| 401 | 6E84E3C11F27AC89001EB88E /* Map */, | 411 | 6E84E3C11F27AC89001EB88E /* Map */, |
| 402 | 6E84E3AB1F27A946001EB88E /* Ranking */, | 412 | 6E84E3AB1F27A946001EB88E /* Ranking */, |
| 403 | 6E84E3AA1F27A924001EB88E /* History */, | 413 | 6E84E3AA1F27A924001EB88E /* History */, |
| 404 | 6E84E3A91F27A915001EB88E /* Home */, | 414 | 6E84E3A91F27A915001EB88E /* Home */, |
| 405 | ); | 415 | ); |
| 406 | name = ViewControllers; | 416 | name = ViewControllers; |
| 407 | sourceTree = "<group>"; | 417 | sourceTree = "<group>"; |
| 408 | }; | 418 | }; |
| 409 | 6E84E3A91F27A915001EB88E /* Home */ = { | 419 | 6E84E3A91F27A915001EB88E /* Home */ = { |
| 410 | isa = PBXGroup; | 420 | isa = PBXGroup; |
| 411 | children = ( | 421 | children = ( |
| 412 | 6E8DA0F31F2BAC0800CCE941 /* Today */, | 422 | 6E8DA0F31F2BAC0800CCE941 /* Today */, |
| 413 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */, | 423 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */, |
| 414 | 6E84E3AE1F27A975001EB88E /* HomeViewController.m */, | 424 | 6E84E3AE1F27A975001EB88E /* HomeViewConb troller.m */, |
| 415 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */, | 425 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */, |
| 416 | ); | 426 | ); |
| 417 | name = Home; | 427 | name = Home; |
| 418 | sourceTree = "<group>"; | 428 | sourceTree = "<group>"; |
| 419 | }; | 429 | }; |
| 420 | 6E84E3AA1F27A924001EB88E /* History */ = { | 430 | 6E84E3AA1F27A924001EB88E /* History */ = { |
| 421 | isa = PBXGroup; | 431 | isa = PBXGroup; |
| 422 | children = ( | 432 | children = ( |
| 423 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */, | 433 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */, |
| 424 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */, | 434 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */, |
| 425 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */, | 435 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */, |
| 426 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */, | 436 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */, |
| 427 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */, | 437 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */, |
| 428 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */, | 438 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */, |
| 429 | ); | 439 | ); |
| 430 | name = History; | 440 | name = History; |
| 431 | sourceTree = "<group>"; | 441 | sourceTree = "<group>"; |
| 432 | }; | 442 | }; |
| 433 | 6E84E3AB1F27A946001EB88E /* Ranking */ = { | 443 | 6E84E3AB1F27A946001EB88E /* Ranking */ = { |
| 434 | isa = PBXGroup; | 444 | isa = PBXGroup; |
| 435 | children = ( | 445 | children = ( |
| 436 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */, | 446 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */, |
| 437 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */, | 447 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */, |
| 438 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */, | 448 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */, |
| 439 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */, | 449 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */, |
| 440 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */, | 450 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */, |
| 441 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */, | 451 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */, |
| 442 | ); | 452 | ); |
| 443 | name = Ranking; | 453 | name = Ranking; |
| 444 | sourceTree = "<group>"; | 454 | sourceTree = "<group>"; |
| 445 | }; | 455 | }; |
| 446 | 6E84E3AC1F27A954001EB88E /* SNS */ = { | 456 | 6E84E3AC1F27A954001EB88E /* SNS */ = { |
| 447 | isa = PBXGroup; | 457 | isa = PBXGroup; |
| 448 | children = ( | 458 | children = ( |
| 449 | E95F4CEF1F48B37100D27E80 /* MyGroup */, | 459 | E95F4CEF1F48B37100D27E80 /* MyGroup */, |
| 450 | E95F4CE91F475C4B00D27E80 /* CreateGroup */, | 460 | E95F4CE91F475C4B00D27E80 /* CreateGroup */, |
| 451 | E933E6751F4050E6002926F5 /* GroupDetail */, | 461 | E933E6751F4050E6002926F5 /* GroupDetail */, |
| 452 | E933E6671F3E0479002926F5 /* SeachGroup */, | 462 | E933E6671F3E0479002926F5 /* SeachGroup */, |
| 453 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */, | 463 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */, |
| 454 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */, | 464 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */, |
| 455 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */, | 465 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */, |
| 456 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */, | 466 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */, |
| 457 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */, | 467 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */, |
| 458 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */, | 468 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */, |
| 459 | ); | 469 | ); |
| 460 | name = SNS; | 470 | name = SNS; |
| 461 | sourceTree = "<group>"; | 471 | sourceTree = "<group>"; |
| 462 | }; | 472 | }; |
| 463 | 6E84E3C11F27AC89001EB88E /* Map */ = { | 473 | 6E84E3C11F27AC89001EB88E /* Map */ = { |
| 464 | isa = PBXGroup; | 474 | isa = PBXGroup; |
| 465 | children = ( | 475 | children = ( |
| 466 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */, | 476 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */, |
| 467 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */, | 477 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */, |
| 468 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */, | 478 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */, |
| 469 | ); | 479 | ); |
| 470 | name = Map; | 480 | name = Map; |
| 471 | sourceTree = "<group>"; | 481 | sourceTree = "<group>"; |
| 472 | }; | 482 | }; |
| 473 | 6E8DA0F31F2BAC0800CCE941 /* Today */ = { | 483 | 6E8DA0F31F2BAC0800CCE941 /* Today */ = { |
| 474 | isa = PBXGroup; | 484 | isa = PBXGroup; |
| 475 | children = ( | 485 | children = ( |
| 476 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */, | 486 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */, |
| 477 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */, | 487 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */, |
| 478 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */, | 488 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */, |
| 479 | ); | 489 | ); |
| 480 | name = Today; | 490 | name = Today; |
| 481 | sourceTree = "<group>"; | 491 | sourceTree = "<group>"; |
| 482 | }; | 492 | }; |
| 483 | 6ECC406D1F2A5FA500AAEB97 /* Library */ = { | 493 | 6ECC406D1F2A5FA500AAEB97 /* Library */ = { |
| 484 | isa = PBXGroup; | 494 | isa = PBXGroup; |
| 485 | children = ( | 495 | children = ( |
| 486 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */, | 496 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */, |
| 487 | 6ECC406E1F2A5FB200AAEB97 /* Category */, | 497 | 6ECC406E1F2A5FB200AAEB97 /* Category */, |
| 488 | ); | 498 | ); |
| 489 | name = Library; | 499 | name = Library; |
| 490 | sourceTree = "<group>"; | 500 | sourceTree = "<group>"; |
| 491 | }; | 501 | }; |
| 492 | 6ECC406E1F2A5FB200AAEB97 /* Category */ = { | 502 | 6ECC406E1F2A5FB200AAEB97 /* Category */ = { |
| 493 | isa = PBXGroup; | 503 | isa = PBXGroup; |
| 494 | children = ( | 504 | children = ( |
| 495 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */, | 505 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */, |
| 496 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */, | 506 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */, |
| 497 | ); | 507 | ); |
| 498 | name = Category; | 508 | name = Category; |
| 499 | sourceTree = "<group>"; | 509 | sourceTree = "<group>"; |
| 500 | }; | 510 | }; |
| 501 | 6EDC8BEB1F2C2F3300765ACC /* Common */ = { | 511 | 6EDC8BEB1F2C2F3300765ACC /* Common */ = { |
| 502 | isa = PBXGroup; | 512 | isa = PBXGroup; |
| 503 | children = ( | 513 | children = ( |
| 504 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */, | 514 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */, |
| 505 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */, | 515 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */, |
| 506 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */, | 516 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */, |
| 507 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */, | 517 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */, |
| 508 | ); | 518 | ); |
| 509 | name = Common; | 519 | name = Common; |
| 510 | sourceTree = "<group>"; | 520 | sourceTree = "<group>"; |
| 511 | }; | 521 | }; |
| 512 | 783929CF869F5081762B3DCA /* Products */ = { | 522 | 783929CF869F5081762B3DCA /* Products */ = { |
| 513 | isa = PBXGroup; | 523 | isa = PBXGroup; |
| 514 | children = ( | 524 | children = ( |
| 515 | ); | 525 | ); |
| 516 | name = Products; | 526 | name = Products; |
| 517 | sourceTree = "<group>"; | 527 | sourceTree = "<group>"; |
| 518 | }; | 528 | }; |
| 519 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */ = { | 529 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */ = { |
| 520 | isa = PBXGroup; | 530 | isa = PBXGroup; |
| 521 | children = ( | 531 | children = ( |
| 522 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */, | 532 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */, |
| 523 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */, | 533 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */, |
| 524 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */, | 534 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */, |
| 525 | ); | 535 | ); |
| 526 | name = ConfirmForgetPass; | 536 | name = ConfirmForgetPass; |
| 527 | sourceTree = "<group>"; | 537 | sourceTree = "<group>"; |
| 528 | }; | 538 | }; |
| 529 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */ = { | 539 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */ = { |
| 530 | isa = PBXGroup; | 540 | isa = PBXGroup; |
| 531 | children = ( | 541 | children = ( |
| 532 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */, | 542 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */, |
| 533 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */, | 543 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */, |
| 534 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */, | 544 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */, |
| 535 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */, | 545 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */, |
| 536 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */, | 546 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */, |
| 537 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */, | 547 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */, |
| 538 | ); | 548 | ); |
| 539 | name = BaseViewController; | 549 | name = BaseViewController; |
| 540 | sourceTree = "<group>"; | 550 | sourceTree = "<group>"; |
| 541 | }; | 551 | }; |
| 542 | 9CBDA0FB1F2F03490055DED1 /* Register */ = { | 552 | 9CBDA0FB1F2F03490055DED1 /* Register */ = { |
| 543 | isa = PBXGroup; | 553 | isa = PBXGroup; |
| 544 | children = ( | 554 | children = ( |
| 545 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */, | 555 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */, |
| 546 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */, | 556 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */, |
| 547 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */, | 557 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */, |
| 548 | ); | 558 | ); |
| 549 | name = Register; | 559 | name = Register; |
| 550 | sourceTree = "<group>"; | 560 | sourceTree = "<group>"; |
| 551 | }; | 561 | }; |
| 552 | DE8269E957EA47CD771BAB33 /* Pods */ = { | 562 | DE8269E957EA47CD771BAB33 /* Pods */ = { |
| 553 | isa = PBXGroup; | 563 | isa = PBXGroup; |
| 554 | children = ( | 564 | children = ( |
| 555 | 6E84E3721F27A700001EB88E /* Products */, | 565 | 6E84E3721F27A700001EB88E /* Products */, |
| 556 | 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */, | 566 | 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */, |
| 557 | 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */, | 567 | 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */, |
| 558 | ); | 568 | ); |
| 559 | name = Pods; | 569 | name = Pods; |
| 560 | sourceTree = "<group>"; | 570 | sourceTree = "<group>"; |
| 561 | }; | 571 | }; |
| 562 | E933E6671F3E0479002926F5 /* SeachGroup */ = { | 572 | E933E6671F3E0479002926F5 /* SeachGroup */ = { |
| 563 | isa = PBXGroup; | 573 | isa = PBXGroup; |
| 564 | children = ( | 574 | children = ( |
| 565 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */, | 575 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */, |
| 566 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */, | 576 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */, |
| 567 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */, | 577 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */, |
| 568 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */, | 578 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */, |
| 569 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */, | 579 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */, |
| 570 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */, | 580 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */, |
| 571 | ); | 581 | ); |
| 572 | name = SeachGroup; | 582 | name = SeachGroup; |
| 573 | sourceTree = "<group>"; | 583 | sourceTree = "<group>"; |
| 574 | }; | 584 | }; |
| 575 | E933E6751F4050E6002926F5 /* GroupDetail */ = { | 585 | E933E6751F4050E6002926F5 /* GroupDetail */ = { |
| 576 | isa = PBXGroup; | 586 | isa = PBXGroup; |
| 577 | children = ( | 587 | children = ( |
| 578 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */, | 588 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */, |
| 579 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */, | 589 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */, |
| 580 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */, | 590 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */, |
| 581 | ); | 591 | ); |
| 582 | name = GroupDetail; | 592 | name = GroupDetail; |
| 583 | sourceTree = "<group>"; | 593 | sourceTree = "<group>"; |
| 584 | }; | 594 | }; |
| 585 | E9373E441F35966D0059355A /* AutoTranslateView */ = { | 595 | E9373E441F35966D0059355A /* AutoTranslateView */ = { |
| 586 | isa = PBXGroup; | 596 | isa = PBXGroup; |
| 587 | children = ( | 597 | children = ( |
| 588 | E9373E451F3596940059355A /* AutoTransLabel.h */, | 598 | E9373E451F3596940059355A /* AutoTransLabel.h */, |
| 589 | E9373E461F3596940059355A /* AutoTransLabel.m */, | 599 | E9373E461F3596940059355A /* AutoTransLabel.m */, |
| 590 | E96855081F3C444900317CEF /* AutoTransButton.h */, | 600 | E96855081F3C444900317CEF /* AutoTransButton.h */, |
| 591 | E96855091F3C444900317CEF /* AutoTransButton.m */, | 601 | E96855091F3C444900317CEF /* AutoTransButton.m */, |
| 592 | ); | 602 | ); |
| 593 | name = AutoTranslateView; | 603 | name = AutoTranslateView; |
| 594 | sourceTree = "<group>"; | 604 | sourceTree = "<group>"; |
| 595 | }; | 605 | }; |
| 596 | E95F4CE91F475C4B00D27E80 /* CreateGroup */ = { | 606 | E95F4CE91F475C4B00D27E80 /* CreateGroup */ = { |
| 597 | isa = PBXGroup; | 607 | isa = PBXGroup; |
| 598 | children = ( | 608 | children = ( |
| 599 | E95F4CEA1F475C6A00D27E80 /* CreateGroupViewController.h */, | 609 | E95F4CEA1F475C6A00D27E80 /* CreateGroupViewController.h */, |
| 600 | E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */, | 610 | E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */, |
| 601 | E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */, | 611 | E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */, |
| 602 | ); | 612 | ); |
| 603 | name = CreateGroup; | 613 | name = CreateGroup; |
| 604 | sourceTree = "<group>"; | 614 | sourceTree = "<group>"; |
| 605 | }; | 615 | }; |
| 606 | E95F4CEF1F48B37100D27E80 /* MyGroup */ = { | 616 | E95F4CEF1F48B37100D27E80 /* MyGroup */ = { |
| 607 | isa = PBXGroup; | 617 | isa = PBXGroup; |
| 608 | children = ( | 618 | children = ( |
| 609 | E95F4CF01F48B39200D27E80 /* MyGroupViewController.h */, | 619 | E95F4CF01F48B39200D27E80 /* MyGroupViewController.h */, |
| 610 | E95F4CF11F48B39200D27E80 /* MyGroupViewController.m */, | 620 | E95F4CF11F48B39200D27E80 /* MyGroupViewController.m */, |
| 611 | E95F4CF21F48B39200D27E80 /* MyGroupViewController.xib */, | 621 | E95F4CF21F48B39200D27E80 /* MyGroupViewController.xib */, |
| 612 | ); | 622 | ); |
| 613 | name = MyGroup; | 623 | name = MyGroup; |
| 614 | sourceTree = "<group>"; | 624 | sourceTree = "<group>"; |
| 615 | }; | 625 | }; |
| 616 | E99E13A71F336F0C00C78787 /* CustomView */ = { | 626 | E99E13A71F336F0C00C78787 /* CustomView */ = { |
| 617 | isa = PBXGroup; | 627 | isa = PBXGroup; |
| 618 | children = ( | 628 | children = ( |
| 619 | E9373E441F35966D0059355A /* AutoTranslateView */, | 629 | E9373E441F35966D0059355A /* AutoTranslateView */, |
| 620 | E99E13A81F336F1700C78787 /* CollectionView */, | 630 | E99E13A81F336F1700C78787 /* CollectionView */, |
| 621 | ); | 631 | ); |
| 622 | name = CustomView; | 632 | name = CustomView; |
| 623 | sourceTree = "<group>"; | 633 | sourceTree = "<group>"; |
| 624 | }; | 634 | }; |
| 625 | E99E13A81F336F1700C78787 /* CollectionView */ = { | 635 | E99E13A81F336F1700C78787 /* CollectionView */ = { |
| 626 | isa = PBXGroup; | 636 | isa = PBXGroup; |
| 627 | children = ( | 637 | children = ( |
| 628 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */, | 638 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */, |
| 629 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */, | 639 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */, |
| 630 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */, | 640 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */, |
| 631 | E99E13A91F336F3600C78787 /* CollectionView.h */, | 641 | E99E13A91F336F3600C78787 /* CollectionView.h */, |
| 632 | E99E13AA1F336F3600C78787 /* CollectionView.m */, | 642 | E99E13AA1F336F3600C78787 /* CollectionView.m */, |
| 633 | E99E13AC1F336F4500C78787 /* CollectionView.xib */, | 643 | E99E13AC1F336F4500C78787 /* CollectionView.xib */, |
| 634 | ); | 644 | ); |
| 635 | name = CollectionView; | 645 | name = CollectionView; |
| 636 | sourceTree = "<group>"; | 646 | sourceTree = "<group>"; |
| 637 | }; | 647 | }; |
| 638 | /* End PBXGroup section */ | 648 | /* End PBXGroup section */ |
| 639 | 649 | ||
| 640 | /* Begin PBXNativeTarget section */ | 650 | /* Begin PBXNativeTarget section */ |
| 641 | 6E84E3701F27A700001EB88E /* LifeLog */ = { | 651 | 6E84E3701F27A700001EB88E /* LifeLog */ = { |
| 642 | isa = PBXNativeTarget; | 652 | isa = PBXNativeTarget; |
| 643 | buildConfigurationList = 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */; | 653 | buildConfigurationList = 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */; |
| 644 | buildPhases = ( | 654 | buildPhases = ( |
| 645 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */, | 655 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */, |
| 646 | 6E84E36D1F27A700001EB88E /* Sources */, | 656 | 6E84E36D1F27A700001EB88E /* Sources */, |
| 647 | 6E84E36E1F27A700001EB88E /* Frameworks */, | 657 | 6E84E36E1F27A700001EB88E /* Frameworks */, |
| 648 | 6E84E36F1F27A700001EB88E /* Resources */, | 658 | 6E84E36F1F27A700001EB88E /* Resources */, |
| 649 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */, | 659 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */, |
| 650 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */, | 660 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */, |
| 651 | ); | 661 | ); |
| 652 | buildRules = ( | 662 | buildRules = ( |
| 653 | ); | 663 | ); |
| 654 | dependencies = ( | 664 | dependencies = ( |
| 655 | ); | 665 | ); |
| 656 | name = LifeLog; | 666 | name = LifeLog; |
| 657 | productName = LifeLog; | 667 | productName = LifeLog; |
| 658 | productReference = 6E84E3711F27A700001EB88E /* LifeLog.app */; | 668 | productReference = 6E84E3711F27A700001EB88E /* LifeLog.app */; |
| 659 | productType = "com.apple.product-type.application"; | 669 | productType = "com.apple.product-type.application"; |
| 660 | }; | 670 | }; |
| 661 | 6E84E3891F27A703001EB88E /* LifeLogTests */ = { | 671 | 6E84E3891F27A703001EB88E /* LifeLogTests */ = { |
| 662 | isa = PBXNativeTarget; | 672 | isa = PBXNativeTarget; |
| 663 | buildConfigurationList = 6E84E3A11F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogTests" */; | 673 | buildConfigurationList = 6E84E3A11F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogTests" */; |
| 664 | buildPhases = ( | 674 | buildPhases = ( |
| 665 | 6E84E3861F27A703001EB88E /* Sources */, | 675 | 6E84E3861F27A703001EB88E /* Sources */, |
| 666 | 6E84E3871F27A703001EB88E /* Frameworks */, | 676 | 6E84E3871F27A703001EB88E /* Frameworks */, |
| 667 | 6E84E3881F27A703001EB88E /* Resources */, | 677 | 6E84E3881F27A703001EB88E /* Resources */, |
| 668 | ); | 678 | ); |
| 669 | buildRules = ( | 679 | buildRules = ( |
| 670 | ); | 680 | ); |
| 671 | dependencies = ( | 681 | dependencies = ( |
| 672 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */, | 682 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */, |
| 673 | ); | 683 | ); |
| 674 | name = LifeLogTests; | 684 | name = LifeLogTests; |
| 675 | productName = LifeLogTests; | 685 | productName = LifeLogTests; |
| 676 | productReference = 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */; | 686 | productReference = 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */; |
| 677 | productType = "com.apple.product-type.bundle.unit-test"; | 687 | productType = "com.apple.product-type.bundle.unit-test"; |
| 678 | }; | 688 | }; |
| 679 | 6E84E3941F27A703001EB88E /* LifeLogUITests */ = { | 689 | 6E84E3941F27A703001EB88E /* LifeLogUITests */ = { |
| 680 | isa = PBXNativeTarget; | 690 | isa = PBXNativeTarget; |
| 681 | buildConfigurationList = 6E84E3A41F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogUITests" */; | 691 | buildConfigurationList = 6E84E3A41F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogUITests" */; |
| 682 | buildPhases = ( | 692 | buildPhases = ( |
| 683 | 6E84E3911F27A703001EB88E /* Sources */, | 693 | 6E84E3911F27A703001EB88E /* Sources */, |
| 684 | 6E84E3921F27A703001EB88E /* Frameworks */, | 694 | 6E84E3921F27A703001EB88E /* Frameworks */, |
| 685 | 6E84E3931F27A703001EB88E /* Resources */, | 695 | 6E84E3931F27A703001EB88E /* Resources */, |
| 686 | ); | 696 | ); |
| 687 | buildRules = ( | 697 | buildRules = ( |
| 688 | ); | 698 | ); |
| 689 | dependencies = ( | 699 | dependencies = ( |
| 690 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */, | 700 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */, |
| 691 | ); | 701 | ); |
| 692 | name = LifeLogUITests; | 702 | name = LifeLogUITests; |
| 693 | productName = LifeLogUITests; | 703 | productName = LifeLogUITests; |
| 694 | productReference = 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */; | 704 | productReference = 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */; |
| 695 | productType = "com.apple.product-type.bundle.ui-testing"; | 705 | productType = "com.apple.product-type.bundle.ui-testing"; |
| 696 | }; | 706 | }; |
| 697 | /* End PBXNativeTarget section */ | 707 | /* End PBXNativeTarget section */ |
| 698 | 708 | ||
| 699 | /* Begin PBXProject section */ | 709 | /* Begin PBXProject section */ |
| 700 | 6E84E3691F27A700001EB88E /* Project object */ = { | 710 | 6E84E3691F27A700001EB88E /* Project object */ = { |
| 701 | isa = PBXProject; | 711 | isa = PBXProject; |
| 702 | attributes = { | 712 | attributes = { |
| 703 | LastUpgradeCheck = 0830; | 713 | LastUpgradeCheck = 0830; |
| 704 | ORGANIZATIONNAME = PhongNV; | 714 | ORGANIZATIONNAME = PhongNV; |
| 705 | TargetAttributes = { | 715 | TargetAttributes = { |
| 706 | 6E84E3701F27A700001EB88E = { | 716 | 6E84E3701F27A700001EB88E = { |
| 707 | CreatedOnToolsVersion = 8.3.3; | 717 | CreatedOnToolsVersion = 8.3.3; |
| 708 | DevelopmentTeam = UXU4V3VUN4; | 718 | DevelopmentTeam = UXU4V3VUN4; |
| 709 | ProvisioningStyle = Automatic; | 719 | ProvisioningStyle = Automatic; |
| 710 | }; | 720 | }; |
| 711 | 6E84E3891F27A703001EB88E = { | 721 | 6E84E3891F27A703001EB88E = { |
| 712 | CreatedOnToolsVersion = 8.3.3; | 722 | CreatedOnToolsVersion = 8.3.3; |
| 713 | ProvisioningStyle = Automatic; | 723 | ProvisioningStyle = Automatic; |
| 714 | TestTargetID = 6E84E3701F27A700001EB88E; | 724 | TestTargetID = 6E84E3701F27A700001EB88E; |
| 715 | }; | 725 | }; |
| 716 | 6E84E3941F27A703001EB88E = { | 726 | 6E84E3941F27A703001EB88E = { |
| 717 | CreatedOnToolsVersion = 8.3.3; | 727 | CreatedOnToolsVersion = 8.3.3; |
| 718 | ProvisioningStyle = Automatic; | 728 | ProvisioningStyle = Automatic; |
| 719 | TestTargetID = 6E84E3701F27A700001EB88E; | 729 | TestTargetID = 6E84E3701F27A700001EB88E; |
| 720 | }; | 730 | }; |
| 721 | }; | 731 | }; |
| 722 | }; | 732 | }; |
| 723 | buildConfigurationList = 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */; | 733 | buildConfigurationList = 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */; |
| 724 | compatibilityVersion = "Xcode 3.2"; | 734 | compatibilityVersion = "Xcode 3.2"; |
| 725 | developmentRegion = English; | 735 | developmentRegion = English; |
| 726 | hasScannedForEncodings = 0; | 736 | hasScannedForEncodings = 0; |
| 727 | knownRegions = ( | 737 | knownRegions = ( |
| 728 | en, | 738 | en, |
| 729 | Base, | 739 | Base, |
| 730 | ); | 740 | ); |
| 731 | mainGroup = 6E84E3681F27A700001EB88E; | 741 | mainGroup = 6E84E3681F27A700001EB88E; |
| 732 | productRefGroup = 783929CF869F5081762B3DCA /* Products */; | 742 | productRefGroup = 783929CF869F5081762B3DCA /* Products */; |
| 733 | projectDirPath = ""; | 743 | projectDirPath = ""; |
| 734 | projectRoot = ""; | 744 | projectRoot = ""; |
| 735 | targets = ( | 745 | targets = ( |
| 736 | 6E84E3701F27A700001EB88E /* LifeLog */, | 746 | 6E84E3701F27A700001EB88E /* LifeLog */, |
| 737 | 6E84E3891F27A703001EB88E /* LifeLogTests */, | 747 | 6E84E3891F27A703001EB88E /* LifeLogTests */, |
| 738 | 6E84E3941F27A703001EB88E /* LifeLogUITests */, | 748 | 6E84E3941F27A703001EB88E /* LifeLogUITests */, |
| 739 | ); | 749 | ); |
| 740 | }; | 750 | }; |
| 741 | /* End PBXProject section */ | 751 | /* End PBXProject section */ |
| 742 | 752 | ||
| 743 | /* Begin PBXResourcesBuildPhase section */ | 753 | /* Begin PBXResourcesBuildPhase section */ |
| 744 | 6E84E36F1F27A700001EB88E /* Resources */ = { | 754 | 6E84E36F1F27A700001EB88E /* Resources */ = { |
| 745 | isa = PBXResourcesBuildPhase; | 755 | isa = PBXResourcesBuildPhase; |
| 746 | buildActionMask = 2147483647; | 756 | buildActionMask = 2147483647; |
| 747 | files = ( | 757 | files = ( |
| 748 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */, | 758 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */, |
| 749 | E95F4CEE1F475C6A00D27E80 /* CreateGroupViewController.xib in Resources */, | 759 | E95F4CEE1F475C6A00D27E80 /* CreateGroupViewController.xib in Resources */, |
| 750 | 6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */, | 760 | 6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */, |
| 751 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */, | 761 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */, |
| 752 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */, | 762 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */, |
| 753 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */, | 763 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */, |
| 754 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */, | 764 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */, |
| 755 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */, | 765 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */, |
| 756 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */, | 766 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */, |
| 757 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */, | 767 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */, |
| 758 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */, | 768 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */, |
| 759 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */, | 769 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */, |
| 760 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */, | 770 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */, |
| 761 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */, | 771 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */, |
| 762 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */, | 772 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */, |
| 763 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */, | 773 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */, |
| 764 | E95F4CF41F48B39200D27E80 /* MyGroupViewController.xib in Resources */, | 774 | E95F4CF41F48B39200D27E80 /* MyGroupViewController.xib in Resources */, |
| 765 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */, | 775 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */, |
| 766 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */, | 776 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */, |
| 767 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */, | 777 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */, |
| 768 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */, | 778 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */, |
| 769 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */, | 779 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */, |
| 770 | ); | 780 | ); |
| 771 | runOnlyForDeploymentPostprocessing = 0; | 781 | runOnlyForDeploymentPostprocessing = 0; |
| 772 | }; | 782 | }; |
| 773 | 6E84E3881F27A703001EB88E /* Resources */ = { | 783 | 6E84E3881F27A703001EB88E /* Resources */ = { |
| 774 | isa = PBXResourcesBuildPhase; | 784 | isa = PBXResourcesBuildPhase; |
| 775 | buildActionMask = 2147483647; | 785 | buildActionMask = 2147483647; |
| 776 | files = ( | 786 | files = ( |
| 777 | ); | 787 | ); |
| 778 | runOnlyForDeploymentPostprocessing = 0; | 788 | runOnlyForDeploymentPostprocessing = 0; |
| 779 | }; | 789 | }; |
| 780 | 6E84E3931F27A703001EB88E /* Resources */ = { | 790 | 6E84E3931F27A703001EB88E /* Resources */ = { |
| 781 | isa = PBXResourcesBuildPhase; | 791 | isa = PBXResourcesBuildPhase; |
| 782 | buildActionMask = 2147483647; | 792 | buildActionMask = 2147483647; |
| 783 | files = ( | 793 | files = ( |
| 784 | ); | 794 | ); |
| 785 | runOnlyForDeploymentPostprocessing = 0; | 795 | runOnlyForDeploymentPostprocessing = 0; |
| 786 | }; | 796 | }; |
| 787 | /* End PBXResourcesBuildPhase section */ | 797 | /* End PBXResourcesBuildPhase section */ |
| 788 | 798 | ||
| 789 | /* Begin PBXShellScriptBuildPhase section */ | 799 | /* Begin PBXShellScriptBuildPhase section */ |
| 790 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */ = { | 800 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */ = { |
| 791 | isa = PBXShellScriptBuildPhase; | 801 | isa = PBXShellScriptBuildPhase; |
| 792 | buildActionMask = 2147483647; | 802 | buildActionMask = 2147483647; |
| 793 | files = ( | 803 | files = ( |
| 794 | ); | 804 | ); |
| 795 | inputPaths = ( | 805 | inputPaths = ( |
| 796 | ); | 806 | ); |
| 797 | name = "[CP] Embed Pods Frameworks"; | 807 | name = "[CP] Embed Pods Frameworks"; |
| 798 | outputPaths = ( | 808 | outputPaths = ( |
| 799 | ); | 809 | ); |
| 800 | runOnlyForDeploymentPostprocessing = 0; | 810 | runOnlyForDeploymentPostprocessing = 0; |
| 801 | shellPath = /bin/sh; | 811 | shellPath = /bin/sh; |
| 802 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-frameworks.sh\"\n"; | 812 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-frameworks.sh\"\n"; |
| 803 | showEnvVarsInLog = 0; | 813 | showEnvVarsInLog = 0; |
| 804 | }; | 814 | }; |
| 805 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */ = { | 815 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */ = { |
| 806 | isa = PBXShellScriptBuildPhase; | 816 | isa = PBXShellScriptBuildPhase; |
| 807 | buildActionMask = 2147483647; | 817 | buildActionMask = 2147483647; |
| 808 | files = ( | 818 | files = ( |
| 809 | ); | 819 | ); |
| 810 | inputPaths = ( | 820 | inputPaths = ( |
| 811 | ); | 821 | ); |
| 812 | name = "[CP] Check Pods Manifest.lock"; | 822 | name = "[CP] Check Pods Manifest.lock"; |
| 813 | outputPaths = ( | 823 | outputPaths = ( |
| 814 | ); | 824 | ); |
| 815 | runOnlyForDeploymentPostprocessing = 0; | 825 | runOnlyForDeploymentPostprocessing = 0; |
| 816 | shellPath = /bin/sh; | 826 | shellPath = /bin/sh; |
| 817 | shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; | 827 | shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 818 | showEnvVarsInLog = 0; | 828 | showEnvVarsInLog = 0; |
| 819 | }; | 829 | }; |
| 820 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */ = { | 830 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */ = { |
| 821 | isa = PBXShellScriptBuildPhase; | 831 | isa = PBXShellScriptBuildPhase; |
| 822 | buildActionMask = 2147483647; | 832 | buildActionMask = 2147483647; |
| 823 | files = ( | 833 | files = ( |
| 824 | ); | 834 | ); |
| 825 | inputPaths = ( | 835 | inputPaths = ( |
| 826 | ); | 836 | ); |
| 827 | name = "[CP] Copy Pods Resources"; | 837 | name = "[CP] Copy Pods Resources"; |
| 828 | outputPaths = ( | 838 | outputPaths = ( |
| 829 | ); | 839 | ); |
| 830 | runOnlyForDeploymentPostprocessing = 0; | 840 | runOnlyForDeploymentPostprocessing = 0; |
| 831 | shellPath = /bin/sh; | 841 | shellPath = /bin/sh; |
| 832 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-resources.sh\"\n"; | 842 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-resources.sh\"\n"; |
| 833 | showEnvVarsInLog = 0; | 843 | showEnvVarsInLog = 0; |
| 834 | }; | 844 | }; |
| 835 | /* End PBXShellScriptBuildPhase section */ | 845 | /* End PBXShellScriptBuildPhase section */ |
| 836 | 846 | ||
| 837 | /* Begin PBXSourcesBuildPhase section */ | 847 | /* Begin PBXSourcesBuildPhase section */ |
| 838 | 6E84E36D1F27A700001EB88E /* Sources */ = { | 848 | 6E84E36D1F27A700001EB88E /* Sources */ = { |
| 839 | isa = PBXSourcesBuildPhase; | 849 | isa = PBXSourcesBuildPhase; |
| 840 | buildActionMask = 2147483647; | 850 | buildActionMask = 2147483647; |
| 841 | files = ( | 851 | files = ( |
| 842 | 6E18CED81F2E3C840029891F /* ServerAPI.m in Sources */, | 852 | 6E18CED81F2E3C840029891F /* ServerAPI.m in Sources */, |
| 843 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */, | 853 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */, |
| 844 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */, | 854 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */, |
| 845 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */, | 855 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */, |
| 846 | 6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */, | 856 | 6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */, |
| 847 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */, | 857 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */, |
| 858 | 6E27A74D1F9E432900C390B3 /* NoticeInfor.m in Sources */, | ||
| 848 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */, | 859 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */, |
| 849 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */, | 860 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */, |
| 850 | 6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */, | 861 | 6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */, |
| 851 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */, | 862 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */, |
| 852 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */, | 863 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */, |
| 853 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */, | 864 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */, |
| 854 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */, | 865 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */, |
| 855 | 6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */, | 866 | 6E84E3B01F27A975001EB88E /* HomeViewConb troller.m in Sources */, |
| 856 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */, | 867 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */, |
| 868 | 6E27A74A1F9E41B400C390B3 /* HomeObject.m in Sources */, | ||
| 857 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */, | 869 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */, |
| 858 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */, | 870 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */, |
| 859 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */, | 871 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */, |
| 860 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */, | 872 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */, |
| 861 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */, | 873 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */, |
| 862 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */, | 874 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */, |
| 863 | 6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */, | 875 | 6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */, |
| 864 | E95F4CED1F475C6A00D27E80 /* CreateGroupViewController.m in Sources */, | 876 | E95F4CED1F475C6A00D27E80 /* CreateGroupViewController.m in Sources */, |
| 865 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */, | 877 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */, |
| 866 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */, | 878 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */, |
| 867 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */, | 879 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */, |
| 868 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */, | 880 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */, |
| 869 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */, | 881 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */, |
| 870 | E97588FC1F513BAD00782484 /* RankingObject.m in Sources */, | 882 | E97588FC1F513BAD00782484 /* RankingObject.m in Sources */, |
| 871 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */, | 883 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */, |
| 872 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */, | 884 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */, |
| 873 | 6E18CEDC1F2E40F50029891F /* User.m in Sources */, | 885 | 6E18CEDC1F2E40F50029891F /* User.m in Sources */, |
| 874 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */, | 886 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */, |
| 875 | E9497FD51F46EC1100E6AF8D /* MemberObject.m in Sources */, | 887 | E9497FD51F46EC1100E6AF8D /* MemberObject.m in Sources */, |
| 876 | 6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */, | 888 | 6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */, |
| 877 | 6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */, | 889 | 6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */, |
| 878 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */, | 890 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */, |
| 879 | 6E84E3761F27A701001EB88E /* main.m in Sources */, | 891 | 6E84E3761F27A701001EB88E /* main.m in Sources */, |
| 880 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */, | 892 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */, |
| 881 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */, | 893 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */, |
| 882 | E95F4CF31F48B39200D27E80 /* MyGroupViewController.m in Sources */, | 894 | E95F4CF31F48B39200D27E80 /* MyGroupViewController.m in Sources */, |
| 883 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */, | 895 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */, |
| 884 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */, | 896 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */, |
| 885 | ); | 897 | ); |
| 886 | runOnlyForDeploymentPostprocessing = 0; | 898 | runOnlyForDeploymentPostprocessing = 0; |
| 887 | }; | 899 | }; |
| 888 | 6E84E3861F27A703001EB88E /* Sources */ = { | 900 | 6E84E3861F27A703001EB88E /* Sources */ = { |
| 889 | isa = PBXSourcesBuildPhase; | 901 | isa = PBXSourcesBuildPhase; |
| 890 | buildActionMask = 2147483647; | 902 | buildActionMask = 2147483647; |
| 891 | files = ( | 903 | files = ( |
| 892 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */, | 904 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */, |
| 893 | ); | 905 | ); |
| 894 | runOnlyForDeploymentPostprocessing = 0; | 906 | runOnlyForDeploymentPostprocessing = 0; |
| 895 | }; | 907 | }; |
| 896 | 6E84E3911F27A703001EB88E /* Sources */ = { | 908 | 6E84E3911F27A703001EB88E /* Sources */ = { |
| 897 | isa = PBXSourcesBuildPhase; | 909 | isa = PBXSourcesBuildPhase; |
| 898 | buildActionMask = 2147483647; | 910 | buildActionMask = 2147483647; |
| 899 | files = ( | 911 | files = ( |
| 900 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */, | 912 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */, |
| 901 | ); | 913 | ); |
| 902 | runOnlyForDeploymentPostprocessing = 0; | 914 | runOnlyForDeploymentPostprocessing = 0; |
| 903 | }; | 915 | }; |
| 904 | /* End PBXSourcesBuildPhase section */ | 916 | /* End PBXSourcesBuildPhase section */ |
| 905 | 917 | ||
| 906 | /* Begin PBXTargetDependency section */ | 918 | /* Begin PBXTargetDependency section */ |
| 907 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */ = { | 919 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */ = { |
| 908 | isa = PBXTargetDependency; | 920 | isa = PBXTargetDependency; |
| 909 | target = 6E84E3701F27A700001EB88E /* LifeLog */; | 921 | target = 6E84E3701F27A700001EB88E /* LifeLog */; |
| 910 | targetProxy = 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */; | 922 | targetProxy = 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */; |
| 911 | }; | 923 | }; |
| 912 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */ = { | 924 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */ = { |
| 913 | isa = PBXTargetDependency; | 925 | isa = PBXTargetDependency; |
| 914 | target = 6E84E3701F27A700001EB88E /* LifeLog */; | 926 | target = 6E84E3701F27A700001EB88E /* LifeLog */; |
| 915 | targetProxy = 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */; | 927 | targetProxy = 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */; |
| 916 | }; | 928 | }; |
| 917 | /* End PBXTargetDependency section */ | 929 | /* End PBXTargetDependency section */ |
| 918 | 930 | ||
| 919 | /* Begin PBXVariantGroup section */ | 931 | /* Begin PBXVariantGroup section */ |
| 920 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */ = { | 932 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */ = { |
| 921 | isa = PBXVariantGroup; | 933 | isa = PBXVariantGroup; |
| 922 | children = ( | 934 | children = ( |
| 923 | 6E84E3831F27A701001EB88E /* Base */, | 935 | 6E84E3831F27A701001EB88E /* Base */, |
| 924 | ); | 936 | ); |
| 925 | name = LaunchScreen.storyboard; | 937 | name = LaunchScreen.storyboard; |
| 926 | sourceTree = "<group>"; | 938 | sourceTree = "<group>"; |
| 927 | }; | 939 | }; |
| 928 | /* End PBXVariantGroup section */ | 940 | /* End PBXVariantGroup section */ |
| 929 | 941 | ||
| 930 | /* Begin XCBuildConfiguration section */ | 942 | /* Begin XCBuildConfiguration section */ |
| 931 | 6E84E39C1F27A703001EB88E /* Debug */ = { | 943 | 6E84E39C1F27A703001EB88E /* Debug */ = { |
| 932 | isa = XCBuildConfiguration; | 944 | isa = XCBuildConfiguration; |
| 933 | buildSettings = { | 945 | buildSettings = { |
| 934 | ALWAYS_SEARCH_USER_PATHS = NO; | 946 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 935 | CLANG_ANALYZER_NONNULL = YES; | 947 | CLANG_ANALYZER_NONNULL = YES; |
| 936 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 948 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 937 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 949 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 938 | CLANG_CXX_LIBRARY = "libc++"; | 950 | CLANG_CXX_LIBRARY = "libc++"; |
| 939 | CLANG_ENABLE_MODULES = YES; | 951 | CLANG_ENABLE_MODULES = YES; |
| 940 | CLANG_ENABLE_OBJC_ARC = YES; | 952 | CLANG_ENABLE_OBJC_ARC = YES; |
| 941 | CLANG_WARN_BOOL_CONVERSION = YES; | 953 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 942 | CLANG_WARN_CONSTANT_CONVERSION = YES; | 954 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 943 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | 955 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 944 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | 956 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 945 | CLANG_WARN_EMPTY_BODY = YES; | 957 | CLANG_WARN_EMPTY_BODY = YES; |
| 946 | CLANG_WARN_ENUM_CONVERSION = YES; | 958 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 947 | CLANG_WARN_INFINITE_RECURSION = YES; | 959 | CLANG_WARN_INFINITE_RECURSION = YES; |
| 948 | CLANG_WARN_INT_CONVERSION = YES; | 960 | CLANG_WARN_INT_CONVERSION = YES; |
| 949 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | 961 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 950 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | 962 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 951 | CLANG_WARN_UNREACHABLE_CODE = YES; | 963 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 952 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | 964 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 953 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 965 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 954 | COPY_PHASE_STRIP = NO; | 966 | COPY_PHASE_STRIP = NO; |
| 955 | DEBUG_INFORMATION_FORMAT = dwarf; | 967 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 956 | ENABLE_STRICT_OBJC_MSGSEND = YES; | 968 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 957 | ENABLE_TESTABILITY = YES; | 969 | ENABLE_TESTABILITY = YES; |
| 958 | GCC_C_LANGUAGE_STANDARD = gnu99; | 970 | GCC_C_LANGUAGE_STANDARD = gnu99; |
| 959 | GCC_DYNAMIC_NO_PIC = NO; | 971 | GCC_DYNAMIC_NO_PIC = NO; |
| 960 | GCC_NO_COMMON_BLOCKS = YES; | 972 | GCC_NO_COMMON_BLOCKS = YES; |
| 961 | GCC_OPTIMIZATION_LEVEL = 0; | 973 | GCC_OPTIMIZATION_LEVEL = 0; |
| 962 | GCC_PREPROCESSOR_DEFINITIONS = ( | 974 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 963 | "DEBUG=1", | 975 | "DEBUG=1", |
| 964 | "$(inherited)", | 976 | "$(inherited)", |
| 965 | ); | 977 | ); |
| 966 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 978 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 967 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | 979 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 968 | GCC_WARN_UNDECLARED_SELECTOR = YES; | 980 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 969 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | 981 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 970 | GCC_WARN_UNUSED_FUNCTION = YES; | 982 | GCC_WARN_UNUSED_FUNCTION = YES; |
| 971 | GCC_WARN_UNUSED_VARIABLE = YES; | 983 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 972 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; | 984 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
| 973 | MTL_ENABLE_DEBUG_INFO = YES; | 985 | MTL_ENABLE_DEBUG_INFO = YES; |
| 974 | ONLY_ACTIVE_ARCH = YES; | 986 | ONLY_ACTIVE_ARCH = YES; |
| 975 | SDKROOT = iphoneos; | 987 | SDKROOT = iphoneos; |
| 976 | TARGETED_DEVICE_FAMILY = "1,2"; | 988 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 977 | }; | 989 | }; |
| 978 | name = Debug; | 990 | name = Debug; |
| 979 | }; | 991 | }; |
| 980 | 6E84E39D1F27A703001EB88E /* Release */ = { | 992 | 6E84E39D1F27A703001EB88E /* Release */ = { |
| 981 | isa = XCBuildConfiguration; | 993 | isa = XCBuildConfiguration; |
| 982 | buildSettings = { | 994 | buildSettings = { |
| 983 | ALWAYS_SEARCH_USER_PATHS = NO; | 995 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 984 | CLANG_ANALYZER_NONNULL = YES; | 996 | CLANG_ANALYZER_NONNULL = YES; |
| 985 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 997 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 986 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 998 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 987 | CLANG_CXX_LIBRARY = "libc++"; | 999 | CLANG_CXX_LIBRARY = "libc++"; |
| 988 | CLANG_ENABLE_MODULES = YES; | 1000 | CLANG_ENABLE_MODULES = YES; |
| 989 | CLANG_ENABLE_OBJC_ARC = YES; | 1001 | CLANG_ENABLE_OBJC_ARC = YES; |
| 990 | CLANG_WARN_BOOL_CONVERSION = YES; | 1002 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 991 | CLANG_WARN_CONSTANT_CONVERSION = YES; | 1003 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 992 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | 1004 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 993 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | 1005 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 994 | CLANG_WARN_EMPTY_BODY = YES; | 1006 | CLANG_WARN_EMPTY_BODY = YES; |
| 995 | CLANG_WARN_ENUM_CONVERSION = YES; | 1007 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 996 | CLANG_WARN_INFINITE_RECURSION = YES; | 1008 | CLANG_WARN_INFINITE_RECURSION = YES; |
| 997 | CLANG_WARN_INT_CONVERSION = YES; | 1009 | CLANG_WARN_INT_CONVERSION = YES; |
| 998 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | 1010 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 999 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | 1011 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 1000 | CLANG_WARN_UNREACHABLE_CODE = YES; | 1012 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 1001 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | 1013 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 1002 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1014 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 1003 | COPY_PHASE_STRIP = NO; | 1015 | COPY_PHASE_STRIP = NO; |
| 1004 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 1016 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 1005 | ENABLE_NS_ASSERTIONS = NO; | 1017 | ENABLE_NS_ASSERTIONS = NO; |
| 1006 | ENABLE_STRICT_OBJC_MSGSEND = YES; | 1018 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 1007 | GCC_C_LANGUAGE_STANDARD = gnu99; | 1019 | GCC_C_LANGUAGE_STANDARD = gnu99; |
| 1008 | GCC_NO_COMMON_BLOCKS = YES; | 1020 | GCC_NO_COMMON_BLOCKS = YES; |
| 1009 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 1021 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 1010 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | 1022 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 1011 | GCC_WARN_UNDECLARED_SELECTOR = YES; | 1023 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 1012 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | 1024 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 1013 | GCC_WARN_UNUSED_FUNCTION = YES; | 1025 | GCC_WARN_UNUSED_FUNCTION = YES; |
| 1014 | GCC_WARN_UNUSED_VARIABLE = YES; | 1026 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 1015 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; | 1027 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
| 1016 | MTL_ENABLE_DEBUG_INFO = NO; | 1028 | MTL_ENABLE_DEBUG_INFO = NO; |
| 1017 | SDKROOT = iphoneos; | 1029 | SDKROOT = iphoneos; |
| 1018 | TARGETED_DEVICE_FAMILY = "1,2"; | 1030 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 1019 | VALIDATE_PRODUCT = YES; | 1031 | VALIDATE_PRODUCT = YES; |
| 1020 | }; | 1032 | }; |
| 1021 | name = Release; | 1033 | name = Release; |
| 1022 | }; | 1034 | }; |
| 1023 | 6E84E39F1F27A703001EB88E /* Debug */ = { | 1035 | 6E84E39F1F27A703001EB88E /* Debug */ = { |
| 1024 | isa = XCBuildConfiguration; | 1036 | isa = XCBuildConfiguration; |
| 1025 | baseConfigurationReference = 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */; | 1037 | baseConfigurationReference = 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */; |
| 1026 | buildSettings = { | 1038 | buildSettings = { |
| 1027 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 1039 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 1040 | CODE_SIGN_IDENTITY = "iPhone Distribution"; | ||
| 1028 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1041 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 1029 | DEVELOPMENT_TEAM = ""; | 1042 | CODE_SIGN_STYLE = Automatic; |
| 1043 | DEVELOPMENT_TEAM = UXU4V3VUN4; | ||
| 1030 | INFOPLIST_FILE = LifeLog/Info.plist; | 1044 | INFOPLIST_FILE = LifeLog/Info.plist; |
| 1031 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; | 1045 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 1032 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 1046 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 1033 | OTHER_LDFLAGS = ( | 1047 | OTHER_LDFLAGS = ( |
| 1034 | "$(inherited)", | 1048 | "$(inherited)", |
| 1035 | "-framework", | 1049 | "-framework", |
| 1036 | "\"CircleProgressBar\"", | 1050 | "\"CircleProgressBar\"", |
| 1037 | "-all_load", | 1051 | "-all_load", |
| 1038 | "-ObjC", | 1052 | "-ObjC", |
| 1039 | ); | 1053 | ); |
| 1040 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; | 1054 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; |
| 1041 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1055 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1042 | PROVISIONING_PROFILE = ""; | 1056 | PROVISIONING_PROFILE = ""; |
| 1043 | PROVISIONING_PROFILE_SPECIFIER = ""; | 1057 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 1044 | }; | 1058 | }; |
| 1045 | name = Debug; | 1059 | name = Debug; |
| 1046 | }; | 1060 | }; |
| 1047 | 6E84E3A01F27A703001EB88E /* Release */ = { | 1061 | 6E84E3A01F27A703001EB88E /* Release */ = { |
| 1048 | isa = XCBuildConfiguration; | 1062 | isa = XCBuildConfiguration; |
| 1049 | baseConfigurationReference = 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */; | 1063 | baseConfigurationReference = 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */; |
| 1050 | buildSettings = { | 1064 | buildSettings = { |
| 1051 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 1065 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 1066 | CODE_SIGN_IDENTITY = "iPhone Distribution"; | ||
| 1052 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1067 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 1053 | DEVELOPMENT_TEAM = ""; | 1068 | CODE_SIGN_STYLE = Automatic; |
| 1069 | DEVELOPMENT_TEAM = UXU4V3VUN4; | ||
| 1054 | INFOPLIST_FILE = LifeLog/Info.plist; | 1070 | INFOPLIST_FILE = LifeLog/Info.plist; |
| 1055 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; | 1071 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 1056 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 1072 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 1057 | OTHER_LDFLAGS = ( | 1073 | OTHER_LDFLAGS = ( |
| 1058 | "$(inherited)", | 1074 | "$(inherited)", |
| 1059 | "-framework", | 1075 | "-framework", |
| 1060 | "\"CircleProgressBar\"", | 1076 | "\"CircleProgressBar\"", |
| 1061 | "-all_load", | 1077 | "-all_load", |
| 1062 | "-ObjC", | 1078 | "-ObjC", |
| 1063 | ); | 1079 | ); |
| 1064 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; | 1080 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; |
| 1065 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1081 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1066 | PROVISIONING_PROFILE = ""; | 1082 | PROVISIONING_PROFILE = ""; |
| 1067 | PROVISIONING_PROFILE_SPECIFIER = ""; | 1083 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 1068 | }; | 1084 | }; |
| 1069 | name = Release; | 1085 | name = Release; |
| 1070 | }; | 1086 | }; |
| 1071 | 6E84E3A21F27A703001EB88E /* Debug */ = { | 1087 | 6E84E3A21F27A703001EB88E /* Debug */ = { |
| 1072 | isa = XCBuildConfiguration; | 1088 | isa = XCBuildConfiguration; |
| 1073 | buildSettings = { | 1089 | buildSettings = { |
| 1074 | BUNDLE_LOADER = "$(TEST_HOST)"; | 1090 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 1075 | INFOPLIST_FILE = LifeLogTests/Info.plist; | 1091 | INFOPLIST_FILE = LifeLogTests/Info.plist; |
| 1076 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1092 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1077 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; | 1093 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; |
| 1078 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1094 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1079 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; | 1095 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; |
| 1080 | }; | 1096 | }; |
| 1081 | name = Debug; | 1097 | name = Debug; |
| 1082 | }; | 1098 | }; |
| 1083 | 6E84E3A31F27A703001EB88E /* Release */ = { | 1099 | 6E84E3A31F27A703001EB88E /* Release */ = { |
| 1084 | isa = XCBuildConfiguration; | 1100 | isa = XCBuildConfiguration; |
| 1085 | buildSettings = { | 1101 | buildSettings = { |
| 1086 | BUNDLE_LOADER = "$(TEST_HOST)"; | 1102 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 1087 | INFOPLIST_FILE = LifeLogTests/Info.plist; | 1103 | INFOPLIST_FILE = LifeLogTests/Info.plist; |
| 1088 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1104 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1089 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; | 1105 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; |
| 1090 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1106 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1091 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; | 1107 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; |
| 1092 | }; | 1108 | }; |
| 1093 | name = Release; | 1109 | name = Release; |
| 1094 | }; | 1110 | }; |
| 1095 | 6E84E3A51F27A703001EB88E /* Debug */ = { | 1111 | 6E84E3A51F27A703001EB88E /* Debug */ = { |
| 1096 | isa = XCBuildConfiguration; | 1112 | isa = XCBuildConfiguration; |
| 1097 | buildSettings = { | 1113 | buildSettings = { |
| 1098 | INFOPLIST_FILE = LifeLogUITests/Info.plist; | 1114 | INFOPLIST_FILE = LifeLogUITests/Info.plist; |
| 1099 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1115 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1100 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; | 1116 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; |
| 1101 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1117 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1102 | TEST_TARGET_NAME = LifeLog; | 1118 | TEST_TARGET_NAME = LifeLog; |
| 1103 | }; | 1119 | }; |
| 1104 | name = Debug; | 1120 | name = Debug; |
| 1105 | }; | 1121 | }; |
| 1106 | 6E84E3A61F27A703001EB88E /* Release */ = { | 1122 | 6E84E3A61F27A703001EB88E /* Release */ = { |
| 1107 | isa = XCBuildConfiguration; | 1123 | isa = XCBuildConfiguration; |
| 1108 | buildSettings = { | 1124 | buildSettings = { |
| 1109 | INFOPLIST_FILE = LifeLogUITests/Info.plist; | 1125 | INFOPLIST_FILE = LifeLogUITests/Info.plist; |
| 1110 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1126 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1111 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; | 1127 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; |
| 1112 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1128 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1113 | TEST_TARGET_NAME = LifeLog; | 1129 | TEST_TARGET_NAME = LifeLog; |
| 1114 | }; | 1130 | }; |
| 1115 | name = Release; | 1131 | name = Release; |
| 1116 | }; | 1132 | }; |
| 1117 | /* End XCBuildConfiguration section */ | 1133 | /* End XCBuildConfiguration section */ |
| 1118 | 1134 | ||
| 1119 | /* Begin XCConfigurationList section */ | 1135 | /* Begin XCConfigurationList section */ |
| 1120 | 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */ = { | 1136 | 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */ = { |
| 1121 | isa = XCConfigurationList; | 1137 | isa = XCConfigurationList; |
| 1122 | buildConfigurations = ( | 1138 | buildConfigurations = ( |
| 1123 | 6E84E39C1F27A703001EB88E /* Debug */, | 1139 | 6E84E39C1F27A703001EB88E /* Debug */, |
| 1124 | 6E84E39D1F27A703001EB88E /* Release */, | 1140 | 6E84E39D1F27A703001EB88E /* Release */, |
| 1125 | ); | 1141 | ); |
| 1126 | defaultConfigurationIsVisible = 0; | 1142 | defaultConfigurationIsVisible = 0; |
| 1127 | defaultConfigurationName = Release; | 1143 | defaultConfigurationName = Release; |
| 1128 | }; | 1144 | }; |
| 1129 | 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */ = { | 1145 | 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */ = { |
| 1130 | isa = XCConfigurationList; | 1146 | isa = XCConfigurationList; |
| 1131 | buildConfigurations = ( | 1147 | buildConfigurations = ( |
| 1132 | 6E84E39F1F27A703001EB88E /* Debug */, | 1148 | 6E84E39F1F27A703001EB88E /* Debug */, |
| 1133 | 6E84E3A01F27A703001EB88E /* Release */, | 1149 | 6E84E3A01F27A703001EB88E /* Release */, |
| 1134 | ); | 1150 | ); |
| 1135 | defaultConfigurationIsVisible = 0; | 1151 | defaultConfigurationIsVisible = 0; |
| 1136 | defaultConfigurationName = Release; | 1152 | defaultConfigurationName = Release; |
| 1137 | }; | 1153 | }; |
| 1138 | 6E84E3A11F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogTests" */ = { | 1154 | 6E84E3A11F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogTests" */ = { |
| 1139 | isa = XCConfigurationList; | 1155 | isa = XCConfigurationList; |
| 1140 | buildConfigurations = ( | 1156 | buildConfigurations = ( |
| 1141 | 6E84E3A21F27A703001EB88E /* Debug */, | 1157 | 6E84E3A21F27A703001EB88E /* Debug */, |
| 1142 | 6E84E3A31F27A703001EB88E /* Release */, | 1158 | 6E84E3A31F27A703001EB88E /* Release */, |
| 1143 | ); | 1159 | ); |
| 1144 | defaultConfigurationIsVisible = 0; | 1160 | defaultConfigurationIsVisible = 0; |
| 1145 | defaultConfigurationName = Release; | 1161 | defaultConfigurationName = Release; |
| 1146 | }; | 1162 | }; |
| 1147 | 6E84E3A41F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogUITests" */ = { | 1163 | 6E84E3A41F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogUITests" */ = { |
| 1148 | isa = XCConfigurationList; | 1164 | isa = XCConfigurationList; |
| 1149 | buildConfigurations = ( | 1165 | buildConfigurations = ( |
| 1150 | 6E84E3A51F27A703001EB88E /* Debug */, | 1166 | 6E84E3A51F27A703001EB88E /* Debug */, |
| 1151 | 6E84E3A61F27A703001EB88E /* Release */, | 1167 | 6E84E3A61F27A703001EB88E /* Release */, |
| 1152 | ); | 1168 | ); |
| 1153 | defaultConfigurationIsVisible = 0; | 1169 | defaultConfigurationIsVisible = 0; |
| 1154 | defaultConfigurationName = Release; | 1170 | defaultConfigurationName = Release; |
| 1155 | }; | 1171 | }; |
| 1156 | /* End XCConfigurationList section */ | 1172 | /* End XCConfigurationList section */ |
| 1157 | }; | 1173 | }; |
| 1158 | rootObject = 6E84E3691F27A700001EB88E /* Project object */; | 1174 | rootObject = 6E84E3691F27A700001EB88E /* Project object */; |
| 1159 | } | 1175 | } |
| 1160 | 1176 |
LifeLog/LifeLog/Entities.h
| 1 | // | 1 | // |
| 2 | // Entities.h | 2 | // Entities.h |
| 3 | // LifeLog | 3 | // LifeLog |
| 4 | // | 4 | // |
| 5 | // Created by Nguyen Van Phong on 7/30/17. | 5 | // Created by Nguyen Van Phong on 7/30/17. |
| 6 | // Copyright ยฉ 2017 PhongNV. All rights reserved. | 6 | // Copyright ยฉ 2017 PhongNV. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | #ifndef Entities_h | 9 | #ifndef Entities_h |
| 10 | #define Entities_h | 10 | #define Entities_h |
| 11 | 11 | ||
| 12 | #import <MBProgressHUD/MBProgressHUD.h> | 12 | #import <MBProgressHUD/MBProgressHUD.h> |
| 13 | 13 | ||
| 14 | #import "MemberObject.h" | 14 | #import "MemberObject.h" |
| 15 | #import "GroupObject.h" | 15 | #import "GroupObject.h" |
| 16 | #import "TweetObject.h" | 16 | #import "TweetObject.h" |
| 17 | #import "HistoryObject.h" | 17 | #import "HistoryObject.h" |
| 18 | #import "User.h" | 18 | #import "User.h" |
| 19 | #import "TopObject.h" | ||
| 20 | #import "RankingObject.h" | 19 | #import "RankingObject.h" |
| 20 | #import "HomeObject.h" | ||
| 21 | 21 | ||
| 22 | #endif /* Entities_h */ | 22 | #endif /* Entities_h */ |
LifeLog/LifeLog/HomeObject.h
| File was created | 1 | // | |
| 2 | // HomeObject.h | ||
| 3 | // LifeLog | ||
| 4 | // | ||
| 5 | // Created by Nguyen Van Phong on 10/23/17. | ||
| 6 | // Copyright ยฉ 2017 PhongNV. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | #import "TopObject.h" | ||
| 11 | #import "NoticeInfor.h" | ||
| 12 | |||
| 13 | @interface HomeObject : NSObject | ||
| 14 | @property (nonatomic, strong) TargetInfor *targetInfor; | ||
| 15 | @property (nonatomic, strong) NSMutableArray *listNotice; | ||
| 16 | @end | ||
| 17 |
LifeLog/LifeLog/HomeObject.m
| File was created | 1 | // | |
| 2 | // HomeObject.m | ||
| 3 | // LifeLog | ||
| 4 | // | ||
| 5 | // Created by Nguyen Van Phong on 10/23/17. | ||
| 6 | // Copyright ยฉ 2017 PhongNV. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import "HomeObject.h" | ||
| 10 | |||
| 11 | @implementation HomeObject | ||
| 12 | |||
| 13 | @end | ||
| 14 |
LifeLog/LifeLog/HomeViewConb troller.m
| File was created | 1 | // | |
| 2 | // HomeViewController.m | ||
| 3 | // LifeLog | ||
| 4 | // | ||
| 5 | // Created by Nguyen Van Phong on 7/25/17. | ||
| 6 | // Copyright ยฉ 2017 PhongNV. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import "HomeViewController.h" | ||
| 10 | #import "NSDate+helper.h" | ||
| 11 | #import <CoreMotion/CoreMotion.h> | ||
| 12 | #import "CMMotionActivityExtra.h" | ||
| 13 | #import "TodayViewController.h" | ||
| 14 | #import "Utilities.h" | ||
| 15 | #import <MBProgressHUD/MBProgressHUD.h> | ||
| 16 | #import "ServerAPI.h" | ||
| 17 | |||
| 18 | static NSInteger maxRequest = 20; | ||
| 19 | static NSInteger numberTotal = 10000; | ||
| 20 | |||
| 21 | @interface HomeViewController () | ||
| 22 | { | ||
| 23 | MBProgressHUD *progressHud; | ||
| 24 | NSInteger targetStep; | ||
| 25 | } | ||
| 26 | @property (nonatomic, weak) IBOutlet UILabel *lblTitle; | ||
| 27 | @property (nonatomic, weak) IBOutlet UIImageView *avatar; | ||
| 28 | @property (nonatomic, weak) IBOutlet UILabel *lblDateCurrent; | ||
| 29 | @property (nonatomic, weak) IBOutlet UILabel *lblValueStep; | ||
| 30 | @property (nonatomic, weak) IBOutlet UILabel *lblUnitStep; | ||
| 31 | @property (nonatomic, weak) IBOutlet UILabel *lblValueStepOther; | ||
| 32 | @property (nonatomic, weak) IBOutlet UILabel *lblPercent; | ||
| 33 | @property (nonatomic, weak) IBOutlet UILabel *lblNotice; | ||
| 34 | @property (weak, nonatomic) IBOutlet UISegmentedControl *segmentHome; | ||
| 35 | @property (weak, nonatomic) IBOutlet UITextView *tvNotice; | ||
| 36 | |||
| 37 | @property (nonatomic, strong) CMPedometer *pedometer; | ||
| 38 | @property (nonatomic, strong) CMMotionActivityManager *motionActivityManager; | ||
| 39 | @property (nonatomic, strong) NSOperationQueue *operationQueue; | ||
| 40 | @property (nonatomic, strong) NSTimer *timer; | ||
| 41 | @property (nonatomic, assign) NSInteger bike; | ||
| 42 | @property (nonatomic, assign) NSInteger walking; | ||
| 43 | @property (nonatomic, assign) NSInteger running; | ||
| 44 | @property (nonatomic, strong) NSDate *dateCurrent; | ||
| 45 | |||
| 46 | @property (nonatomic, assign) int totalRequest; | ||
| 47 | @property (nonatomic, assign) int countComplete; | ||
| 48 | @property (nonatomic, assign) int currentIndex; | ||
| 49 | |||
| 50 | @end | ||
| 51 | |||
| 52 | @implementation HomeViewController | ||
| 53 | |||
| 54 | - (void)viewDidLoad { | ||
| 55 | [super viewDidLoad]; | ||
| 56 | |||
| 57 | self.lblTitle.text = NSLocalizedString(@"lifelog.home.title", nil); | ||
| 58 | |||
| 59 | [self.view addConstraint:[NSLayoutConstraint constraintWithItem:self.topLayoutGuide attribute:NSLayoutAttributeBottom relatedBy:NSLayoutRelationEqual toItem:self.lblTitle attribute:NSLayoutAttributeTop multiplier:1 constant:0]]; | ||
| 60 | |||
| 61 | self.avatar.backgroundColor = [UIColor whiteColor]; | ||
| 62 | self.avatar.layer.borderWidth = 2.0f; | ||
| 63 | self.avatar.layer.borderColor = [[UIColor whiteColor] CGColor]; | ||
| 64 | self.avatar.layer.cornerRadius = self.avatar.frame.size.width/2.0f; | ||
| 65 | self.avatar.layer.masksToBounds = YES; | ||
| 66 | NSData *data = [[NSUserDefaults standardUserDefaults] objectForKey:kUser]; | ||
| 67 | User *user = (User *)[NSKeyedUnarchiver unarchiveObjectWithData:data]; | ||
| 68 | if (user != nil) { | ||
| 69 | NSString *linkImage = [NSString stringWithFormat:@"%@%@", kServerAddress, user.profile_image]; | ||
| 70 | NSURL *urlImage = [NSURL URLWithString:linkImage]; | ||
| 71 | NSURLSessionConfiguration *sessionConfig = [NSURLSessionConfiguration defaultSessionConfiguration]; | ||
| 72 | sessionConfig.timeoutIntervalForRequest = 30.0; | ||
| 73 | sessionConfig.timeoutIntervalForResource = 60.0; | ||
| 74 | sessionConfig.HTTPMaximumConnectionsPerHost = 20; | ||
| 75 | sessionConfig.allowsCellularAccess = YES; | ||
| 76 | HomeViewController __weak *weakSelf = self; | ||
| 77 | NSURLSession *session = [NSURLSession sessionWithConfiguration:sessionConfig]; | ||
| 78 | NSURLSessionDataTask *downloadPhotoTask = [session | ||
| 79 | dataTaskWithURL:urlImage completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { | ||
| 80 | if (weakSelf == nil) | ||
| 81 | { | ||
| 82 | return; | ||
| 83 | } | ||
| 84 | if (error == nil) { | ||
| 85 | UIImage *image = [[UIImage alloc] initWithData:data]; | ||
| 86 | [[NSOperationQueue mainQueue] addOperationWithBlock:^{ | ||
| 87 | weakSelf.avatar.image = image; | ||
| 88 | }]; | ||
| 89 | } | ||
| 90 | }]; | ||
| 91 | [downloadPhotoTask resume]; | ||
| 92 | } | ||
| 93 | |||
| 94 | self.lblNotice.text = NSLocalizedString(@"lifelog.home.notice", nil); | ||
| 95 | |||
| 96 | _dateCurrent = [NSDate date]; | ||
| 97 | self.lblDateCurrent.text = [NSString stringWithFormat:@"%ld%@%ld%@%ld%@", (long)[_dateCurrent getYear], NSLocalizedString(@"lifelog.common.year", nil), (long)[_dateCurrent getMonth], NSLocalizedString(@"lifelog.common.month", nil), (long)[_dateCurrent getDay], NSLocalizedString(@"lifelog.common.day", nil)]; | ||
| 98 | |||
| 99 | self.lblUnitStep.text = NSLocalizedString(@"lifelog.home.unit.step", nil); | ||
| 100 | |||
| 101 | if ([CMPedometer isStepCountingAvailable]) { | ||
| 102 | _pedometer = [[CMPedometer alloc] init]; | ||
| 103 | } | ||
| 104 | if ([CMMotionActivityManager isActivityAvailable]) { | ||
| 105 | _motionActivityManager = [[CMMotionActivityManager alloc] init]; | ||
| 106 | } | ||
| 107 | _operationQueue = [[NSOperationQueue alloc] init]; | ||
| 108 | _bike = 0; | ||
| 109 | _walking = 0; | ||
| 110 | _running = 0; | ||
| 111 | _segmentHome.selectedSegmentIndex = 1; | ||
| 112 | _totalRequest = 0; | ||
| 113 | _countComplete = 0; | ||
| 114 | |||
| 115 | progressHud = [MBProgressHUD showHUDAddedTo:self.view animated:YES]; | ||
| 116 | progressHud.mode = MBProgressHUDModeIndeterminate; | ||
| 117 | progressHud.detailsLabel.text = NSLocalizedString(@"lifelog.home.progressHud.title", nil); | ||
| 118 | // [self saveDataStep7LastDay]; | ||
| 119 | targetStep = numberTotal; | ||
| 120 | } | ||
| 121 | |||
| 122 | - (void)viewWillAppear:(BOOL)animated { | ||
| 123 | [super viewWillAppear:animated]; | ||
| 124 | NSDate *dateNow = [NSDate date]; | ||
| 125 | [self saveStepForDay:dateNow]; | ||
| 126 | } | ||
| 127 | |||
| 128 | - (void)requestTopByDate:(NSDate *)date { | ||
| 129 | NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; | ||
| 130 | [dateFormatter setDateFormat:@"yyyy-MM-dd"]; | ||
| 131 | NSString *dateString = [dateFormatter stringFromDate:date]; | ||
| 132 | [progressHud showAnimated:YES]; | ||
| 133 | [progressHud setHidden:NO]; | ||
| 134 | HomeViewController __weak *weakSelf = self; | ||
| 135 | int mode = 1; | ||
| 136 | switch (_segmentHome.selectedSegmentIndex) { | ||
| 137 | case 0: | ||
| 138 | mode = 3; | ||
| 139 | break; | ||
| 140 | |||
| 141 | case 1: | ||
| 142 | mode = 1; | ||
| 143 | break; | ||
| 144 | |||
| 145 | case 2: | ||
| 146 | mode = 2; | ||
| 147 | break; | ||
| 148 | |||
| 149 | default: | ||
| 150 | break; | ||
| 151 | } | ||
| 152 | [[ServerAPI server] requestTopWithMode:mode andDate:dateString CompletionHandler:^(TopObject *topObject, NSError *error) { | ||
| 153 | if(weakSelf == nil) { | ||
| 154 | return ; | ||
| 155 | } | ||
| 156 | if (error == nil) { | ||
| 157 | NSLog(@"TopObject: %@", topObject); | ||
| 158 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 159 | [weakSelf updateStepUI:topObject.targetInfor]; | ||
| 160 | }); | ||
| 161 | } | ||
| 162 | else { | ||
| 163 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 164 | NSString *message = [error.userInfo objectForKey:@"message"]; | ||
| 165 | [Utilities showErrorMessage:message withViewController:weakSelf]; | ||
| 166 | }); | ||
| 167 | } | ||
| 168 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 169 | [progressHud setHidden:YES]; | ||
| 170 | }); | ||
| 171 | }]; | ||
| 172 | [[ServerAPI server] requestHomeWithMode:mode andDate:dateString CompletionHandler:^(HomeObject *homeObject, NSError *error) { | ||
| 173 | if(weakSelf == nil) { | ||
| 174 | return ; | ||
| 175 | } | ||
| 176 | if (error == nil) { | ||
| 177 | NSLog(@"List Notices: %@", homeObject.listNotice); | ||
| 178 | for (NoticeInfor *noticeInfor in homeObject.listNotice) { | ||
| 179 | NSLog(@"noticeInfor: %@", noticeInfor.notice_content); | ||
| 180 | } | ||
| 181 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 182 | [weakSelf updateNoticeUI:homeObject]; | ||
| 183 | }); | ||
| 184 | } | ||
| 185 | else { | ||
| 186 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 187 | NSString *message = [error.userInfo objectForKey:@"message"]; | ||
| 188 | [Utilities showErrorMessage:message withViewController:weakSelf]; | ||
| 189 | }); | ||
| 190 | } | ||
| 191 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 192 | [progressHud setHidden:YES]; | ||
| 193 | }); | ||
| 194 | }]; | ||
| 195 | } | ||
| 196 | |||
| 197 | - (void)viewWillDisappear:(BOOL)animated { | ||
| 198 | [super viewWillDisappear:animated]; | ||
| 199 | } | ||
| 200 | |||
| 201 | - (void)didReceiveMemoryWarning { | ||
| 202 | [super didReceiveMemoryWarning]; | ||
| 203 | // Dispose of any resources that can be recreated. | ||
| 204 | } | ||
| 205 | |||
| 206 | #pragma mark - IBAction | ||
| 207 | - (IBAction)menuButtonTouchUpInside:(id)sender | ||
| 208 | { | ||
| 209 | |||
| 210 | } | ||
| 211 | |||
| 212 | - (IBAction)todayButtonTouchUpInside:(id)sender | ||
| 213 | { | ||
| 214 | TodayViewController *todayVC = [[TodayViewController alloc] initWithNibName:@"TodayViewController" bundle:nil]; | ||
| 215 | todayVC.targetStep = targetStep; | ||
| 216 | [self.navigationController pushViewController:todayVC animated:YES]; | ||
| 217 | } | ||
| 218 | |||
| 219 | - (IBAction)leftButtonTouchUpInside:(id)sender | ||
| 220 | { | ||
| 221 | self.dateCurrent = [self.dateCurrent dateByAddingTimeInterval:-(24*60*60)]; | ||
| 222 | self.lblDateCurrent.text = [NSString stringWithFormat:@"%ld%@%ld%@%ld%@", (long)[_dateCurrent getYear], NSLocalizedString(@"lifelog.common.year", nil), (long)[_dateCurrent getMonth], NSLocalizedString(@"lifelog.common.month", nil), (long)[_dateCurrent getDay], NSLocalizedString(@"lifelog.common.day", nil)]; | ||
| 223 | [self resetStepUI]; | ||
| 224 | [self saveStepForDay:self.dateCurrent]; | ||
| 225 | } | ||
| 226 | |||
| 227 | - (IBAction)rightButtonTouchUpInside:(id)sender | ||
| 228 | { | ||
| 229 | self.dateCurrent = [self.dateCurrent dateByAddingTimeInterval:24*60*60]; | ||
| 230 | self.lblDateCurrent.text = [NSString stringWithFormat:@"%ld%@%ld%@%ld%@", (long)[_dateCurrent getYear], NSLocalizedString(@"lifelog.common.year", nil), (long)[_dateCurrent getMonth], NSLocalizedString(@"lifelog.common.month", nil), (long)[_dateCurrent getDay], NSLocalizedString(@"lifelog.common.day", nil)]; | ||
| 231 | [self resetStepUI]; | ||
| 232 | //[self saveStepForDay:self.dateCurrent]; | ||
| 233 | [self requestTopByDate:self.dateCurrent]; | ||
| 234 | } | ||
| 235 | |||
| 236 | - (IBAction)segmentValueChange:(id)sender { | ||
| 237 | [self resetStepUI]; | ||
| 238 | [self requestTopByDate:self.dateCurrent]; | ||
| 239 | } | ||
| 240 | |||
| 241 | #pragma mark - Functions Private | ||
| 242 | - (void)saveStepForDay:(NSDate *)date | ||
| 243 | { | ||
| 244 | if ([CMMotionActivityManager isActivityAvailable]) { | ||
| 245 | [progressHud showAnimated:YES]; | ||
| 246 | [progressHud setHidden:NO]; | ||
| 247 | self.bike = 0; | ||
| 248 | self.walking = 0; | ||
| 249 | self.running = 0; | ||
| 250 | NSDate *startDate = [date beginningAtMidnightOfDay]; | ||
| 251 | NSDate *endDate = [startDate dateByAddingTimeInterval:(24*60*60 - 1)]; | ||
| 252 | |||
| 253 | HomeViewController __weak *weakSelf = self; | ||
| 254 | dispatch_queue_t myQueue = dispatch_queue_create("mobileworld.jp.lifelog.forDay", NULL); | ||
| 255 | dispatch_async(myQueue, ^{ | ||
| 256 | if (weakSelf == nil) { | ||
| 257 | return ; | ||
| 258 | } | ||
| 259 | |||
| 260 | [weakSelf.motionActivityManager queryActivityStartingFromDate:startDate toDate:endDate toQueue:_operationQueue withHandler:^(NSArray<CMMotionActivity *> * _Nullable activities, NSError * _Nullable error) { | ||
| 261 | if (error || activities.count <= 0) { | ||
| 262 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 263 | [weakSelf updateStepUI]; | ||
| 264 | }); | ||
| 265 | return ; | ||
| 266 | } | ||
| 267 | // set EndDate | ||
| 268 | NSMutableArray *arrayActivities = [[NSMutableArray alloc] init]; | ||
| 269 | for (int i = 0; i < activities.count; i++) { | ||
| 270 | CMMotionActivity *activity = [activities objectAtIndex:i]; | ||
| 271 | CMMotionActivityExtra *activityExtra = [[CMMotionActivityExtra alloc] init]; | ||
| 272 | activityExtra.activity = activity; | ||
| 273 | if (i == activities.count - 1) { | ||
| 274 | activityExtra.endDate = endDate; | ||
| 275 | } | ||
| 276 | else { | ||
| 277 | CMMotionActivity *activityNext = [activities objectAtIndex:i+1]; | ||
| 278 | // activityExtra.endDate = [activityNext.startDate dateByAddingTimeInterval:-1]; | ||
| 279 | activityExtra.endDate = activityNext.startDate; | ||
| 280 | } | ||
| 281 | [arrayActivities addObject:activityExtra]; | ||
| 282 | } | ||
| 283 | // PhongNV | ||
| 284 | weakSelf.currentIndex = 0; | ||
| 285 | [weakSelf save20objectOfActivityExtras:arrayActivities]; | ||
| 286 | }]; | ||
| 287 | }); | ||
| 288 | } | ||
| 289 | } | ||
| 290 | |||
| 291 | - (void)complete20Request:(NSArray *)activities { | ||
| 292 | if (self.totalRequest == self.countComplete) { | ||
| 293 | self.totalRequest = 0; | ||
| 294 | self.countComplete = 0; | ||
| 295 | self.currentIndex++; | ||
| 296 | [self save20objectOfActivityExtras:activities]; | ||
| 297 | } | ||
| 298 | } | ||
| 299 | - (void)save20objectOfActivityExtras:(NSArray *)activities | ||
| 300 | { | ||
| 301 | int result = floor(activities.count / maxRequest); | ||
| 302 | if (activities.count <= 0 || self.currentIndex > result) { | ||
| 303 | self.totalRequest = 0; | ||
| 304 | self.countComplete = 0; | ||
| 305 | self.currentIndex = 0; | ||
| 306 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 307 | [self updateStepUI]; | ||
| 308 | }); | ||
| 309 | return; | ||
| 310 | } | ||
| 311 | |||
| 312 | HomeViewController __weak *weakSelf = self; | ||
| 313 | for (NSInteger index = self.currentIndex*maxRequest; index < self.currentIndex*maxRequest + maxRequest; index++) { | ||
| 314 | if ((self.currentIndex*maxRequest + maxRequest) >= activities.count) { | ||
| 315 | self.totalRequest = (int)(activities.count - self.currentIndex*maxRequest); | ||
| 316 | if (self.totalRequest <= 0) { | ||
| 317 | [weakSelf complete20Request:activities]; | ||
| 318 | } | ||
| 319 | } | ||
| 320 | else { | ||
| 321 | self.totalRequest = (int)maxRequest; | ||
| 322 | } | ||
| 323 | if (index < activities.count) { | ||
| 324 | CMMotionActivityExtra *activityExtra = [activities objectAtIndex:index]; | ||
| 325 | [self.pedometer queryPedometerDataFromDate:activityExtra.activity.startDate toDate:activityExtra.endDate withHandler:^(CMPedometerData * _Nullable pedometerData, NSError * _Nullable error) { | ||
| 326 | if (weakSelf == nil) { | ||
| 327 | return ; | ||
| 328 | } | ||
| 329 | NSInteger numberStep = [pedometerData.numberOfSteps integerValue]; | ||
| 330 | int mode = 1; | ||
| 331 | if (activityExtra.activity.cycling) { | ||
| 332 | mode = 3; | ||
| 333 | } | ||
| 334 | else if (activityExtra.activity.walking) { | ||
| 335 | mode = 1; | ||
| 336 | } | ||
| 337 | else if (activityExtra.activity.running) { | ||
| 338 | mode = 2; | ||
| 339 | } | ||
| 340 | else { | ||
| 341 | // unknown | ||
| 342 | } | ||
| 343 | // save step to server | ||
| 344 | if (numberStep > 0) { | ||
| 345 | NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; | ||
| 346 | [dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; | ||
| 347 | NSString *dateBegin = [dateFormatter stringFromDate:activityExtra.activity.startDate]; | ||
| 348 | NSString *dateEnd = [dateFormatter stringFromDate:activityExtra.endDate]; | ||
| 349 | NSLog(@"dateBegin: %@ | dateEnd: %@ | numberStep: %li", dateBegin, dateEnd, numberStep); | ||
| 350 | [[ServerAPI server] requestCreateLog:mode withStep:(int)numberStep startDate:dateBegin endDate:dateEnd CompletionHandler:^(NSError *error) { | ||
| 351 | if (error) { | ||
| 352 | NSLog(@"Error: %@", error); | ||
| 353 | } | ||
| 354 | weakSelf.countComplete++; | ||
| 355 | [weakSelf complete20Request:activities]; | ||
| 356 | }]; | ||
| 357 | } | ||
| 358 | else { | ||
| 359 | weakSelf.countComplete++; | ||
| 360 | [weakSelf complete20Request:activities]; | ||
| 361 | } | ||
| 362 | }]; | ||
| 363 | } | ||
| 364 | } | ||
| 365 | } | ||
| 366 | |||
| 367 | - (void)updateStepUI | ||
| 368 | { | ||
| 369 | [self requestTopByDate:self.dateCurrent]; | ||
| 370 | } | ||
| 371 | |||
| 372 | - (void)saveDataStep7LastDay | ||
| 373 | { | ||
| 374 | NSDate *dateNow = [NSDate date]; | ||
| 375 | for (int index = 0; index < 7; index++) { | ||
| 376 | dateNow = [dateNow dateByAddingTimeInterval:-(24*60*60)]; | ||
| 377 | [self saveStepByDate:dateNow]; | ||
| 378 | } | ||
| 379 | } | ||
| 380 | |||
| 381 | - (void)saveStepByDate:(NSDate *)date | ||
| 382 | { | ||
| 383 | if ([CMMotionActivityManager isActivityAvailable]) { | ||
| 384 | NSDate *startDate = [date beginningAtMidnightOfDay]; | ||
| 385 | NSDate *endDate = [startDate dateByAddingTimeInterval:(24*60*60 - 1)]; | ||
| 386 | |||
| 387 | HomeViewController __weak *weakSelf = self; | ||
| 388 | dispatch_queue_t myQueue = dispatch_queue_create("mobileworld.jp.lifelog.7lastday", NULL); | ||
| 389 | dispatch_async(myQueue, ^{ | ||
| 390 | if (weakSelf == nil) { | ||
| 391 | return ; | ||
| 392 | } | ||
| 393 | |||
| 394 | [weakSelf.motionActivityManager queryActivityStartingFromDate:startDate toDate:endDate toQueue:_operationQueue withHandler:^(NSArray<CMMotionActivity *> * _Nullable activities, NSError * _Nullable error) { | ||
| 395 | if (error || activities.count <= 0) { | ||
| 396 | return ; | ||
| 397 | } | ||
| 398 | // set EndDate | ||
| 399 | NSMutableArray *arrayActivities = [[NSMutableArray alloc] init]; | ||
| 400 | for (int i = 0; i < activities.count; i++) { | ||
| 401 | CMMotionActivity *activity = [activities objectAtIndex:i]; | ||
| 402 | CMMotionActivityExtra *activityExtra = [[CMMotionActivityExtra alloc] init]; | ||
| 403 | activityExtra.activity = activity; | ||
| 404 | if (i == activities.count - 1) { | ||
| 405 | activityExtra.endDate = endDate; | ||
| 406 | } | ||
| 407 | else { | ||
| 408 | CMMotionActivity *activityNext = [activities objectAtIndex:i+1]; | ||
| 409 | activityExtra.endDate = [activityNext.startDate dateByAddingTimeInterval:-1]; | ||
| 410 | } | ||
| 411 | [arrayActivities addObject:activityExtra]; | ||
| 412 | } | ||
| 413 | |||
| 414 | for (CMMotionActivityExtra *activityExtra in arrayActivities) { | ||
| 415 | [weakSelf.pedometer queryPedometerDataFromDate:activityExtra.activity.startDate toDate:activityExtra.endDate withHandler:^(CMPedometerData * _Nullable pedometerData, NSError * _Nullable error) { | ||
| 416 | NSInteger numberStep = [pedometerData.numberOfSteps integerValue]; | ||
| 417 | int mode = 1; | ||
| 418 | if (activityExtra.activity.cycling) { | ||
| 419 | mode = 3; | ||
| 420 | } | ||
| 421 | else if (activityExtra.activity.walking) { | ||
| 422 | mode = 1; | ||
| 423 | } | ||
| 424 | else if (activityExtra.activity.running) { | ||
| 425 | mode = 2; | ||
| 426 | } | ||
| 427 | else { | ||
| 428 | // unknown | ||
| 429 | } | ||
| 430 | |||
| 431 | // save step to server | ||
| 432 | if (numberStep > 0) { | ||
| 433 | NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; | ||
| 434 | [dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; | ||
| 435 | NSString *dateBegin = [dateFormatter stringFromDate:activityExtra.activity.startDate]; | ||
| 436 | NSString *dateEnd = [dateFormatter stringFromDate:activityExtra.endDate]; | ||
| 437 | [[ServerAPI server] requestCreateLog:mode withStep:(int)numberStep startDate:dateBegin endDate:dateEnd CompletionHandler:^(NSError *error) { | ||
| 438 | if (error) { | ||
| 439 | NSLog(@"Error: %@", error); | ||
| 440 | } | ||
| 441 | }]; | ||
| 442 | } | ||
| 443 | }]; | ||
| 444 | } | ||
| 445 | }]; | ||
| 446 | }); | ||
| 447 | } | ||
| 448 | } | ||
| 449 | |||
| 450 | - (void)updateStepUI:(TargetInfor *)targetInfor | ||
| 451 | { | ||
| 452 | NSString *stringTargetStep = [targetInfor.target_step stringByReplacingOccurrencesOfString:@"," withString:@""]; | ||
| 453 | targetStep = [stringTargetStep integerValue]; | ||
| 454 | self.lblValueStep.text = targetInfor.num_step; | ||
| 455 | self.lblValueStepOther.text = [NSString stringWithFormat:@"%@ %@", NSLocalizedString(@"lifelog.today.remaining.other", nil), targetInfor.remaining_step]; | ||
| 456 | self.lblPercent.text = [NSString stringWithFormat:@"%@ %i%@", NSLocalizedString(@"lifelog.today.text.percent", nil), [targetInfor.complete_percent intValue], NSLocalizedString(@"lifelog.today.percent", nil)]; | ||
| 457 | } | ||
| 458 | |||
| 459 | - (void)updateNoticeUI:(HomeObject *)homeObject | ||
| 460 | { | ||
| 461 | NSString *stringNotice = @""; | ||
| 462 | for (NoticeInfor *notice in homeObject.listNotice) { | ||
| 463 | NSString *noticeString = [NSString stringWithFormat:@"%@\n", notice.notice_content]; | ||
| 464 | stringNotice = [stringNotice stringByAppendingString:noticeString]; | ||
| 465 | } | ||
| 466 | _tvNotice.text = stringNotice; | ||
| 467 | } | ||
| 468 | |||
| 469 | - (void)resetStepUI | ||
| 470 | { | ||
| 471 | self.lblValueStep.text = @""; | ||
| 472 | self.lblValueStepOther.text = @""; | ||
| 473 | self.lblPercent.text = @""; | ||
| 474 | } | ||
| 475 | |||
| 476 | @end | ||
| 477 |
LifeLog/LifeLog/HomeViewController.m
| 1 | // | File was deleted | |
| 2 | // HomeViewController.m | ||
| 3 | // LifeLog | ||
| 4 | // | ||
| 5 | // Created by Nguyen Van Phong on 7/25/17. | ||
| 6 | // Copyright ยฉ 2017 PhongNV. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import "HomeViewController.h" | ||
| 10 | #import "NSDate+helper.h" | ||
| 11 | #import <CoreMotion/CoreMotion.h> | ||
| 12 | #import "CMMotionActivityExtra.h" | ||
| 13 | #import "TodayViewController.h" | ||
| 14 | #import "Utilities.h" | ||
| 15 | #import <MBProgressHUD/MBProgressHUD.h> | ||
| 16 | #import "ServerAPI.h" | ||
| 17 | |||
| 18 | static NSInteger maxRequest = 20; | ||
| 19 | static NSInteger numberTotal = 10000; | ||
| 20 | |||
| 21 | @interface HomeViewController () | ||
| 22 | { | ||
| 23 | MBProgressHUD *progressHud; | ||
| 24 | NSInteger targetStep; | ||
| 25 | } | ||
| 26 | @property (nonatomic, weak) IBOutlet UILabel *lblTitle; | ||
| 27 | @property (nonatomic, weak) IBOutlet UIImageView *avatar; | ||
| 28 | @property (nonatomic, weak) IBOutlet UILabel *lblDateCurrent; | ||
| 29 | @property (nonatomic, weak) IBOutlet UILabel *lblValueStep; | ||
| 30 | @property (nonatomic, weak) IBOutlet UILabel *lblUnitStep; | ||
| 31 | @property (nonatomic, weak) IBOutlet UILabel *lblValueStepOther; | ||
| 32 | @property (nonatomic, weak) IBOutlet UILabel *lblPercent; | ||
| 33 | @property (nonatomic, weak) IBOutlet UILabel *lblNotice; | ||
| 34 | @property (weak, nonatomic) IBOutlet UISegmentedControl *segmentHome; | ||
| 35 | |||
| 36 | @property (nonatomic, strong) CMPedometer *pedometer; | ||
| 37 | @property (nonatomic, strong) CMMotionActivityManager *motionActivityManager; | ||
| 38 | @property (nonatomic, strong) NSOperationQueue *operationQueue; | ||
| 39 | @property (nonatomic, strong) NSTimer *timer; | ||
| 40 | @property (nonatomic, assign) NSInteger bike; | ||
| 41 | @property (nonatomic, assign) NSInteger walking; | ||
| 42 | @property (nonatomic, assign) NSInteger running; | ||
| 43 | @property (nonatomic, strong) NSDate *dateCurrent; | ||
| 44 | |||
| 45 | @property (nonatomic, assign) int totalRequest; | ||
| 46 | @property (nonatomic, assign) int countComplete; | ||
| 47 | @property (nonatomic, assign) int currentIndex; | ||
| 48 | |||
| 49 | @end | ||
| 50 | |||
| 51 | @implementation HomeViewController | ||
| 52 | |||
| 53 | - (void)viewDidLoad { | ||
| 54 | [super viewDidLoad]; | ||
| 55 | |||
| 56 | self.lblTitle.text = NSLocalizedString(@"lifelog.home.title", nil); | ||
| 57 | |||
| 58 | [self.view addConstraint:[NSLayoutConstraint constraintWithItem:self.topLayoutGuide attribute:NSLayoutAttributeBottom relatedBy:NSLayoutRelationEqual toItem:self.lblTitle attribute:NSLayoutAttributeTop multiplier:1 constant:0]]; | ||
| 59 | |||
| 60 | self.avatar.backgroundColor = [UIColor whiteColor]; | ||
| 61 | self.avatar.layer.borderWidth = 2.0f; | ||
| 62 | self.avatar.layer.borderColor = [[UIColor whiteColor] CGColor]; | ||
| 63 | self.avatar.layer.cornerRadius = self.avatar.frame.size.width/2.0f; | ||
| 64 | self.avatar.layer.masksToBounds = YES; | ||
| 65 | NSData *data = [[NSUserDefaults standardUserDefaults] objectForKey:kUser]; | ||
| 66 | User *user = (User *)[NSKeyedUnarchiver unarchiveObjectWithData:data]; | ||
| 67 | if (user != nil) { | ||
| 68 | NSString *linkImage = [NSString stringWithFormat:@"%@%@", kServerAddress, user.profile_image]; | ||
| 69 | NSURL *urlImage = [NSURL URLWithString:linkImage]; | ||
| 70 | NSURLSessionConfiguration *sessionConfig = [NSURLSessionConfiguration defaultSessionConfiguration]; | ||
| 71 | sessionConfig.timeoutIntervalForRequest = 30.0; | ||
| 72 | sessionConfig.timeoutIntervalForResource = 60.0; | ||
| 73 | sessionConfig.HTTPMaximumConnectionsPerHost = 20; | ||
| 74 | sessionConfig.allowsCellularAccess = YES; | ||
| 75 | HomeViewController __weak *weakSelf = self; | ||
| 76 | NSURLSession *session = [NSURLSession sessionWithConfiguration:sessionConfig]; | ||
| 77 | NSURLSessionDataTask *downloadPhotoTask = [session | ||
| 78 | dataTaskWithURL:urlImage completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { | ||
| 79 | if (weakSelf == nil) | ||
| 80 | { | ||
| 81 | return; | ||
| 82 | } | ||
| 83 | if (error == nil) { | ||
| 84 | UIImage *image = [[UIImage alloc] initWithData:data]; | ||
| 85 | [[NSOperationQueue mainQueue] addOperationWithBlock:^{ | ||
| 86 | weakSelf.avatar.image = image; | ||
| 87 | }]; | ||
| 88 | } | ||
| 89 | }]; | ||
| 90 | [downloadPhotoTask resume]; | ||
| 91 | } | ||
| 92 | |||
| 93 | self.lblNotice.text = NSLocalizedString(@"lifelog.home.notice", nil); | ||
| 94 | |||
| 95 | _dateCurrent = [NSDate date]; | ||
| 96 | self.lblDateCurrent.text = [NSString stringWithFormat:@"%ld%@%ld%@%ld%@", (long)[_dateCurrent getYear], NSLocalizedString(@"lifelog.common.year", nil), (long)[_dateCurrent getMonth], NSLocalizedString(@"lifelog.common.month", nil), (long)[_dateCurrent getDay], NSLocalizedString(@"lifelog.common.day", nil)]; | ||
| 97 | |||
| 98 | self.lblUnitStep.text = NSLocalizedString(@"lifelog.home.unit.step", nil); | ||
| 99 | |||
| 100 | if ([CMPedometer isStepCountingAvailable]) { | ||
| 101 | _pedometer = [[CMPedometer alloc] init]; | ||
| 102 | } | ||
| 103 | if ([CMMotionActivityManager isActivityAvailable]) { | ||
| 104 | _motionActivityManager = [[CMMotionActivityManager alloc] init]; | ||
| 105 | } | ||
| 106 | _operationQueue = [[NSOperationQueue alloc] init]; | ||
| 107 | _bike = 0; | ||
| 108 | _walking = 0; | ||
| 109 | _running = 0; | ||
| 110 | _segmentHome.selectedSegmentIndex = 1; | ||
| 111 | _totalRequest = 0; | ||
| 112 | _countComplete = 0; | ||
| 113 | |||
| 114 | progressHud = [MBProgressHUD showHUDAddedTo:self.view animated:YES]; | ||
| 115 | progressHud.mode = MBProgressHUDModeIndeterminate; | ||
| 116 | progressHud.detailsLabel.text = NSLocalizedString(@"lifelog.home.progressHud.title", nil); | ||
| 117 | // [self saveDataStep7LastDay]; | ||
| 118 | targetStep = numberTotal; | ||
| 119 | } | ||
| 120 | |||
| 121 | - (void)viewWillAppear:(BOOL)animated { | ||
| 122 | [super viewWillAppear:animated]; | ||
| 123 | NSDate *dateNow = [NSDate date]; | ||
| 124 | [self saveStepForDay:dateNow]; | ||
| 125 | } | ||
| 126 | |||
| 127 | - (void)requestTopByDate:(NSDate *)date { | ||
| 128 | NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; | ||
| 129 | [dateFormatter setDateFormat:@"yyyy-MM-dd"]; | ||
| 130 | NSString *dateString = [dateFormatter stringFromDate:date]; | ||
| 131 | [progressHud showAnimated:YES]; | ||
| 132 | [progressHud setHidden:NO]; | ||
| 133 | HomeViewController __weak *weakSelf = self; | ||
| 134 | int mode = 1; | ||
| 135 | switch (_segmentHome.selectedSegmentIndex) { | ||
| 136 | case 0: | ||
| 137 | mode = 3; | ||
| 138 | break; | ||
| 139 | |||
| 140 | case 1: | ||
| 141 | mode = 1; | ||
| 142 | break; | ||
| 143 | |||
| 144 | case 2: | ||
| 145 | mode = 2; | ||
| 146 | break; | ||
| 147 | |||
| 148 | default: | ||
| 149 | break; | ||
| 150 | } | ||
| 151 | [[ServerAPI server] requestTopWithMode:mode andDate:dateString CompletionHandler:^(TopObject *topObject, NSError *error) { | ||
| 152 | if(weakSelf == nil) { | ||
| 153 | return ; | ||
| 154 | } | ||
| 155 | if (error == nil) { | ||
| 156 | NSLog(@"TopObject: %@", topObject); | ||
| 157 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 158 | [weakSelf updateStepUI:topObject.targetInfor]; | ||
| 159 | }); | ||
| 160 | } | ||
| 161 | else { | ||
| 162 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 163 | NSString *message = [error.userInfo objectForKey:@"message"]; | ||
| 164 | [Utilities showErrorMessage:message withViewController:weakSelf]; | ||
| 165 | }); | ||
| 166 | } | ||
| 167 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 168 | [progressHud setHidden:YES]; | ||
| 169 | }); | ||
| 170 | }]; | ||
| 171 | } | ||
| 172 | |||
| 173 | - (void)viewWillDisappear:(BOOL)animated { | ||
| 174 | [super viewWillDisappear:animated]; | ||
| 175 | } | ||
| 176 | |||
| 177 | - (void)didReceiveMemoryWarning { | ||
| 178 | [super didReceiveMemoryWarning]; | ||
| 179 | // Dispose of any resources that can be recreated. | ||
| 180 | } | ||
| 181 | |||
| 182 | #pragma mark - IBAction | ||
| 183 | - (IBAction)menuButtonTouchUpInside:(id)sender | ||
| 184 | { | ||
| 185 | |||
| 186 | } | ||
| 187 | |||
| 188 | - (IBAction)todayButtonTouchUpInside:(id)sender | ||
| 189 | { | ||
| 190 | TodayViewController *todayVC = [[TodayViewController alloc] initWithNibName:@"TodayViewController" bundle:nil]; | ||
| 191 | todayVC.targetStep = targetStep; | ||
| 192 | [self.navigationController pushViewController:todayVC animated:YES]; | ||
| 193 | } | ||
| 194 | |||
| 195 | - (IBAction)leftButtonTouchUpInside:(id)sender | ||
| 196 | { | ||
| 197 | self.dateCurrent = [self.dateCurrent dateByAddingTimeInterval:-(24*60*60)]; | ||
| 198 | self.lblDateCurrent.text = [NSString stringWithFormat:@"%ld%@%ld%@%ld%@", (long)[_dateCurrent getYear], NSLocalizedString(@"lifelog.common.year", nil), (long)[_dateCurrent getMonth], NSLocalizedString(@"lifelog.common.month", nil), (long)[_dateCurrent getDay], NSLocalizedString(@"lifelog.common.day", nil)]; | ||
| 199 | [self resetStepUI]; | ||
| 200 | [self saveStepForDay:self.dateCurrent]; | ||
| 201 | } | ||
| 202 | |||
| 203 | - (IBAction)rightButtonTouchUpInside:(id)sender | ||
| 204 | { | ||
| 205 | self.dateCurrent = [self.dateCurrent dateByAddingTimeInterval:24*60*60]; | ||
| 206 | self.lblDateCurrent.text = [NSString stringWithFormat:@"%ld%@%ld%@%ld%@", (long)[_dateCurrent getYear], NSLocalizedString(@"lifelog.common.year", nil), (long)[_dateCurrent getMonth], NSLocalizedString(@"lifelog.common.month", nil), (long)[_dateCurrent getDay], NSLocalizedString(@"lifelog.common.day", nil)]; | ||
| 207 | [self resetStepUI]; | ||
| 208 | //[self saveStepForDay:self.dateCurrent]; | ||
| 209 | [self requestTopByDate:self.dateCurrent]; | ||
| 210 | } | ||
| 211 | |||
| 212 | - (IBAction)segmentValueChange:(id)sender { | ||
| 213 | [self resetStepUI]; | ||
| 214 | [self requestTopByDate:self.dateCurrent]; | ||
| 215 | } | ||
| 216 | |||
| 217 | #pragma mark - Functions Private | ||
| 218 | - (void)saveStepForDay:(NSDate *)date | ||
| 219 | { | ||
| 220 | if ([CMMotionActivityManager isActivityAvailable]) { | ||
| 221 | [progressHud showAnimated:YES]; | ||
| 222 | [progressHud setHidden:NO]; | ||
| 223 | self.bike = 0; | ||
| 224 | self.walking = 0; | ||
| 225 | self.running = 0; | ||
| 226 | NSDate *startDate = [date beginningAtMidnightOfDay]; | ||
| 227 | NSDate *endDate = [startDate dateByAddingTimeInterval:(24*60*60 - 1)]; | ||
| 228 | |||
| 229 | HomeViewController __weak *weakSelf = self; | ||
| 230 | dispatch_queue_t myQueue = dispatch_queue_create("mobileworld.jp.lifelog.forDay", NULL); | ||
| 231 | dispatch_async(myQueue, ^{ | ||
| 232 | if (weakSelf == nil) { | ||
| 233 | return ; | ||
| 234 | } | ||
| 235 | |||
| 236 | [weakSelf.motionActivityManager queryActivityStartingFromDate:startDate toDate:endDate toQueue:_operationQueue withHandler:^(NSArray<CMMotionActivity *> * _Nullable activities, NSError * _Nullable error) { | ||
| 237 | if (error || activities.count <= 0) { | ||
| 238 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 239 | [weakSelf updateStepUI]; | ||
| 240 | }); | ||
| 241 | return ; | ||
| 242 | } | ||
| 243 | // set EndDate | ||
| 244 | NSMutableArray *arrayActivities = [[NSMutableArray alloc] init]; | ||
| 245 | for (int i = 0; i < activities.count; i++) { | ||
| 246 | CMMotionActivity *activity = [activities objectAtIndex:i]; | ||
| 247 | CMMotionActivityExtra *activityExtra = [[CMMotionActivityExtra alloc] init]; | ||
| 248 | activityExtra.activity = activity; | ||
| 249 | if (i == activities.count - 1) { | ||
| 250 | activityExtra.endDate = endDate; | ||
| 251 | } | ||
| 252 | else { | ||
| 253 | CMMotionActivity *activityNext = [activities objectAtIndex:i+1]; | ||
| 254 | activityExtra.endDate = activityNext.startDate; | ||
| 255 | } | ||
| 256 | [arrayActivities addObject:activityExtra]; | ||
| 257 | } | ||
| 258 | // PhongNV | ||
| 259 | weakSelf.currentIndex = 0; | ||
| 260 | [weakSelf save20objectOfActivityExtras:arrayActivities]; | ||
| 261 | }]; | ||
| 262 | }); | ||
| 263 | } | ||
| 264 | } | ||
| 265 | |||
| 266 | - (void)complete20Request:(NSArray *)activities { | ||
| 267 | if (self.totalRequest == self.countComplete) { | ||
| 268 | self.totalRequest = 0; | ||
| 269 | self.countComplete = 0; | ||
| 270 | self.currentIndex++; | ||
| 271 | [self save20objectOfActivityExtras:activities]; | ||
| 272 | } | ||
| 273 | } | ||
| 274 | - (void)save20objectOfActivityExtras:(NSArray *)activities | ||
| 275 | { | ||
| 276 | int result = floor(activities.count / maxRequest); | ||
| 277 | if (activities.count <= 0 || self.currentIndex > result) { | ||
| 278 | self.totalRequest = 0; | ||
| 279 | self.countComplete = 0; | ||
| 280 | self.currentIndex = 0; | ||
| 281 | dispatch_async(dispatch_get_main_queue(), ^{ | ||
| 282 | [self updateStepUI]; | ||
| 283 | }); | ||
| 284 | return; | ||
| 285 | } | ||
| 286 | |||
| 287 | HomeViewController __weak *weakSelf = self; | ||
| 288 | for (NSInteger index = self.currentIndex*maxRequest; index < self.currentIndex*maxRequest + maxRequest; index++) { | ||
| 289 | if ((self.currentIndex*maxRequest + maxRequest) >= activities.count) { | ||
| 290 | self.totalRequest = (int)(activities.count - self.currentIndex*maxRequest); | ||
| 291 | if (self.totalRequest <= 0) { | ||
| 292 | [weakSelf complete20Request:activities]; | ||
| 293 | } | ||
| 294 | } | ||
| 295 | else { | ||
| 296 | self.totalRequest = (int)maxRequest; | ||
| 297 | } | ||
| 298 | if (index < activities.count) { | ||
| 299 | CMMotionActivityExtra *activityExtra = [activities objectAtIndex:index]; | ||
| 300 | [self.pedometer queryPedometerDataFromDate:activityExtra.activity.startDate toDate:activityExtra.endDate withHandler:^(CMPedometerData * _Nullable pedometerData, NSError * _Nullable error) { | ||
| 301 | if (weakSelf == nil) { | ||
| 302 | return ; | ||
| 303 | } | ||
| 304 | NSInteger numberStep = [pedometerData.numberOfSteps integerValue]; | ||
| 305 | int mode = 1; | ||
| 306 | if (activityExtra.activity.cycling) { | ||
| 307 | mode = 3; | ||
| 308 | } | ||
| 309 | else if (activityExtra.activity.walking) { | ||
| 310 | mode = 1; | ||
| 311 | } | ||
| 312 | else if (activityExtra.activity.running) { | ||
| 313 | mode = 2; | ||
| 314 | } | ||
| 315 | else { | ||
| 316 | // unknown | ||
| 317 | } | ||
| 318 | // save step to server | ||
| 319 | if (numberStep > 0) { | ||
| 320 | NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; | ||
| 321 | [dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; | ||
| 322 | NSString *dateBegin = [dateFormatter stringFromDate:activityExtra.activity.startDate]; | ||
| 323 | NSString *dateEnd = [dateFormatter stringFromDate:activityExtra.endDate]; | ||
| 324 | [[ServerAPI server] requestCreateLog:mode withStep:(int)numberStep startDate:dateBegin endDate:dateEnd CompletionHandler:^(NSError *error) { | ||
| 325 | if (error) { | ||
| 326 | NSLog(@"Error: %@", error); | ||
| 327 | } | ||
| 328 | weakSelf.countComplete++; | ||
| 329 | [weakSelf complete20Request:activities]; | ||
| 330 | }]; | ||
| 331 | } | ||
| 332 | else { | ||
| 333 | weakSelf.countComplete++; | ||
| 334 | [weakSelf complete20Request:activities]; | ||
| 335 | } | ||
| 336 | }]; | ||
| 337 | } | ||
| 338 | } | ||
| 339 | } | ||
| 340 | |||
| 341 | - (void)updateStepUI | ||
| 342 | { | ||
| 343 | [self requestTopByDate:self.dateCurrent]; | ||
| 344 | } | ||
| 345 | |||
| 346 | - (void)saveDataStep7LastDay | ||
| 347 | { | ||
| 348 | NSDate *dateNow = [NSDate date]; | ||
| 349 | for (int index = 0; index < 7; index++) { | ||
| 350 | dateNow = [dateNow dateByAddingTimeInterval:-(24*60*60)]; | ||
| 351 | [self saveStepByDate:dateNow]; | ||
| 352 | } | ||
| 353 | } | ||
| 354 | |||
| 355 | - (void)saveStepByDate:(NSDate *)date | ||
| 356 | { | ||
| 357 | if ([CMMotionActivityManager isActivityAvailable]) { | ||
| 358 | NSDate *startDate = [date beginningAtMidnightOfDay]; | ||
| 359 | NSDate *endDate = [startDate dateByAddingTimeInterval:(24*60*60 - 1)]; | ||
| 360 | |||
| 361 | HomeViewController __weak *weakSelf = self; | ||
| 362 | dispatch_queue_t myQueue = dispatch_queue_create("mobileworld.jp.lifelog.7lastday", NULL); | ||
| 363 | dispatch_async(myQueue, ^{ | ||
| 364 | if (weakSelf == nil) { | ||
| 365 | return ; | ||
| 366 | } | ||
| 367 | |||
| 368 | [weakSelf.motionActivityManager queryActivityStartingFromDate:startDate toDate:endDate toQueue:_operationQueue withHandler:^(NSArray<CMMotionActivity *> * _Nullable activities, NSError * _Nullable error) { | ||
| 369 | if (error || activities.count <= 0) { | ||
| 370 | return ; | ||
| 371 | } | ||
| 372 | // set EndDate | ||
| 373 | NSMutableArray *arrayActivities = [[NSMutableArray alloc] init]; | ||
| 374 | for (int i = 0; i < activities.count; i++) { | ||
| 375 | CMMotionActivity *activity = [activities objectAtIndex:i]; | ||
| 376 | CMMotionActivityExtra *activityExtra = [[CMMotionActivityExtra alloc] init]; | ||
| 377 | activityExtra.activity = activity; | ||
| 378 | if (i == activities.count - 1) { | ||
| 379 | activityExtra.endDate = endDate; | ||
| 380 | } | ||
| 381 | else { | ||
| 382 | CMMotionActivity *activityNext = [activities objectAtIndex:i+1]; | ||
| 383 | activityExtra.endDate = activityNext.startDate; | ||
| 384 | } | ||
| 385 | [arrayActivities addObject:activityExtra]; | ||
| 386 | } | ||
| 387 | |||
| 388 | for (CMMotionActivityExtra *activityExtra in arrayActivities) { | ||
| 389 | [weakSelf.pedometer queryPedometerDataFromDate:activityExtra.activity.startDate toDate:activityExtra.endDate withHandler:^(CMPedometerData * _Nullable pedometerData, NSError * _Nullable error) { | ||
| 390 | NSInteger numberStep = [pedometerData.numberOfSteps integerValue]; | ||
| 391 | int mode = 1; | ||
| 392 | if (activityExtra.activity.cycling) { | ||
| 393 | mode = 3; | ||
| 394 | } | ||
| 395 | else if (activityExtra.activity.walking) { | ||
| 396 | mode = 1; | ||
| 397 | } | ||
| 398 | else if (activityExtra.activity.running) { | ||
| 399 | mode = 2; | ||
| 400 | } | ||
| 401 | else { | ||
| 402 | // unknown | ||
| 403 | } | ||
| 404 | |||
| 405 | // save step to server | ||
| 406 | if (numberStep > 0) { | ||
| 407 | NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; | ||
| 408 | [dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; | ||
| 409 | NSString *dateBegin = [dateFormatter stringFromDate:activityExtra.activity.startDate]; | ||
| 410 | NSString *dateEnd = [dateFormatter stringFromDate:activityExtra.endDate]; | ||
| 411 | [[ServerAPI server] requestCreateLog:mode withStep:(int)numberStep startDate:dateBegin endDate:dateEnd CompletionHandler:^(NSError *error) { | ||
| 412 | if (error) { | ||
| 413 | NSLog(@"Error: %@", error); | ||
| 414 | } | ||
| 415 | }]; | ||
| 416 | } | ||
| 417 | }]; | ||
| 418 | } | ||
| 419 | }]; | ||
| 420 | }); | ||
| 421 | } | ||
| 422 | } | ||
| 423 | |||
| 424 | - (void)updateStepUI:(TargetInfor *)targetInfor | ||
| 425 | { | ||
| 426 | NSString *stringTargetStep = [targetInfor.target_step stringByReplacingOccurrencesOfString:@"," withString:@""]; | ||
| 427 | targetStep = [stringTargetStep integerValue]; | ||
| 428 | self.lblValueStep.text = targetInfor.num_step; | ||
| 429 | self.lblValueStepOther.text = [NSString stringWithFormat:@"%@ %@", NSLocalizedString(@"lifelog.today.remaining.other", nil), targetInfor.remaining_step]; | ||
| 430 | self.lblPercent.text = [NSString stringWithFormat:@"%@ %i%@", NSLocalizedString(@"lifelog.today.text.percent", nil), [targetInfor.complete_percent intValue], NSLocalizedString(@"lifelog.today.percent", nil)]; | ||
| 431 | } | ||
| 432 | |||
| 433 | - (void)resetStepUI | ||
| 434 | { | ||
| 435 | self.lblValueStep.text = @""; | ||
| 436 | self.lblValueStepOther.text = @""; | ||
| 437 | self.lblPercent.text = @""; | ||
| 438 | } | ||
| 439 | |||
| 440 | @end | ||
| 441 | 1 | // |
LifeLog/LifeLog/HomeViewController.xib
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> | 2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> |
| 3 | <device id="retina4_7" orientation="portrait"> | 3 | <device id="retina4_7" orientation="portrait"> |
| 4 | <adaptation id="fullscreen"/> | 4 | <adaptation id="fullscreen"/> |
| 5 | </device> | 5 | </device> |
| 6 | <dependencies> | 6 | <dependencies> |
| 7 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/> | 7 | <deployment identifier="iOS"/> |
| 8 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/> | ||
| 8 | <capability name="Aspect ratio constraints" minToolsVersion="5.1"/> | 9 | <capability name="Aspect ratio constraints" minToolsVersion="5.1"/> |
| 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | 10 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 10 | </dependencies> | 11 | </dependencies> |
| 11 | <objects> | 12 | <objects> |
| 12 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="HomeViewController"> | 13 | <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="HomeViewController"> |
| 13 | <connections> | 14 | <connections> |
| 14 | <outlet property="avatar" destination="J2A-tf-wH0" id="FdR-Zg-4ye"/> | 15 | <outlet property="avatar" destination="J2A-tf-wH0" id="FdR-Zg-4ye"/> |
| 15 | <outlet property="lblDateCurrent" destination="IaR-IO-4RA" id="nVS-KW-X4d"/> | 16 | <outlet property="lblDateCurrent" destination="IaR-IO-4RA" id="nVS-KW-X4d"/> |
| 16 | <outlet property="lblNotice" destination="lnt-4H-Ao8" id="aoM-JS-VHg"/> | 17 | <outlet property="lblNotice" destination="lnt-4H-Ao8" id="aoM-JS-VHg"/> |
| 17 | <outlet property="lblPercent" destination="DuE-Dh-nEe" id="Yz4-VO-P2h"/> | 18 | <outlet property="lblPercent" destination="DuE-Dh-nEe" id="Yz4-VO-P2h"/> |
| 18 | <outlet property="lblTitle" destination="u3S-9u-GMZ" id="7C6-gv-vPu"/> | 19 | <outlet property="lblTitle" destination="u3S-9u-GMZ" id="7C6-gv-vPu"/> |
| 19 | <outlet property="lblUnitStep" destination="wfu-aB-xXm" id="4Ms-pS-D2m"/> | 20 | <outlet property="lblUnitStep" destination="wfu-aB-xXm" id="4Ms-pS-D2m"/> |
| 20 | <outlet property="lblValueStep" destination="TUf-Tp-93t" id="qAh-fl-oW4"/> | 21 | <outlet property="lblValueStep" destination="TUf-Tp-93t" id="qAh-fl-oW4"/> |
| 21 | <outlet property="lblValueStepOther" destination="3Xj-IB-96h" id="yXj-HA-fDR"/> | 22 | <outlet property="lblValueStepOther" destination="3Xj-IB-96h" id="yXj-HA-fDR"/> |
| 22 | <outlet property="segmentHome" destination="ibb-Yl-iqu" id="lE6-pr-GgT"/> | 23 | <outlet property="segmentHome" destination="ibb-Yl-iqu" id="lE6-pr-GgT"/> |
| 24 | <outlet property="tvNotice" destination="kdD-rj-BtX" id="t6k-l8-l2N"/> | ||
| 23 | <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> | 25 | <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> |
| 24 | </connections> | 26 | </connections> |
| 25 | </placeholder> | 27 | </placeholder> |
| 26 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | 28 | <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 27 | <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> | 29 | <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> |
| 28 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | 30 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 29 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 31 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 30 | <subviews> | 32 | <subviews> |
| 31 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="HOME" textAlignment=&q |