Blame view

LifeLog/LifeLog.xcodeproj/project.pbxproj 66 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
  		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 */; };
2bab9a9ab   phong   update api and token
38
39
40
  		6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */; };
  		6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */; };
  		6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EA4AF301F40BB7A00F52CFE /* TopObject.m */; };
77358f2e0   phong   add project lifelog
41
42
43
44
  		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
45
46
  		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
47
48
49
  		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 */; };
fa0d79042   nvtu11790@gmail.com   Add search group ...
50
51
52
53
54
  		E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */; };
  		E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */; };
  		E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */; };
  		E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */; };
  		E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6731F3E0E4E002926F5 /* GroupObject.m */; };
3b284106d   nvtu11790@gmail.com   Add UI group deta...
55
56
  		E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E933E6771F40513C002926F5 /* GroupDetailViewController.m */; };
  		E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E933E6781F40513C002926F5 /* GroupDetailViewController.xib */; };
c4525f871   nvtu11790@gmail.com   Add API for reque...
57
58
  		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...
59
  		E9373E4D1F361A230059355A /* HistoryGraphObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9373E4C1F361A230059355A /* HistoryGraphObject.m */; };
7fc917f3b   nvtu11790@gmail.com   add get member of...
60
  		E9497FD51F46EC1100E6AF8D /* MemberObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9497FD41F46EC1100E6AF8D /* MemberObject.m */; };
03a8708ee   nvtu11790@gmail.com   Finish create gro...
61
62
  		E95F4CED1F475C6A00D27E80 /* CreateGroupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */; };
  		E95F4CEE1F475C6A00D27E80 /* CreateGroupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */; };
7f9c2f9ce   nvtu11790@gmail.com   Add ranking UI
63
64
  		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...
65
66
67
  		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...
68
  		E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E997E0251F3AB66500709FB1 /* Social.framework */; };
4895c174c   nvtu11790@gmail.com   Add UI history sc...
69
70
71
72
  		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...
73
  		E9D909211F3D559D004CF99F /* TweetObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909201F3D559D004CF99F /* TweetObject.m */; };
9e6f88314   nvtu11790@gmail.com   Refactor and merg...
74
  		E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */; };
