Skip to content

Commit

Permalink
undo undesired changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmontz committed Nov 14, 2024
1 parent fca3697 commit c78f2d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/krzyzanowskim/CryptoSwift.git",
"state" : {
"revision" : "678d442c6f7828def400a70ae15968aef67ef52d",
"version" : "1.8.3"
"revision" : "c9c3df6ab812de32bae61fc0cd1bf6d45170ebf0",
"version" : "1.8.2"
}
},
{
Expand Down Expand Up @@ -68,17 +68,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/PostHog/posthog-ios.git",
"state" : {
"revision" : "4524c42d2b70a9e7ebffb913e7a2ab60ce00ecd1",
"version" : "3.13.3"
"revision" : "08b53e64abd503ca3e5f0eebd6b89a32fbe33850",
"version" : "3.6.1"
}
},
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "8a1be70a625683bc04d6903e2935bf23f3c6d609",
"version" : "5.19.7"
"revision" : "be0bcd7823ce56629948491f2eaeaa19979514f7",
"version" : "5.19.4"
}
},
{
Expand Down Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa.git",
"state" : {
"revision" : "54cc2e3e4fcbf9d4c7708ce00d3b6eee29aecbb1",
"version" : "8.38.0"
"revision" : "8fd4e804f2e72e0b9c1b189ce4e8349c4d10b6a2",
"version" : "8.30.0"
}
},
{
Expand Down Expand Up @@ -149,17 +149,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
"version" : "1.1.4"
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
}
},
{
"identity" : "swift-concurrency-extras",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-concurrency-extras",
"state" : {
"revision" : "a46265bb4f75808b0e15d971eebc408f557870a3",
"version" : "0.1.2"
"revision" : "479750bd98fac2e813fffcf2af0728b5b0085795",
"version" : "0.1.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Nos/Views/NoteComposer/ImagePickerButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct ImagePickerButton<Label>: View where Label: View {
let cameraDevice: UIImagePickerController.CameraDevice
/// The types of content the user can choose.
let mediaTypes: [UTType]
let onCompletion: ((URL) -> Void) // ⚠️ could pass sensitivity as a bool back here
let onCompletion: ((URL) -> Void)
let label: () -> Label

@State
Expand Down

0 comments on commit c78f2d5

Please sign in to comment.