Skip to content

Commit

Permalink
[trello.com/c/2Rjcapk4] Added support for Xcode 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavDevIOS committed Jun 12, 2023
1 parent 6ec4234 commit 20f7bd9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Adamant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" */ = {
Expand Down
14 changes: 7 additions & 7 deletions Adamant.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -96,16 +96,16 @@
"repositoryURL": "https://github.com/krzyzanowskim/OpenSSL.git",
"state": {
"branch": null,
"revision": "52db2ab9de7f78d1dea0d728fddd47fb133e25b7",
"version": "1.1.1900"
"revision": "0c70e4b7d22411a7fe3ff59b913d5b760b735ce1",
"version": "1.1.2100"
}
},
{
"package": "Parchment",
"repositoryURL": "https://github.com/rechsteiner/Parchment",
"state": {
"branch": "main",
"revision": "ee81b508ab5926b7253779d029b0d9af2dd4ee2b",
"revision": "13aad3e9308e8a4e38cb579430dbf66465418777",
"version": null
}
},
Expand Down Expand Up @@ -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"
}
}
]
Expand Down
10 changes: 10 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ SPEC CHECKSUMS:
MyLittlePinpad: d75682f2d817b490c49acc70a9ebd37da752281b
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5

PODFILE CHECKSUM: df2a2cb6de1da3887504d2da3da1d90cfd15e8bb
PODFILE CHECKSUM: a30619b79caa4b5a7497b0600d449f34b5620eec

COCOAPODS: 1.11.3

0 comments on commit 20f7bd9

Please sign in to comment.