4895c174c   nvtu11790@gmail.com   Add UI history sc...
75
76
  		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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
  /* 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
110
111
112
113
114
115
116
117
  		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
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
143
144
145
146
147
148
  		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>"; };
2bab9a9ab   phong   update api and token
149
150
151
152
153
154
  		6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StepObject.h; sourceTree = "<group>"; };
  		6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StepObject.m; sourceTree = "<group>"; };
  		6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TargetInfor.h; sourceTree = "<group>"; };
  		6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TargetInfor.m; sourceTree = "<group>"; };
  		6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopObject.h; sourceTree = "<group>"; };
  		6EA4AF301F40BB7A00F52CFE /* TopObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopObject.m; sourceTree = "<group>"; };
77358f2e0   phong   add project lifelog
155
156
157
158
159
160
161
  		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
162
163
164
  		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
165
166
167
168
169
  		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>"; };
fa0d79042   nvtu11790@gmail.com   Add search group ...
170
171
172
173
174
175
176
177
  		E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupViewController.h; sourceTree = "<group>"; };
  		E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupViewController.m; sourceTree = "<group>"; };
  		E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupViewController.xib; sourceTree = "<group>"; };
  		E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchGroupTableViewCell.h; sourceTree = "<group>"; };
  		E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchGroupTableViewCell.m; sourceTree = "<group>"; };
  		E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchGroupTableViewCell.xib; sourceTree = "<group>"; };
  		E933E6721F3E0E4E002926F5 /* GroupObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupObject.h; sourceTree = "<group>"; };
  		E933E6731F3E0E4E002926F5 /* GroupObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupObject.m; sourceTree = "<group>"; };
3b284106d   nvtu11790@gmail.com   Add UI group deta...
178
179
180
  		E933E6761F40513C002926F5 /* GroupDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupDetailViewController.h; sourceTree = "<group>"; };
  		E933E6771F40513C002926F5 /* GroupDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupDetailViewController.m; sourceTree = "<group>"; };
  		E933E6781F40513C002926F5 /* GroupDetailViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GroupDetailViewController.xib; sourceTree = "<group>"; };
c4525f871   nvtu11790@gmail.com   Add API for reque...
181
182
183
184
  		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...
185
186
  		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>"; };
7fc917f3b   nvtu11790@gmail.com   add get member of...
187
188
  		E9497FD31F46EC1100E6AF8D /* MemberObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemberObject.h; sourceTree = "<group>"; };
  		E9497FD41F46EC1100E6AF8D /* MemberObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MemberObject.m; sourceTree = "<group>"; };
03a8708ee   nvtu11790@gmail.com   Finish create gro...
189
190
191
  		E95F4CEA1F475C6A00D27E80 /* CreateGroupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CreateGroupViewController.h; sourceTree = "<group>"; };
  		E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CreateGroupViewController.m; sourceTree = "<group>"; };
  		E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CreateGroupViewController.xib; sourceTree = "<group>"; };
7f9c2f9ce   nvtu11790@gmail.com   Add ranking UI
192
193
194
  		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...
195
196
197
198
199
  		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...
200
  		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...
201
202
203
204
205
206
  		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...
207
208
  		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...
209
210
  		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...
211
212
213
  		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
214
215
216
217
218
219
220
  /* End PBXFileReference section */
  
  /* Begin PBXFrameworksBuildPhase section */
  		6E84E36E1F27A700001EB88E /* Frameworks */ = {
  			isa = PBXFrameworksBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
5111c4db9   nvtu11790@gmail.com   Share facebook, t...
221
  				E997E0261F3AB66500709FB1 /* Social.framework in Frameworks */,
77358f2e0   phong   add project lifelog
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
  				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...
246
  				E997E0251F3AB66500709FB1 /* Social.framework */,
77358f2e0   phong   add project lifelog
247
248
249
250
251
252
253
254
  				2D9F4ED6F06C8F252B9EAF48 /* Pods_LifeLog.framework */,
  			);
  			name = Frameworks;
  			sourceTree = "<group>";
  		};
  		6E18CECF1F2E398C0029891F /* Login */ = {
  			isa = PBXGroup;
  			children = (
b50303b97   phong   update api
255
  				9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */,
77358f2e0   phong   add project lifelog
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
  				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 = (
2bab9a9ab   phong   update api and token
275
276
277
278
279
280
281
  				6E18CEDD1F2E46570029891F /* Entities.h */,
  				6EA4AF2B1F40BB7A00F52CFE /* StepObject.h */,
  				6EA4AF2C1F40BB7A00F52CFE /* StepObject.m */,
  				6EA4AF2D1F40BB7A00F52CFE /* TargetInfor.h */,
  				6EA4AF2E1F40BB7A00F52CFE /* TargetInfor.m */,
  				6EA4AF2F1F40BB7A00F52CFE /* TopObject.h */,
  				6EA4AF301F40BB7A00F52CFE /* TopObject.m */,
77358f2e0   phong   add project lifelog
282
283
  				6E18CEDA1F2E40F50029891F /* User.h */,
  				6E18CEDB1F2E40F50029891F /* User.m */,
c4525f871   nvtu11790@gmail.com   Add API for reque...
284
285
  				E9373E481F35AA180059355A /* HistoryObject.h */,
  				E9373E491F35AA180059355A /* HistoryObject.m */,
f4173d165   nvtu11790@gmail.com   Add API for reque...
286
287
  				E9373E4B1F361A230059355A /* HistoryGraphObject.h */,
  				E9373E4C1F361A230059355A /* HistoryGraphObject.m */,
7aa202758   nvtu11790@gmail.com   Add API get recen...
288
289
  				E9D9091F1F3D559D004CF99F /* TweetObject.h */,
  				E9D909201F3D559D004CF99F /* TweetObject.m */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
290
291
  				E933E6721F3E0E4E002926F5 /* GroupObject.h */,
  				E933E6731F3E0E4E002926F5 /* GroupObject.m */,
7fc917f3b   nvtu11790@gmail.com   add get member of...
292
293
  				E9497FD31F46EC1100E6AF8D /* MemberObject.h */,
  				E9497FD41F46EC1100E6AF8D /* MemberObject.m */,
77358f2e0   phong   add project lifelog
294
295
296
297
  			);
  			name = Model;
  			sourceTree = "<group>";
  		};
cd46bb24e   phong   Update and Fixbug
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
  		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
313
314
315
316
317
318
  		6E84E3681F27A700001EB88E = {
  			isa = PBXGroup;
  			children = (
  				6E84E3731F27A700001EB88E /* LifeLog */,
  				6E84E38D1F27A703001EB88E /* LifeLogTests */,
  				6E84E3981F27A703001EB88E /* LifeLogUITests */,
77358f2e0   phong   add project lifelog
319
320
  				DE8269E957EA47CD771BAB33 /* Pods */,
  				020C1721B642EF36F31E1BB4 /* Frameworks */,
7fc917f3b   nvtu11790@gmail.com   add get member of...
321
  				783929CF869F5081762B3DCA /* Products */,
77358f2e0   phong   add project lifelog
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
  			);
  			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...
342
  				E99E13A71F336F0C00C78787 /* CustomView */,
77358f2e0   phong   add project lifelog
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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
  				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...
421
422
423
  				E9F73DC91F338A0F004A3A6F /* HistoryListTableViewCell.h */,
  				E9F73DCA1F338A0F004A3A6F /* HistoryListTableViewCell.m */,
  				E9F73DCB1F338A0F004A3A6F /* HistoryListTableViewCell.xib */,
77358f2e0   phong   add project lifelog
424
425
426
427
428
429
430
431
432
433
  			);
  			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
434
435
436
  				E9682E2B1F39675A00FE05A2 /* RankingTableViewCell.h */,
  				E9682E2C1F39675A00FE05A2 /* RankingTableViewCell.m */,
  				E9682E2D1F39675A00FE05A2 /* RankingTableViewCell.xib */,
77358f2e0   phong   add project lifelog
437
438
439
440
441
442
443
  			);
  			name = Ranking;
  			sourceTree = "<group>";
  		};
  		6E84E3AC1F27A954001EB88E /* SNS */ = {
  			isa = PBXGroup;
  			children = (
03a8708ee   nvtu11790@gmail.com   Finish create gro...
444
  				E95F4CE91F475C4B00D27E80 /* CreateGroup */,
7fc917f3b   nvtu11790@gmail.com   add get member of...
445
  				E933E6751F4050E6002926F5 /* GroupDetail */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
446
  				E933E6671F3E0479002926F5 /* SeachGroup */,
77358f2e0   phong   add project lifelog
447
448
449
  				6E84E3BC1F27A9B1001EB88E /* SNSViewController.h */,
  				6E84E3BD1F27A9B1001EB88E /* SNSViewController.m */,
  				6E84E3BE1F27A9B1001EB88E /* SNSViewController.xib */,
923306f25   nvtu11790@gmail.com   add UI for SNS s...
450
451
452
  				E968550E1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.h */,
  				E968550F1F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m */,
  				E96855101F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib */,
77358f2e0   phong   add project lifelog
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
  			);
  			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
480
  				6E7F93391F35870F00EFBC71 /* TPKeyboardAvoiding */,
77358f2e0   phong   add project lifelog
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
  				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>";
  		};
