Skip to content

Commit

Permalink
Add revision: v1.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed Jul 26, 2023
1 parent c6b883e commit 3f69786
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions AusweisApp2SDKWrapper.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>AusweisApp2SDKWrapper.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AusweisApp2SDKWrapper.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7573,42 +7573,42 @@
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7482,
"offset": 7418,
"length": 6,
"value": "\"AUTH\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7482,
"offset": 7418,
"length": 6,
"value": "\"AUTH\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7669,
"offset": 7605,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7711,
"offset": 7647,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7756,
"offset": 7692,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7802,
"offset": 7738,
"length": 2,
"value": "\"\""
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7573,42 +7573,42 @@
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7482,
"offset": 7418,
"length": 6,
"value": "\"AUTH\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7482,
"offset": 7418,
"length": 6,
"value": "\"AUTH\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7669,
"offset": 7605,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7711,
"offset": 7647,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7756,
"offset": 7692,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/governikus\/workspace\/SDKWrapper_iOS_Build\/AusweisApp2SDKWrapper\/Sources\/AusweisApp2SDKWrapper\/card\/core\/WorkflowData.swift",
"kind": "StringLiteral",
"offset": 7802,
"offset": 7738,
"length": 2,
"value": "\"\""
}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Die verwendeten Open-Source-Bibliotheken unterliegen den folgenden Nutzungsbedin

OpenSSL
Lizenz: Apache 2.0
Version: 3.0.8
Version: 3.0.9
Adresse: https://www.openssl.org/

Qt
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.package(
name: "AusweisApp2",
url: "https://github.com/Governikus/AusweisApp2-SDK-iOS",
from: "1.26.4"
.exact("1.26.5")
)
],
targets: [
Expand Down

0 comments on commit 3f69786

Please sign in to comment.