diff --git a/Adamant.xcodeproj/project.pbxproj b/Adamant.xcodeproj/project.pbxproj index 0fdc0303d..1423e69fd 100644 --- a/Adamant.xcodeproj/project.pbxproj +++ b/Adamant.xcodeproj/project.pbxproj @@ -4233,7 +4233,7 @@ repositoryURL = "https://github.com/EFPrefix/EFQRCode.git"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 6.1.0; + minimumVersion = 6.2.2; }; }; A50AEB0A262C81E300B37C22 /* XCRemoteSwiftPackageReference "QRCodeReader.swift" */ = { diff --git a/Adamant.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Adamant.xcworkspace/xcshareddata/swiftpm/Package.resolved index f9af189b5..5dcafcbf9 100644 --- a/Adamant.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Adamant.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/EFPrefix/EFQRCode.git", "state": { "branch": null, - "revision": "4a72d79f9cae6d2f189f768178cc8594b427c190", - "version": "6.1.0" + "revision": "2991c2f318ad9529d93b2a73a382a3f9c72c64ce", + "version": "6.2.2" } }, { @@ -96,8 +96,8 @@ "repositoryURL": "https://github.com/krzyzanowskim/OpenSSL.git", "state": { "branch": null, - "revision": "52db2ab9de7f78d1dea0d728fddd47fb133e25b7", - "version": "1.1.1900" + "revision": "0c70e4b7d22411a7fe3ff59b913d5b760b735ce1", + "version": "1.1.2100" } }, { @@ -105,7 +105,7 @@ "repositoryURL": "https://github.com/rechsteiner/Parchment", "state": { "branch": "main", - "revision": "ee81b508ab5926b7253779d029b0d9af2dd4ee2b", + "revision": "13aad3e9308e8a4e38cb579430dbf66465418777", "version": null } }, @@ -213,8 +213,8 @@ "repositoryURL": "https://github.com/skywinder/web3swift.git", "state": { "branch": null, - "revision": "edfe6240efcc6710d88b370ab1a3375e51dbe62f", - "version": "3.1.0" + "revision": "16a2915ebd1a0fd33bf0a0ed5a9874909a6e187d", + "version": "3.1.2" } } ] diff --git a/Podfile b/Podfile index 3833da3e5..e37c92120 100644 --- a/Podfile +++ b/Podfile @@ -7,3 +7,13 @@ target 'Adamant' do pod 'MyLittlePinpad' # Pinpad pod 'SwiftLint' end + +post_install do |installer| + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' + end + end + end +end diff --git a/Podfile.lock b/Podfile.lock index ac23a425a..a78cf5bf7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -19,6 +19,6 @@ SPEC CHECKSUMS: MyLittlePinpad: d75682f2d817b490c49acc70a9ebd37da752281b SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: df2a2cb6de1da3887504d2da3da1d90cfd15e8bb +PODFILE CHECKSUM: a30619b79caa4b5a7497b0600d449f34b5620eec COCOAPODS: 1.11.3