7fc917f3b   nvtu11790@gmail.com   add get member of...
506
507
508
509
510
511
512
  		783929CF869F5081762B3DCA /* Products */ = {
  			isa = PBXGroup;
  			children = (
  			);
  			name = Products;
  			sourceTree = "<group>";
  		};
b50303b97   phong   update api
513
514
515
516
517
518
519
520
521
522
  		9CA8AEE61F31BB1200C5FC74 /* ConfirmForgetPass */ = {
  			isa = PBXGroup;
  			children = (
  				9CA8AEE71F31BB4600C5FC74 /* ConfirmForgetPassViewController.h */,
  				9CA8AEE81F31BB4600C5FC74 /* ConfirmForgetPassViewController.m */,
  				9CA8AEE91F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib */,
  			);
  			name = ConfirmForgetPass;
  			sourceTree = "<group>";
  		};
77358f2e0   phong   add project lifelog
523
524
525
526
527
528
529
  		9CBDA0F71F2ECDFD0055DED1 /* BaseViewController */ = {
  			isa = PBXGroup;
  			children = (
  				9CBDA0F81F2ECE2C0055DED1 /* BaseViewController.h */,
  				9CBDA0F91F2ECE2C0055DED1 /* BaseViewController.m */,
  				6E48AF0B1F2F9D3200C1D184 /* CustomTextField.h */,
  				6E48AF0C1F2F9D3200C1D184 /* CustomTextField.m */,
9e6f88314   nvtu11790@gmail.com   Refactor and merg...
530
531
  				E9D909221F3D6E8C004CF99F /* BaseTableViewController.h */,
  				E9D909231F3D6E8C004CF99F /* BaseTableViewController.m */,
77358f2e0   phong   add project lifelog
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
  			);
  			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
549
  				6E84E3721F27A700001EB88E /* Products */,
77358f2e0   phong   add project lifelog
550
551
552
553
554
555
  				0FC2D57087AF4571C57FAE08 /* Pods-LifeLog.debug.xcconfig */,
  				4CFDA5714AF852358A1EB515 /* Pods-LifeLog.release.xcconfig */,
  			);
  			name = Pods;
  			sourceTree = "<group>";
  		};
