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

Release/2.1.1 #37

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Demo/PovioKitAuthDemo/DemoApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuthDemo
//
// Created by Borut Tomazin on 10/05/2024.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import SwiftUI
Expand Down
2 changes: 1 addition & 1 deletion Demo/PovioKitAuthDemo/SignInView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuthDemo
//
// Created by Borut Tomazin on 10/05/2024.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import SwiftUI
Expand Down
2 changes: 1 addition & 1 deletion Demo/PovioKitAuthDemo/SignInViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuthDemo
//
// Created by Borut Tomazin on 10/05/2024.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Povio Inc. <[email protected]>
Copyright (c) 2025 Povio Inc. <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
### Swift Package Manager
- In Xcode, click `File` -> `Add Packages...`
- Insert `https://github.com/poviolabs/PovioKitAuth` in the Search field.
- Select a desired `Dependency Rule`. Usually "Up to Next Major Version" with "1.0.0".
- Select a desired `Dependency Rule`. Usually "Up to Next Major Version" with "2.1.0".
- Select "Add Package" button and check one or all given products from the list:
- *PovioKitAuthCore* (core library)
- *PovioKitAuthApple* (Apple auth components)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Apple/AppleAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 28/10/2022.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import AuthenticationServices
Expand Down
2 changes: 1 addition & 1 deletion Sources/Apple/AppleAuthenticator+PovioKitAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 28/10/2022.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import AuthenticationServices
Expand Down
2 changes: 1 addition & 1 deletion Sources/Apple/AppleAuthenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 24/10/2022.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import AuthenticationServices
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Authenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 20/01/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/JWTDecoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 10/1/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
1 change: 1 addition & 0 deletions Sources/Core/PersonNameComponents+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// PovioKitAuth
//
// Created by Egzon Arifi on 09/11/2024.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import AuthenticationServices
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/SocialAuthenticationManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 30/01/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Facebook/FacebookAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 30/11/2022.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Facebook/FacebookAuthenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 29/11/2022.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/Google/GoogleAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 30/01/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion Sources/Google/GoogleAuthenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 25/10/2022.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down Expand Up @@ -81,6 +81,7 @@ private extension GoogleAuthenticator {
}
}

@MainActor
func signInUser(
from presentingViewController: UIViewController,
hint: String?,
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/API/LinkedInAPI+Endpoints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 04/09/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/API/LinkedInAPI+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 04/09/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/API/LinkedInAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 04/09/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/Core/HttpClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 22/05/2024.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/Core/URL+PovioKitAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 22/05/2024.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/LinkedInAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 30/01/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/LinkedInAuthenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 04/09/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Sources/LinkedIn/WebView/LinkedInWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth
//
// Created by Borut Tomazin on 04/09/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import SwiftUI
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/Auth/Core/JWTDecoderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PovioKitAuth_Tests
//
// Created by Borut Tomazin on 12/1/2023.
// Copyright © 2024 Povio Inc. All rights reserved.
// Copyright © 2025 Povio Inc. All rights reserved.
//

import XCTest
Expand Down