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