fa0d79042   nvtu11790@gmail.com   Add search group ...
556
557
558
559
560
561
562
563
564
565
566
567
568
  		E933E6671F3E0479002926F5 /* SeachGroup */ = {
  			isa = PBXGroup;
  			children = (
  				E933E6681F3E04A6002926F5 /* SearchGroupViewController.h */,
  				E933E6691F3E04A6002926F5 /* SearchGroupViewController.m */,
  				E933E66A1F3E04A6002926F5 /* SearchGroupViewController.xib */,
  				E933E66D1F3E09B6002926F5 /* SearchGroupTableViewCell.h */,
  				E933E66E1F3E09B6002926F5 /* SearchGroupTableViewCell.m */,
  				E933E66F1F3E09B6002926F5 /* SearchGroupTableViewCell.xib */,
  			);
  			name = SeachGroup;
  			sourceTree = "<group>";
  		};
7fc917f3b   nvtu11790@gmail.com   add get member of...
569
  		E933E6751F4050E6002926F5 /* GroupDetail */ = {
3b284106d   nvtu11790@gmail.com   Add UI group deta...
570
571
572
573
574
575
  			isa = PBXGroup;
  			children = (
  				E933E6761F40513C002926F5 /* GroupDetailViewController.h */,
  				E933E6771F40513C002926F5 /* GroupDetailViewController.m */,
  				E933E6781F40513C002926F5 /* GroupDetailViewController.xib */,
  			);
7fc917f3b   nvtu11790@gmail.com   add get member of...
576
  			name = GroupDetail;
3b284106d   nvtu11790@gmail.com   Add UI group deta...
577
578
  			sourceTree = "<group>";
  		};
c4525f871   nvtu11790@gmail.com   Add API for reque...
579
580
581
582
583
  		E9373E441F35966D0059355A /* AutoTranslateView */ = {
  			isa = PBXGroup;
  			children = (
  				E9373E451F3596940059355A /* AutoTransLabel.h */,
  				E9373E461F3596940059355A /* AutoTransLabel.m */,
923306f25   nvtu11790@gmail.com   add UI for SNS s...
584
585
  				E96855081F3C444900317CEF /* AutoTransButton.h */,
  				E96855091F3C444900317CEF /* AutoTransButton.m */,
c4525f871   nvtu11790@gmail.com   Add API for reque...
586
587
588
589
  			);
  			name = AutoTranslateView;
  			sourceTree = "<group>";
  		};
03a8708ee   nvtu11790@gmail.com   Finish create gro...
590
591
592
593
594
595
596
597
598
599
  		E95F4CE91F475C4B00D27E80 /* CreateGroup */ = {
  			isa = PBXGroup;
  			children = (
  				E95F4CEA1F475C6A00D27E80 /* CreateGroupViewController.h */,
  				E95F4CEB1F475C6A00D27E80 /* CreateGroupViewController.m */,
  				E95F4CEC1F475C6A00D27E80 /* CreateGroupViewController.xib */,
  			);
  			name = CreateGroup;
  			sourceTree = "<group>";
  		};
