Skip to content

Commit

Permalink
Set minimum deployment target to iOS 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Feb 3, 2025
1 parent 8335ff4 commit 0eaca7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Adyen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8460,7 +8460,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Adyen. All rights reserved.";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -8503,7 +8503,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Adyen. All rights reserved.";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion AdyenCardScannerTests/AdyenCardScannerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// This file is open source and available under the MIT license. See the LICENSE file for more info.
//

import Testing
@testable import AdyenCardScanner
import Testing

struct AdyenCardScannerTests {

Expand Down

0 comments on commit 0eaca7c

Please sign in to comment.