|
38 | 38 | 4E217F1A1A71007800F6DF88 /* SVWebViewController.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4E217F1C1A71007800F6DF88 /* SVWebViewController.strings */; }; |
39 | 39 | 4E2906A21A403B7D008A5B97 /* FileDownloadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E2906A11A403B7D008A5B97 /* FileDownloadView.m */; }; |
40 | 40 | 4E35A99F1A3EC47E00CE35F1 /* FileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E35A99E1A3EC47E00CE35F1 /* FileViewController.m */; }; |
| 41 | + 4E38CF5F1A7A28AF005536C0 /* CodeBranchTagButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E38CF5E1A7A28AF005536C0 /* CodeBranchTagButton.m */; }; |
| 42 | + 4E38CF621A7B7C99005536C0 /* CodeBranchOrTag.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E38CF611A7B7C99005536C0 /* CodeBranchOrTag.m */; }; |
| 43 | + 4E38CF641A7B8DD4005536C0 /* icon_triangle@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E38CF631A7B8DD4005536C0 /* icon_triangle@2x.png */; }; |
41 | 44 | 4E3AD3CF1A273A4A005C749B /* FAImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3AD3C11A273A4A005C749B /* FAImageView.m */; }; |
42 | 45 | 4E3AD3D01A273A4A005C749B /* NSString+FontAwesome.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E3AD3C31A273A4A005C749B /* NSString+FontAwesome.m */; }; |
43 | 46 | 4E3AD3D11A273A4A005C749B /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4E3AD3C51A273A4A005C749B /* FontAwesome.ttf */; }; |
|
577 | 580 | 4E2906A11A403B7D008A5B97 /* FileDownloadView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileDownloadView.m; sourceTree = "<group>"; }; |
578 | 581 | 4E35A99D1A3EC47E00CE35F1 /* FileViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileViewController.h; sourceTree = "<group>"; }; |
579 | 582 | 4E35A99E1A3EC47E00CE35F1 /* FileViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileViewController.m; sourceTree = "<group>"; }; |
| 583 | + 4E38CF5D1A7A28AF005536C0 /* CodeBranchTagButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeBranchTagButton.h; sourceTree = "<group>"; }; |
| 584 | + 4E38CF5E1A7A28AF005536C0 /* CodeBranchTagButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CodeBranchTagButton.m; sourceTree = "<group>"; }; |
| 585 | + 4E38CF601A7B7C99005536C0 /* CodeBranchOrTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeBranchOrTag.h; sourceTree = "<group>"; }; |
| 586 | + 4E38CF611A7B7C99005536C0 /* CodeBranchOrTag.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CodeBranchOrTag.m; sourceTree = "<group>"; }; |
| 587 | + 4E38CF631A7B8DD4005536C0 /* icon_triangle@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_triangle@2x.png"; sourceTree = "<group>"; }; |
580 | 588 | 4E3AD3C01A273A4A005C749B /* FAImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FAImageView.h; sourceTree = "<group>"; }; |
581 | 589 | 4E3AD3C11A273A4A005C749B /* FAImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FAImageView.m; sourceTree = "<group>"; }; |
582 | 590 | 4E3AD3C21A273A4A005C749B /* NSString+FontAwesome.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+FontAwesome.h"; sourceTree = "<group>"; }; |
|
2283 | 2291 | 4E03ACA21A5D0ABB002B000B /* textBg@2x.png */, |
2284 | 2292 | 4E03ACA71A5D3BD1002B000B /* topic_comment_icon@2x.png */, |
2285 | 2293 | 4EA7F12B1A6D0C4D00A046BD /* icon_project_private@2x.png */, |
| 2294 | + 4E38CF631A7B8DD4005536C0 /* icon_triangle@2x.png */, |
2286 | 2295 | ); |
2287 | 2296 | path = Images; |
2288 | 2297 | sourceTree = "<group>"; |
|
2443 | 2452 | 4EA679121A1466A6001A0324 /* ProjectFiles.m */, |
2444 | 2453 | 4EA679081A1461C3001A0324 /* ProjectFile.h */, |
2445 | 2454 | 4EA679091A1461C3001A0324 /* ProjectFile.m */, |
| 2455 | + 4E38CF601A7B7C99005536C0 /* CodeBranchOrTag.h */, |
| 2456 | + 4E38CF611A7B7C99005536C0 /* CodeBranchOrTag.m */, |
2446 | 2457 | ); |
2447 | 2458 | path = Models; |
2448 | 2459 | sourceTree = "<group>"; |
|
2627 | 2638 | 4E2906A11A403B7D008A5B97 /* FileDownloadView.m */, |
2628 | 2639 | 4E07D30F1A4D1484009EDDF2 /* EaseStartView.h */, |
2629 | 2640 | 4E07D3101A4D1484009EDDF2 /* EaseStartView.m */, |
| 2641 | + 4E38CF5D1A7A28AF005536C0 /* CodeBranchTagButton.h */, |
| 2642 | + 4E38CF5E1A7A28AF005536C0 /* CodeBranchTagButton.m */, |
2630 | 2643 | ); |
2631 | 2644 | path = Views; |
2632 | 2645 | sourceTree = "<group>"; |
|
3014 | 3027 | 8EA6D16E19E240C40076D59C /* nav_tweet_mine@2x.png in Resources */, |
3015 | 3028 | 4E76D4D71A5A71C50094A35E /* taskPriority0_small@2x.png in Resources */, |
3016 | 3029 | 4E217F0D1A70EDC700F6DF88 /* SVWebViewController.bundle in Resources */, |
| 3030 | + 4E38CF641A7B8DD4005536C0 /* icon_triangle@2x.png in Resources */, |
3017 | 3031 | 8EABE3CB19F1211D00A17784 /* topic.html in Resources */, |
3018 | 3032 | 8E97CE551A0A3410006F9AD7 /* tweetBtn_Nav@2x.png in Resources */, |
3019 | 3033 | 8E872D0019EFEFF7002C8F34 /* tweet_more_comment_icon@2x.png in Resources */, |
|
3177 | 3191 | 8EF643BF19FF7E2900F7EEB0 /* SettingTextCell.m in Sources */, |
3178 | 3192 | 8E64ED8419ED0CE3006E99DA /* QBImagePickerGroupCell.m in Sources */, |
3179 | 3193 | 4ECE8AE71A3943E80021E29C /* UITableView+Common.m in Sources */, |
| 3194 | + 4E38CF621A7B7C99005536C0 /* CodeBranchOrTag.m in Sources */, |
3180 | 3195 | 8EA6D1CF19E240C40076D59C /* ObjcRuntime.m in Sources */, |
3181 | 3196 | 4E03ACA61A5D2060002B000B /* UIVerticalAlignmentLabel.m in Sources */, |
3182 | 3197 | 4E6BA2DF1A1EE6AF005FD721 /* AFURLRequestSerialization.m in Sources */, |
|
3348 | 3363 | 8EA6D1C319E240C40076D59C /* User.m in Sources */, |
3349 | 3364 | 8EA6D1FB19E240C40076D59C /* MJPhotoToolbar.m in Sources */, |
3350 | 3365 | 8EF643CF19FF7E2900F7EEB0 /* TweetDetailCommentCell.m in Sources */, |
| 3366 | + 4E38CF5F1A7A28AF005536C0 /* CodeBranchTagButton.m in Sources */, |
3351 | 3367 | 8E64ED8119ED0CE3006E99DA /* QBAssetsCollectionViewLayout.m in Sources */, |
3352 | 3368 | 8EA6D1C819E240C40076D59C /* UIBadgeView.m in Sources */, |
3353 | 3369 | 8EF643BD19FF7E2900F7EEB0 /* ProjectListCell.m in Sources */, |
|
0 commit comments