4895c174c   nvtu11790@gmail.com   Add UI history sc...
600
601
602
  		E99E13A71F336F0C00C78787 /* CustomView */ = {
  			isa = PBXGroup;
  			children = (
c4525f871   nvtu11790@gmail.com   Add API for reque...
603
  				E9373E441F35966D0059355A /* AutoTranslateView */,
4895c174c   nvtu11790@gmail.com   Add UI history sc...
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
  				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
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
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
  /* 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
693
  						ProvisioningStyle = Automatic;
77358f2e0   phong   add project lifelog
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
  					};
  					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;
7fc917f3b   nvtu11790@gmail.com   add get member of...
716
  			productRefGroup = 783929CF869F5081762B3DCA /* Products */;
77358f2e0   phong   add project lifelog
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
  			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 */,
03a8708ee   nvtu11790@gmail.com   Finish create gro...
733
  				E95F4CEE1F475C6A00D27E80 /* CreateGroupViewController.xib in Resources */,
77358f2e0   phong   add project lifelog
734
  				6E18CED41F2E39DB0029891F /* LoginViewController.xib in Resources */,
4895c174c   nvtu11790@gmail.com   Add UI history sc...
735
  				E99E13AD1F336F4500C78787 /* CollectionView.xib in Resources */,
77358f2e0   phong   add project lifelog
736
  				6E84E3BB1F27A9A0001EB88E /* RankingViewController.xib in Resources */,
b50303b97   phong   update api
737
  				9CA8AEEB1F31BB4600C5FC74 /* ConfirmForgetPassViewController.xib in Resources */,
77358f2e0   phong   add project lifelog
738
  				6E84E3C01F27A9B1001EB88E /* SNSViewController.xib in Resources */,
7f9c2f9ce   nvtu11790@gmail.com   Add ranking UI
739
  				E9682E2F1F39675A00FE05A2 /* RankingTableViewCell.xib in Resources */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
740
  				E933E6711F3E09B6002926F5 /* SearchGroupTableViewCell.xib in Resources */,
77358f2e0   phong   add project lifelog
741
742
743
744
745
746
747
  				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 */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
748
  				E933E66C1F3E04A6002926F5 /* SearchGroupViewController.xib in Resources */,
923306f25   nvtu11790@gmail.com   add UI for SNS s...
749
  				E96855121F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.xib in Resources */,
3b284106d   nvtu11790@gmail.com   Add UI group deta...
750
  				E933E67A1F40513C002926F5 /* GroupDetailViewController.xib in Resources */,
4895c174c   nvtu11790@gmail.com   Add UI history sc...
751
752
  				E99E13B21F33720600C78787 /* LabelCollectionViewCell.xib in Resources */,
  				E9F73DCD1F338A0F004A3A6F /* HistoryListTableViewCell.xib in Resources */,
77358f2e0   phong   add project lifelog
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
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
  			);
  			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
834
835
  				6E7F93431F35872B00EFBC71 /* TPKeyboardAvoidingScrollView.m in Sources */,
  				6E7F93421F35872B00EFBC71 /* TPKeyboardAvoidingCollectionView.m in Sources */,
923306f25   nvtu11790@gmail.com   add UI for SNS s...
836
  				E968550A1F3C444900317CEF /* AutoTransButton.m in Sources */,
2bab9a9ab   phong   update api and token
837
  				6EA4AF321F40BB7A00F52CFE /* TargetInfor.m in Sources */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
838
  				E933E6741F3E0E4E002926F5 /* GroupObject.m in Sources */,
77358f2e0   phong   add project lifelog
839
840
  				9CBDA0FA1F2ECE2C0055DED1 /* BaseViewController.m in Sources */,
  				6E8DA0F71F2BAC3400CCE941 /* TodayViewController.m in Sources */,
cd46bb24e   phong   Update and Fixbug
841
  				6E7F93451F35872B00EFBC71 /* UIScrollView+TPKeyboardAvoidingAdditions.m in Sources */,
7f9c2f9ce   nvtu11790@gmail.com   Add ranking UI
842
  				E9682E2E1F39675A00FE05A2 /* RankingTableViewCell.m in Sources */,
7aa202758   nvtu11790@gmail.com   Add API get recen...
843
  				E9D909211F3D559D004CF99F /* TweetObject.m in Sources */,
77358f2e0   phong   add project lifelog
844
  				6E48AF0D1F2F9D3300C1D184 /* CustomTextField.m in Sources */,
4895c174c   nvtu11790@gmail.com   Add UI history sc...
845
  				E99E13AB1F336F3600C78787 /* CollectionView.m in Sources */,
77358f2e0   phong   add project lifelog
846
  				6E84E3B01F27A975001EB88E /* HomeViewController.m in Sources */,
c4525f871   nvtu11790@gmail.com   Add API for reque...
847
  				E9373E471F3596940059355A /* AutoTransLabel.m in Sources */,
77358f2e0   phong   add project lifelog
848
849
  				6E84E3791F27A701001EB88E /* AppDelegate.m in Sources */,
  				6E84E3BA1F27A9A0001EB88E /* RankingViewController.m in Sources */,
cd46bb24e   phong   Update and Fixbug
850
  				6E7F93441F35872B00EFBC71 /* TPKeyboardAvoidingTableView.m in Sources */,
4895c174c   nvtu11790@gmail.com   Add UI history sc...
851
  				E9F73DCC1F338A0F004A3A6F /* HistoryListTableViewCell.m in Sources */,
77358f2e0   phong   add project lifelog
852
  				6EDC8BF41F2C68D700765ACC /* CMMotionActivityExtra.m in Sources */,
3b284106d   nvtu11790@gmail.com   Add UI group deta...
853
  				E933E6791F40513C002926F5 /* GroupDetailViewController.m in Sources */,
2bab9a9ab   phong   update api and token
854
  				6EA4AF311F40BB7A00F52CFE /* StepObject.m in Sources */,
03a8708ee   nvtu11790@gmail.com   Finish create gro...
855
  				E95F4CED1F475C6A00D27E80 /* CreateGroupViewController.m in Sources */,
77358f2e0   phong   add project lifelog
856
  				9CBDA0FF1F2F03810055DED1 /* RegisterViewController.m in Sources */,
c4525f871   nvtu11790@gmail.com   Add API for reque...
857
  				E9373E4A1F35AA180059355A /* HistoryObject.m in Sources */,
b50303b97   phong   update api
858
  				9CA8AEEA1F31BB4600C5FC74 /* ConfirmForgetPassViewController.m in Sources */,
4895c174c   nvtu11790@gmail.com   Add UI history sc...
859
  				E99E13B11F33720600C78787 /* LabelCollectionViewCell.m in Sources */,
77358f2e0   phong   add project lifelog
860
  				6EDC8BEE1F2C2FB800765ACC /* Utilities.m in Sources */,
923306f25   nvtu11790@gmail.com   add UI for SNS s...
861
  				E96855111F3C5D9A00317CEF /* SNSRecentTopicTableViewCell.m in Sources */,
77358f2e0   phong   add project lifelog
862
863
864
  				6E84E3C51F27ACAE001EB88E /* MapViewController.m in Sources */,
  				6E18CEDC1F2E40F50029891F /* User.m in Sources */,
  				6ECC40711F2A5FEB00AAEB97 /* NSDate+helper.m in Sources */,
7fc917f3b   nvtu11790@gmail.com   add get member of...
865
  				E9497FD51F46EC1100E6AF8D /* MemberObject.m in Sources */,
77358f2e0   phong   add project lifelog
866
  				6E18CED31F2E39DB0029891F /* LoginViewController.m in Sources */,
2bab9a9ab   phong   update api and token
867
  				6EA4AF331F40BB7A00F52CFE /* TopObject.m in Sources */,
9e6f88314   nvtu11790@gmail.com   Refactor and merg...
868
  				E9D909241F3D6E8C004CF99F /* BaseTableViewController.m in Sources */,
77358f2e0   phong   add project lifelog
869
  				6E84E3761F27A701001EB88E /* main.m in Sources */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
870
  				E933E6701F3E09B6002926F5 /* SearchGroupTableViewCell.m in Sources */,
77358f2e0   phong   add project lifelog
871
  				6E84E3B51F27A98B001EB88E /* HistoryViewController.m in Sources */,
f4173d165   nvtu11790@gmail.com   Add API for reque...
872
  				E9373E4D1F361A230059355A /* HistoryGraphObject.m in Sources */,
fa0d79042   nvtu11790@gmail.com   Add search group ...
873
  				E933E66B1F3E04A6002926F5 /* SearchGroupViewController.m in Sources */,
77358f2e0   phong   add project lifelog
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
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
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
  				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
1018
1019
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				DEVELOPMENT_TEAM = "";
77358f2e0   phong   add project lifelog
1020
1021
1022
1023
1024
1025
1026
1027
  				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
1028
  					"-ObjC",
77358f2e0   phong   add project lifelog
1029
1030
1031
  				);
  				PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog;
  				PRODUCT_NAME = "$(TARGET_NAME)";
7f9c2f9ce   nvtu11790@gmail.com   Add ranking UI
1032
1033
  				PROVISIONING_PROFILE = "";
  				PROVISIONING_PROFILE_SPECIFIER = "";
77358f2e0   phong   add project lifelog
1034
1035
1036
1037
1038
1039
1040
1041
  			};
  			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
1042
1043
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				DEVELOPMENT_TEAM = "";
77358f2e0   phong   add project lifelog
1044
1045
1046
1047
1048
1049
1050
1051
  				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
1052
  					"-ObjC",
77358f2e0   phong   add project lifelog
1053
1054
1055
  				);
  				PRODUCT_BUNDLE_IDENTIFIER = mobileworld.jp.lifelog;
  				PRODUCT_NAME = "$(TARGET_NAME)";
7f9c2f9ce   nvtu11790@gmail.com   Add ranking UI
1056
1057
  				PROVISIONING_PROFILE = "";
  				PROVISIONING_PROFILE_SPECIFIER = "";
77358f2e0   phong   add project lifelog
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
  			};
  			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 */;
  }