Skip to content
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

Faire de SPM le gestionnaire de dépendance par défaut #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

FrancoisDevemy5
Copy link
Collaborator

@FrancoisDevemy5 FrancoisDevemy5 commented Nov 25, 2024

Cette PR est donc quasi identique à #2, juste avec trois petits commit en plus.
Il existe toujours une version Cocoapods mais reléguée à la branche cocoapods

FrancoisDevemy5 and others added 4 commits September 12, 2024 18:44
# Conflicts:
#	DemoSharedCredentials.xcodeproj/project.pbxproj
#	DemoSharedCredentials/AppDelegate.swift
#	DemoSharedCredentials/LoginViewController.swift
#	Podfile
#	Podfile.lock
#	Pods/Alamofire/README.md
#	Pods/Alamofire/Source/Alamofire.swift
#	Pods/Alamofire/Source/Core/AFError.swift
#	Pods/Alamofire/Source/Core/HTTPHeaders.swift
#	Pods/Alamofire/Source/Core/HTTPMethod.swift
#	Pods/Alamofire/Source/Core/Notifications.swift
#	Pods/Alamofire/Source/Core/ParameterEncoder.swift
#	Pods/Alamofire/Source/Core/ParameterEncoding.swift
#	Pods/Alamofire/Source/Core/Protected.swift
#	Pods/Alamofire/Source/Core/Request.swift
#	Pods/Alamofire/Source/Core/RequestTaskMap.swift
#	Pods/Alamofire/Source/Core/Response.swift
#	Pods/Alamofire/Source/Core/Session.swift
#	Pods/Alamofire/Source/Core/SessionDelegate.swift
#	Pods/Alamofire/Source/Core/URLConvertible+URLRequestConvertible.swift
#	Pods/Alamofire/Source/Extensions/DispatchQueue+Alamofire.swift
#	Pods/Alamofire/Source/Extensions/OperationQueue+Alamofire.swift
#	Pods/Alamofire/Source/Extensions/Result+Alamofire.swift
#	Pods/Alamofire/Source/Extensions/StringEncoding+Alamofire.swift
#	Pods/Alamofire/Source/Extensions/URLRequest+Alamofire.swift
#	Pods/Alamofire/Source/Extensions/URLSessionConfiguration+Alamofire.swift
#	Pods/Alamofire/Source/Features/AlamofireExtended.swift
#	Pods/Alamofire/Source/Features/AuthenticationInterceptor.swift
#	Pods/Alamofire/Source/Features/CachedResponseHandler.swift
#	Pods/Alamofire/Source/Features/Combine.swift
#	Pods/Alamofire/Source/Features/Concurrency.swift
#	Pods/Alamofire/Source/Features/EventMonitor.swift
#	Pods/Alamofire/Source/Features/MultipartFormData.swift
#	Pods/Alamofire/Source/Features/MultipartUpload.swift
#	Pods/Alamofire/Source/Features/NetworkReachabilityManager.swift
#	Pods/Alamofire/Source/Features/RedirectHandler.swift
#	Pods/Alamofire/Source/Features/RequestCompression.swift
#	Pods/Alamofire/Source/Features/RequestInterceptor.swift
#	Pods/Alamofire/Source/Features/RetryPolicy.swift
#	Pods/Alamofire/Source/Features/ServerTrustEvaluation.swift
#	Pods/Alamofire/Source/Features/URLEncodedFormEncoder.swift
#	Pods/Alamofire/Source/Features/Validation.swift
#	Pods/CryptoSwift/README.md
#	Pods/CryptoSwift/Sources/CryptoSwift/CS_BigInt/BigUInt.swift
#	Pods/DeviceKit/README.md
#	Pods/DeviceKit/Source/Device.generated.swift
#	Pods/Manifest.lock
#	Pods/Pods.xcodeproj/project.pbxproj
#	Pods/Target Support Files/Alamofire/Alamofire-Info.plist
#	Pods/Target Support Files/Alamofire/ResourceBundle-Alamofire-Alamofire-Info.plist
#	Pods/Target Support Files/CryptoSwift/CryptoSwift-Info.plist
#	Pods/Target Support Files/DeviceKit/DeviceKit-Info.plist
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-acknowledgements.markdown
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-acknowledgements.plist
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-frameworks-Debug-input-files.xcfilelist
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-frameworks-Debug-output-files.xcfilelist
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-frameworks-Release-input-files.xcfilelist
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-frameworks-Release-output-files.xcfilelist
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials-frameworks.sh
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials.debug.xcconfig
#	Pods/Target Support Files/Pods-DemoSharedCredentials/Pods-DemoSharedCredentials.release.xcconfig
@@ -63,6 +65,9 @@ extension UIViewController {
}

profileController.authToken = token
if let top = navigationController?.topViewController, let _ = top as? ProfileViewController {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Résolution d'un beugue qui fesait que la page de profil apparaissait par dessus, même quand on était déjà dans la page de profil.
C'est surement une rustine sur un problème de conception plus profond

@FrancoisDevemy5 FrancoisDevemy5 requested a review from a team November 25, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants