-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Larger diff file than needed #22
Comments
I think I know what you meant. is it that unmodified files also got included in the .diff file? but the destination is Diffdiff --git a/cocoapods-patch-20220926-22483-v585ga/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift b/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift index 08d335560..7783f94c3 100644 --- a/cocoapods-patch-20220926-22483-v585ga/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift +++ b/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift @@ -63,10 +63,19 @@ open class DKImagePickerController: DKUINavigationController, DKImageBaseManager newValue?.imagePickerController = self } } + + private var _shouldDismissViaUserAction: Bool = false
-import Foundation
|
Hey, this message is more-less warning about the process of creating diff file.
I followed up the instruction, but after all actions, my final diff file was much more bigger than needed. It was necessary to remove most of the code to make it work. If you are curious about more detail, just let me know.
The text was updated successfully, but these errors were encountered: