Commit 2bab9a9ab1748f24cb669774aae02a0ff5a629e1
1 parent
3b284106de
Exists in
master
and in
1 other branch
update api and token
Showing 12 changed files with 252 additions and 2 deletions Inline Diff
- LifeLog/LifeLog.xcodeproj/project.pbxproj
- LifeLog/LifeLog/AppDelegate.m
- LifeLog/LifeLog/Entities.h
- LifeLog/LifeLog/HomeViewController.m
- LifeLog/LifeLog/ServerAPI.h
- LifeLog/LifeLog/ServerAPI.m
- LifeLog/LifeLog/StepObject.h
- LifeLog/LifeLog/StepObject.m
- LifeLog/LifeLog/TargetInfor.h
- LifeLog/LifeLog/TargetInfor.m
- LifeLog/LifeLog/TopObject.h
- LifeLog/LifeLog/TopObject.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 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */; }; | 15 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */; }; |
| 16 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */; }; | 16 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */; }; |
| 17 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */; }; | 17 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */; }; |
| 18 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */; }; | 18 | 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 */; }; | 19 | 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 */; }; | 20 | 6E84E3761F27A701001EB88E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3751F27A701001EB88E /* main.m */; }; |
| 21 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3781F27A701001EB88E /* AppDelegate.m */; }; | 21 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3781F27A701001EB88E /* AppDelegate.m */; }; |
| 22 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3801F27A701001EB88E /* Assets.xcassets */; }; | 22 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3801F27A701001EB88E /* Assets.xcassets */; }; |
| 23 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */; }; | 23 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */; }; |
| 24 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E38E1F27A703001EB88E /* LifeLogTests.m */; }; | 24 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E38E1F27A703001EB88E /* LifeLogTests.m */; }; |
| 25 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3991F27A703001EB88E /* LifeLogUITests.m */; }; | 25 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3991F27A703001EB88E /* LifeLogUITests.m */; }; |
| 26 | 6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3AE1F27A975001EB88E /* HomeViewController.m */; }; | 26 | 6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3AE1F27A975001EB88E /* HomeViewController.m */; }; |
| 27 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */; }; | 27 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */; }; |
| 28 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */; }; | 28 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */; }; |
| 29 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */; }; | 29 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */; }; |
| 30 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */; }; | 30 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */; }; |
| 31 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */; }; | 31 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */; }; |
| 32 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */; }; | 32 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */; }; |
| 33 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */; }; | 33 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */; }; |
| 34 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3C31F27ACAE001EB88E /* MapViewController.m */; }; | 34 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E84E3C31F27ACAE001EB88E /* MapViewController.m */; }; |
| 35 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */; }; | 35 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */; }; |
| 36 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */; }; | 36 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */; }; |
| 37 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */; }; | 37 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */; }; |
| 38 | 6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */; }; | ||
| 39 | 6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */; }; | ||
| 40 | 6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF301F40BB7A00F52CFE /* TopObject.m */; }; | ||
| 38 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */; }; | 41 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */; }; |
| 39 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BED1F2C2FB800765ACC /* Utilities.m */; }; | 42 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BED1F2C2FB800765ACC /* Utilities.m */; }; |
| 40 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */; }; | 43 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */; }; |
| 41 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6EF163091F29069300DA306C /* Localizable.strings */; }; | 44 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6EF163091F29069300DA306C /* Localizable.strings */; }; |
| 42 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */; }; | 45 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */; }; |
| 43 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */; }; | 46 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */; }; |
| 44 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */; }; | 47 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */; }; |
| 45 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */; }; | 48 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */; }; |
| 46 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */; }; | 49 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */; }; |
| 47 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */; }; | 50 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */; }; |
| 48 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */; }; | 51 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */; }; |
| 49 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */; }; | 52 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */; }; |
| 50 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */; }; | 53 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */; }; |
| 51 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6731F3E0E4E002926F5 /* GroupObject.m */; }; | 54 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6731F3E0E4E002926F5 /* GroupObject.m */; }; |
| 52 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6771F40513C002926F5 /* GroupDetailViewController.m */; }; | 55 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6771F40513C002926F5 /* GroupDetailViewController.m */; }; |
| 53 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E6781F40513C002926F5 /* GroupDetailViewController.xib */; }; | 56 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E6781F40513C002926F5 /* GroupDetailViewController.xib */; }; |
| 54 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E461F3596940059355A /* AutoTransLabel.m */; }; | 57 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E461F3596940059355A /* AutoTransLabel.m */; }; |
| 55 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E491F35AA180059355A /* HistoryObject.m */; }; | 58 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E491F35AA180059355A /* HistoryObject.m */; }; |
| 56 | E9373E4D1F361A230059355A /* HistoryGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E4C1F361A230059355A /* HistoryGraphObject.m */; }; | 59 | E9373E4D1F361A230059355A /* HistoryGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E4C1F361A230059355A /* HistoryGraphObject.m */; }; |
| 57 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */; }; | 60 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */; }; |
| 58 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */; }; | 61 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */; }; |
| 59 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E96855091F3C444900317CEF /* AutoTransButton.m */; }; | 62 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E96855091F3C444900317CEF /* AutoTransButton.m */; }; |
| 60 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */; }; | 63 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */; }; |
| 61 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */; }; | 64 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */; }; |
| 62 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E997E0251F3AB66500709FB1 /* Social.framework */; }; | 65 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E997E0251F3AB66500709FB1 /* Social.framework */; }; |
| 63 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AA1F336F3600C78787 /* CollectionView.m */; }; | 66 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AA1F336F3600C78787 /* CollectionView.m */; }; |
| 64 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13AC1F336F4500C78787 /* CollectionView.xib */; }; | 67 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13AC1F336F4500C78787 /* CollectionView.xib */; }; |
| 65 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */; }; | 68 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */; }; |
| 66 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */; }; | 69 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */; }; |
| 67 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909201F3D559D004CF99F /* TweetObject.m */; }; | 70 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909201F3D559D004CF99F /* TweetObject.m */; }; |
| 68 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */; }; | 71 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */; }; |
| 69 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */; }; | 72 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */; }; |
| 70 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */; }; | 73 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */; }; |
| 71 | /* End PBXBuildFile section */ | 74 | /* End PBXBuildFile section */ |
| 72 | 75 | ||
| 73 | /* Begin PBXContainerItemProxy section */ | 76 | /* Begin PBXContainerItemProxy section */ |
| 74 | 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */ = { | 77 | 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */ = { |
| 75 | isa = PBXContainerItemProxy; | 78 | isa = PBXContainerItemProxy; |
| 76 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; | 79 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; |
| 77 | proxyType = 1; | 80 | proxyType = 1; |
| 78 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; | 81 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; |
| 79 | remoteInfo = LifeLog; | 82 | remoteInfo = LifeLog; |
| 80 | }; | 83 | }; |
| 81 | 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */ = { | 84 | 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */ = { |
| 82 | isa = PBXContainerItemProxy; | 85 | isa = PBXContainerItemProxy; |
| 83 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; | 86 | containerPortal = 6E84E3691F27A700001EB88E /* Project object */; |
| 84 | proxyType = 1; | 87 | proxyType = 1; |
| 85 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; | 88 | remoteGlobalIDString = 6E84E3701F27A700001EB88E; |
| 86 | remoteInfo = LifeLog; | 89 | remoteInfo = LifeLog; |
| 87 | }; | 90 | }; |
| 88 | /* End PBXContainerItemProxy section */ | 91 | /* End PBXContainerItemProxy section */ |
| 89 | 92 | ||
| 90 | /* Begin PBXFileReference section */ | 93 | /* Begin PBXFileReference section */ |
| 91 | 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>"; }; | 94 | 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>"; }; |
| 92 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LifeLog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 95 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LifeLog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 93 | 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>"; }; | 96 | 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>"; }; |
| 94 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; }; | 97 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; }; |
| 95 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; }; | 98 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; }; |
| 96 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LoginViewController.xib; sourceTree = "<group>"; }; | 99 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LoginViewController.xib; sourceTree = "<group>"; }; |
| 97 | 6E18CED61F2E3C840029891F /* ServerAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerAPI.h; sourceTree = "<group>"; }; | 100 | 6E18CED61F2E3C840029891F /* ServerAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerAPI.h; sourceTree = "<group>"; }; |
| 98 | 6E18CED71F2E3C840029891F /* ServerAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerAPI.m; sourceTree = "<group>"; }; | 101 | 6E18CED71F2E3C840029891F /* ServerAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerAPI.m; sourceTree = "<group>"; }; |
| 99 | 6E18CEDA1F2E40F50029891F /* User.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = User.h; sourceTree = "<group>"; }; | 102 | 6E18CEDA1F2E40F50029891F /* User.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = User.h; sourceTree = "<group>"; }; |
| 100 | 6E18CEDB1F2E40F50029891F /* User.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = User.m; sourceTree = "<group>"; }; | 103 | 6E18CEDB1F2E40F50029891F /* User.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = User.m; sourceTree = "<group>"; }; |
| 101 | 6E18CEDD1F2E46570029891F /* Entities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Entities.h; sourceTree = "<group>"; }; | 104 | 6E18CEDD1F2E46570029891F /* Entities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Entities.h; sourceTree = "<group>"; }; |
| 102 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTextField.h; sourceTree = "<group>"; }; | 105 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTextField.h; sourceTree = "<group>"; }; |
| 103 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTextField.m; sourceTree = "<group>"; }; | 106 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTextField.m; sourceTree = "<group>"; }; |
| 104 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingCollectionView.h; sourceTree = "<group>"; }; | 107 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingCollectionView.h; sourceTree = "<group>"; }; |
| 105 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingCollectionView.m; sourceTree = "<group>"; }; | 108 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingCollectionView.m; sourceTree = "<group>"; }; |
| 106 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingScrollView.h; sourceTree = "<group>"; }; | 109 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingScrollView.h; sourceTree = "<group>"; }; |
| 107 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingScrollView.m; sourceTree = "<group>"; }; | 110 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingScrollView.m; sourceTree = "<group>"; }; |
| 108 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingTableView.h; sourceTree = "<group>"; }; | 111 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPKeyboardAvoidingTableView.h; sourceTree = "<group>"; }; |
| 109 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingTableView.m; sourceTree = "<group>"; }; | 112 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPKeyboardAvoidingTableView.m; sourceTree = "<group>"; }; |
| 110 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+TPKeyboardAvoidingAdditions.h"; sourceTree = "<group>"; }; | 113 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+TPKeyboardAvoidingAdditions.h"; sourceTree = "<group>"; }; |
| 111 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+TPKeyboardAvoidingAdditions.m"; sourceTree = "<group>"; }; | 114 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+TPKeyboardAvoidingAdditions.m"; sourceTree = "<group>"; }; |
| 112 | 6E84E3711F27A700001EB88E /* LifeLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LifeLog.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 115 | 6E84E3711F27A700001EB88E /* LifeLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LifeLog.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 113 | 6E84E3751F27A701001EB88E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | 116 | 6E84E3751F27A701001EB88E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 114 | 6E84E3771F27A701001EB88E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 117 | 6E84E3771F27A701001EB88E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 115 | 6E84E3781F27A701001EB88E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | 118 | 6E84E3781F27A701001EB88E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| 116 | 6E84E3801F27A701001EB88E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 119 | 6E84E3801F27A701001EB88E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 117 | 6E84E3831F27A701001EB88E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | 120 | 6E84E3831F27A701001EB88E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 118 | 6E84E3851F27A701001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 121 | 6E84E3851F27A701001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 119 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 122 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 120 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogTests.m; sourceTree = "<group>"; }; | 123 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogTests.m; sourceTree = "<group>"; }; |
| 121 | 6E84E3901F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 124 | 6E84E3901F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 122 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 125 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LifeLogUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 123 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogUITests.m; sourceTree = "<group>"; }; | 126 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LifeLogUITests.m; sourceTree = "<group>"; }; |
| 124 | 6E84E39B1F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 127 | 6E84E39B1F27A703001EB88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 125 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = "<group>"; }; | 128 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = "<group>"; }; |
| 126 | 6E84E3AE1F27A975001EB88E /* HomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = "<group>"; }; | 129 | 6E84E3AE1F27A975001EB88E /* HomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = "<group>"; }; |
| 127 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = "<group>"; }; | 130 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = "<group>"; }; |
| 128 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryViewController.h; sourceTree = "<group>"; }; | 131 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryViewController.h; sourceTree = "<group>"; }; |
| 129 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryViewController.m; sourceTree = "<group>"; }; | 132 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryViewController.m; sourceTree = "<group>"; }; |
| 130 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryViewController.xib; sourceTree = "<group>"; }; | 133 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryViewController.xib; sourceTree = "<group>"; }; |
| 131 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingViewController.h; sourceTree = "<group>"; }; | 134 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingViewController.h; sourceTree = "<group>"; }; |
| 132 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingViewController.m; sourceTree = "<group>"; }; | 135 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingViewController.m; sourceTree = "<group>"; }; |
| 133 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingViewController.xib; sourceTree = "<group>"; }; | 136 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingViewController.xib; sourceTree = "<group>"; }; |
| 134 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSViewController.h; sourceTree = "<group>"; }; | 137 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSViewController.h; sourceTree = "<group>"; }; |
| 135 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSViewController.m; sourceTree = "<group>"; }; | 138 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSViewController.m; sourceTree = "<group>"; }; |
| 136 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSViewController.xib; sourceTree = "<group>"; }; | 139 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSViewController.xib; sourceTree = "<group>"; }; |
| 137 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapViewController.h; sourceTree = "<group>"; }; | 140 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapViewController.h; sourceTree = "<group>"; }; |
| 138 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapViewController.m; sourceTree = "<group>"; }; | 141 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapViewController.m; sourceTree = "<group>"; }; |
| 139 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MapViewController.xib; sourceTree = "<group>"; }; | 142 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MapViewController.xib; sourceTree = "<group>"; }; |
| 140 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TodayViewController.h; sourceTree = "<group>"; }; | 143 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TodayViewController.h; sourceTree = "<group>"; }; |
| 141 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TodayViewController.m; sourceTree = "<group>"; }; | 144 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TodayViewController.m; sourceTree = "<group>"; }; |
| 142 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TodayViewController.xib; sourceTree = "<group>"; }; | 145 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TodayViewController.xib; sourceTree = "<group>"; }; |
| 146 | 6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StepObject.h; sourceTree = "<group>"; }; | ||
| 147 | 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StepObject.m; sourceTree = "<group>"; }; | ||
| 148 | 6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TargetInfor.h; sourceTree = "<group>"; }; | ||
| 149 | 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TargetInfor.m; sourceTree = "<group>"; }; | ||
| 150 | 6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopObject.h; sourceTree = "<group>"; }; | ||
| 151 | 6EA4AF301F40BB7A00F52CFE /* TopObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopObject.m; sourceTree = "<group>"; }; | ||
| 143 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+helper.h"; sourceTree = "<group>"; }; | 152 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+helper.h"; sourceTree = "<group>"; }; |
| 144 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+helper.m"; sourceTree = "<group>"; }; | 153 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+helper.m"; sourceTree = "<group>"; }; |
| 145 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = "<group>"; }; | 154 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = "<group>"; }; |
| 146 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utilities.m; sourceTree = "<group>"; }; | 155 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utilities.m; sourceTree = "<group>"; }; |
| 147 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMMotionActivityExtra.h; sourceTree = "<group>"; }; | 156 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMMotionActivityExtra.h; sourceTree = "<group>"; }; |
| 148 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMMotionActivityExtra.m; sourceTree = "<group>"; }; | 157 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMMotionActivityExtra.m; sourceTree = "<group>"; }; |
| 149 | 6EF163091F29069300DA306C /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; }; | 158 | 6EF163091F29069300DA306C /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; }; |
| 150 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfirmForgetPassViewController.h; sourceTree = "<group>"; }; | 159 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfirmForgetPassViewController.h; sourceTree = "<group>"; }; |
| 151 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ConfirmForgetPassViewController.m; sourceTree = "<group>"; }; | 160 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ConfirmForgetPassViewController.m; sourceTree = "<group>"; }; |
| 152 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ConfirmForgetPassViewController.xib; sourceTree = "<group>"; }; | 161 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ConfirmForgetPassViewController.xib; sourceTree = "<group>"; }; |
| 153 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = "<group>"; }; | 162 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = "<group>"; }; |
| 154 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; }; | 163 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; }; |
| 155 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterViewController.h; sourceTree = "<group>"; }; | 164 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterViewController.h; sourceTree = "<group>"; }; |
| 156 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RegisterViewController.m; sourceTree = "<group>"; }; | 165 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RegisterViewController.m; sourceTree = "<group>"; }; |
| 157 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; | 166 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; |
| 158 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupViewController.h; sourceTree = "<group>"; }; | 167 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupViewController.h; sourceTree = "<group>"; }; |
| 159 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupViewController.m; sourceTree = "<group>"; }; | 168 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupViewController.m; sourceTree = "<group>"; }; |
| 160 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupViewController.xib; sourceTree = "<group>"; }; | 169 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupViewController.xib; sourceTree = "<group>"; }; |
| 161 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupTableViewCell.h; sourceTree = "<group>"; }; | 170 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupTableViewCell.h; sourceTree = "<group>"; }; |
| 162 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupTableViewCell.m; sourceTree = "<group>"; }; | 171 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupTableViewCell.m; sourceTree = "<group>"; }; |
| 163 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupTableViewCell.xib; sourceTree = "<group>"; }; | 172 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupTableViewCell.xib; sourceTree = "<group>"; }; |
| 164 | E933E6721F3E0E4E002926F5 /* GroupObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupObject.h; sourceTree = "<group>"; }; | 173 | E933E6721F3E0E4E002926F5 /* GroupObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupObject.h; sourceTree = "<group>"; }; |
| 165 | E933E6731F3E0E4E002926F5 /* GroupObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupObject.m; sourceTree = "<group>"; }; | 174 | E933E6731F3E0E4E002926F5 /* GroupObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupObject.m; sourceTree = "<group>"; }; |
| 166 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupDetailViewController.h; sourceTree = "<group>"; }; | 175 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupDetailViewController.h; sourceTree = "<group>"; }; |
| 167 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupDetailViewController.m; sourceTree = "<group>"; }; | 176 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupDetailViewController.m; sourceTree = "<group>"; }; |
| 168 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GroupDetailViewController.xib; sourceTree = "<group>"; }; | 177 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GroupDetailViewController.xib; sourceTree = "<group>"; }; |
| 169 | E9373E451F3596940059355A /* AutoTransLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransLabel.h; sourceTree = "<group>"; }; | 178 | E9373E451F3596940059355A /* AutoTransLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransLabel.h; sourceTree = "<group>"; }; |
| 170 | E9373E461F3596940059355A /* AutoTransLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransLabel.m; sourceTree = "<group>"; }; | 179 | E9373E461F3596940059355A /* AutoTransLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransLabel.m; sourceTree = "<group>"; }; |
| 171 | E9373E481F35AA180059355A /* HistoryObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryObject.h; sourceTree = "<group>"; }; | 180 | E9373E481F35AA180059355A /* HistoryObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryObject.h; sourceTree = "<group>"; }; |
| 172 | E9373E491F35AA180059355A /* HistoryObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryObject.m; sourceTree = "<group>"; }; | 181 | E9373E491F35AA180059355A /* HistoryObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryObject.m; sourceTree = "<group>"; }; |
| 173 | E9373E4B1F361A230059355A /* HistoryGraphObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryGraphObject.h; sourceTree = "<group>"; }; | 182 | E9373E4B1F361A230059355A /* HistoryGraphObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryGraphObject.h; sourceTree = "<group>"; }; |
| 174 | E9373E4C1F361A230059355A /* HistoryGraphObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryGraphObject.m; sourceTree = "<group>"; }; | 183 | E9373E4C1F361A230059355A /* HistoryGraphObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryGraphObject.m; sourceTree = "<group>"; }; |
| 175 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingTableViewCell.h; sourceTree = "<group>"; }; | 184 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RankingTableViewCell.h; sourceTree = "<group>"; }; |
| 176 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingTableViewCell.m; sourceTree = "<group>"; }; | 185 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RankingTableViewCell.m; sourceTree = "<group>"; }; |
| 177 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingTableViewCell.xib; sourceTree = "<group>"; }; | 186 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RankingTableViewCell.xib; sourceTree = "<group>"; }; |
| 178 | E96855081F3C444900317CEF /* AutoTransButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransButton.h; sourceTree = "<group>"; }; | 187 | E96855081F3C444900317CEF /* AutoTransButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoTransButton.h; sourceTree = "<group>"; }; |
| 179 | E96855091F3C444900317CEF /* AutoTransButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransButton.m; sourceTree = "<group>"; }; | 188 | E96855091F3C444900317CEF /* AutoTransButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AutoTransButton.m; sourceTree = "<group>"; }; |
| 180 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSRecentTopicTableViewCell.h; sourceTree = "<group>"; }; | 189 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SNSRecentTopicTableViewCell.h; sourceTree = "<group>"; }; |
| 181 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSRecentTopicTableViewCell.m; sourceTree = "<group>"; }; | 190 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SNSRecentTopicTableViewCell.m; sourceTree = "<group>"; }; |
| 182 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSRecentTopicTableViewCell.xib; sourceTree = "<group>"; }; | 191 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SNSRecentTopicTableViewCell.xib; sourceTree = "<group>"; }; |
| 183 | E997E0251F3AB66500709FB1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; }; | 192 | E997E0251F3AB66500709FB1 /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; }; |
| 184 | E99E13A91F336F3600C78787 /* CollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectionView.h; sourceTree = "<group>"; }; | 193 | E99E13A91F336F3600C78787 /* CollectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectionView.h; sourceTree = "<group>"; }; |
| 185 | E99E13AA1F336F3600C78787 /* CollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionView.m; sourceTree = "<group>"; }; | 194 | E99E13AA1F336F3600C78787 /* CollectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionView.m; sourceTree = "<group>"; }; |
| 186 | E99E13AC1F336F4500C78787 /* CollectionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CollectionView.xib; sourceTree = "<group>"; }; | 195 | E99E13AC1F336F4500C78787 /* CollectionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CollectionView.xib; sourceTree = "<group>"; }; |
| 187 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelCollectionViewCell.h; sourceTree = "<group>"; }; | 196 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelCollectionViewCell.h; sourceTree = "<group>"; }; |
| 188 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelCollectionViewCell.m; sourceTree = "<group>"; }; | 197 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LabelCollectionViewCell.m; sourceTree = "<group>"; }; |
| 189 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LabelCollectionViewCell.xib; sourceTree = "<group>"; }; | 198 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LabelCollectionViewCell.xib; sourceTree = "<group>"; }; |
| 190 | E9D9091F1F3D559D004CF99F /* TweetObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TweetObject.h; sourceTree = "<group>"; }; | 199 | E9D9091F1F3D559D004CF99F /* TweetObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TweetObject.h; sourceTree = "<group>"; }; |
| 191 | E9D909201F3D559D004CF99F /* TweetObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TweetObject.m; sourceTree = "<group>"; }; | 200 | E9D909201F3D559D004CF99F /* TweetObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TweetObject.m; sourceTree = "<group>"; }; |
| 192 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseTableViewController.h; sourceTree = "<group>"; }; | 201 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseTableViewController.h; sourceTree = "<group>"; }; |
| 193 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseTableViewController.m; sourceTree = "<group>"; }; | 202 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseTableViewController.m; sourceTree = "<group>"; }; |
| 194 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryListTableViewCell.h; sourceTree = "<group>"; }; | 203 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryListTableViewCell.h; sourceTree = "<group>"; }; |
| 195 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryListTableViewCell.m; sourceTree = "<group>"; }; | 204 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryListTableViewCell.m; sourceTree = "<group>"; }; |
| 196 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryListTableViewCell.xib; sourceTree = "<group>"; }; | 205 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryListTableViewCell.xib; sourceTree = "<group>"; }; |
| 197 | /* End PBXFileReference section */ | 206 | /* End PBXFileReference section */ |
| 198 | 207 | ||
| 199 | /* Begin PBXFrameworksBuildPhase section */ | 208 | /* Begin PBXFrameworksBuildPhase section */ |
| 200 | 6E84E36E1F27A700001EB88E /* Frameworks */ = { | 209 | 6E84E36E1F27A700001EB88E /* Frameworks */ = { |
| 201 | isa = PBXFrameworksBuildPhase; | 210 | isa = PBXFrameworksBuildPhase; |
| 202 | buildActionMask = 2147483647; | 211 | buildActionMask = 2147483647; |
| 203 | files = ( | 212 | files = ( |
| 204 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */, | 213 | E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */, |
| 205 | 011799F0F2B47D80472673CE /* Pods_LifeLog.framework in Frameworks */, | 214 | 011799F0F2B47D80472673CE /* Pods_LifeLog.framework in Frameworks */, |
| 206 | ); | 215 | ); |
| 207 | runOnlyForDeploymentPostprocessing = 0; | 216 | runOnlyForDeploymentPostprocessing = 0; |
| 208 | }; | 217 | }; |
| 209 | 6E84E3871F27A703001EB88E /* Frameworks */ = { | 218 | 6E84E3871F27A703001EB88E /* Frameworks */ = { |
| 210 | isa = PBXFrameworksBuildPhase; | 219 | isa = PBXFrameworksBuildPhase; |
| 211 | buildActionMask = 2147483647; | 220 | buildActionMask = 2147483647; |
| 212 | files = ( | 221 | files = ( |
| 213 | ); | 222 | ); |
| 214 | runOnlyForDeploymentPostprocessing = 0; | 223 | runOnlyForDeploymentPostprocessing = 0; |
| 215 | }; | 224 | }; |
| 216 | 6E84E3921F27A703001EB88E /* Frameworks */ = { | 225 | 6E84E3921F27A703001EB88E /* Frameworks */ = { |
| 217 | isa = PBXFrameworksBuildPhase; | 226 | isa = PBXFrameworksBuildPhase; |
| 218 | buildActionMask = 2147483647; | 227 | buildActionMask = 2147483647; |
| 219 | files = ( | 228 | files = ( |
| 220 | ); | 229 | ); |
| 221 | runOnlyForDeploymentPostprocessing = 0; | 230 | runOnlyForDeploymentPostprocessing = 0; |
| 222 | }; | 231 | }; |
| 223 | /* End PBXFrameworksBuildPhase section */ | 232 | /* End PBXFrameworksBuildPhase section */ |
| 224 | 233 | ||
| 225 | /* Begin PBXGroup section */ | 234 | /* Begin PBXGroup section */ |
| 226 | 020C1721B642EF36F31E1BB4 /* Frameworks */ = { | 235 | 020C1721B642EF36F31E1BB4 /* Frameworks */ = { |
| 227 | isa = PBXGroup; | 236 | isa = PBXGroup; |
| 228 | children = ( | 237 | children = ( |
| 229 | E997E0251F3AB66500709FB1 /* Social.framework */, | 238 | E997E0251F3AB66500709FB1 /* Social.framework */, |
| 230 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */, | 239 | 2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */, |
| 231 | ); | 240 | ); |
| 232 | name = Frameworks; | 241 | name = Frameworks; |
| 233 | sourceTree = "<group>"; | 242 | sourceTree = "<group>"; |
| 234 | }; | 243 | }; |
| 235 | 6E18CECF1F2E398C0029891F /* Login */ = { | 244 | 6E18CECF1F2E398C0029891F /* Login */ = { |
| 236 | isa = PBXGroup; | 245 | isa = PBXGroup; |
| 237 | children = ( | 246 | children = ( |
| 238 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */, | 247 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */, |
| 239 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */, | 248 | 6E18CED01F2E39DB0029891F /* LoginViewController.h */, |
| 240 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */, | 249 | 6E18CED11F2E39DB0029891F /* LoginViewController.m */, |
| 241 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */, | 250 | 6E18CED21F2E39DB0029891F /* LoginViewController.xib */, |
| 242 | ); | 251 | ); |
| 243 | name = Login; | 252 | name = Login; |
| 244 | sourceTree = "<group>"; | 253 | sourceTree = "<group>"; |
| 245 | }; | 254 | }; |
| 246 | 6E18CED51F2E3C0E0029891F /* ServerAPI */ = { | 255 | 6E18CED51F2E3C0E0029891F /* ServerAPI */ = { |
| 247 | isa = PBXGroup; | 256 | isa = PBXGroup; |
| 248 | children = ( | 257 | children = ( |
| 249 | 6E18CED61F2E3C840029891F /* ServerAPI.h */, | 258 | 6E18CED61F2E3C840029891F /* ServerAPI.h */, |
| 250 | 6E18CED71F2E3C840029891F /* ServerAPI.m */, | 259 | 6E18CED71F2E3C840029891F /* ServerAPI.m */, |
| 251 | ); | 260 | ); |
| 252 | name = ServerAPI; | 261 | name = ServerAPI; |
| 253 | sourceTree = "<group>"; | 262 | sourceTree = "<group>"; |
| 254 | }; | 263 | }; |
| 255 | 6E18CED91F2E40AE0029891F /* Model */ = { | 264 | 6E18CED91F2E40AE0029891F /* Model */ = { |
| 256 | isa = PBXGroup; | 265 | isa = PBXGroup; |
| 257 | children = ( | 266 | children = ( |
| 267 | 6E18CEDD1F2E46570029891F /* Entities.h */, | ||
| 268 | 6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */, | ||
| 269 | 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */, | ||
| 270 | 6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */, | ||
| 271 | 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */, | ||
| 272 | 6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */, | ||
| 273 | 6EA4AF301F40BB7A00F52CFE /* TopObject.m */, | ||
| 258 | 6E18CEDA1F2E40F50029891F /* User.h */, | 274 | 6E18CEDA1F2E40F50029891F /* User.h */, |
| 259 | 6E18CEDB1F2E40F50029891F /* User.m */, | 275 | 6E18CEDB1F2E40F50029891F /* User.m */, |
| 260 | 6E18CEDD1F2E46570029891F /* Entities.h */, | ||
| 261 | E9373E481F35AA180059355A /* HistoryObject.h */, | 276 | E9373E481F35AA180059355A /* HistoryObject.h */, |
| 262 | E9373E491F35AA180059355A /* HistoryObject.m */, | 277 | E9373E491F35AA180059355A /* HistoryObject.m */, |
| 263 | E9373E4B1F361A230059355A /* HistoryGraphObject.h */, | 278 | E9373E4B1F361A230059355A /* HistoryGraphObject.h */, |
| 264 | E9373E4C1F361A230059355A /* HistoryGraphObject.m */, | 279 | E9373E4C1F361A230059355A /* HistoryGraphObject.m */, |
| 265 | E9D9091F1F3D559D004CF99F /* TweetObject.h */, | 280 | E9D9091F1F3D559D004CF99F /* TweetObject.h */, |
| 266 | E9D909201F3D559D004CF99F /* TweetObject.m */, | 281 | E9D909201F3D559D004CF99F /* TweetObject.m */, |
| 267 | E933E6721F3E0E4E002926F5 /* GroupObject.h */, | 282 | E933E6721F3E0E4E002926F5 /* GroupObject.h */, |
| 268 | E933E6731F3E0E4E002926F5 /* GroupObject.m */, | 283 | E933E6731F3E0E4E002926F5 /* GroupObject.m */, |
| 269 | ); | 284 | ); |
| 270 | name = Model; | 285 | name = Model; |
| 271 | sourceTree = "<group>"; | 286 | sourceTree = "<group>"; |
| 272 | }; | 287 | }; |
| 273 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */ = { | 288 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */ = { |
| 274 | isa = PBXGroup; | 289 | isa = PBXGroup; |
| 275 | children = ( | 290 | children = ( |
| 276 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */, | 291 | 6E7F933A1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.h */, |
| 277 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */, | 292 | 6E7F933B1F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m */, |
| 278 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */, | 293 | 6E7F933C1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.h */, |
| 279 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */, | 294 | 6E7F933D1F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m */, |
| 280 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */, | 295 | 6E7F933E1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.h */, |
| 281 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */, | 296 | 6E7F933F1F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m */, |
| 282 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */, | 297 | 6E7F93401F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.h */, |
| 283 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */, | 298 | 6E7F93411F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m */, |
| 284 | ); | 299 | ); |
| 285 | name = TPKeyboardAvoiding; | 300 | name = TPKeyboardAvoiding; |
| 286 | sourceTree = "<group>"; | 301 | sourceTree = "<group>"; |
| 287 | }; | 302 | }; |
| 288 | 6E84E3681F27A700001EB88E = { | 303 | 6E84E3681F27A700001EB88E = { |
| 289 | isa = PBXGroup; | 304 | isa = PBXGroup; |
| 290 | children = ( | 305 | children = ( |
| 291 | 6E84E3731F27A700001EB88E /* LifeLog */, | 306 | 6E84E3731F27A700001EB88E /* LifeLog */, |
| 292 | 6E84E38D1F27A703001EB88E /* LifeLogTests */, | 307 | 6E84E38D1F27A703001EB88E /* LifeLogTests */, |
| 293 | 6E84E3981F27A703001EB88E /* LifeLogUITests */, | 308 | 6E84E3981F27A703001EB88E /* LifeLogUITests */, |
| 294 | DE8269E957EA47CD771BAB33 /* Pods */, | 309 | DE8269E957EA47CD771BAB33 /* Pods */, |
| 295 | 020C1721B642EF36F31E1BB4 /* Frameworks */, | 310 | 020C1721B642EF36F31E1BB4 /* Frameworks */, |
| 296 | ); | 311 | ); |
| 297 | sourceTree = "<group>"; | 312 | sourceTree = "<group>"; |
| 298 | }; | 313 | }; |
| 299 | 6E84E3721F27A700001EB88E /* Products */ = { | 314 | 6E84E3721F27A700001EB88E /* Products */ = { |
| 300 | isa = PBXGroup; | 315 | isa = PBXGroup; |
| 301 | children = ( | 316 | children = ( |
| 302 | 6E84E3711F27A700001EB88E /* LifeLog.app */, | 317 | 6E84E3711F27A700001EB88E /* LifeLog.app */, |
| 303 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */, | 318 | 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */, |
| 304 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */, | 319 | 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */, |
| 305 | ); | 320 | ); |
| 306 | name = Products; | 321 | name = Products; |
| 307 | sourceTree = "<group>"; | 322 | sourceTree = "<group>"; |
| 308 | }; | 323 | }; |
| 309 | 6E84E3731F27A700001EB88E /* LifeLog */ = { | 324 | 6E84E3731F27A700001EB88E /* LifeLog */ = { |
| 310 | isa = PBXGroup; | 325 | isa = PBXGroup; |
| 311 | children = ( | 326 | children = ( |
| 312 | 6E18CED91F2E40AE0029891F /* Model */, | 327 | 6E18CED91F2E40AE0029891F /* Model */, |
| 313 | 6E18CED51F2E3C0E0029891F /* ServerAPI */, | 328 | 6E18CED51F2E3C0E0029891F /* ServerAPI */, |
| 314 | 6EDC8BEB1F2C2F3300765ACC /* Common */, | 329 | 6EDC8BEB1F2C2F3300765ACC /* Common */, |
| 315 | 6ECC406D1F2A5FA500AAEB97 /* Library */, | 330 | 6ECC406D1F2A5FA500AAEB97 /* Library */, |
| 316 | E99E13A71F336F0C00C78787 /* CustomView */, | 331 | E99E13A71F336F0C00C78787 /* CustomView */, |
| 317 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */, | 332 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */, |
| 318 | 6E84E3A71F27A887001EB88E /* AppDelegate */, | 333 | 6E84E3A71F27A887001EB88E /* AppDelegate */, |
| 319 | 6E84E3801F27A701001EB88E /* Assets.xcassets */, | 334 | 6E84E3801F27A701001EB88E /* Assets.xcassets */, |
| 320 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */, | 335 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */, |
| 321 | 6E84E3851F27A701001EB88E /* Info.plist */, | 336 | 6E84E3851F27A701001EB88E /* Info.plist */, |
| 322 | 6E84E3741F27A701001EB88E /* Supporting Files */, | 337 | 6E84E3741F27A701001EB88E /* Supporting Files */, |
| 323 | ); | 338 | ); |
| 324 | path = LifeLog; | 339 | path = LifeLog; |
| 325 | sourceTree = "<group>"; | 340 | sourceTree = "<group>"; |
| 326 | }; | 341 | }; |
| 327 | 6E84E3741F27A701001EB88E /* Supporting Files */ = { | 342 | 6E84E3741F27A701001EB88E /* Supporting Files */ = { |
| 328 | isa = PBXGroup; | 343 | isa = PBXGroup; |
| 329 | children = ( | 344 | children = ( |
| 330 | 6E84E3751F27A701001EB88E /* main.m */, | 345 | 6E84E3751F27A701001EB88E /* main.m */, |
| 331 | 6EF163091F29069300DA306C /* Localizable.strings */, | 346 | 6EF163091F29069300DA306C /* Localizable.strings */, |
| 332 | ); | 347 | ); |
| 333 | name = "Supporting Files"; | 348 | name = "Supporting Files"; |
| 334 | sourceTree = "<group>"; | 349 | sourceTree = "<group>"; |
| 335 | }; | 350 | }; |
| 336 | 6E84E38D1F27A703001EB88E /* LifeLogTests */ = { | 351 | 6E84E38D1F27A703001EB88E /* LifeLogTests */ = { |
| 337 | isa = PBXGroup; | 352 | isa = PBXGroup; |
| 338 | children = ( | 353 | children = ( |
| 339 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */, | 354 | 6E84E38E1F27A703001EB88E /* LifeLogTests.m */, |
| 340 | 6E84E3901F27A703001EB88E /* Info.plist */, | 355 | 6E84E3901F27A703001EB88E /* Info.plist */, |
| 341 | ); | 356 | ); |
| 342 | path = LifeLogTests; | 357 | path = LifeLogTests; |
| 343 | sourceTree = "<group>"; | 358 | sourceTree = "<group>"; |
| 344 | }; | 359 | }; |
| 345 | 6E84E3981F27A703001EB88E /* LifeLogUITests */ = { | 360 | 6E84E3981F27A703001EB88E /* LifeLogUITests */ = { |
| 346 | isa = PBXGroup; | 361 | isa = PBXGroup; |
| 347 | children = ( | 362 | children = ( |
| 348 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */, | 363 | 6E84E3991F27A703001EB88E /* LifeLogUITests.m */, |
| 349 | 6E84E39B1F27A703001EB88E /* Info.plist */, | 364 | 6E84E39B1F27A703001EB88E /* Info.plist */, |
| 350 | ); | 365 | ); |
| 351 | path = LifeLogUITests; | 366 | path = LifeLogUITests; |
| 352 | sourceTree = "<group>"; | 367 | sourceTree = "<group>"; |
| 353 | }; | 368 | }; |
| 354 | 6E84E3A71F27A887001EB88E /* AppDelegate */ = { | 369 | 6E84E3A71F27A887001EB88E /* AppDelegate */ = { |
| 355 | isa = PBXGroup; | 370 | isa = PBXGroup; |
| 356 | children = ( | 371 | children = ( |
| 357 | 6E84E3771F27A701001EB88E /* AppDelegate.h */, | 372 | 6E84E3771F27A701001EB88E /* AppDelegate.h */, |
| 358 | 6E84E3781F27A701001EB88E /* AppDelegate.m */, | 373 | 6E84E3781F27A701001EB88E /* AppDelegate.m */, |
| 359 | ); | 374 | ); |
| 360 | name = AppDelegate; | 375 | name = AppDelegate; |
| 361 | sourceTree = "<group>"; | 376 | sourceTree = "<group>"; |
| 362 | }; | 377 | }; |
| 363 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */ = { | 378 | 6E84E3A81F27A8A9001EB88E /* ViewControllers */ = { |
| 364 | isa = PBXGroup; | 379 | isa = PBXGroup; |
| 365 | children = ( | 380 | children = ( |
| 366 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */, | 381 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */, |
| 367 | 9CBDA0FB1F2F03490055DED1 /* Register */, | 382 | 9CBDA0FB1F2F03490055DED1 /* Register */, |
| 368 | 6E18CECF1F2E398C0029891F /* Login */, | 383 | 6E18CECF1F2E398C0029891F /* Login */, |
| 369 | 6E84E3AC1F27A954001EB88E /* SNS */, | 384 | 6E84E3AC1F27A954001EB88E /* SNS */, |
| 370 | 6E84E3C11F27AC89001EB88E /* Map */, | 385 | 6E84E3C11F27AC89001EB88E /* Map */, |
| 371 | 6E84E3AB1F27A946001EB88E /* Ranking */, | 386 | 6E84E3AB1F27A946001EB88E /* Ranking */, |
| 372 | 6E84E3AA1F27A924001EB88E /* History */, | 387 | 6E84E3AA1F27A924001EB88E /* History */, |
| 373 | 6E84E3A91F27A915001EB88E /* Home */, | 388 | 6E84E3A91F27A915001EB88E /* Home */, |
| 374 | ); | 389 | ); |
| 375 | name = ViewControllers; | 390 | name = ViewControllers; |
| 376 | sourceTree = "<group>"; | 391 | sourceTree = "<group>"; |
| 377 | }; | 392 | }; |
| 378 | 6E84E3A91F27A915001EB88E /* Home */ = { | 393 | 6E84E3A91F27A915001EB88E /* Home */ = { |
| 379 | isa = PBXGroup; | 394 | isa = PBXGroup; |
| 380 | children = ( | 395 | children = ( |
| 381 | 6E8DA0F31F2BAC0800CCE941 /* Today */, | 396 | 6E8DA0F31F2BAC0800CCE941 /* Today */, |
| 382 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */, | 397 | 6E84E3AD1F27A975001EB88E /* HomeViewController.h */, |
| 383 | 6E84E3AE1F27A975001EB88E /* HomeViewController.m */, | 398 | 6E84E3AE1F27A975001EB88E /* HomeViewController.m */, |
| 384 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */, | 399 | 6E84E3AF1F27A975001EB88E /* HomeViewController.xib */, |
| 385 | ); | 400 | ); |
| 386 | name = Home; | 401 | name = Home; |
| 387 | sourceTree = "<group>"; | 402 | sourceTree = "<group>"; |
| 388 | }; | 403 | }; |
| 389 | 6E84E3AA1F27A924001EB88E /* History */ = { | 404 | 6E84E3AA1F27A924001EB88E /* History */ = { |
| 390 | isa = PBXGroup; | 405 | isa = PBXGroup; |
| 391 | children = ( | 406 | children = ( |
| 392 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */, | 407 | 6E84E3B21F27A98B001EB88E /* HistoryViewController.h */, |
| 393 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */, | 408 | 6E84E3B31F27A98B001EB88E /* HistoryViewController.m */, |
| 394 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */, | 409 | 6E84E3B41F27A98B001EB88E /* HistoryViewController.xib */, |
| 395 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */, | 410 | E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */, |
| 396 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */, | 411 | E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */, |
| 397 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */, | 412 | E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */, |
| 398 | ); | 413 | ); |
| 399 | name = History; | 414 | name = History; |
| 400 | sourceTree = "<group>"; | 415 | sourceTree = "<group>"; |
| 401 | }; | 416 | }; |
| 402 | 6E84E3AB1F27A946001EB88E /* Ranking */ = { | 417 | 6E84E3AB1F27A946001EB88E /* Ranking */ = { |
| 403 | isa = PBXGroup; | 418 | isa = PBXGroup; |
| 404 | children = ( | 419 | children = ( |
| 405 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */, | 420 | 6E84E3B71F27A9A0001EB88E /* RankingViewController.h */, |
| 406 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */, | 421 | 6E84E3B81F27A9A0001EB88E /* RankingViewController.m */, |
| 407 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */, | 422 | 6E84E3B91F27A9A0001EB88E /* RankingViewController.xib */, |
| 408 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */, | 423 | E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */, |
| 409 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */, | 424 | E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */, |
| 410 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */, | 425 | E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */, |
| 411 | ); | 426 | ); |
| 412 | name = Ranking; | 427 | name = Ranking; |
| 413 | sourceTree = "<group>"; | 428 | sourceTree = "<group>"; |
| 414 | }; | 429 | }; |
| 415 | 6E84E3AC1F27A954001EB88E /* SNS */ = { | 430 | 6E84E3AC1F27A954001EB88E /* SNS */ = { |
| 416 | isa = PBXGroup; | 431 | isa = PBXGroup; |
| 417 | children = ( | 432 | children = ( |
| 418 | E933E6751F4050E6002926F5 /* GrouDetail */, | 433 | E933E6751F4050E6002926F5 /* GrouDetail */, |
| 419 | E933E6671F3E0479002926F5 /* SeachGroup */, | 434 | E933E6671F3E0479002926F5 /* SeachGroup */, |
| 420 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */, | 435 | 6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */, |
| 421 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */, | 436 | 6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */, |
| 422 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */, | 437 | 6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */, |
| 423 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */, | 438 | E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */, |
| 424 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */, | 439 | E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */, |
| 425 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */, | 440 | E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */, |
| 426 | ); | 441 | ); |
| 427 | name = SNS; | 442 | name = SNS; |
| 428 | sourceTree = "<group>"; | 443 | sourceTree = "<group>"; |
| 429 | }; | 444 | }; |
| 430 | 6E84E3C11F27AC89001EB88E /* Map */ = { | 445 | 6E84E3C11F27AC89001EB88E /* Map */ = { |
| 431 | isa = PBXGroup; | 446 | isa = PBXGroup; |
| 432 | children = ( | 447 | children = ( |
| 433 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */, | 448 | 6E84E3C21F27ACAE001EB88E /* MapViewController.h */, |
| 434 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */, | 449 | 6E84E3C31F27ACAE001EB88E /* MapViewController.m */, |
| 435 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */, | 450 | 6E84E3C41F27ACAE001EB88E /* MapViewController.xib */, |
| 436 | ); | 451 | ); |
| 437 | name = Map; | 452 | name = Map; |
| 438 | sourceTree = "<group>"; | 453 | sourceTree = "<group>"; |
| 439 | }; | 454 | }; |
| 440 | 6E8DA0F31F2BAC0800CCE941 /* Today */ = { | 455 | 6E8DA0F31F2BAC0800CCE941 /* Today */ = { |
| 441 | isa = PBXGroup; | 456 | isa = PBXGroup; |
| 442 | children = ( | 457 | children = ( |
| 443 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */, | 458 | 6E8DA0F41F2BAC3400CCE941 /* TodayViewController.h */, |
| 444 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */, | 459 | 6E8DA0F51F2BAC3400CCE941 /* TodayViewController.m */, |
| 445 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */, | 460 | 6E8DA0F61F2BAC3400CCE941 /* TodayViewController.xib */, |
| 446 | ); | 461 | ); |
| 447 | name = Today; | 462 | name = Today; |
| 448 | sourceTree = "<group>"; | 463 | sourceTree = "<group>"; |
| 449 | }; | 464 | }; |
| 450 | 6ECC406D1F2A5FA500AAEB97 /* Library */ = { | 465 | 6ECC406D1F2A5FA500AAEB97 /* Library */ = { |
| 451 | isa = PBXGroup; | 466 | isa = PBXGroup; |
| 452 | children = ( | 467 | children = ( |
| 453 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */, | 468 | 6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */, |
| 454 | 6ECC406E1F2A5FB200AAEB97 /* Category */, | 469 | 6ECC406E1F2A5FB200AAEB97 /* Category */, |
| 455 | ); | 470 | ); |
| 456 | name = Library; | 471 | name = Library; |
| 457 | sourceTree = "<group>"; | 472 | sourceTree = "<group>"; |
| 458 | }; | 473 | }; |
| 459 | 6ECC406E1F2A5FB200AAEB97 /* Category */ = { | 474 | 6ECC406E1F2A5FB200AAEB97 /* Category */ = { |
| 460 | isa = PBXGroup; | 475 | isa = PBXGroup; |
| 461 | children = ( | 476 | children = ( |
| 462 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */, | 477 | 6ECC406F1F2A5FEB00AAEB97 /* NSDate+helper.h */, |
| 463 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */, | 478 | 6ECC40701F2A5FEB00AAEB97 /* NSDate+helper.m */, |
| 464 | ); | 479 | ); |
| 465 | name = Category; | 480 | name = Category; |
| 466 | sourceTree = "<group>"; | 481 | sourceTree = "<group>"; |
| 467 | }; | 482 | }; |
| 468 | 6EDC8BEB1F2C2F3300765ACC /* Common */ = { | 483 | 6EDC8BEB1F2C2F3300765ACC /* Common */ = { |
| 469 | isa = PBXGroup; | 484 | isa = PBXGroup; |
| 470 | children = ( | 485 | children = ( |
| 471 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */, | 486 | 6EDC8BEC1F2C2FB800765ACC /* Utilities.h */, |
| 472 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */, | 487 | 6EDC8BED1F2C2FB800765ACC /* Utilities.m */, |
| 473 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */, | 488 | 6EDC8BF21F2C68D700765ACC /* CMMotionActivityExtra.h */, |
| 474 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */, | 489 | 6EDC8BF31F2C68D700765ACC /* CMMotionActivityExtra.m */, |
| 475 | ); | 490 | ); |
| 476 | name = Common; | 491 | name = Common; |
| 477 | sourceTree = "<group>"; | 492 | sourceTree = "<group>"; |
| 478 | }; | 493 | }; |
| 479 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */ = { | 494 | 9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */ = { |
| 480 | isa = PBXGroup; | 495 | isa = PBXGroup; |
| 481 | children = ( | 496 | children = ( |
| 482 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */, | 497 | 9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */, |
| 483 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */, | 498 | 9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */, |
| 484 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */, | 499 | 9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */, |
| 485 | ); | 500 | ); |
| 486 | name = ConfirmForgetPass; | 501 | name = ConfirmForgetPass; |
| 487 | sourceTree = "<group>"; | 502 | sourceTree = "<group>"; |
| 488 | }; | 503 | }; |
| 489 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */ = { | 504 | 9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */ = { |
| 490 | isa = PBXGroup; | 505 | isa = PBXGroup; |
| 491 | children = ( | 506 | children = ( |
| 492 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */, | 507 | 9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */, |
| 493 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */, | 508 | 9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */, |
| 494 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */, | 509 | 6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */, |
| 495 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */, | 510 | 6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */, |
| 496 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */, | 511 | E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */, |
| 497 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */, | 512 | E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */, |
| 498 | ); | 513 | ); |
| 499 | name = BaseViewController; | 514 | name = BaseViewController; |
| 500 | sourceTree = "<group>"; | 515 | sourceTree = "<group>"; |
| 501 | }; | 516 | }; |
| 502 | 9CBDA0FB1F2F03490055DED1 /* Register */ = { | 517 | 9CBDA0FB1F2F03490055DED1 /* Register */ = { |
| 503 | isa = PBXGroup; | 518 | isa = PBXGroup; |
| 504 | children = ( | 519 | children = ( |
| 505 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */, | 520 | 9CBDA0FC1F2F03810055DED1 /* RegisterViewController.h */, |
| 506 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */, | 521 | 9CBDA0FD1F2F03810055DED1 /* RegisterViewController.m */, |
| 507 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */, | 522 | 9CBDA0FE1F2F03810055DED1 /* RegisterViewController.xib */, |
| 508 | ); | 523 | ); |
| 509 | name = Register; | 524 | name = Register; |
| 510 | sourceTree = "<group>"; | 525 | sourceTree = "<group>"; |
| 511 | }; | 526 | }; |
| 512 | DE8269E957EA47CD771BAB33 /* Pods */ = { | 527 | DE8269E957EA47CD771BAB33 /* Pods */ = { |
| 513 | isa = PBXGroup; | 528 | isa = PBXGroup; |
| 514 | children = ( | 529 | children = ( |
| 515 | 6E84E3721F27A700001EB88E /* Products */, | 530 | 6E84E3721F27A700001EB88E /* Products */, |
| 516 | 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */, | 531 | 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */, |
| 517 | 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */, | 532 | 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */, |
| 518 | ); | 533 | ); |
| 519 | name = Pods; | 534 | name = Pods; |
| 520 | sourceTree = "<group>"; | 535 | sourceTree = "<group>"; |
| 521 | }; | 536 | }; |
| 522 | E933E6671F3E0479002926F5 /* SeachGroup */ = { | 537 | E933E6671F3E0479002926F5 /* SeachGroup */ = { |
| 523 | isa = PBXGroup; | 538 | isa = PBXGroup; |
| 524 | children = ( | 539 | children = ( |
| 525 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */, | 540 | E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */, |
| 526 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */, | 541 | E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */, |
| 527 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */, | 542 | E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */, |
| 528 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */, | 543 | E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */, |
| 529 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */, | 544 | E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */, |
| 530 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */, | 545 | E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */, |
| 531 | ); | 546 | ); |
| 532 | name = SeachGroup; | 547 | name = SeachGroup; |
| 533 | sourceTree = "<group>"; | 548 | sourceTree = "<group>"; |
| 534 | }; | 549 | }; |
| 535 | E933E6751F4050E6002926F5 /* GrouDetail */ = { | 550 | E933E6751F4050E6002926F5 /* GrouDetail */ = { |
| 536 | isa = PBXGroup; | 551 | isa = PBXGroup; |
| 537 | children = ( | 552 | children = ( |
| 538 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */, | 553 | E933E6761F40513C002926F5 /* GroupDetailViewController.h */, |
| 539 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */, | 554 | E933E6771F40513C002926F5 /* GroupDetailViewController.m */, |
| 540 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */, | 555 | E933E6781F40513C002926F5 /* GroupDetailViewController.xib */, |
| 541 | ); | 556 | ); |
| 542 | name = GrouDetail; | 557 | name = GrouDetail; |
| 543 | sourceTree = "<group>"; | 558 | sourceTree = "<group>"; |
| 544 | }; | 559 | }; |
| 545 | E9373E441F35966D0059355A /* AutoTranslateView */ = { | 560 | E9373E441F35966D0059355A /* AutoTranslateView */ = { |
| 546 | isa = PBXGroup; | 561 | isa = PBXGroup; |
| 547 | children = ( | 562 | children = ( |
| 548 | E9373E451F3596940059355A /* AutoTransLabel.h */, | 563 | E9373E451F3596940059355A /* AutoTransLabel.h */, |
| 549 | E9373E461F3596940059355A /* AutoTransLabel.m */, | 564 | E9373E461F3596940059355A /* AutoTransLabel.m */, |
| 550 | E96855081F3C444900317CEF /* AutoTransButton.h */, | 565 | E96855081F3C444900317CEF /* AutoTransButton.h */, |
| 551 | E96855091F3C444900317CEF /* AutoTransButton.m */, | 566 | E96855091F3C444900317CEF /* AutoTransButton.m */, |
| 552 | ); | 567 | ); |
| 553 | name = AutoTranslateView; | 568 | name = AutoTranslateView; |
| 554 | sourceTree = "<group>"; | 569 | sourceTree = "<group>"; |
| 555 | }; | 570 | }; |
| 556 | E99E13A71F336F0C00C78787 /* CustomView */ = { | 571 | E99E13A71F336F0C00C78787 /* CustomView */ = { |
| 557 | isa = PBXGroup; | 572 | isa = PBXGroup; |
| 558 | children = ( | 573 | children = ( |
| 559 | E9373E441F35966D0059355A /* AutoTranslateView */, | 574 | E9373E441F35966D0059355A /* AutoTranslateView */, |
| 560 | E99E13A81F336F1700C78787 /* CollectionView */, | 575 | E99E13A81F336F1700C78787 /* CollectionView */, |
| 561 | ); | 576 | ); |
| 562 | name = CustomView; | 577 | name = CustomView; |
| 563 | sourceTree = "<group>"; | 578 | sourceTree = "<group>"; |
| 564 | }; | 579 | }; |
| 565 | E99E13A81F336F1700C78787 /* CollectionView */ = { | 580 | E99E13A81F336F1700C78787 /* CollectionView */ = { |
| 566 | isa = PBXGroup; | 581 | isa = PBXGroup; |
| 567 | children = ( | 582 | children = ( |
| 568 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */, | 583 | E99E13AE1F33720600C78787 /* LabelCollectionViewCell.h */, |
| 569 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */, | 584 | E99E13AF1F33720600C78787 /* LabelCollectionViewCell.m */, |
| 570 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */, | 585 | E99E13B01F33720600C78787 /* LabelCollectionViewCell.xib */, |
| 571 | E99E13A91F336F3600C78787 /* CollectionView.h */, | 586 | E99E13A91F336F3600C78787 /* CollectionView.h */, |
| 572 | E99E13AA1F336F3600C78787 /* CollectionView.m */, | 587 | E99E13AA1F336F3600C78787 /* CollectionView.m */, |
| 573 | E99E13AC1F336F4500C78787 /* CollectionView.xib */, | 588 | E99E13AC1F336F4500C78787 /* CollectionView.xib */, |
| 574 | ); | 589 | ); |
| 575 | name = CollectionView; | 590 | name = CollectionView; |
| 576 | sourceTree = "<group>"; | 591 | sourceTree = "<group>"; |
| 577 | }; | 592 | }; |
| 578 | /* End PBXGroup section */ | 593 | /* End PBXGroup section */ |
| 579 | 594 | ||
| 580 | /* Begin PBXNativeTarget section */ | 595 | /* Begin PBXNativeTarget section */ |
| 581 | 6E84E3701F27A700001EB88E /* LifeLog */ = { | 596 | 6E84E3701F27A700001EB88E /* LifeLog */ = { |
| 582 | isa = PBXNativeTarget; | 597 | isa = PBXNativeTarget; |
| 583 | buildConfigurationList = 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */; | 598 | buildConfigurationList = 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */; |
| 584 | buildPhases = ( | 599 | buildPhases = ( |
| 585 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */, | 600 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */, |
| 586 | 6E84E36D1F27A700001EB88E /* Sources */, | 601 | 6E84E36D1F27A700001EB88E /* Sources */, |
| 587 | 6E84E36E1F27A700001EB88E /* Frameworks */, | 602 | 6E84E36E1F27A700001EB88E /* Frameworks */, |
| 588 | 6E84E36F1F27A700001EB88E /* Resources */, | 603 | 6E84E36F1F27A700001EB88E /* Resources */, |
| 589 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */, | 604 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */, |
| 590 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */, | 605 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */, |
| 591 | ); | 606 | ); |
| 592 | buildRules = ( | 607 | buildRules = ( |
| 593 | ); | 608 | ); |
| 594 | dependencies = ( | 609 | dependencies = ( |
| 595 | ); | 610 | ); |
| 596 | name = LifeLog; | 611 | name = LifeLog; |
| 597 | productName = LifeLog; | 612 | productName = LifeLog; |
| 598 | productReference = 6E84E3711F27A700001EB88E /* LifeLog.app */; | 613 | productReference = 6E84E3711F27A700001EB88E /* LifeLog.app */; |
| 599 | productType = "com.apple.product-type.application"; | 614 | productType = "com.apple.product-type.application"; |
| 600 | }; | 615 | }; |
| 601 | 6E84E3891F27A703001EB88E /* LifeLogTests */ = { | 616 | 6E84E3891F27A703001EB88E /* LifeLogTests */ = { |
| 602 | isa = PBXNativeTarget; | 617 | isa = PBXNativeTarget; |
| 603 | buildConfigurationList = 6E84E3A11F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogTests" */; | 618 | buildConfigurationList = 6E84E3A11F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogTests" */; |
| 604 | buildPhases = ( | 619 | buildPhases = ( |
| 605 | 6E84E3861F27A703001EB88E /* Sources */, | 620 | 6E84E3861F27A703001EB88E /* Sources */, |
| 606 | 6E84E3871F27A703001EB88E /* Frameworks */, | 621 | 6E84E3871F27A703001EB88E /* Frameworks */, |
| 607 | 6E84E3881F27A703001EB88E /* Resources */, | 622 | 6E84E3881F27A703001EB88E /* Resources */, |
| 608 | ); | 623 | ); |
| 609 | buildRules = ( | 624 | buildRules = ( |
| 610 | ); | 625 | ); |
| 611 | dependencies = ( | 626 | dependencies = ( |
| 612 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */, | 627 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */, |
| 613 | ); | 628 | ); |
| 614 | name = LifeLogTests; | 629 | name = LifeLogTests; |
| 615 | productName = LifeLogTests; | 630 | productName = LifeLogTests; |
| 616 | productReference = 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */; | 631 | productReference = 6E84E38A1F27A703001EB88E /* LifeLogTests.xctest */; |
| 617 | productType = "com.apple.product-type.bundle.unit-test"; | 632 | productType = "com.apple.product-type.bundle.unit-test"; |
| 618 | }; | 633 | }; |
| 619 | 6E84E3941F27A703001EB88E /* LifeLogUITests */ = { | 634 | 6E84E3941F27A703001EB88E /* LifeLogUITests */ = { |
| 620 | isa = PBXNativeTarget; | 635 | isa = PBXNativeTarget; |
| 621 | buildConfigurationList = 6E84E3A41F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogUITests" */; | 636 | buildConfigurationList = 6E84E3A41F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLogUITests" */; |
| 622 | buildPhases = ( | 637 | buildPhases = ( |
| 623 | 6E84E3911F27A703001EB88E /* Sources */, | 638 | 6E84E3911F27A703001EB88E /* Sources */, |
| 624 | 6E84E3921F27A703001EB88E /* Frameworks */, | 639 | 6E84E3921F27A703001EB88E /* Frameworks */, |
| 625 | 6E84E3931F27A703001EB88E /* Resources */, | 640 | 6E84E3931F27A703001EB88E /* Resources */, |
| 626 | ); | 641 | ); |
| 627 | buildRules = ( | 642 | buildRules = ( |
| 628 | ); | 643 | ); |
| 629 | dependencies = ( | 644 | dependencies = ( |
| 630 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */, | 645 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */, |
| 631 | ); | 646 | ); |
| 632 | name = LifeLogUITests; | 647 | name = LifeLogUITests; |
| 633 | productName = LifeLogUITests; | 648 | productName = LifeLogUITests; |
| 634 | productReference = 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */; | 649 | productReference = 6E84E3951F27A703001EB88E /* LifeLogUITests.xctest */; |
| 635 | productType = "com.apple.product-type.bundle.ui-testing"; | 650 | productType = "com.apple.product-type.bundle.ui-testing"; |
| 636 | }; | 651 | }; |
| 637 | /* End PBXNativeTarget section */ | 652 | /* End PBXNativeTarget section */ |
| 638 | 653 | ||
| 639 | /* Begin PBXProject section */ | 654 | /* Begin PBXProject section */ |
| 640 | 6E84E3691F27A700001EB88E /* Project object */ = { | 655 | 6E84E3691F27A700001EB88E /* Project object */ = { |
| 641 | isa = PBXProject; | 656 | isa = PBXProject; |
| 642 | attributes = { | 657 | attributes = { |
| 643 | LastUpgradeCheck = 0830; | 658 | LastUpgradeCheck = 0830; |
| 644 | ORGANIZATIONNAME = PhongNV; | 659 | ORGANIZATIONNAME = PhongNV; |
| 645 | TargetAttributes = { | 660 | TargetAttributes = { |
| 646 | 6E84E3701F27A700001EB88E = { | 661 | 6E84E3701F27A700001EB88E = { |
| 647 | CreatedOnToolsVersion = 8.3.3; | 662 | CreatedOnToolsVersion = 8.3.3; |
| 648 | DevelopmentTeam = UXU4V3VUN4; | 663 | DevelopmentTeam = UXU4V3VUN4; |
| 649 | ProvisioningStyle = Automatic; | 664 | ProvisioningStyle = Automatic; |
| 650 | }; | 665 | }; |
| 651 | 6E84E3891F27A703001EB88E = { | 666 | 6E84E3891F27A703001EB88E = { |
| 652 | CreatedOnToolsVersion = 8.3.3; | 667 | CreatedOnToolsVersion = 8.3.3; |
| 653 | ProvisioningStyle = Automatic; | 668 | ProvisioningStyle = Automatic; |
| 654 | TestTargetID = 6E84E3701F27A700001EB88E; | 669 | TestTargetID = 6E84E3701F27A700001EB88E; |
| 655 | }; | 670 | }; |
| 656 | 6E84E3941F27A703001EB88E = { | 671 | 6E84E3941F27A703001EB88E = { |
| 657 | CreatedOnToolsVersion = 8.3.3; | 672 | CreatedOnToolsVersion = 8.3.3; |
| 658 | ProvisioningStyle = Automatic; | 673 | ProvisioningStyle = Automatic; |
| 659 | TestTargetID = 6E84E3701F27A700001EB88E; | 674 | TestTargetID = 6E84E3701F27A700001EB88E; |
| 660 | }; | 675 | }; |
| 661 | }; | 676 | }; |
| 662 | }; | 677 | }; |
| 663 | buildConfigurationList = 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */; | 678 | buildConfigurationList = 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */; |
| 664 | compatibilityVersion = "Xcode 3.2"; | 679 | compatibilityVersion = "Xcode 3.2"; |
| 665 | developmentRegion = English; | 680 | developmentRegion = English; |
| 666 | hasScannedForEncodings = 0; | 681 | hasScannedForEncodings = 0; |
| 667 | knownRegions = ( | 682 | knownRegions = ( |
| 668 | en, | 683 | en, |
| 669 | Base, | 684 | Base, |
| 670 | ); | 685 | ); |
| 671 | mainGroup = 6E84E3681F27A700001EB88E; | 686 | mainGroup = 6E84E3681F27A700001EB88E; |
| 672 | productRefGroup = 6E84E3721F27A700001EB88E /* Products */; | 687 | productRefGroup = 6E84E3721F27A700001EB88E /* Products */; |
| 673 | projectDirPath = ""; | 688 | projectDirPath = ""; |
| 674 | projectRoot = ""; | 689 | projectRoot = ""; |
| 675 | targets = ( | 690 | targets = ( |
| 676 | 6E84E3701F27A700001EB88E /* LifeLog */, | 691 | 6E84E3701F27A700001EB88E /* LifeLog */, |
| 677 | 6E84E3891F27A703001EB88E /* LifeLogTests */, | 692 | 6E84E3891F27A703001EB88E /* LifeLogTests */, |
| 678 | 6E84E3941F27A703001EB88E /* LifeLogUITests */, | 693 | 6E84E3941F27A703001EB88E /* LifeLogUITests */, |
| 679 | ); | 694 | ); |
| 680 | }; | 695 | }; |
| 681 | /* End PBXProject section */ | 696 | /* End PBXProject section */ |
| 682 | 697 | ||
| 683 | /* Begin PBXResourcesBuildPhase section */ | 698 | /* Begin PBXResourcesBuildPhase section */ |
| 684 | 6E84E36F1F27A700001EB88E /* Resources */ = { | 699 | 6E84E36F1F27A700001EB88E /* Resources */ = { |
| 685 | isa = PBXResourcesBuildPhase; | 700 | isa = PBXResourcesBuildPhase; |
| 686 | buildActionMask = 2147483647; | 701 | buildActionMask = 2147483647; |
| 687 | files = ( | 702 | files = ( |
| 688 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */, | 703 | 9CBDA1001F2F03810055DED1 /* RegisterViewController.xib in Resources */, |
| 689 | 6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */, | 704 | 6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */, |
| 690 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */, | 705 | E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */, |
| 691 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */, | 706 | 6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */, |
| 692 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */, | 707 | 9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */, |
| 693 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */, | 708 | 6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */, |
| 694 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */, | 709 | E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */, |
| 695 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */, | 710 | E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */, |
| 696 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */, | 711 | 6E8DA0F81F2BAC3500CCE941 /* TodayViewController.xib in Resources */, |
| 697 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */, | 712 | 6E84E3841F27A701001EB88E /* LaunchScreen.storyboard in Resources */, |
| 698 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */, | 713 | 6E84E3811F27A701001EB88E /* Assets.xcassets in Resources */, |
| 699 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */, | 714 | 6E84E3C61F27ACAE001EB88E /* MapViewController.xib in Resources */, |
| 700 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */, | 715 | 6EF1630A1F29069300DA306C /* Localizable.strings in Resources */, |
| 701 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */, | 716 | 6E84E3B11F27A975001EB88E /* HomeViewController.xib in Resources */, |
| 702 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */, | 717 | 6E84E3B61F27A98B001EB88E /* HistoryViewController.xib in Resources */, |
| 703 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */, | 718 | E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */, |
| 704 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */, | 719 | E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */, |
| 705 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */, | 720 | E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */, |
| 706 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */, | 721 | E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */, |
| 707 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */, | 722 | E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */, |
| 708 | ); | 723 | ); |
| 709 | runOnlyForDeploymentPostprocessing = 0; | 724 | runOnlyForDeploymentPostprocessing = 0; |
| 710 | }; | 725 | }; |
| 711 | 6E84E3881F27A703001EB88E /* Resources */ = { | 726 | 6E84E3881F27A703001EB88E /* Resources */ = { |
| 712 | isa = PBXResourcesBuildPhase; | 727 | isa = PBXResourcesBuildPhase; |
| 713 | buildActionMask = 2147483647; | 728 | buildActionMask = 2147483647; |
| 714 | files = ( | 729 | files = ( |
| 715 | ); | 730 | ); |
| 716 | runOnlyForDeploymentPostprocessing = 0; | 731 | runOnlyForDeploymentPostprocessing = 0; |
| 717 | }; | 732 | }; |
| 718 | 6E84E3931F27A703001EB88E /* Resources */ = { | 733 | 6E84E3931F27A703001EB88E /* Resources */ = { |
| 719 | isa = PBXResourcesBuildPhase; | 734 | isa = PBXResourcesBuildPhase; |
| 720 | buildActionMask = 2147483647; | 735 | buildActionMask = 2147483647; |
| 721 | files = ( | 736 | files = ( |
| 722 | ); | 737 | ); |
| 723 | runOnlyForDeploymentPostprocessing = 0; | 738 | runOnlyForDeploymentPostprocessing = 0; |
| 724 | }; | 739 | }; |
| 725 | /* End PBXResourcesBuildPhase section */ | 740 | /* End PBXResourcesBuildPhase section */ |
| 726 | 741 | ||
| 727 | /* Begin PBXShellScriptBuildPhase section */ | 742 | /* Begin PBXShellScriptBuildPhase section */ |
| 728 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */ = { | 743 | 22F89B11794CEB4E265996AC /* [CP] Embed Pods Frameworks */ = { |
| 729 | isa = PBXShellScriptBuildPhase; | 744 | isa = PBXShellScriptBuildPhase; |
| 730 | buildActionMask = 2147483647; | 745 | buildActionMask = 2147483647; |
| 731 | files = ( | 746 | files = ( |
| 732 | ); | 747 | ); |
| 733 | inputPaths = ( | 748 | inputPaths = ( |
| 734 | ); | 749 | ); |
| 735 | name = "[CP] Embed Pods Frameworks"; | 750 | name = "[CP] Embed Pods Frameworks"; |
| 736 | outputPaths = ( | 751 | outputPaths = ( |
| 737 | ); | 752 | ); |
| 738 | runOnlyForDeploymentPostprocessing = 0; | 753 | runOnlyForDeploymentPostprocessing = 0; |
| 739 | shellPath = /bin/sh; | 754 | shellPath = /bin/sh; |
| 740 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-frameworks.sh\"\n"; | 755 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-frameworks.sh\"\n"; |
| 741 | showEnvVarsInLog = 0; | 756 | showEnvVarsInLog = 0; |
| 742 | }; | 757 | }; |
| 743 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */ = { | 758 | 2BB22CAEC0728AA1E086BCE3 /* [CP] Check Pods Manifest.lock */ = { |
| 744 | isa = PBXShellScriptBuildPhase; | 759 | isa = PBXShellScriptBuildPhase; |
| 745 | buildActionMask = 2147483647; | 760 | buildActionMask = 2147483647; |
| 746 | files = ( | 761 | files = ( |
| 747 | ); | 762 | ); |
| 748 | inputPaths = ( | 763 | inputPaths = ( |
| 749 | ); | 764 | ); |
| 750 | name = "[CP] Check Pods Manifest.lock"; | 765 | name = "[CP] Check Pods Manifest.lock"; |
| 751 | outputPaths = ( | 766 | outputPaths = ( |
| 752 | ); | 767 | ); |
| 753 | runOnlyForDeploymentPostprocessing = 0; | 768 | runOnlyForDeploymentPostprocessing = 0; |
| 754 | shellPath = /bin/sh; | 769 | shellPath = /bin/sh; |
| 755 | 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"; | 770 | 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"; |
| 756 | showEnvVarsInLog = 0; | 771 | showEnvVarsInLog = 0; |
| 757 | }; | 772 | }; |
| 758 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */ = { | 773 | 96653BDB2C24A87C2866C897 /* [CP] Copy Pods Resources */ = { |
| 759 | isa = PBXShellScriptBuildPhase; | 774 | isa = PBXShellScriptBuildPhase; |
| 760 | buildActionMask = 2147483647; | 775 | buildActionMask = 2147483647; |
| 761 | files = ( | 776 | files = ( |
| 762 | ); | 777 | ); |
| 763 | inputPaths = ( | 778 | inputPaths = ( |
| 764 | ); | 779 | ); |
| 765 | name = "[CP] Copy Pods Resources"; | 780 | name = "[CP] Copy Pods Resources"; |
| 766 | outputPaths = ( | 781 | outputPaths = ( |
| 767 | ); | 782 | ); |
| 768 | runOnlyForDeploymentPostprocessing = 0; | 783 | runOnlyForDeploymentPostprocessing = 0; |
| 769 | shellPath = /bin/sh; | 784 | shellPath = /bin/sh; |
| 770 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-resources.sh\"\n"; | 785 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LifeLog/Pods-LifeLog-resources.sh\"\n"; |
| 771 | showEnvVarsInLog = 0; | 786 | showEnvVarsInLog = 0; |
| 772 | }; | 787 | }; |
| 773 | /* End PBXShellScriptBuildPhase section */ | 788 | /* End PBXShellScriptBuildPhase section */ |
| 774 | 789 | ||
| 775 | /* Begin PBXSourcesBuildPhase section */ | 790 | /* Begin PBXSourcesBuildPhase section */ |
| 776 | 6E84E36D1F27A700001EB88E /* Sources */ = { | 791 | 6E84E36D1F27A700001EB88E /* Sources */ = { |
| 777 | isa = PBXSourcesBuildPhase; | 792 | isa = PBXSourcesBuildPhase; |
| 778 | buildActionMask = 2147483647; | 793 | buildActionMask = 2147483647; |
| 779 | files = ( | 794 | files = ( |
| 780 | 6E18CED81F2E3C840029891F /* ServerAPI.m in Sources */, | 795 | 6E18CED81F2E3C840029891F /* ServerAPI.m in Sources */, |
| 781 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */, | 796 | 6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */, |
| 782 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */, | 797 | 6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */, |
| 783 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */, | 798 | E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */, |
| 799 | 6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */, | ||
| 784 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */, | 800 | E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */, |
| 785 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */, | 801 | 9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */, |
| 786 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */, | 802 | 6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */, |
| 787 | 6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */, | 803 | 6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */, |
| 788 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */, | 804 | E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */, |
| 789 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */, | 805 | E9D909211F3D559D004CF99F /* TweetObject.m in Sources */, |
| 790 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */, | 806 | 6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */, |
| 791 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */, | 807 | E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */, |
| 792 | 6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */, | 808 | 6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */, |
| 793 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */, | 809 | E9373E471F3596940059355A /* AutoTransLabel.m in Sources */, |
| 794 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */, | 810 | 6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */, |
| 795 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */, | 811 | 6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */, |
| 796 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */, | 812 | 6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */, |
| 797 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */, | 813 | E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */, |
| 798 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */, | 814 | 6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */, |
| 799 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */, | 815 | E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */, |
| 816 | 6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */, | ||
| 800 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */, | 817 | 9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */, |
| 801 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */, | 818 | E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */, |
| 802 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */, | 819 | 9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */, |
| 803 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */, | 820 | E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */, |
| 804 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */, | 821 | 6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */, |
| 805 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */, | 822 | E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */, |
| 806 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */, | 823 | 6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */, |
| 807 | 6E18CEDC1F2E40F50029891F /* User.m in Sources */, | 824 | 6E18CEDC1F2E40F50029891F /* User.m in Sources */, |
| 808 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */, | 825 | 6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */, |
| 809 | 6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */, | 826 | 6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */, |
| 827 | 6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */, | ||
| 810 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */, | 828 | E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */, |
| 811 | 6E84E3761F27A701001EB88E /* main.m in Sources */, | 829 | 6E84E3761F27A701001EB88E /* main.m in Sources */, |
| 812 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */, | 830 | E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */, |
| 813 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */, | 831 | 6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */, |
| 814 | E9373E4D1F361A230059355A /* HistoryGraphObject.m in Sources */, | 832 | E9373E4D1F361A230059355A /* HistoryGraphObject.m in Sources */, |
| 815 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */, | 833 | E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */, |
| 816 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */, | 834 | 6E84E3BF1F27A9B1001EB88E /* SNSViewController.m in Sources */, |
| 817 | ); | 835 | ); |
| 818 | runOnlyForDeploymentPostprocessing = 0; | 836 | runOnlyForDeploymentPostprocessing = 0; |
| 819 | }; | 837 | }; |
| 820 | 6E84E3861F27A703001EB88E /* Sources */ = { | 838 | 6E84E3861F27A703001EB88E /* Sources */ = { |
| 821 | isa = PBXSourcesBuildPhase; | 839 | isa = PBXSourcesBuildPhase; |
| 822 | buildActionMask = 2147483647; | 840 | buildActionMask = 2147483647; |
| 823 | files = ( | 841 | files = ( |
| 824 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */, | 842 | 6E84E38F1F27A703001EB88E /* LifeLogTests.m in Sources */, |
| 825 | ); | 843 | ); |
| 826 | runOnlyForDeploymentPostprocessing = 0; | 844 | runOnlyForDeploymentPostprocessing = 0; |
| 827 | }; | 845 | }; |
| 828 | 6E84E3911F27A703001EB88E /* Sources */ = { | 846 | 6E84E3911F27A703001EB88E /* Sources */ = { |
| 829 | isa = PBXSourcesBuildPhase; | 847 | isa = PBXSourcesBuildPhase; |
| 830 | buildActionMask = 2147483647; | 848 | buildActionMask = 2147483647; |
| 831 | files = ( | 849 | files = ( |
| 832 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */, | 850 | 6E84E39A1F27A703001EB88E /* LifeLogUITests.m in Sources */, |
| 833 | ); | 851 | ); |
| 834 | runOnlyForDeploymentPostprocessing = 0; | 852 | runOnlyForDeploymentPostprocessing = 0; |
| 835 | }; | 853 | }; |
| 836 | /* End PBXSourcesBuildPhase section */ | 854 | /* End PBXSourcesBuildPhase section */ |
| 837 | 855 | ||
| 838 | /* Begin PBXTargetDependency section */ | 856 | /* Begin PBXTargetDependency section */ |
| 839 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */ = { | 857 | 6E84E38C1F27A703001EB88E /* PBXTargetDependency */ = { |
| 840 | isa = PBXTargetDependency; | 858 | isa = PBXTargetDependency; |
| 841 | target = 6E84E3701F27A700001EB88E /* LifeLog */; | 859 | target = 6E84E3701F27A700001EB88E /* LifeLog */; |
| 842 | targetProxy = 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */; | 860 | targetProxy = 6E84E38B1F27A703001EB88E /* PBXContainerItemProxy */; |
| 843 | }; | 861 | }; |
| 844 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */ = { | 862 | 6E84E3971F27A703001EB88E /* PBXTargetDependency */ = { |
| 845 | isa = PBXTargetDependency; | 863 | isa = PBXTargetDependency; |
| 846 | target = 6E84E3701F27A700001EB88E /* LifeLog */; | 864 | target = 6E84E3701F27A700001EB88E /* LifeLog */; |
| 847 | targetProxy = 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */; | 865 | targetProxy = 6E84E3961F27A703001EB88E /* PBXContainerItemProxy */; |
| 848 | }; | 866 | }; |
| 849 | /* End PBXTargetDependency section */ | 867 | /* End PBXTargetDependency section */ |
| 850 | 868 | ||
| 851 | /* Begin PBXVariantGroup section */ | 869 | /* Begin PBXVariantGroup section */ |
| 852 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */ = { | 870 | 6E84E3821F27A701001EB88E /* LaunchScreen.storyboard */ = { |
| 853 | isa = PBXVariantGroup; | 871 | isa = PBXVariantGroup; |
| 854 | children = ( | 872 | children = ( |
| 855 | 6E84E3831F27A701001EB88E /* Base */, | 873 | 6E84E3831F27A701001EB88E /* Base */, |
| 856 | ); | 874 | ); |
| 857 | name = LaunchScreen.storyboard; | 875 | name = LaunchScreen.storyboard; |
| 858 | sourceTree = "<group>"; | 876 | sourceTree = "<group>"; |
| 859 | }; | 877 | }; |
| 860 | /* End PBXVariantGroup section */ | 878 | /* End PBXVariantGroup section */ |
| 861 | 879 | ||
| 862 | /* Begin XCBuildConfiguration section */ | 880 | /* Begin XCBuildConfiguration section */ |
| 863 | 6E84E39C1F27A703001EB88E /* Debug */ = { | 881 | 6E84E39C1F27A703001EB88E /* Debug */ = { |
| 864 | isa = XCBuildConfiguration; | 882 | isa = XCBuildConfiguration; |
| 865 | buildSettings = { | 883 | buildSettings = { |
| 866 | ALWAYS_SEARCH_USER_PATHS = NO; | 884 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 867 | CLANG_ANALYZER_NONNULL = YES; | 885 | CLANG_ANALYZER_NONNULL = YES; |
| 868 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 886 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 869 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 887 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 870 | CLANG_CXX_LIBRARY = "libc++"; | 888 | CLANG_CXX_LIBRARY = "libc++"; |
| 871 | CLANG_ENABLE_MODULES = YES; | 889 | CLANG_ENABLE_MODULES = YES; |
| 872 | CLANG_ENABLE_OBJC_ARC = YES; | 890 | CLANG_ENABLE_OBJC_ARC = YES; |
| 873 | CLANG_WARN_BOOL_CONVERSION = YES; | 891 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 874 | CLANG_WARN_CONSTANT_CONVERSION = YES; | 892 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 875 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | 893 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 876 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | 894 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 877 | CLANG_WARN_EMPTY_BODY = YES; | 895 | CLANG_WARN_EMPTY_BODY = YES; |
| 878 | CLANG_WARN_ENUM_CONVERSION = YES; | 896 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 879 | CLANG_WARN_INFINITE_RECURSION = YES; | 897 | CLANG_WARN_INFINITE_RECURSION = YES; |
| 880 | CLANG_WARN_INT_CONVERSION = YES; | 898 | CLANG_WARN_INT_CONVERSION = YES; |
| 881 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | 899 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 882 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | 900 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 883 | CLANG_WARN_UNREACHABLE_CODE = YES; | 901 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 884 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | 902 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 885 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 903 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 886 | COPY_PHASE_STRIP = NO; | 904 | COPY_PHASE_STRIP = NO; |
| 887 | DEBUG_INFORMATION_FORMAT = dwarf; | 905 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 888 | ENABLE_STRICT_OBJC_MSGSEND = YES; | 906 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 889 | ENABLE_TESTABILITY = YES; | 907 | ENABLE_TESTABILITY = YES; |
| 890 | GCC_C_LANGUAGE_STANDARD = gnu99; | 908 | GCC_C_LANGUAGE_STANDARD = gnu99; |
| 891 | GCC_DYNAMIC_NO_PIC = NO; | 909 | GCC_DYNAMIC_NO_PIC = NO; |
| 892 | GCC_NO_COMMON_BLOCKS = YES; | 910 | GCC_NO_COMMON_BLOCKS = YES; |
| 893 | GCC_OPTIMIZATION_LEVEL = 0; | 911 | GCC_OPTIMIZATION_LEVEL = 0; |
| 894 | GCC_PREPROCESSOR_DEFINITIONS = ( | 912 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 895 | "DEBUG=1", | 913 | "DEBUG=1", |
| 896 | "$(inherited)", | 914 | "$(inherited)", |
| 897 | ); | 915 | ); |
| 898 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 916 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 899 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | 917 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 900 | GCC_WARN_UNDECLARED_SELECTOR = YES; | 918 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 901 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | 919 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 902 | GCC_WARN_UNUSED_FUNCTION = YES; | 920 | GCC_WARN_UNUSED_FUNCTION = YES; |
| 903 | GCC_WARN_UNUSED_VARIABLE = YES; | 921 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 904 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; | 922 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
| 905 | MTL_ENABLE_DEBUG_INFO = YES; | 923 | MTL_ENABLE_DEBUG_INFO = YES; |
| 906 | ONLY_ACTIVE_ARCH = YES; | 924 | ONLY_ACTIVE_ARCH = YES; |
| 907 | SDKROOT = iphoneos; | 925 | SDKROOT = iphoneos; |
| 908 | TARGETED_DEVICE_FAMILY = "1,2"; | 926 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 909 | }; | 927 | }; |
| 910 | name = Debug; | 928 | name = Debug; |
| 911 | }; | 929 | }; |
| 912 | 6E84E39D1F27A703001EB88E /* Release */ = { | 930 | 6E84E39D1F27A703001EB88E /* Release */ = { |
| 913 | isa = XCBuildConfiguration; | 931 | isa = XCBuildConfiguration; |
| 914 | buildSettings = { | 932 | buildSettings = { |
| 915 | ALWAYS_SEARCH_USER_PATHS = NO; | 933 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 916 | CLANG_ANALYZER_NONNULL = YES; | 934 | CLANG_ANALYZER_NONNULL = YES; |
| 917 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 935 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 918 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 936 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 919 | CLANG_CXX_LIBRARY = "libc++"; | 937 | CLANG_CXX_LIBRARY = "libc++"; |
| 920 | CLANG_ENABLE_MODULES = YES; | 938 | CLANG_ENABLE_MODULES = YES; |
| 921 | CLANG_ENABLE_OBJC_ARC = YES; | 939 | CLANG_ENABLE_OBJC_ARC = YES; |
| 922 | CLANG_WARN_BOOL_CONVERSION = YES; | 940 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 923 | CLANG_WARN_CONSTANT_CONVERSION = YES; | 941 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 924 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | 942 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 925 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | 943 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 926 | CLANG_WARN_EMPTY_BODY = YES; | 944 | CLANG_WARN_EMPTY_BODY = YES; |
| 927 | CLANG_WARN_ENUM_CONVERSION = YES; | 945 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 928 | CLANG_WARN_INFINITE_RECURSION = YES; | 946 | CLANG_WARN_INFINITE_RECURSION = YES; |
| 929 | CLANG_WARN_INT_CONVERSION = YES; | 947 | CLANG_WARN_INT_CONVERSION = YES; |
| 930 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | 948 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 931 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | 949 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 932 | CLANG_WARN_UNREACHABLE_CODE = YES; | 950 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 933 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | 951 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 934 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 952 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 935 | COPY_PHASE_STRIP = NO; | 953 | COPY_PHASE_STRIP = NO; |
| 936 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | 954 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 937 | ENABLE_NS_ASSERTIONS = NO; | 955 | ENABLE_NS_ASSERTIONS = NO; |
| 938 | ENABLE_STRICT_OBJC_MSGSEND = YES; | 956 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 939 | GCC_C_LANGUAGE_STANDARD = gnu99; | 957 | GCC_C_LANGUAGE_STANDARD = gnu99; |
| 940 | GCC_NO_COMMON_BLOCKS = YES; | 958 | GCC_NO_COMMON_BLOCKS = YES; |
| 941 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 959 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 942 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | 960 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 943 | GCC_WARN_UNDECLARED_SELECTOR = YES; | 961 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 944 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | 962 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 945 | GCC_WARN_UNUSED_FUNCTION = YES; | 963 | GCC_WARN_UNUSED_FUNCTION = YES; |
| 946 | GCC_WARN_UNUSED_VARIABLE = YES; | 964 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 947 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; | 965 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
| 948 | MTL_ENABLE_DEBUG_INFO = NO; | 966 | MTL_ENABLE_DEBUG_INFO = NO; |
| 949 | SDKROOT = iphoneos; | 967 | SDKROOT = iphoneos; |
| 950 | TARGETED_DEVICE_FAMILY = "1,2"; | 968 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 951 | VALIDATE_PRODUCT = YES; | 969 | VALIDATE_PRODUCT = YES; |
| 952 | }; | 970 | }; |
| 953 | name = Release; | 971 | name = Release; |
| 954 | }; | 972 | }; |
| 955 | 6E84E39F1F27A703001EB88E /* Debug */ = { | 973 | 6E84E39F1F27A703001EB88E /* Debug */ = { |
| 956 | isa = XCBuildConfiguration; | 974 | isa = XCBuildConfiguration; |
| 957 | baseConfigurationReference = 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */; | 975 | baseConfigurationReference = 0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */; |
| 958 | buildSettings = { | 976 | buildSettings = { |
| 959 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 977 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 960 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 978 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 961 | DEVELOPMENT_TEAM = ""; | 979 | DEVELOPMENT_TEAM = ""; |
| 962 | INFOPLIST_FILE = LifeLog/Info.plist; | 980 | INFOPLIST_FILE = LifeLog/Info.plist; |
| 963 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; | 981 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 964 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 982 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 965 | OTHER_LDFLAGS = ( | 983 | OTHER_LDFLAGS = ( |
| 966 | "$(inherited)", | 984 | "$(inherited)", |
| 967 | "-framework", | 985 | "-framework", |
| 968 | "\"CircleProgressBar\"", | 986 | "\"CircleProgressBar\"", |
| 969 | "-all_load", | 987 | "-all_load", |
| 970 | "-ObjC", | 988 | "-ObjC", |
| 971 | ); | 989 | ); |
| 972 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; | 990 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; |
| 973 | PRODUCT_NAME = "$(TARGET_NAME)"; | 991 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 974 | PROVISIONING_PROFILE = ""; | 992 | PROVISIONING_PROFILE = ""; |
| 975 | PROVISIONING_PROFILE_SPECIFIER = ""; | 993 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 976 | }; | 994 | }; |
| 977 | name = Debug; | 995 | name = Debug; |
| 978 | }; | 996 | }; |
| 979 | 6E84E3A01F27A703001EB88E /* Release */ = { | 997 | 6E84E3A01F27A703001EB88E /* Release */ = { |
| 980 | isa = XCBuildConfiguration; | 998 | isa = XCBuildConfiguration; |
| 981 | baseConfigurationReference = 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */; | 999 | baseConfigurationReference = 4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */; |
| 982 | buildSettings = { | 1000 | buildSettings = { |
| 983 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 1001 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 984 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 1002 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 985 | DEVELOPMENT_TEAM = ""; | 1003 | DEVELOPMENT_TEAM = ""; |
| 986 | INFOPLIST_FILE = LifeLog/Info.plist; | 1004 | INFOPLIST_FILE = LifeLog/Info.plist; |
| 987 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; | 1005 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 988 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 1006 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 989 | OTHER_LDFLAGS = ( | 1007 | OTHER_LDFLAGS = ( |
| 990 | "$(inherited)", | 1008 | "$(inherited)", |
| 991 | "-framework", | 1009 | "-framework", |
| 992 | "\"CircleProgressBar\"", | 1010 | "\"CircleProgressBar\"", |
| 993 | "-all_load", | 1011 | "-all_load", |
| 994 | "-ObjC", | 1012 | "-ObjC", |
| 995 | ); | 1013 | ); |
| 996 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; | 1014 | PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog; |
| 997 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1015 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 998 | PROVISIONING_PROFILE = ""; | 1016 | PROVISIONING_PROFILE = ""; |
| 999 | PROVISIONING_PROFILE_SPECIFIER = ""; | 1017 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 1000 | }; | 1018 | }; |
| 1001 | name = Release; | 1019 | name = Release; |
| 1002 | }; | 1020 | }; |
| 1003 | 6E84E3A21F27A703001EB88E /* Debug */ = { | 1021 | 6E84E3A21F27A703001EB88E /* Debug */ = { |
| 1004 | isa = XCBuildConfiguration; | 1022 | isa = XCBuildConfiguration; |
| 1005 | buildSettings = { | 1023 | buildSettings = { |
| 1006 | BUNDLE_LOADER = "$(TEST_HOST)"; | 1024 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 1007 | INFOPLIST_FILE = LifeLogTests/Info.plist; | 1025 | INFOPLIST_FILE = LifeLogTests/Info.plist; |
| 1008 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1026 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1009 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; | 1027 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; |
| 1010 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1028 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1011 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; | 1029 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; |
| 1012 | }; | 1030 | }; |
| 1013 | name = Debug; | 1031 | name = Debug; |
| 1014 | }; | 1032 | }; |
| 1015 | 6E84E3A31F27A703001EB88E /* Release */ = { | 1033 | 6E84E3A31F27A703001EB88E /* Release */ = { |
| 1016 | isa = XCBuildConfiguration; | 1034 | isa = XCBuildConfiguration; |
| 1017 | buildSettings = { | 1035 | buildSettings = { |
| 1018 | BUNDLE_LOADER = "$(TEST_HOST)"; | 1036 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 1019 | INFOPLIST_FILE = LifeLogTests/Info.plist; | 1037 | INFOPLIST_FILE = LifeLogTests/Info.plist; |
| 1020 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1038 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1021 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; | 1039 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogTests; |
| 1022 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1040 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1023 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; | 1041 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LifeLog.app/LifeLog"; |
| 1024 | }; | 1042 | }; |
| 1025 | name = Release; | 1043 | name = Release; |
| 1026 | }; | 1044 | }; |
| 1027 | 6E84E3A51F27A703001EB88E /* Debug */ = { | 1045 | 6E84E3A51F27A703001EB88E /* Debug */ = { |
| 1028 | isa = XCBuildConfiguration; | 1046 | isa = XCBuildConfiguration; |
| 1029 | buildSettings = { | 1047 | buildSettings = { |
| 1030 | INFOPLIST_FILE = LifeLogUITests/Info.plist; | 1048 | INFOPLIST_FILE = LifeLogUITests/Info.plist; |
| 1031 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1049 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1032 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; | 1050 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; |
| 1033 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1051 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1034 | TEST_TARGET_NAME = LifeLog; | 1052 | TEST_TARGET_NAME = LifeLog; |
| 1035 | }; | 1053 | }; |
| 1036 | name = Debug; | 1054 | name = Debug; |
| 1037 | }; | 1055 | }; |
| 1038 | 6E84E3A61F27A703001EB88E /* Release */ = { | 1056 | 6E84E3A61F27A703001EB88E /* Release */ = { |
| 1039 | isa = XCBuildConfiguration; | 1057 | isa = XCBuildConfiguration; |
| 1040 | buildSettings = { | 1058 | buildSettings = { |
| 1041 | INFOPLIST_FILE = LifeLogUITests/Info.plist; | 1059 | INFOPLIST_FILE = LifeLogUITests/Info.plist; |
| 1042 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 1060 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 1043 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; | 1061 | PRODUCT_BUNDLE_IDENTIFIER = com.mav.LifeLogUITests; |
| 1044 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1062 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1045 | TEST_TARGET_NAME = LifeLog; | 1063 | TEST_TARGET_NAME = LifeLog; |
| 1046 | }; | 1064 | }; |
| 1047 | name = Release; | 1065 | name = Release; |
| 1048 | }; | 1066 | }; |
| 1049 | /* End XCBuildConfiguration section */ | 1067 | /* End XCBuildConfiguration section */ |
| 1050 | 1068 | ||
| 1051 | /* Begin XCConfigurationList section */ | 1069 | /* Begin XCConfigurationList section */ |
| 1052 | 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */ = { | 1070 | 6E84E36C1F27A700001EB88E /* Build configuration list for PBXProject "LifeLog" */ = { |
| 1053 | isa = XCConfigurationList; | 1071 | isa = XCConfigurationList; |
| 1054 | buildConfigurations = ( | 1072 | buildConfigurations = ( |
| 1055 | 6E84E39C1F27A703001EB88E /* Debug */, | 1073 | 6E84E39C1F27A703001EB88E /* Debug */, |
| 1056 | 6E84E39D1F27A703001EB88E /* Release */, | 1074 | 6E84E39D1F27A703001EB88E /* Release */, |
| 1057 | ); | 1075 | ); |
| 1058 | defaultConfigurationIsVisible = 0; | 1076 | defaultConfigurationIsVisible = 0; |
| 1059 | defaultConfigurationName = Release; | 1077 | defaultConfigurationName = Release; |
| 1060 | }; | 1078 | }; |
| 1061 | 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */ = { | 1079 | 6E84E39E1F27A703001EB88E /* Build configuration list for PBXNativeTarget "LifeLog" */ = { |
| 1062 | isa = XCConfigurationList; | 1080 | isa = XCConfigurationList; |
| 1063 | buildConfigurations = ( | 1081 | buildConfigurations = ( |
| 1064 | 6E84E39F1F27A703001EB88E /* Debug */, | 1082 | 6E84E39F1F27A703001EB88E /* Debug */, |
| 1065 | 6E84E3A01F27A703001EB88E /* Release */, | 1083 | 6E84E3A01F27A703001E |