Blame view

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