Skip to content

Commit

Permalink
Release version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed May 6, 2022
1 parent 176dc7b commit aacc0b4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F490C7E125DE873900D8CA6F"
BuildableName = "GiniBankSDKPinningExample.app"
BlueprintName = "GiniBankSDKPinningExample"
ReferencedContainer = "container:../GiniBankSDKPinningExample/GiniBankSDKPinningExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand Down Expand Up @@ -50,6 +64,27 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F490C7E125DE873900D8CA6F"
BuildableName = "GiniBankSDKPinningExample.app"
BlueprintName = "GiniBankSDKPinningExample"
ReferencedContainer = "container:../GiniBankSDKPinningExample/GiniBankSDKPinningExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "CLIENT_SECRET"
value = "$(CLIENT_SECRET)"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "CLIENT_ID"
value = "$(CLIENT_ID)"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.6.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.6.0")),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.7.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.7.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Sources/GiniBankSDKPinning/GiniBankSDKPinningVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKPinningVersion = "1.6.0"
public let GiniBankSDKPinningVersion = "1.7.0"

0 comments on commit aacc0b4

Please sign in to comment.