-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ios): add intelligents button (#9281)
Co-authored-by: 砍砍 <[email protected]>
- Loading branch information
Showing
78 changed files
with
3,291 additions
and
122 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
50 changes: 50 additions & 0 deletions
50
...tend/apps/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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,50 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "msdisplaylink", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Lakr233/MSDisplayLink", | ||
"state" : { | ||
"revision" : "c2fcd28cb99300d83acc30860ce252ef97c20b61", | ||
"version" : "1.1.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "networkimage", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/gonzalezreal/NetworkImage", | ||
"state" : { | ||
"revision" : "2849f5323265386e200484b0d0f896e73c3411b9", | ||
"version" : "6.0.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "springinterpolation", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Lakr233/SpringInterpolation", | ||
"state" : { | ||
"revision" : "f9d1ee3d2466bdb00fd0ade7f256ed20229c8413", | ||
"version" : "1.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-cmark", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/swiftlang/swift-cmark", | ||
"state" : { | ||
"revision" : "3ccff77b2dc5b96b77db3da0d68d28068593fa53", | ||
"version" : "0.5.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-markdown-ui", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/gonzalezreal/swift-markdown-ui", | ||
"state" : { | ||
"revision" : "5f613358148239d0292c0cef674a3c2314737f9e", | ||
"version" : "2.4.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
50 changes: 50 additions & 0 deletions
50
packages/frontend/apps/ios/App/App.xcworkspace/xcshareddata/swiftpm/Package.resolved
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,50 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "msdisplaylink", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Lakr233/MSDisplayLink", | ||
"state" : { | ||
"revision" : "c2fcd28cb99300d83acc30860ce252ef97c20b61", | ||
"version" : "1.1.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "networkimage", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/gonzalezreal/NetworkImage", | ||
"state" : { | ||
"revision" : "2849f5323265386e200484b0d0f896e73c3411b9", | ||
"version" : "6.0.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "springinterpolation", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Lakr233/SpringInterpolation", | ||
"state" : { | ||
"revision" : "f9d1ee3d2466bdb00fd0ade7f256ed20229c8413", | ||
"version" : "1.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-cmark", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/swiftlang/swift-cmark", | ||
"state" : { | ||
"revision" : "3ccff77b2dc5b96b77db3da0d68d28068593fa53", | ||
"version" : "0.5.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-markdown-ui", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/gonzalezreal/swift-markdown-ui", | ||
"state" : { | ||
"revision" : "5f613358148239d0292c0cef674a3c2314737f9e", | ||
"version" : "2.4.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
17 changes: 0 additions & 17 deletions
17
packages/frontend/apps/ios/App/App/AFFiNEViewController.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.