forked from cellomonster/iOS-Discord-Classic
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69af018
commit 0d84fee
Showing
15 changed files
with
1,064 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,13 +64,17 @@ | |
2C0EBB952ADB175E00A23EB8 /* DCChatReplyTableCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2C0EBB942ADB175E00A23EB8 /* DCChatReplyTableCell.xib */; }; | ||
2C11B41E2AEAF91600BE66F6 /* UIImage+animatedGIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C11B41D2AEAF91600BE66F6 /* UIImage+animatedGIF.m */; }; | ||
2C11B4202AEAFA5000BE66F6 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C11B41F2AEAFA5000BE66F6 /* ImageIO.framework */; }; | ||
2C571D1F2AEF138900B7A97C /* Video-play-button.png in Resources */ = {isa = PBXBuildFile; fileRef = 2C571D1D2AEF138900B7A97C /* Video-play-button.png */; }; | ||
2C571D202AEF138900B7A97C /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2C571D1E2AEF138900B7A97C /* [email protected] */; }; | ||
2C87A3D62AE99BA400DA6C21 /* DCChatVideoAttachment.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2C87A3D52AE99BA400DA6C21 /* DCChatVideoAttachment.xib */; }; | ||
2C87A3D92AE99C3A00DA6C21 /* DCChatVideoAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C87A3D82AE99C3A00DA6C21 /* DCChatVideoAttachment.m */; }; | ||
2CBB33A52AD97F0700D28976 /* DCChatGroupedTableCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2CBB33A42AD97F0700D28976 /* DCChatGroupedTableCell.xib */; }; | ||
2CEBF2982AE2FE2500EC7812 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CEBF2972AE2FE2500EC7812 /* AVFoundation.framework */; }; | ||
2CEBF29A2AE2FE4500EC7812 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CEBF2992AE2FE4500EC7812 /* MediaPlayer.framework */; }; | ||
2CF9200F2AF7E2D100249D6A /* NSString+Emojize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CF9200E2AF7E2D100249D6A /* NSString+Emojize.m */; }; | ||
2CF920112AF7F17B00249D6A /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CF920102AF7F17B00249D6A /* QuickLook.framework */; }; | ||
2CF920162AF7F36300249D6A /* PLVideoOverlayPlay.png in Resources */ = {isa = PBXBuildFile; fileRef = 2CF920122AF7F36300249D6A /* PLVideoOverlayPlay.png */; }; | ||
2CF920172AF7F36300249D6A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2CF920132AF7F36300249D6A /* [email protected] */; }; | ||
2CF920182AF7F36300249D6A /* PLVideoOverlayPlayDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 2CF920142AF7F36300249D6A /* PLVideoOverlayPlayDown.png */; }; | ||
2CF920192AF7F36300249D6A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2CF920152AF7F36300249D6A /* [email protected] */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
|
@@ -162,21 +166,28 @@ | |
2C11B41C2AEAF91600BE66F6 /* UIImage+animatedGIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+animatedGIF.h"; path = "Discord Classic/UIImage+animatedGIF.h"; sourceTree = "<group>"; }; | ||
2C11B41D2AEAF91600BE66F6 /* UIImage+animatedGIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+animatedGIF.m"; path = "Discord Classic/UIImage+animatedGIF.m"; sourceTree = "<group>"; }; | ||
2C11B41F2AEAFA5000BE66F6 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; }; | ||
2C571D1D2AEF138900B7A97C /* Video-play-button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Video-play-button.png"; sourceTree = "<group>"; }; | ||
2C571D1E2AEF138900B7A97C /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
2C87A3D52AE99BA400DA6C21 /* DCChatVideoAttachment.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DCChatVideoAttachment.xib; sourceTree = SOURCE_ROOT; }; | ||
2C87A3D72AE99C3A00DA6C21 /* DCChatVideoAttachment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DCChatVideoAttachment.h; sourceTree = "<group>"; }; | ||
2C87A3D82AE99C3A00DA6C21 /* DCChatVideoAttachment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DCChatVideoAttachment.m; sourceTree = "<group>"; }; | ||
2CBB33A42AD97F0700D28976 /* DCChatGroupedTableCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DCChatGroupedTableCell.xib; sourceTree = SOURCE_ROOT; }; | ||
2CEBF2972AE2FE2500EC7812 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; | ||
2CEBF2992AE2FE4500EC7812 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; | ||
2CF9200C2AF7E2D100249D6A /* emojis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emojis.h; sourceTree = "<group>"; }; | ||
2CF9200D2AF7E2D100249D6A /* NSString+Emojize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Emojize.h"; sourceTree = "<group>"; }; | ||
2CF9200E2AF7E2D100249D6A /* NSString+Emojize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Emojize.m"; sourceTree = "<group>"; }; | ||
2CF920102AF7F17B00249D6A /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; }; | ||
2CF920122AF7F36300249D6A /* PLVideoOverlayPlay.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PLVideoOverlayPlay.png; sourceTree = "<group>"; }; | ||
2CF920132AF7F36300249D6A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
2CF920142AF7F36300249D6A /* PLVideoOverlayPlayDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PLVideoOverlayPlayDown.png; sourceTree = "<group>"; }; | ||
2CF920152AF7F36300249D6A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
09C6B91D204A0F54007EAC26 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
2CF920112AF7F17B00249D6A /* QuickLook.framework in Frameworks */, | ||
2C11B4202AEAFA5000BE66F6 /* ImageIO.framework in Frameworks */, | ||
2CEBF29A2AE2FE4500EC7812 /* MediaPlayer.framework in Frameworks */, | ||
2CEBF2982AE2FE2500EC7812 /* AVFoundation.framework in Frameworks */, | ||
|
@@ -194,6 +205,7 @@ | |
095284622055EFDA00760073 /* Etc */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2CF9200B2AF7E2C400249D6A /* Emojize */, | ||
2C4C757A2AF28480007E0E53 /* GIF */, | ||
096DD77621A6EB1800C7A3B1 /* UI */, | ||
09C6B97D204A1782007EAC26 /* Websocket */, | ||
|
@@ -226,6 +238,7 @@ | |
09C6B923204A0F54007EAC26 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2CF920102AF7F17B00249D6A /* QuickLook.framework */, | ||
2C11B41F2AEAFA5000BE66F6 /* ImageIO.framework */, | ||
2CEBF2992AE2FE4500EC7812 /* MediaPlayer.framework */, | ||
2CEBF2972AE2FE2500EC7812 /* AVFoundation.framework */, | ||
|
@@ -399,8 +412,10 @@ | |
2C11B4172AEA546F00BE66F6 /* Video Player */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2C571D1D2AEF138900B7A97C /* Video-play-button.png */, | ||
2C571D1E2AEF138900B7A97C /* [email protected] */, | ||
2CF920122AF7F36300249D6A /* PLVideoOverlayPlay.png */, | ||
2CF920132AF7F36300249D6A /* [email protected] */, | ||
2CF920142AF7F36300249D6A /* PLVideoOverlayPlayDown.png */, | ||
2CF920152AF7F36300249D6A /* [email protected] */, | ||
); | ||
name = "Video Player"; | ||
sourceTree = "<group>"; | ||
|
@@ -421,6 +436,16 @@ | |
name = iPad; | ||
sourceTree = "<group>"; | ||
}; | ||
2CF9200B2AF7E2C400249D6A /* Emojize */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
2CF9200C2AF7E2D100249D6A /* emojis.h */, | ||
2CF9200D2AF7E2D100249D6A /* NSString+Emojize.h */, | ||
2CF9200E2AF7E2D100249D6A /* NSString+Emojize.m */, | ||
); | ||
name = Emojize; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
|
@@ -478,11 +503,11 @@ | |
09C6B92F204A0F54007EAC26 /* InfoPlist.strings in Resources */, | ||
09C8E2ED204C3B64006A1422 /* Storyboard.storyboard in Resources */, | ||
2C0EBB8C2ADB16FB00A23EB8 /* DefaultAvatar3.png in Resources */, | ||
2C571D1F2AEF138900B7A97C /* Video-play-button.png in Resources */, | ||
2C0EBB712ADB15DC00A23EB8 /* [email protected] in Resources */, | ||
2C0EBB8E2ADB16FB00A23EB8 /* DefaultAvatar4.png in Resources */, | ||
2C0EBB952ADB175E00A23EB8 /* DCChatReplyTableCell.xib in Resources */, | ||
2CBB33A52AD97F0700D28976 /* DCChatGroupedTableCell.xib in Resources */, | ||
2CF920182AF7F36300249D6A /* PLVideoOverlayPlayDown.png in Resources */, | ||
2C0EBB882ADB16FB00A23EB8 /* DefaultAvatar1.png in Resources */, | ||
09FF0301205EFB8800BCBA8D /* [email protected] in Resources */, | ||
09A2A3122072674000F3D98C /* [email protected] in Resources */, | ||
|
@@ -491,6 +516,8 @@ | |
2C0EBB912ADB16FB00A23EB8 /* [email protected] in Resources */, | ||
2C0EBB892ADB16FB00A23EB8 /* [email protected] in Resources */, | ||
2C0EBB762ADB165400A23EB8 /* UINavigationBarTexture.png in Resources */, | ||
2CF920162AF7F36300249D6A /* PLVideoOverlayPlay.png in Resources */, | ||
2CF920172AF7F36300249D6A /* [email protected] in Resources */, | ||
2C87A3D62AE99BA400DA6C21 /* DCChatVideoAttachment.xib in Resources */, | ||
09A2A3142072674500F3D98C /* Icon.png in Resources */, | ||
2C0EBB702ADB15DC00A23EB8 /* DirectMessages.png in Resources */, | ||
|
@@ -499,8 +526,8 @@ | |
2C0EBB8B2ADB16FB00A23EB8 /* [email protected] in Resources */, | ||
2C0EBB772ADB165400A23EB8 /* [email protected] in Resources */, | ||
2C0EBB872ADB16FB00A23EB8 /* [email protected] in Resources */, | ||
2C571D202AEF138900B7A97C /* [email protected] in Resources */, | ||
2C0EBB862ADB16FB00A23EB8 /* DefaultAvatar0.png in Resources */, | ||
2CF920192AF7F36300249D6A /* [email protected] in Resources */, | ||
09A4EA672079220E00DECFD6 /* DCChatTableCell.xib in Resources */, | ||
09F4C6F121A6EBD40018F312 /* FontAwesome.ttf in Resources */, | ||
); | ||
|
@@ -558,6 +585,7 @@ | |
2C11B41E2AEAF91600BE66F6 /* UIImage+animatedGIF.m in Sources */, | ||
09FF02F7205EF9DD00BCBA8D /* DCGuildListViewController.m in Sources */, | ||
2C87A3D92AE99C3A00DA6C21 /* DCChatVideoAttachment.m in Sources */, | ||
2CF9200F2AF7E2D100249D6A /* NSString+Emojize.m in Sources */, | ||
09FF02F8205EF9DF00BCBA8D /* DCViewController.m in Sources */, | ||
09D84D0C205F36B90070020A /* DCSettingsViewController.m in Sources */, | ||
09E3ED262069F21200E90DA1 /* DCTools.m in Sources */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// NSString+Emojize.h | ||
// Field Recorder | ||
// | ||
// Created by Jonathan Beilin on 11/5/12. | ||
// Copyright (c) 2014 DIY. All rights reserved. | ||
// | ||
// Inspired by https://github.com/larsschwegmann/Emoticonizer | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface NSString (Emojize) | ||
|
||
- (NSString *)emojizedString; | ||
+ (NSString *)emojizedStringWithString:(NSString *)text; | ||
+ (NSDictionary *)emojiAliases; | ||
|
||
@end |
Oops, something went wrong.