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