-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ChatView.swift * Update ChatUser.swift * Update ImageCell.swift * Update ContactCell.swift * Update BasicInputView.swift * Update PlayerView.swift * Update AvatarModifier.swift * Update ContactItem.swift * Update ChatMessageKind.swift * Update MockMessages.swift * Update ImageCell.swift * Update CustomPlayerView.swift * Update ChatView.swift * Update PIPVideoCell.swift * Update CustomVideoPlayer.swift * refactor: add swiftUI example app, remove old UIKit generated app * refactor: remove some redundant code * fix: correct macOS video player
- Loading branch information
1 parent
ec6300e
commit 6c871e8
Showing
41 changed files
with
465 additions
and
783 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,3 @@ jobs: | |
|
||
- name: Build | ||
run: swift build -v | ||
|
||
- name: Run tests | ||
run: swift test -v |
244 changes: 120 additions & 124 deletions
244
...iftyChatExample.xcodeproj/project.pbxproj → Example/Example.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json
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,13 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
File renamed without changes.
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,17 @@ | ||
// | ||
// ExampleApp.swift | ||
// Example | ||
// | ||
// Created by Enes Karaosman on 10.04.2024. | ||
// | ||
|
||
import SwiftUI | ||
|
||
@main | ||
struct ExampleApp: App { | ||
var body: some Scene { | ||
WindowGroup { | ||
ChatListView() | ||
} | ||
} | ||
} |
File renamed without changes.
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
</plist> |
File renamed without changes.
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 |
---|---|---|
@@ -1,52 +1,32 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "GSPlayer", | ||
"repositoryURL": "https://github.com/wxxsw/GSPlayer.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "706fc28fcc8e33607993903eca82d9f6c7c3f6d2", | ||
"version": "0.2.27" | ||
} | ||
}, | ||
{ | ||
"package": "Kingfisher", | ||
"repositoryURL": "https://github.com/onevcat/Kingfisher.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "add0a87ec4e31e2ca2a0b2085f0559201e4f5918", | ||
"version": "7.10.1" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftUIEKtensions", | ||
"repositoryURL": "https://github.com/EnesKaraosman/SwiftUIEKtensions.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "21421df3266c99b83992face9e1523c8f1acb924", | ||
"version": "0.2.0" | ||
} | ||
}, | ||
{ | ||
"package": "VideoPlayer", | ||
"repositoryURL": "https://github.com/wxxsw/VideoPlayer.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "0a271928849292713daf471398a2a9185f28709c", | ||
"version": "1.2.4" | ||
} | ||
}, | ||
{ | ||
"package": "WrappingHStack", | ||
"repositoryURL": "https://github.com/dkk/WrappingHStack.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "425d9488ba55f58f0b34498c64c054c77fc2a44b", | ||
"version": "2.2.11" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "kingfisher", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/onevcat/Kingfisher.git", | ||
"state" : { | ||
"revision" : "5b92f029fab2cce44386d28588098b5be0824ef5", | ||
"version" : "7.11.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "swiftuiektensions", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/EnesKaraosman/SwiftUIEKtensions.git", | ||
"state" : { | ||
"revision" : "bf96c0d841d2bc81dac0d7e28aa9ab71cd7d6c2a", | ||
"version" : "0.4.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "wrappinghstack", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/dkk/WrappingHStack.git", | ||
"state" : { | ||
"revision" : "425d9488ba55f58f0b34498c64c054c77fc2a44b", | ||
"version" : "2.2.11" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
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
Oops, something went wrong.